Personal tools

Difference between revisions of "MediaWiki:Common.css"

From iis-projects

Jump to: navigation, search
Line 9: Line 9:
 
     color: orange!important;
 
     color: orange!important;
 
}
 
}
/*
 
div#mw-head-base { background-color : #1f407a}
 
div#footer { background-color : #1f407a}
 
div#suggestions { background-color : #1f407a}
 
 
*/
 

Revision as of 19:20, 3 February 2014

/* CSS placed here will be applied to all skins */

div#footer { background-color : #1f407a;} */ 
div#footer ul li {
    color: #ffffff!important;
}

div#footer ul li a:link,div#footer ul li a:visited {
    color: orange!important;
}