Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: div.vectorTabs ul li#ca-history { visibility: hidden; }") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
visibility: hidden; | visibility: hidden; | ||
} | } | ||
+ | |||
+ | .mw-body-content a:link { color: #0027f6 !important; } /* normal unvisited links */ | ||
+ | a:visited { color: #0027f6 !important; } /* visited links */ |
Latest revision as of 11:21, 30 March 2020
/* CSS placed here will be applied to all skins */ div.vectorTabs ul li#ca-history { visibility: hidden; } .mw-body-content a:link { color: #0027f6 !important; } /* normal unvisited links */ a:visited { color: #0027f6 !important; } /* visited links */