MediaWiki:Common.css: Difference between revisions

From The Toaq Wiki
mNo edit summary
mNo edit summary
Line 22: Line 22:


a[href] {
a[href] {
   color: #ffaec9 !important;
   color: #63a2b2 !important;
}
}


Line 30: Line 30:


a[href].new {
a[href].new {
color: #cc8ca7 !important;
color: #63a2b2 !important;
}
}

Revision as of 12:19, 19 February 2022

@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: underline dotted;
}

a[href] {
  color: #63a2b2 !important;
}

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

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