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: P { text-indent: 2em }") |
|||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | + | ||
+ | P { text-indent: 2em } | ||
+ | |||
+ | |||
+ | .mw-body-content a:link { color: #0000FF; } /* normal unvisited links */ | ||
+ | .mw-body-content a:link:visited { color:#cc2200; } /* visited links */ |
Latest revision as of 17:58, 2 April 2021
/* CSS placed here will be applied to all skins */ P { text-indent: 2em } .mw-body-content a:link { color: #0000FF; } /* normal unvisited links */ .mw-body-content a:link:visited { color:#cc2200; } /* visited links */