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, */ |
− | a | + | #content a:link, |
− | a.external.text:link, | + | /* #mw-content-text a:link, */ |
− | a.external.free:link, | + | /* a.external.text:link, |
+ | a.external.free:link, */ | ||
#p-navigation a:link, | #p-navigation a:link, | ||
#p-tb a:link, | #p-tb a:link, | ||
Line 13: | Line 14: | ||
{ color: fuchsia; } | { color: fuchsia; } | ||
− | .mw-body a:visited, | + | /* .mw-body a:visited, */ |
− | a | + | #content a:visited, |
− | a.external.text:visited, | + | /* #mw-content-text a:visited, */ |
− | a.external.free:visited, | + | /* a.external.text:visited, |
+ | a.external.free:visited, */ | ||
#p-navigation a:visited, | #p-navigation a:visited, | ||
#p-tb a:visited, | #p-tb a:visited, |
Revision as of 2022-04-21T21:13:24
/* 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, */
#content a:link,
/* #mw-content-text a:link, */
/* a.external.text:link,
a.external.free:link, */
#p-navigation a:link,
#p-tb a:link,
.vector-menu a:link,
.mw-footer a:link
{ color: fuchsia; }
/* .mw-body a:visited, */
#content a:visited,
/* #mw-content-text a:visited, */
/* a.external.text:visited,
a.external.free: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; }
.mw-body a:hover,
a.extiw:hover,
a.external.text:hover,
a.external.free:hover,
#p-navigation a:hover,
#p-tb a:hover,
.vector-menu a:hover,
.mw-footer a:hover
{ background: yellow; }
.mw-body a:active,
a.extiw:active,
a.external.text:active,
a.external.free:active,
#p-navigation a:active,
#p-tb a:active,
.vector-menu a:active,
.mw-footer a:active
{ background: lime; }
.translate { font-size: large; word-spacing: 1em; }
.translate code { font-family: "Red Hat Mono", "Roboto Mono", "Noto Sans Mono", monospace; }