Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Nicole Sharp (talk | contribs) |
Nicole Sharp (talk | contribs) |
||
Line 5: | Line 5: | ||
/* #content a:link, #p-navigation a:link, #p-tb a:link, #footer a:link { color: fuchsia; } */ | /* #content a:link, #p-navigation a:link, #p-tb a:link, #footer a:link { color: fuchsia; } */ | ||
.mw-body a:link, | .mw-body a:link, | ||
− | .vector-menu | + | .vector-menu a:link, |
.mw-footer a:link | .mw-footer a:link | ||
{ color: fuchsia; } | { color: fuchsia; } | ||
Line 11: | Line 11: | ||
/* #content a:visited, #p-navigation a:visited, #p-tb a:visited, #footer a:visited { color: purple; } */ | /* #content a:visited, #p-navigation a:visited, #p-tb a:visited, #footer a:visited { color: purple; } */ | ||
.mw-body a:visited, | .mw-body a:visited, | ||
− | .vector-menu | + | .vector-menu a:visited, |
.mw-footer a:visited | .mw-footer a:visited | ||
{ color: fuchsia; } | { color: fuchsia; } | ||
Line 17: | Line 17: | ||
/* #content a:hover, #p-navigation a:hover, #p-tb a:hover, #footer a:hover { background: yellow; } */ | /* #content a:hover, #p-navigation a:hover, #p-tb a:hover, #footer a:hover { background: yellow; } */ | ||
.mw-body a:hover, | .mw-body a:hover, | ||
− | .vector-menu | + | .vector-menu a:hover, |
.mw-footer a:hover | .mw-footer a:hover | ||
{ color: fuchsia; } | { color: fuchsia; } | ||
Line 23: | Line 23: | ||
/* #content a:active, #p-navigation a:active, #p-tb a:active, #footer a:active { background: lime; } */ | /* #content a:active, #p-navigation a:active, #p-tb a:active, #footer a:active { background: lime; } */ | ||
.mw-footer a:active, | .mw-footer a:active, | ||
− | .vector-menu | + | .vector-menu a:active, |
.mw-body a:active | .mw-body a:active | ||
{ color: fuchsia; } | { color: fuchsia; } |
Revision as of 2022-04-20T13:17:46
/* Cascading stylesheets (CSS) here will be loaded for users of the Vector skin. */
@font-face { font-family: "Red Hat Mono"; font-display: swap; src: local("Red Hat Mono"), url("/fonts/google/RedHatMono.ttf"); }
/* #content a:link, #p-navigation a:link, #p-tb a:link, #footer a:link { color: fuchsia; } */
.mw-body a:link,
.vector-menu a:link,
.mw-footer a:link
{ color: fuchsia; }
/* #content a:visited, #p-navigation a:visited, #p-tb a:visited, #footer a:visited { color: purple; } */
.mw-body a:visited,
.vector-menu a:visited,
.mw-footer a:visited
{ color: fuchsia; }
/* #content a:hover, #p-navigation a:hover, #p-tb a:hover, #footer a:hover { background: yellow; } */
.mw-body a:hover,
.vector-menu a:hover,
.mw-footer a:hover
{ color: fuchsia; }
/* #content a:active, #p-navigation a:active, #p-tb a:active, #footer a:active { background: lime; } */
.mw-footer a:active,
.vector-menu a:active,
.mw-body a:active
{ color: fuchsia; }
.translate { font-size: large; word-spacing: 1em; }
.translate code { font-family: "Red Hat Mono", "Roboto Mono", "Noto Sans Mono", monospace; }