MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
#footer #footer-places li a, #footer #footer-places li a:visited, #footer #footer-places li a:active { | #footer #footer-places li a, #footer #footer-places li a:visited, #footer #footer-places li a:active { | ||
color: #688ba8 !important; | color: #688ba8 !important; | ||
} | } | ||
Revision as of 13:01, 22 June 2024
#pagehistory li.selected {
color: #b9b7b5 !important;
}
a:link, .mw-parser-output a.extiw, a:visited, .mw-parser-output a.extiw:visited {
color: rgb(100, 140, 200);
}
/*
a:visited, .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, .mw-plusminus-neg {
color: #bf6060 !important;
}
#footer #footer-places li a, #footer #footer-places li a:visited, #footer #footer-places li a:active {
color: #688ba8 !important;
}
.catlinks {
height: auto;
border-radius: 4px;
background-color: #303030;
}
.catlinks li {
border-left: 1px solid #505050;
}