Personal tools

Difference between revisions of "MediaWiki:Common.css"

From iis-projects

Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
div#footer { background-color : #1f407a;} */  
 
div#footer { background-color : #1f407a;} */  
div#footer ul li{
+
div#footer ul li {
 
     color:white!important;
 
     color:white!important;
 
}
 
}

Revision as of 20:10, 3 February 2014

/* CSS placed here will be applied to all skins */
div#footer { background-color : #1f407a;} */ 
div#footer ul li {
    color:white!important;
}

div#footer ul li a,div#footer ul li a:visited {
    color: orange!important;
}
/* 
div#mw-head-base { background-color : #1f407a}
div#footer { background-color : #1f407a}
div#suggestions { background-color : #1f407a}

*/