MediaWiki:Common.css: Difference between revisions

From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
mNo edit summary
mNo edit summary
Line 11: Line 11:
   font-family: Tico;
   font-family: Tico;
   text-transform: uppercase;
   text-transform: uppercase;
  font-weight: normal;
}
}


.mw-logo a:visited {
.mw-logo a:visited {
   color: black;
   color: black;
}
.mw-logo-wordmark {
  font-weight: normal;
}
}

Revision as of 16:23, 15 March 2022

/* CSS placed here will be applied to all skins */

@font-face {
  font-family: Tico;
  src: url('fonts/Tico/font.woff') format('woff'),
       url('fonts/Tico/font.woff2') format('woff2');
}

.mw-logo {
  color: black;
  font-family: Tico;
  text-transform: uppercase;
}

.mw-logo a:visited {
  color: black;
}

.mw-logo-wordmark {
  font-weight: normal;
}