MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
.MainPageBlock { | .MainPageBlock { | ||
float: left; | float: left; | ||
width: 33% | width: 33%; | ||
} | } | ||
.MainPageBlockTitle { | .MainPageBlockTitle { | ||
font-weight: bold; | |||
color: #a88e6a; | |||
} | } | ||
Revision as of 21:58, 23 December 2022
/* CSS placed here will be applied to all skins */
/* Main page */
.MainPageLogo {
text-align:center;
color:#8a6736;
font-style: italic;
}
.MainPageLogo div {
font-size: 4em;
font-family:New Century Schoolbook;
}
.MainPageBlock {
float: left;
width: 33%;
}
.MainPageBlockTitle {
font-weight: bold;
color: #a88e6a;
}
/* CSS for templates */
.WarningTemplate {
background-color:red;
color:white;
font-size:2em;
text-align:center
}