MediaWiki:Vector.css
Revision as of 2022-04-27T02:42:38 by Nicole Sharp (talk | contribs)
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Cascading stylesheets (CSS) here will be loaded for users of the Vector skin. */
@font-face { font-family: "Noto Sans Regular"; src: url("fonts/google/NotoSans-Regular.ttf"); }
@font-face { font-family: "Noto Sans Italic"; font-style: italic; src: url("fonts/google/NotoSans-Italic.ttf"); }
@font-face { font-family: "Red Hat Mono Light"; font-display: swap; src: local("Red Hat Mono Light"), local("Red Hat Mono"), url("/fonts/google/RedHatMono.ttf"); }
@font-face { font-family: "Noto Sans Mono Regular"; src: url("fonts/google/NotoSansMono-Regular.ttf"); }
#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; }
.translate { font-size: large; word-spacing: 1em; }
.translate code { font-family: "Red Hat Mono Light", "Red Hat Mono", "Roboto Mono Regular", "Roboto Mono", "Noto Sans Mono Regular", "Noto Sans Mono", monospace; }
.translations { font-size: large; }