Difference between revisions of "MediaWiki:Common.css"

From Karnataka Open Educational Resources
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body.page-Main_Page h1.firstHeading { display:none; }")
 
 
(5 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 */
 
body.page-Main_Page h1.firstHeading { display:none; }
 
body.page-Main_Page h1.firstHeading { display:none; }
 +
 +
body { font-size: larger; }
 +
 +
h3 { font-weight: 700; color:brown;}

Latest revision as of 04:29, 29 June 2017

/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { display:none; }

body { font-size: larger; }

h3 { font-weight: 700; color:brown;}