MediaWiki:Common.css

From Touhou LostWord Wiki
Jump to navigation Jump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* hide potentially sensitive data on file pages */
#mw_metadata .exif-gpslatitude,
#mw_metadata .exif-gpslongitude,
#mw_metadata .exif-artist {
  display: none;
}

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

.mw-htmlform-field-Licenses {
    display: none;
}
.img-greyscale {
  filter: grayscale(100%);
}
table {
    display: table;
    white-space: unset;
}
hr.gold {width:15%; border-top: 2px solid #D79130;}

h1, h2 {border-image: linear-gradient(to right, #7BEFDF, #EA96EA) 90; border-style:solid; border-width:0 0 2px; border-color:#00000000}
h3 {position: relative;display: inline-block;}
h3::after {content: '';position: absolute;left: 0;bottom: -5px;width: 100%;height: 4px;background: linear-gradient(to right, #7BEFDF, #EA96EA) 90; border-style:solid; border-width:0 0 2px; border-color:#00000000;z-index: -1;}