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. */ | ||
− | + | #content a:link, nav a:link, footer a:link { color: fuchsia; } | |
− | + | #content a:visited, nav a:visited, footer a:visited { color: purple; } | |
− | + | #content a:hover, nav a:hover, footer a:hover { background: yellow; } | |
− | + | #content a:active, nav a:active, footer a:active { background: lime; } |
Revision as of 2022-04-18T21:02:08
/* All cascading stylesheets (CSS) here will be loaded for users of the Vector skin. */
#content a:link, nav a:link, footer a:link { color: fuchsia; }
#content a:visited, nav a:visited, footer a:visited { color: purple; }
#content a:hover, nav a:hover, footer a:hover { background: yellow; }
#content a:active, nav a:active, footer a:active { background: lime; }