MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: #pagehistory li.selected { color: #b9b7b5 !important; }") |
No edit summary |
||
Line 1: | Line 1: | ||
#pagehistory li.selected { | #pagehistory li.selected { | ||
color: #b9b7b5 !important; | color: #b9b7b5 !important; | ||
} | |||
a:link { | |||
color: rgb(100, 140, 200) !important; | |||
} | |||
a:visited { | |||
color: rgb(160, 140, 200) !important; | |||
} | |||
a:active { | |||
color: rgb(220, 140, 200) !important; | |||
} | } |