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"); } | ||
− | #content a:link, #p-navigation a:link, #p-tb a:link, #footer a:link, # | + | #content a:link, #p-navigation a:link, #p-tb a:link, #footer a:link, #ca-nstab-main a:link, #ca-view a:link { color: fuchsia; } |
− | #content a:visited, #p-navigation a:visited, #p-tb a:visited, #footer a:visited, # | + | #content a:visited, #p-navigation a:visited, #p-tb a:visited, #footer a:visited, #ca-nstab-main a:visited, #ca-view a:visited { color: purple; } |
− | #content a:hover, #p-navigation a:hover, #p-tb a:hover, #footer a:hover, # | + | #content a:hover, #p-navigation a:hover, #p-tb a:hover, #footer a:hover, #ca-nstab-main a:hover, #ca-view a:hover { background: yellow; } |
− | #content a:active, #p-navigation a:active, #p-tb a:active, #footer a:active, # | + | #content a:active, #p-navigation a:active, #p-tb a:active, #footer a:active, #ca-nstab-main a:active, #ca-view a:active { background: 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-20T12:51:36
/* 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, #ca-nstab-main a:link, #ca-view a:link { color: fuchsia; }
#content a:visited, #p-navigation a:visited, #p-tb a:visited, #footer a:visited, #ca-nstab-main a:visited, #ca-view a:visited { color: purple; }
#content a:hover, #p-navigation a:hover, #p-tb a:hover, #footer a:hover, #ca-nstab-main a:hover, #ca-view a:hover { background: yellow; }
#content a:active, #p-navigation a:active, #p-tb a:active, #footer a:active, #ca-nstab-main a:active, #ca-view a:active { background: lime; }
.translate { font-size: large; word-spacing: 1em; }
.translate code { font-family: "Red Hat Mono", "Roboto Mono", "Noto Sans Mono", monospace; }