MediaWiki:Common.css: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
}
}


a:link {
a:link{
color: rgb(100, 140, 200);
color: rgb(100, 140, 200) !important;
}
}


a:visited {
a:visited
color: rgb(160, 140, 200);
:not(#footer-places) {
color: rgb(160, 140, 200) !important;
}
}


a:active {
a:active
color: rgb(220, 140, 200);
:not(#footer-places) {
color: rgb(220, 140, 200) !important;
}
}

Revision as of 16:11, 19 June 2024

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

a:link{
	color: rgb(100, 140, 200) !important;
}

a:visited
:not(#footer-places) {
	color: rgb(160, 140, 200) !important;
}

a:active
:not(#footer-places) {
	color: rgb(220, 140, 200) !important;
}