Difference between revisions of "MediaWiki:Common.css"

From IPLOG
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 */
 +
 +
 +
#n-Configuration {
 +
font-weight: bold;
 +
font-size: 10px;
 +
 +
}
 +
 +
 +
 
#mw-panel {
 
#mw-panel {
 
     font-size: 0.75em;
 
     font-size: 0.75em;
Line 7: Line 17:
 
     cursor: default;
 
     cursor: default;
 
     border: 0;
 
     border: 0;
}
 
 
 
 
#n-Configuration {
 
font-weight: bold;
 
font-size: 10px;
 
 
 
}
 
}

Revision as of 10:51, 26 April 2018

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


#n-Configuration {
 	font-weight: bold;
 	font-size: 10px;	
	
}



#mw-panel {
    font-size: 0.75em;
    color: #444444;
    margin: 0.5em 0 0 0.66666667em;
    padding: 0.25em 0;
    cursor: default;
    border: 0;
}