Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
P { text-indent: 2em } | P { text-indent: 2em } | ||
− | + | ||
− | + | a.external { color: green; } | |
− | |||
− | a. | ||
− | |||
− | } | ||
/* Highlight linked elements (such as clicked references) in blue */ | /* Highlight linked elements (such as clicked references) in blue */ |
Revision as of 17:51, 2 April 2021
/* CSS placed here will be applied to all skins */ P { text-indent: 2em } a.external { color: green; } /* Highlight linked elements (such as clicked references) in blue */ body.action-info .mw-body-content :target, .citation:target { background-color: #def; /* Fallback */ background-color: rgba(0, 127, 255, 0.133); }