Personal tools

Difference between revisions of "MediaWiki:Common.css"

From iis-projects

Jump to: navigation, search
Line 7: Line 7:
 
}
 
}
 
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: #956013!important;
 
}
 
}
  
Line 15: Line 15:
 
}
 
}
 
div#footer ul li a:link,div#footer ul li a:visited {
 
div#footer ul li a:link,div#footer ul li a:visited {
     color: #a8322d!important;
+
     color: #956013!important;
 
}
 
}

Revision as of 21:16, 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: #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;
}