MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Eric.lasher (talk | contribs) No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | |||
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic); | @import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic); | ||
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400); | @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400); | ||
a {color: #CC2200} | a {color: #CC2200} | ||
.mw-body a:link {color: #CC2200} | .mw-body a:link {color: #CC2200} | ||
Line 7: | Line 9: | ||
.mw-body a:hover {color: #CC2200} | .mw-body a:hover {color: #CC2200} | ||
.mw-body a:active {color: #CC2200} | .mw-body a:active {color: #CC2200} | ||
div#mw-panel div.portal div.body ul li a { | div#mw-panel div.portal div.body ul li a { | ||
color: #000; | color: #000; | ||
Line 20: | Line 22: | ||
color: #CC2200; | color: #CC2200; | ||
} | } | ||
div#footer #footer-icons { | div#footer #footer-icons { | ||
display: none; | display: none; | ||
} | } | ||
html, body { | html, body { | ||
font-family: 'Roboto', sans-serif; | font-family: 'Roboto', sans-serif; | ||
} | } |
Revision as of 08:46, January 12, 2016
/* CSS placed here will be applied to all skins */ @import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic); @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400); 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: 'Roboto', sans-serif; }