Difference between revisions of "MediaWiki:Common.css"

From Pangaea Wiki
Jump to: navigation, search
Line 9: Line 9:
 
div#mw-panel div.portal div.body ul li a:visited {color:#ff3f00}
 
div#mw-panel div.portal div.body ul li a:visited {color:#ff3f00}
 
div#mw-panel div.portal h3 {color:#fff}
 
div#mw-panel div.portal h3 {color:#fff}
 +
 +
/* Footer */
 +
div#footer {color:#ff3f00}

Revision as of 10:42, 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:#ff3f00}

/* 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 {color:#ff3f00}