Difference between revisions of "MediaWiki:Common.css"

From IPLOG
Jump to: navigation, search
Line 8: Line 8:
 
     cursor: default;
 
     cursor: default;
 
     border: 0;
 
     border: 0;
     background: yellowgreen;
+
     background: yellow;
 
}     
 
}     
  

Revision as of 10:06, 26 April 2018

/* CSS placed here will be applied to all skins */
#mw-panel {
    font-size: 0.75em;
    color: #444444;
    font-weight: normal;
    margin: 0.5em 0 0 0.66666667em;
    padding: 0.25em 0;
    cursor: default;
    border: 0;
    background: yellow;
}    

/*#n-Configuration {
	background: yellowgreen;
}
*/