All dimensions 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.
/* variables */
:root {
	--css-header: #012F57;
}

/* reverts the font back */
.page, .page-content, .page-header__title, .mw-headline, .mcf-wrapper {
	font-family: arial;
}
.page-header__title, .mw-headline, .mcf-header {
	font-weight: 700;
}
.page-counter__value,
.page-counter__label,
.fandom-community-header__community-name
{
	font-weight: 700;
}

/* brings the header back */
.page {
	margin-top: 0;
}
.community-header-wrapper {
	background-color: var(--css-header);
	margin-top: 20px;
	height: 100px;
	font-family: arial;
	font-weight: 700;
}
.fandom-sticky-header {
	background-color: var(--css-header);
	font-family: arial;
	font-weight: 700;
}
.mcf-card-discussions { /* R***k */
	font-family: rubik; 
}

/* adjusts the header */
.fandom-community-header__image {
	margin-bottom: 20px;
}
.fandom-community-header__image {
	margin-bottom: 20px;
}
.wds-button-group {
	margin-right: 30px;
}
.wds-button.wds-is-secondary {
	background-color: #011F47;
}

/* search box */
.search-modal__content {
	background-color: var(--theme-page-background-color);
}
Advertisement