Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: body { font-size: 16px; }") |
|||
| Line 3: | Line 3: | ||
body { | body { | ||
font-size: 16px; | font-size: 16px; | ||
} | |||
h1 { | |||
font-size: 24px; | |||
font-size: 1.5rem; | |||
} | |||
h2, | |||
.home.blog .entry-title { | |||
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; | |||
} | } | ||
Revision as of 20:54, 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,
.home.blog .entry-title {
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;
}