MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (34 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS here affects all skins */ | /* CSS here affects all skins */ | ||
/* | /* Header styling for clearer separations */ | ||
.mw- | .mw-heading1, .mw-heading2 { | ||
margin-top: 15px !important; | |||
padding-left: 15px; | |||
} | } | ||
.mw-heading1 { | |||
background-color: #777; | |||
.mw- | padding-bottom: 10px; | ||
} | } | ||
.mw- | .mw-heading2 { | ||
border: 1px solid gray; | |||
padding-bottom: 5px; | |||
} | } | ||
.mw-heading3 { | |||
border-bottom: 1px solid gray; | |||
.mw- | |||
} | } | ||
Latest revision as of 21:14, 25 December 2025
/* CSS here affects all skins */
/* Header styling for clearer separations */
.mw-heading1, .mw-heading2 {
margin-top: 15px !important;
padding-left: 15px;
}
.mw-heading1 {
background-color: #777;
padding-bottom: 10px;
}
.mw-heading2 {
border: 1px solid gray;
padding-bottom: 5px;
}
.mw-heading3 {
border-bottom: 1px solid gray;
}