Common.css: Difference between revisions
From Algolit
Line 8: | Line 8: | ||
.ns-subject h5, .ns-special h5, .page-Main_Page h5 { | .ns-subject h5, .ns-special h5, .page-Main_Page h5 { | ||
− | font-size: | + | font-size: 105%; |
font-weight: normal; | font-weight: normal; | ||
text-decoration:underline; | text-decoration:underline; | ||
Line 26: | Line 26: | ||
.ns-subject h1, .ns-special h1, .page-Main_Page h1 { | .ns-subject h1, .ns-special h1, .page-Main_Page h1 { | ||
− | font-size: | + | font-size: 225%; |
} | } | ||
h2#firstHeading { | h2#firstHeading { | ||
− | font-size: | + | font-size: 225%; |
} | } |
Revision as of 19:04, 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%; font-style: italic; font-weight: normal; } .ns-subject h5, .ns-special h5, .page-Main_Page h5 { font-size: 105%; font-weight: normal; text-decoration:underline; } .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: 175%; } .ns-subject h1, .ns-special h1, .page-Main_Page h1 { font-size: 225%; } h2#firstHeading { font-size: 225%; }