Sonic City (talk | contribs) No edit summary |
Sonic City (talk | contribs) No edit summary |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Set Roboto Condensed as the default font */ | |||
body { | |||
font-family: 'Roboto Condensed', Arial, sans-serif; | |||
} | |||
h1#firstheading.firstHeading.mw-first-heading { | |||
font-family: 'Roboto Condensed'; | |||
} | |||
@media screen and (min-width: 1200px) { | |||
body { | |||
background-color: #051e72; | |||
background: linear-gradient(180deg, #051e72 0, transparent 86.1333333333vw), linear-gradient(0deg, #051e72 0, transparent 52.6666666667vw), url(https://sonic-city.net/wp-content/uploads/2024/08/intro_bg.png) center top / auto 20px; | |||
position: relative; | |||
} | |||
} | |||
#firstHeading { | |||
font-family: 'Roboto Condensed', Arial, sans-serif; | |||
} | |||
#mw-previewheader { | |||
font-family: 'Roboto Condensed', Arial, sans-serif; | |||
} | |||
@media screen and (min-width: 1200px) { | @media screen and (min-width: 1200px) { | ||
.mw-page-container, .vector-header-container .mw-header, .vector-header-container .vector-sticky-header { | .mw-page-container, .vector-header-container .mw-header, .vector-header-container .vector-sticky-header { | ||
padding-left: 3.25rem; | padding-left: 3.25rem; | ||
padding-right: 3.25rem; | padding-right: 3.25rem; | ||
background-color: | background-color: transparent; | ||
} | |||
} | } | ||
.vector-pinned-container { | .vector-pinned-container { | ||
background: #fff; | background: #fff; | ||
Line 14: | Line 37: | ||
} | } | ||
.mw-content-container{ | |||
background: #fff; | background: #fff; | ||
border-radius: 12px; | border-radius: 12px; | ||
padding: 7px; | padding: 7px; | ||
} | |||
.vector-header-container.vector-sticky-header-container { | |||
background-color: #051e72; | |||
color: #fff; | |||
} | |||
.vector-sticky-header-context-bar-primary { | |||
font-family: 'Roboto Condensed', Arial, sans-serif; | |||
} | |||
#col { | |||
display: grid; | |||
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); | |||
background-color: transparent !important; | |||
border: unset !important; | |||
} | } |
Latest revision as of 03:16, 26 December 2024
/* Set Roboto Condensed as the default font */
body {
font-family: 'Roboto Condensed', Arial, sans-serif;
}
h1#firstheading.firstHeading.mw-first-heading {
font-family: 'Roboto Condensed';
}
@media screen and (min-width: 1200px) {
body {
background-color: #051e72;
background: linear-gradient(180deg, #051e72 0, transparent 86.1333333333vw), linear-gradient(0deg, #051e72 0, transparent 52.6666666667vw), url(https://sonic-city.net/wp-content/uploads/2024/08/intro_bg.png) center top / auto 20px;
position: relative;
}
}
#firstHeading {
font-family: 'Roboto Condensed', Arial, sans-serif;
}
#mw-previewheader {
font-family: 'Roboto Condensed', Arial, sans-serif;
}
@media screen and (min-width: 1200px) {
.mw-page-container, .vector-header-container .mw-header, .vector-header-container .vector-sticky-header {
padding-left: 3.25rem;
padding-right: 3.25rem;
background-color: transparent;
}
}
.vector-pinned-container {
background: #fff;
border-radius: 12px;
padding: 7px;
}
.mw-content-container{
background: #fff;
border-radius: 12px;
padding: 7px;
}
.vector-header-container.vector-sticky-header-container {
background-color: #051e72;
color: #fff;
}
.vector-sticky-header-context-bar-primary {
font-family: 'Roboto Condensed', Arial, sans-serif;
}
#col {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
background-color: transparent !important;
border: unset !important;
}