MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
.mw-echo-notification-badge-nojs { | .mw-echo-notification-badge-nojs { | ||
filter: brightness(1000%) | filter: brightness(1000%) | ||
} | |||
#mw-page-base { | |||
background-image:unset!important; | |||
background-color:unset!important; | |||
} | } |
Revision as of 20:04, 14 November 2023
/* CSS placed here will be applied to all skins */
.mw-body, .parsoid-body {
background-color: #000000;
color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
color: #ffffff;
}
pre, code, .mw-code {
}
body, #mw-navigation, #mw-head {
background-color: #131313;
color: #ffffff;
}
.vector-menu-tabs-legacy li, .vector-menu-tabs-legacy li a {
background-color:rgb(107,107,107)!important;
color: white!important;
}
.vector-menu-tabs-legacy .selected {
filter: brightness(150%);
}
a {color: rgb(255, 0, 255)!important;text-decoration: none;cursor:pointer}
a:active, a:hover:active {color: rgb(255, 179, 255)!important;}
a:hover {color: rgb(255, 121, 255)!important;}
.vector-menu-heading-label {color:#ffffff}
#p-logo {margin-bottom:0}
.mw-echo-notification-badge-nojs {
filter: brightness(1000%)
}
#mw-page-base {
background-image:unset!important;
background-color:unset!important;
}