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 { background-color : #1f407a;} */  
 
div#footer { background-color : #1f407a;} */  
div#footer ul li {
 
        margin: 2;
 
        padding: 0;
 
        padding-top: 0.5em;
 
        padding-bottom: 0.5em;
 
        color: #fff;
 
        font-size: 2em;
 
}
 
 
 
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: orange!important;
 
     color: orange!important;
 
}
 
}

Revision as of 20:50, 3 February 2014

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

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