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;}  
 +
 +
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 { background-color : #1f407a;}  

Revision as of 21:13, 3 February 2014

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

#mw-page-base { background-color : #1f407a;} 

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;
}