MediaWiki:Vector.css: Difference between revisions

From Ricochet Wiki
Content added Content deleted
(fix missing invisible footer text)
(fix invisible edit confirmation message)
Line 19: Line 19:
}
}


#footer li {
html:not(.darkmode) #footer li,
html:not(.darkmode) .mw-notification {
color: #fff;
color: #fff;
}
}

Revision as of 16:05, 13 April 2020

/* 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;
}