MediaWiki:Vector.css: Difference between revisions

Content deleted Content added
change body text to Nunito
fix main page background image, fix font
 
(3 intermediate revisions by the same user not shown)
Line 5:
--character-font: Domigorgon;
--background-color-base: rgba(255, 255, 255, 0.97);
}
 
Line 30 ⟶ 31:
.mw-body h1,
.mw-page-title-main,
.vector-feature-zebra-design-disabled .vector-sticky-header-context-bar-primary {
font-family: var(--character-font), Domigorgon, 'Linux Libertine', 'Georgia', 'Times', serif;
}
Line 48 ⟶ 49:
.skin-vector-legacy #mw-panel,
.skin-vector-legacy .mw-body,
.vector-feature-zebra-design-disabled .vector-header-container,
.vector-feature-zebra-design-disabled .mw-page-container,
.skin-vector-legacy #footer {
background-color: rgba(255, 255, 255, 0.97);
Line 61 ⟶ 60:
.skin-vector-legacy #footer-icons {
align-self: flex-end;
}
 
/* Main page */
body.rootpage-Main_Page.action-view .vector-header-container:not(.vector-sticky-header-container) .mw-header,
body.rootpage-Template_Main_Page.action-view .vector-header-container:not(.vector-sticky-header-container) .mw-header {
background-image: url('https://static.miraheze.org/chicorywiki/8/87/Wiki_main_page_background.png');
background-repeat: no-repeat;
background-position: 50% 0;
background-size: 1596px 910px;
}
 
body.rootpage-Main_Page.action-view .mw-page-container,
body.rootpage-Template_Main_Page.action-view .mw-page-container {
background-image: url('https://static.miraheze.org/chicorywiki/8/87/Wiki_main_page_background.png');
background-repeat: no-repeat;
background-position: 50% -66px;
background-size: 1596px 910px;
}