MediaWiki:Common.css: Difference between revisions
From semantic-hub.io
YvonneDHBW (talk | contribs) Created page with "→CSS placed here will be applied to all skins: body { background: #1e293b; }" |
YvonneDHBW (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Backgroundcolor footer */ | |||
body { background: #1e293b; } | body { background: #1e293b; } | ||
/* Page title h1 */ | |||
.mw-heading mw-heading1 { | |||
background: #1e293b; | |||
padding: 15px; | |||
border-radius: 10px; | |||
} | |||
.mw-heading mw-heading1 h1 { | |||
color: #38bdf8; | |||
margin: 0; | |||
} | |||
