Difference between revisions of "MediaWiki:Common.css"

From IPLOG
Jump to: navigation, search
Line 4: Line 4:
 
     margin: 50;
 
     margin: 50;
 
     padding: 0.25em 0;
 
     padding: 0.25em 0;
     font-size: 2.0em;
+
     font-size: 5.0em;
 
     word-wrap: break-word;
 
     word-wrap: break-word;
 
}
 
}

Revision as of 09:57, 26 April 2018

/* CSS placed here will be applied to all skins */
#mw-panel .portal .body li {
    line-height: 1.125em;
    margin: 50;
    padding: 0.25em 0;
    font-size: 5.0em;
    word-wrap: break-word;
}

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