MediaWiki:Common.css

From The Toaq Wiki
Revision as of 12:41, 19 February 2022 by Uakci (talk | contribs) (box shadow but not)

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.
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@500;700&display=swap');

.toaq {
  font-family: 'Commissioner', system-ui, sans-serif;
}

@font-face {
  font-family: 'ToaqScript';
  src: url(/Special:Redirect/file/ToaqScript.ttf);
}

.toaq-script {
  font-family: ToaqScript;
  font-size: 200%;
  line-height: 100%;
  font-weight: normal !important;
}

[title] {
  text-decoration: none;
}

[title]::after {
  float: left;
  position: relative;
  bottom: 0;
  background-color: currentColor;
  filter: opacity(0.25);
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 2px;
  width: 100%;
}

a[href] {
  color: #5b9aaa !important;
}

a[href]:focus, a[href]:hover, a[href]:active, a[href]:visited {
  color: #004e5d !important;
}

a[href].new {
  color: #c87b96 !important;
}