MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary Tag: Manual revert |
mNo edit summary |
||
Line 4: | Line 4: | ||
.main-page-section { | .main-page-section { | ||
border-left: 1px solid black; | border-left: 1px solid black; | ||
background-color:# | background-color:#414141; | ||
padding: 0.5em 1em; | padding: 0.5em 1em; | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
} | } | ||
h1, h2, h3, h4, h5, h6, p { | h1, h2, h3, h4, h5, h6, p { | ||
Line 19: | Line 17: | ||
a, #mw-panel .vector-menu-content li a { | a, #mw-panel .vector-menu-content li a { | ||
color: #8d9ecc; | color: #8d9ecc; | ||
} | |||
body { | |||
background-color: #141417; | |||
} | } | ||
Line 29: | Line 31: | ||
} | } | ||
.mw-list-item, .vector-menu-tabs | .mw-list-item, .vector-menu-tabs li{ | ||
background-color: # | background-color: #212121; | ||
background-image: | background-image: linear-gradient(to top, #404040 0,#212121 100%); | ||
} | } | ||
Line 37: | Line 40: | ||
.selected.mw-list-item{ | .selected.mw-list-item{ | ||
background-color: #212121; | background-color: #212121; | ||
background-image: none; | |||
} | } |
Revision as of 23:46, 5 December 2022
/* CSS placed here will be applied to all skins */ /* Custom classes */ .main-page-section { border-left: 1px solid black; background-color:#414141; padding: 0.5em 1em; margin-bottom: 1em; } h1, h2, h3, h4, h5, h6, p { color: #eeeeee; } a, #mw-panel .vector-menu-content li a { color: #8d9ecc; } body { background-color: #141417; } #mw-head { background-color: #141417; } #content { background-color: #212121; } .mw-list-item, .vector-menu-tabs li{ background-color: #212121; background-image: linear-gradient(to top, #404040 0,#212121 100%); } .selected.mw-list-item{ background-color: #212121; background-image: none; } .vector-menu-tabs .selected a { color: #eeeeee; }