MediaWiki:Vector.css: Difference between revisions

From Ricochet Wiki
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;
}
}



Revision as of 16:03, 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;
}

#footer li {
	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;
}