Personal tools

Difference between revisions of "MediaWiki:Common.css"

From iis-projects

Jump to: navigation, search
Line 3: Line 3:
  
 
#mw-page-base { background-color : #1f407a;}  
 
#mw-page-base { background-color : #1f407a;}  
 
+
#mw-panel.collapsible-nav .portal h3 a {
 +
    color: #956013!important;
 +
}
 
div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited {
 
div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited {
 
     color: #a8322d!important;
 
     color: #a8322d!important;

Revision as of 21:14, 3 February 2014

/* CSS placed here will be applied to all skins */
body { background-color : #1f407a;} 

#mw-page-base { background-color : #1f407a;} 
#mw-panel.collapsible-nav .portal h3 a {
    color: #956013!important;
}
div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited {
    color: #a8322d!important;
}

div#footer { background-color : #1f407a;} 
div#footer ul li {
  color: #fff!important;
}
div#footer ul li a:link,div#footer ul li a:visited {
    color: #a8322d!important;
}