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 */
#mw-panel .portal .body li {
+
div#mw-panel div.portal h3,
    line-height: 1.125em;
+
div#mw-panel div.portal div.body ul li {
    margin: 50;
+
  font-size: 1.0em; /* default is 0.75em */
    padding: 0.25em 0;
 
    font-size: 5.0em;
 
    word-wrap: break-word;
 
 
}
 
}
  

Revision as of 09:59, 26 April 2018

/* CSS placed here will be applied to all skins */
div#mw-panel div.portal h3,
div#mw-panel div.portal div.body ul li {
   font-size: 1.0em; /* default is 0.75em */
}

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