Difference between revisions of "MediaWiki:Common.css"

From Hackerspace ACKspace
Jump to: navigation, search
(added h6 padding for use in featured page transclusion headers)
(reset font-size to a bigger type)
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.page-Main_Page h6 { padding-top: 3em; }
+
body.page-Main_Page h6 { font-size: 130%; padding-top: 3em; }

Revision as of 15:31, 18 November 2014

/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { display: none; }
body.page-Main_Page h6 { font-size: 130%; padding-top: 3em; }