Jump to content

MediaWiki:Vector.css: Difference between revisions

Remove dark mode toggle styles
(add top header)
(Remove dark mode toggle styles)
Line 1:
/* CSS placed here will affect users of the Vector skin */
html:not(.darkmode) body {
background: #000 url('https://static.miraheze.org/ricochetwiki/2/22/Stars_background.jpg');
color: #fff;
}
 
html:not(.darkmode) #mw-page-base {
background: none;
}
 
html:not(.darkmode) #pt-uls .uls-trigger:before,
html:not(.darkmode) .mw-echo-notifications-badge {
filter: invert(1);
}
 
html:not(.darkmode) #p-cactions,
html:not(.darkmode) #simpleSearch input {
background-color: #fff;
}
 
html:not(.darkmode) #footer li,
html:not(.darkmode) .mw-notification {
color: #fff;
}
 
/* links */
html:not(.darkmode) #mw-panel .portal .body li a,
html:not(.darkmode) #mw-panel .portal .body li a:visited,
html:not(.darkmode) #p-personal a,
html:not(.darkmode) #footer a {
color: #00fffe;
}
 
html:not(.darkmode) #mw-panel .portal .body li a:hover,
html:not(.darkmode) #p-personal a:hover,
html:not(.darkmode) #footer a:hover {
color: #fff;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.