🛈 Note: We are performing scheduled maintenance to this wiki on Thursday, March 19, 2026 between 5:00 PM and 7:00 PM CST. During the upgrade process:
- Everyone will still be able to view the wiki.
- Editors will not be able to change the wiki.
- The wiki may be intermittently unavailable.
MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
} | } | ||
html, body { | html, body, .mw-body h1, .mw-body h2 { | ||
font-family: 'Roboto', sans-serif !important; | font-family: 'Roboto', sans-serif !important; | ||
} | } | ||
Revision as of 15:38, March 1, 2016
/* CSS placed here will be applied to all skins */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400);
a {color: #CC2200}
a:visited {color: #CC2200}
.mw-body a:link {color: #CC2200}
.mw-body a:visited {color: #CC2200}
.mw-body a:hover {color: #CC2200}
.mw-body a:active {color: #CC2200}
div#mw-panel div.portal div.body ul li a {
color: #000;
}
div#mw-panel div.portal div.body ul li a:visited {
color: #000;
}
div#mw-panel div.portal div.body ul li a:hover {
color: #CC2200;
}
div#mw-panel div.portal div.body ul li a:active {
color: #CC2200;
}
div#footer #footer-icons {
display: none;
}
html, body, .mw-body h1, .mw-body h2 {
font-family: 'Roboto', sans-serif !important;
}