MediaWiki:Common.css: Difference between revisions

From GRAB VR Wiki
Content deleted Content added
No edit summary
No edit summary
Line 7: Line 7:


html {
html {
background-color: #5f8bc2;
background-color: #5f8bc2 !important;
background-image: linear-gradient(#5f8bc2, #cfe0ea, #5f8bc2);
background-image: linear-gradient(#5f8bc2, #cfe0ea, #5f8bc2) !important;
background-size: cover;
background-size: cover !important;
background-repeat: no-repeat;
background-repeat: no-repeat !important;
background-attachment: fixed;
background-attachment: fixed !important;
}
}


body, .vector-header-container, .mw-page-container {
body, .vector-header-container, .mw-page-container {
background: transparent;
background: transparent !important;
background-color: transparent;
background-color: transparent !important;
}
}
.vector-main-menu {
.vector-main-menu {
background-color: #f8f9fa70;
background-color: #f8f9fa70 !important;
}
}


.vector-page-tools::after {
.vector-page-tools::after {
display: none;
display: none !important;
}
}

Revision as of 06:41, 8 July 2024

/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap');

html, body {
	font-family: 'Nunito', 'Linux Libertine', 'Georgia', 'Times', serif;
}

html {
	background-color: #5f8bc2 !important;
	background-image: linear-gradient(#5f8bc2, #cfe0ea, #5f8bc2) !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
}

body, .vector-header-container, .mw-page-container {
	background: transparent !important;
	background-color: transparent !important;
}
.vector-main-menu {
	background-color: #f8f9fa70 !important;
}

.vector-page-tools::after {
	display: none !important;
}