MediaWiki:Common.css: Difference between revisions

From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
mNo edit summary
No edit summary
Line 19: Line 19:
.mw-logo-wordmark {
.mw-logo-wordmark {
   font-weight: normal;
   font-weight: normal;
}
.mw-sidebar-action-link {
  display: none;
}
}

Revision as of 19:02, 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;
}

.mw-sidebar-action-link {
  display: none;
}