All dimensions Wiki
mNo edit summary
m (please work)
Line 1: Line 1:
 
/* reverts the font back */
 
/* reverts the font back */
  +
.page {
.page, .page-content, .page-header__title, .mw-headline, .mcf-wrapper {
 
font-family: arial;
+
font-family: arial !important;
 
}
 
}
 
.page-header__title, .mw-headline, .mcf-header {
 
.page-header__title, .mw-headline, .mcf-header {
font-weight: 700;
 
}
 
.fandom-community-header-cummunity-name /* cum :flushed: */
 
.page-counter__value
 
.page-counter__label
 
{
 
 
font-weight: 700;
 
font-weight: 700;
 
}
 
}
Line 22: Line 16:
 
height: 100px;
 
height: 100px;
 
font-family: arial;
 
font-family: arial;
font-weight: 700;
+
font-weight: 700 !important;
 
}
 
}
 
.fandom-sticky-header {
 
.fandom-sticky-header {

Revision as of 15:21, 30 August 2021

/* reverts the font back */
.page {
	font-family: arial !important;
}
.page-header__title, .mw-headline, .mcf-header {
	font-weight: 700;
}

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