Personal tools

Difference between revisions of "MediaWiki:Common.css"

From iis-projects

Jump to: navigation, search
Line 2: Line 2:
 
body { background-color : #1f407a;}  
 
body { background-color : #1f407a;}  
  
 +
#mw-head { background-color : #1f407a;}
 
#mw-page-base { background-color : #1f407a;}  
 
#mw-page-base { background-color : #1f407a;}  
 
#p-personal a.new { color: #a8322d; }
 
#p-personal a.new { color: #a8322d; }

Revision as of 20:43, 3 February 2014

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

#mw-head { background-color : #1f407a;} 
#mw-page-base { background-color : #1f407a;} 
#p-personal a.new { color: #a8322d; }

li#pt-mytalk a, li#pt-userpage a, li#pt-preferences a, li#pt-watchlist a, li#pt-mycontris a, li#pt-logout a {
    color: #956013;
}


#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: #956013!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: #956013!important;
}