Common.css: Difference between revisions
From Algolit
Line 6: | Line 6: | ||
.ns-subject h5, .ns-special h5, .page-Main_Page h5 { | .ns-subject h5, .ns-special h5, .page-Main_Page h5 { | ||
− | font-size: | + | font-size: 110%; |
} | } | ||
Line 14: | Line 14: | ||
.ns-subject h3, .ns-special h3, .page-Main_Page h3 { | .ns-subject h3, .ns-special h3, .page-Main_Page h3 { | ||
− | font-size: | + | font-size: 130%; |
} | } | ||
.ns-subject h2, .ns-special h2, .page-Main_Page h2 { | .ns-subject h2, .ns-special h2, .page-Main_Page h2 { | ||
− | font-size: | + | font-size: 150%; |
} | } | ||
.ns-subject h1, .ns-special h1, .page-Main_Page h1 { | .ns-subject h1, .ns-special h1, .page-Main_Page h1 { | ||
− | font-size: | + | font-size: 200%; |
} | } | ||
#firstHeading { | #firstHeading { | ||
− | font-size: | + | font-size: 200%; |
} | } |
Revision as of 18:53, 30 October 2017
/* CSS placed here will be applied to all skins */ .ns-subject h6, .ns-special h6, .page-Main_Page h6 { font-size: 100%; } .ns-subject h5, .ns-special h5, .page-Main_Page h5 { font-size: 110%; } .ns-subject h4, .ns-special h4, .page-Main_Page h4 { font-size: 120%; } .ns-subject h3, .ns-special h3, .page-Main_Page h3 { font-size: 130%; } .ns-subject h2, .ns-special h2, .page-Main_Page h2 { font-size: 150%; } .ns-subject h1, .ns-special h1, .page-Main_Page h1 { font-size: 200%; } #firstHeading { font-size: 200%; }