Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 10: | Line 10: | ||
} | } | ||
h2 | h2 { | ||
font-size: 20px; | font-size: 20px; | ||
font-size: 1.25rem; | font-size: 1.25rem; | ||
Revision as of 20:55, 3 August 2019
/* CSS placed here will be applied to all skins */
body {
font-size: 16px;
}
h1 {
font-size: 24px;
font-size: 1.5rem;
}
h2 {
font-size: 20px;
font-size: 1.25rem;
}
h3 {
font-size: 18px;
font-size: 1.125rem;
}
h4 {
font-size: 16px;
font-size: 1rem;
font-weight: bold;
}
h5 {
font-size: 13px;
font-size: 0.8125rem;
font-weight: 800;
letter-spacing: 0.15em;
text-transform: uppercase;
}
h6 {
font-size: 15px;
font-size: 0.9375rem;
font-weight: 800;
}