Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Nicole Sharp (talk | contribs) |
Nicole Sharp (talk | contribs) |
||
Line 3: | Line 3: | ||
@font-face { font-family: "Red Hat Mono"; font-display: swap; src: local("Red Hat Mono"), url("/fonts/google/RedHatMono.ttf"); } | @font-face { font-family: "Red Hat Mono"; font-display: swap; src: local("Red Hat Mono"), url("/fonts/google/RedHatMono.ttf"); } | ||
− | |||
.mw-body a:link, | .mw-body a:link, | ||
.vector-menu a:link, | .vector-menu a:link, | ||
+ | .vector-menu-content a:link, | ||
.mw-footer a:link | .mw-footer a:link | ||
{ color: fuchsia; } | { color: fuchsia; } | ||
− | |||
.mw-body a:visited, | .mw-body a:visited, | ||
.vector-menu a:visited, | .vector-menu a:visited, | ||
+ | .vector-menu-content a:visited, | ||
.mw-footer a:visited | .mw-footer a:visited | ||
− | { color: | + | { color: purple; } |
− | |||
.mw-body a:hover, | .mw-body a:hover, | ||
.vector-menu a:hover, | .vector-menu a:hover, | ||
+ | .vector-menu-content a:hover, | ||
.mw-footer a:hover | .mw-footer a:hover | ||
− | { color: | + | { color: yellow; } |
− | |||
.mw-footer a:active, | .mw-footer a:active, | ||
.vector-menu a:active, | .vector-menu a:active, | ||
+ | .vector-menu-content a:active, | ||
.mw-body a:active | .mw-body a:active | ||
− | { color: | + | { color: lime; } |
.translate { font-size: large; word-spacing: 1em; } | .translate { font-size: large; word-spacing: 1em; } | ||
.translate code { font-family: "Red Hat Mono", "Roboto Mono", "Noto Sans Mono", monospace; } | .translate code { font-family: "Red Hat Mono", "Roboto Mono", "Noto Sans Mono", monospace; } |
Revision as of 2022-04-20T13:21:26
/* 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"); }
.mw-body a:link,
.vector-menu a:link,
.vector-menu-content a:link,
.mw-footer a:link
{ color: fuchsia; }
.mw-body a:visited,
.vector-menu a:visited,
.vector-menu-content a:visited,
.mw-footer a:visited
{ color: purple; }
.mw-body a:hover,
.vector-menu a:hover,
.vector-menu-content a:hover,
.mw-footer a:hover
{ color: yellow; }
.mw-footer a:active,
.vector-menu a:active,
.vector-menu-content a:active,
.mw-body a:active
{ color: lime; }
.translate { font-size: large; word-spacing: 1em; }
.translate code { font-family: "Red Hat Mono", "Roboto Mono", "Noto Sans Mono", monospace; }