🛈 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
Nirichardson (talk | contribs) Created page with ".mw-body a:link {color: #CC2200} .mw-body a:visited {color: #CC2200} .mw-body a:hover {color: #CC2200} .mw-body a:active {color: #CC2200}" |
Eric.lasher (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
.mw-body a:hover {color: #CC2200} | .mw-body a:hover {color: #CC2200} | ||
.mw-body a:active {color: #CC2200} | .mw-body a:active {color: #CC2200} | ||
html, body { | |||
font-family: sans-serif; | |||
} | |||
Revision as of 15:12, January 21, 2014
.mw-body a:link {color: #CC2200}
.mw-body a:visited {color: #CC2200}
.mw-body a:hover {color: #CC2200}
.mw-body a:active {color: #CC2200}
html, body {
font-family: sans-serif;
}