Difference between revisions of "MediaWiki:Common.css"

From Medivia Online Wiki
Tag: Manual revert
 
(8 intermediate revisions by 2 users not shown)
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; }
 
html { font-family: 'Roboto', 'Tahoma', 'Merriweather', sans-serif; }
 
*/
body {
margin: 0;
color: #ECECEC;
font-family: 'Merriweather', serif;
        font-size: 0.9em;
        line-height: 1.35;
}

Latest revision as of 11:30, 4 July 2023

/* CSS placed here will be applied to all skins 
#ca-talk { display:none!important; }
html { font-family: 'Roboto', 'Tahoma', 'Merriweather', sans-serif; }
*/