Difference between revisions of "MediaWiki:Common.css"
From Multiverse Crisis MUSH
(Created page with "→CSS placed here will be applied to all skins: h1 { font-size: 188%; } h2 { font-size: 100%; } h3 { font-size: 95%; } h4 { font-size: 90%; } h5 { font-size: 85%; } h6 { f...") |
m |
||
Line 2: | Line 2: | ||
h1 { font-size: 188%; } | h1 { font-size: 188%; } | ||
− | h2 { font-size: | + | h2 { font-size: 130%; } |
− | h3 { font-size: | + | h3 { font-size: 110%; } |
− | h4 { font-size: | + | h4 { font-size: 105%; } |
− | h5 { font-size: | + | h5 { font-size: 100%; } |
− | h6 { font-size: | + | h6 { font-size: 95%; } |
Revision as of 22:15, 21 February 2014
/* CSS placed here will be applied to all skins */ h1 { font-size: 188%; } h2 { font-size: 130%; } h3 { font-size: 110%; } h4 { font-size: 105%; } h5 { font-size: 100%; } h6 { font-size: 95%; }