Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Nicole Sharp (talk | contribs) |
Nicole Sharp (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Cascading stylesheets (CSS) here will be loaded for users of the Vector skin. */ | /* Cascading stylesheets (CSS) here will be loaded for users of the Vector skin. */ | ||
− | + | #content a:link, | |
− | |||
− | |||
− | |||
− | |||
− | |||
#p-navigation a:link, | #p-navigation a:link, | ||
#p-tb a:link, | #p-tb a:link, | ||
Line 13: | Line 8: | ||
{ color: fuchsia; } | { color: fuchsia; } | ||
− | + | #content a:visited, | |
− | |||
− | |||
− | |||
#p-navigation a:visited, | #p-navigation a:visited, | ||
#p-tb a:visited, | #p-tb a:visited, | ||
Line 25: | Line 17: | ||
.new a:link, .new a:visited { color: maroon; } | .new a:link, .new a:visited { color: maroon; } | ||
− | + | #content a:hover, | |
− | |||
− | |||
− | |||
#p-navigation a:hover, | #p-navigation a:hover, | ||
#p-tb a:hover, | #p-tb a:hover, | ||
Line 35: | Line 24: | ||
{ background: yellow; } | { background: yellow; } | ||
− | + | #content a:active, | |
− | |||
− | |||
− | |||
#p-navigation a:active, | #p-navigation a:active, | ||
#p-tb a:active, | #p-tb a:active, | ||
Line 45: | Line 31: | ||
{ background: lime; } | { background: lime; } | ||
− | + | h3, h4 { text-decoration: underline; } | |
− |
Latest revision as of 2022-05-07T06:15:02
/* Cascading stylesheets (CSS) here will be loaded for users of the Vector skin. */
#content a:link,
#p-navigation a:link,
#p-tb a:link,
.vector-menu a:link,
.mw-footer a:link
{ color: fuchsia; }
#content a:visited,
#p-navigation a:visited,
#p-tb a:visited,
.vector-menu a:visited,
.mw-footer a:visited
{ color: red; }
.new a:link, .new a:visited { color: maroon; }
#content a:hover,
#p-navigation a:hover,
#p-tb a:hover,
.vector-menu a:hover,
.mw-footer a:hover
{ background: yellow; }
#content a:active,
#p-navigation a:active,
#p-tb a:active,
.vector-menu a:active,
.mw-footer a:active
{ background: lime; }
h3, h4 { text-decoration: underline; }