Heroes & Generals Wiki
No edit summary
(Removing height on wiki backgroung)
 
Line 35: Line 35:
 
filter: invert(100%);
 
filter: invert(100%);
 
}
 
}
  +
/* This breaks every page
 
 
.fandom-community-header__background,
 
.fandom-community-header__background,
 
.fandom-community-header__background.cover {
 
.fandom-community-header__background.cover {
 
height: 100vw;
 
height: 100vw;
 
}
 
}
  +
*/
 
 
.fandom-community-header__background::before {
 
.fandom-community-header__background::before {
 
display: none;
 
display: none;

Latest revision as of 13:26, 16 September 2021

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