Difference between revisions of "MediaWiki:Common.css"

From IPLOG
Jump to: navigation, search
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 
+
div#mw-panel div.portal div.body ul li#n-Configuration
/*div#mw-panel div.portal div.body ul li#n-Configuration*/
 
#n-Configuration
 
 
{
 
{
  font-weight: bold;
+
  font-weight: normal;
font-size: 15px;
 
}
 
 
 
 
 
#mw-panel {
 
    font-size: 1.75em;
 
    color: #444444;
 
    margin: 0.5em 0 0 0.66666667em;
 
    padding: 0.25em 0;
 
    cursor: default;
 
    border: 0;
 
 
}
 
}

Latest revision as of 10:08, 3 January 2019

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

div#mw-panel div.portal div.body ul li#n-Configuration
{
 	font-weight: normal;
}