MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 9: | Line 9: | ||
} | } | ||
.MainPageLogo | .MainPageLogo span { | ||
font-size: 4em; | font-size: 4em; | ||
font-family:New Century Schoolbook; | font-family:New Century Schoolbook; | ||
Revision as of 21:42, 23 December 2022
/* CSS placed here will be applied to all skins */
/* Main page */
.MainPageLogo {
text-align:center;
color:#8a6736;
font-style: italic;
}
.MainPageLogo span {
font-size: 4em;
font-family:New Century Schoolbook;
}
/* CSS for templates */
.WarningTemplate {
background-color:red;
color:white;
font-size:2em;
text-align:center
}