MediaWiki:Vector.css: Difference between revisions

Content added Content deleted
(Created page with "→‎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...")
 
(fix missing invisible footer text)
Line 8: Line 8:
background: none;
background: none;
}
}

/*#p-personal {
background: #fff;
background: rgba(255, 255, 255, .9);
}*/


html:not(.darkmode) #pt-uls .uls-trigger:before,
html:not(.darkmode) #pt-uls .uls-trigger:before,
Line 22: Line 17:
html:not(.darkmode) #simpleSearch input {
html:not(.darkmode) #simpleSearch input {
background-color: #fff;
background-color: #fff;
}

#footer li {
color: #fff;
}
}