Difference between revisions of "MediaWiki:Common.css"
From Pangaea Wiki
MyraMidnight (Talk | contribs) |
MyraMidnight (Talk | contribs) |
||
| Line 3: | Line 3: | ||
body {background-color:#000} | body {background-color:#000} | ||
div#mw-head {background-color:#000} | div#mw-head {background-color:#000} | ||
| − | div#mw-head div.vectorMenu h3 span {color:# | + | div#mw-head div.vectorMenu h3 span {color:#EEE} |
| − | div#p-personal a {color:# | + | div#p-personal a {color:#EEE} |
/* Sidebar */ | /* Sidebar */ | ||
| Line 12: | Line 12: | ||
/* Footer */ | /* Footer */ | ||
| − | div#footer #footer-info-lastmod {color:# | + | div#footer #footer-info-lastmod {color:#EEE} |
| + | div#footer {color:#EEE} | ||
Revision as of 10:49, 13 March 2016
/* CSS placed here will be applied to all skins */
body {background-color:#000}
div#mw-head {background-color:#000}
div#mw-head div.vectorMenu h3 span {color:#EEE}
div#p-personal a {color:#EEE}
/* Sidebar */
div#mw-panel div.portal div.body ul li a:link {color:#ff3f00}
div#mw-panel div.portal div.body ul li a:visited {color:#ff3f00}
div#mw-panel div.portal h3 {color:#fff}
/* Footer */
div#footer #footer-info-lastmod {color:#EEE}
div#footer {color:#EEE}