MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: .WarningTemplate { background-color:red; color:white; font-size:2em; text-align:center }" |
No edit summary |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* 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: #7d5823; | |||
} | |||
/* CSS for templates */ | |||
.WarningTemplate { | .WarningTemplate { | ||
Latest revision as of 22:14, 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: #7d5823;
}
/* CSS for templates */
.WarningTemplate {
background-color:red;
color:white;
font-size:2em;
text-align:center
}