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 ul li rgb(255, 255, 255)
+
div#footer ul li {color: rgb(255, 255, 255)}
  
 
div#footer { background-color : #1f407a;} */  
 
div#footer { background-color : #1f407a;} */  

Revision as of 20:50, 3 February 2014

/* CSS placed here will be applied to all skins */
div#footer ul li {color: rgb(255, 255, 255)}

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