Difference between revisions of "MediaWiki:Common.css"

From IPLOG
Jump to: navigation, search
Line 12: Line 12:
 
#n-Configuration {
 
#n-Configuration {
 
font-weight: bold;
 
font-weight: bold;
font-size: 2.0em;
+
font-size: 15px;
 
}
 
}

Revision as of 10:31, 26 April 2018

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

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