Heroes & Generals Wiki
Advertisement

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.
/******************
/* General styles *
/******************/
@font-face {
  font-family: 'AlteDIN1451Mittelschrift';
  font-weight: 400;
  font-style: normal;
  src: local('AlteDIN1451Mittelschrift'), local('AlteDIN1451Mittelschrift'), url("/media/hydra/fonts/AlteDIN1451Mittelschrift.ttf") format('truetype');
}

@font-face {
  font-family: 'FetteEngDOT';
  font-weight: 400;
  font-style: normal;
  src: local('FetteEngDOT'), local('FetteEngDOT'), url("/media/hydra/fonts/FetteEngDOT.ttf") format('truetype');
}

.theme-fandomdesktop-dark .page__main {
  background: rgba(0, 0, 0, 0.8);
}

.theme-fandomdesktop-light .page__main {
  background: rgba(255, 255, 255, 0.7);
}

.theme-fandomdesktop-dark .mp-content-table-text {
  color: #ffffff;
}

.theme-fandomdesktop-light .mp-content-table-text {
  color: #000000;
}

.theme-fandomdesktop-light .mp-logo {
  filter: invert(100%);
}
/* This breaks every page
.fandom-community-header__background,
.fandom-community-header__background.cover {
  height: 100vw;
}
*/
.fandom-community-header__background::before {
  display: none;
}
Advertisement