Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Nicole Sharp (talk | contribs) |
Nicole Sharp (talk | contribs) |
||
Line 1: | Line 1: | ||
/* All cascading stylesheets (CSS) here will be loaded for users of the Vector skin. */ | /* All cascading stylesheets (CSS) here will be loaded for users of the Vector skin. */ | ||
+ | |||
+ | .mw-body a:link, .vector-menu-contet a:link { color: fuchsia; } | ||
+ | .mw-body a:visited, .vector-menu-contet a:visited { color: purple; } | ||
+ | .mw-body a:hover, .vector-menu-contet a:hover { background: yellow; } | ||
+ | .mw-body a:active, .vector-menu-contet a:active { background: lime; } |
Revision as of 2022-04-18T20:54:26
/* All cascading stylesheets (CSS) here will be loaded for users of the Vector skin. */
.mw-body a:link, .vector-menu-contet a:link { color: fuchsia; }
.mw-body a:visited, .vector-menu-contet a:visited { color: purple; }
.mw-body a:hover, .vector-menu-contet a:hover { background: yellow; }
.mw-body a:active, .vector-menu-contet a:active { background: lime; }