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