MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/** Header stylying */ | /** Header stylying */ | ||
h2 { | .mw-body-content h2 { | ||
font-weight:bold; | font-weight:bold; | ||
line-height:1.3 !important; | line-height:1.3 !important; | ||
| Line 7: | Line 7: | ||
} | } | ||
h3 { | .mw-body-content h3 { | ||
font-weight:bold; | font-weight:bold; | ||
line-height:1.6 !important; | line-height:1.6 !important; | ||
| Line 13: | Line 13: | ||
} | } | ||
h4 { | .mw-body-content h4 { | ||
font-weight:bold; | font-weight:bold; | ||
line-height: 1.6 !important; | line-height: 1.6 !important; | ||
| Line 19: | Line 19: | ||
} | } | ||
h5 { | .mw-body-content h5 { | ||
font-weight:normal; | font-weight:normal; | ||
line-height:1.6 !important; | line-height:1.6 !important; | ||
| Line 25: | Line 25: | ||
} | } | ||
h6 { | .mw-body-content h6 { | ||
font-weight:normal; | font-weight:normal; | ||
line-height:1.6 !important; | line-height:1.6 !important; | ||
Revision as of 14:38, 5 August 2022
/** Header stylying */
.mw-body-content h2 {
font-weight:bold;
line-height:1.3 !important;
font-size:1.5rem !important;
}
.mw-body-content h3 {
font-weight:bold;
line-height:1.6 !important;
font-size:1.4rem !important;
}
.mw-body-content h4 {
font-weight:bold;
line-height: 1.6 !important;
font-size:1.3rem !important;
}
.mw-body-content h5 {
font-weight:normal;
line-height:1.6 !important;
font-size:1.2rem !important;
}
.mw-body-content h6 {
font-weight:normal;
line-height:1.6 !important;
font-size:1.1em !important;
font-style:italic;
}