MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Eric.lasher (talk | contribs) No edit summary |
Eric.lasher (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic); | @import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic); | ||
a {color: #CC2200} | |||
.mw-body a:link {color: #CC2200} | .mw-body a:link {color: #CC2200} | ||
.mw-body a:visited {color: #CC2200} | .mw-body a:visited {color: #CC2200} | ||
| Line 17: | Line 18: | ||
div#mw-panel div.portal div.body ul li a:active { | div#mw-panel div.portal div.body ul li a:active { | ||
color: #CC2200; | color: #CC2200; | ||
} | |||
div#footer #footer-icons { | |||
display: none; | |||
} | } | ||
Revision as of 12:59, February 6, 2014
@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic);
a {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 {
font-family: 'Bitter', serif;
}