MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: .mw-parser-output h4 { margin-left: 20px; }" |
No edit summary |
||
| (37 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS | /* CSS here affects all skins */ | ||
.mw- | /* 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; | |||
} | } | ||
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;
}