MediaWiki:Common.css

From Wario Speedrunning Wiki
Revision as of 17:55, 14 April 2025 by Trig Jegman (talk | contribs) (Created page with "CSS placed here will be applied to all skins: Importing font used elsewhere on the site: @import URL("https://fonts.googleapis.com/css?family=Quantico:700"); Mark redirects in Special:Allpages and Special:Watchlist: .allpagesredirect a, .watchlistredir a { color: #DEDEDE; font-style: italic; } .brightlinks a, .brightlinks a:visited, .brightlinks a.external, .brightlinks a.extiw { color: #B0C4DE!important; } .darklinks a, .darklinks a:visited,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* Importing font used elsewhere on the site */
@import URL("https://fonts.googleapis.com/css?family=Quantico:700");

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect a, .watchlistredir a {
    color: #DEDEDE;
    font-style: italic;
}

.brightlinks a, .brightlinks a:visited, .brightlinks a.external, .brightlinks a.extiw {
  color: #B0C4DE!important;
}
.darklinks a, .darklinks a:visited, .darklinks a.external, .darklinks a.extiw  {
  color: #183048!important;
}

/* Hide license dropdown on [[Special:Upload]] */
p.mw-upload-editlicenses {display: none;}

.mw-htmlform-field-Licenses {display: none;}

/* hide potentially sensitive data on file pages */
#mw_metadata .exif-gpslatitude,
#mw_metadata .exif-gpslongitude,
#mw_metadata .exif-artist {display: none;}

.img-greyscale {filter: grayscale(100%);}