MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Trying out css) |
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 */ | ||
/* Custom classes */ | |||
.main-page-section { | |||
border-left: 1px solid black; | |||
background-color:#edf1f7; | |||
padding: 0.5em 1em; | |||
margin-bottom: 1em; | |||
} | |||
body { | body { |
Revision as of 23:33, 5 December 2022
/* CSS placed here will be applied to all skins */ /* Custom classes */ .main-page-section { border-left: 1px solid black; background-color:#edf1f7; padding: 0.5em 1em; margin-bottom: 1em; } body { background-color: black; } h1, h2, h3, h4, h5, h6, p { color: #eeeeee; } a, #mw-panel .vector-menu-content li a { color: #8d9ecc; } #mw-head { background-color: #141417; } #content { background-color: #212121; } .mw-list-item, .vector-menu-tabs .vector-menu-content-list li{ background-color: #141417; background-image: none; } .selected.mw-list-item{ background-color: #212121; } .vector-menu-tabs .selected a { color: #eeeeee; }