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 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin. */ | /* All CSS here will be loaded for users of the Vector skin. */ | ||
#bodyContent a:link { color: | #bodyContent a:link { color: #ff00ff; } | ||
#bodyContent a:visited { color: | #bodyContent a:visited { color: #ff0080; } | ||
#bodyContent a:active { color: | #bodyContent a:active { color: #ff8000; } | ||
#bodyContent a { text-decoration: underline; } | #bodyContent a { text-decoration: underline; } |
Revision as of 2023-03-26T17:50:53
/* All CSS here will be loaded for users of the Vector skin. */
#bodyContent a:link { color: #ff00ff; }
#bodyContent a:visited { color: #ff0080; }
#bodyContent a:active { color: #ff8000; }
#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; }