MediaWiki:Common.css: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(test)
Tag: Blanking
(test)
Line 1: Line 1:
#pagehistory li.selected {
color: #b9b7b5 !important;
}


a:link, .mw-parser-output a.extiw, a:visited {
color: rgb(100, 140, 200);
}
.mw-parser-output a.extiw:visited {
color: rgb(160, 140, 200);
}
a:active, .mw-parser-output a.extiw:active {
color: rgb(220, 140, 200);
}
a.new {
color: #bf6060 !important;
}
#footer #footer-places li a, #footer #footer-places li a:visited, #footer #footer-places li a:active {
color: #688ba8 !important;
}
pre, .mw-code {
filter: invert(100) hue-rotate(180deg);
border-left: 6px solid #fff !important;
}

Revision as of 16:46, 19 June 2024

#pagehistory li.selected {
	color: #b9b7b5 !important;
}	

a:link, .mw-parser-output a.extiw, a:visited {
	color: rgb(100, 140, 200);
}

.mw-parser-output a.extiw:visited {
	color: rgb(160, 140, 200);
}

a:active, .mw-parser-output a.extiw:active {
	color: rgb(220, 140, 200);
}

a.new {
	color: #bf6060 !important;
}

#footer #footer-places li a, #footer #footer-places li a:visited, #footer #footer-places li a:active {
	color: #688ba8 !important;
}

pre, .mw-code {
	filter: invert(100) hue-rotate(180deg);
	border-left: 6px solid #fff !important;
}