Difference between revisions of "MediaWiki:Common.css"

From Hackerspace ACKspace
Jump to: navigation, search
(reset font-size to a bigger type)
(added subtle top border)
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 { font-size: 130%; padding-top: 3em; }
+
body.page-Main_Page h6 { font-size: 130%; padding-top: 2em; margin-top: 1em; border-top: 1px solid #ddd; }

Revision as of 15:37, 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: 2em; margin-top: 1em; border-top: 1px solid #ddd; }