Difference between revisions of "MediaWiki:Common.css"

From Medivia Online Wiki
(Created page with "→‎CSS placed here will be applied to all skins: #ca-talk { display:none!important; }")
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#ca-talk { display:none!important; }
#ca-talk { display:none!important; }
body {
margin: 0;
color: #ECECEC;
font-family: 'Merriweather', serif;
        font-size: 0.9em;
        line-height: 1.35;
}

Revision as of 20:30, 22 February 2020

/* CSS placed here will be applied to all skins */
#ca-talk { display:none!important; }


body {
	margin: 0;
	color: #ECECEC;
	font-family: 'Merriweather', serif;
        font-size: 0.9em;
        line-height: 1.35;
}