MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Nicole Sharp (talk | contribs) No edit summary |
Nicole Sharp (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
#bodyContent a:link { color: fuchsia; } | #bodyContent a:link { color: fuchsia; } | ||
#bodyContent a:visited { color: | #bodyContent a:visited { color: red; } | ||
#bodyContent a:active { color: green; } | #bodyContent a:active { color: green; } | ||
Revision as of 2023-03-26T17:42:24
/* All CSS here will be loaded for users of the Vector skin. */
#bodyContent a:link { color: fuchsia; }
#bodyContent a:visited { color: red; }
#bodyContent a:active { color: green; }
#bodyContent a { text-decoration: underline; }
#bodyContent a.external { text-decoration: none; }
#bodyContent a.external:hover { text-decoration: underline; }
#bodyContent a.external[href*=".nicolesharp.net"] { text-decoration: underline; }
#bodyContent a.extiw { text-decoration: none; }
#bodyContent a.extiw:hover { text-decoration: underline; }