MediaWiki:Common.css

Revision as of 11:55, 25 March 2022 by DansFriend (talk | contribs)

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 */

@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;
}

.client-dark-mode .infobox {
    border: 1px solid #222222;
    float: right;
    font-size: 0.85em;
    margin-left: 15px;
    background-color: #3b3b3b;
    padding: 5px;
}