MediaWiki:Common.css: Difference between revisions

From MFRL Staff Wiki
Jump to navigation Jump to search
(test)
 
No edit summary
 
(15 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 */


p {background:#ff3;}
.mw-body-content p,.mw-body-content li {
line-height:1.2em;
margin-bottom:0.7em;
max-width:800px;
font-size:12pt;
font-family:calibri;
}
.mw-body-content li{
margin-bottom:.1em;}

Latest revision as of 08:05, 14 January 2020

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

.mw-body-content p,.mw-body-content li {
line-height:1.2em;
margin-bottom:0.7em;
max-width:800px;
font-size:12pt;
font-family:calibri;
}
.mw-body-content li{
margin-bottom:.1em;}