Sonic City (talk | contribs) No edit summary |
Sonic City (talk | contribs) No edit summary |
||
Line 144: | Line 144: | ||
.pi-data-value.pi-font { | |||
/* Infobox CSS */ | |||
:root { | |||
--defaultInfoboxAccent: #042cb3; | |||
} | |||
/************************************************ Portable Infoboxes for Desktop Skin *********************************************************************/ | |||
.portable-infobox .wds-tabs__wrapper { | |||
display: flex; | |||
justify-content: center; | |||
} | |||
.portable-infobox .pi-secondary-background { | |||
background: var (--defaultInfoboxAccent); | |||
text-align: center; | |||
} | |||
.portable-infobox .pi-image-collection-tabs li.current { | |||
background: #042cb3; | |||
color: white; | |||
} | |||
.pi-image-collection-tab-content { | |||
background-color: unset; | |||
} | |||
.portable-infobox.pi-theme-form .pi-secondary-background { | |||
background-color: #eec949; | |||
color: black; | |||
} | |||
.portable-infobox.pi-theme-form .pi-secondary-background { | |||
background-color: #eec949; | |||
color: black; | |||
} | |||
.portable-infobox.pi-theme-form .pi-image-collection-tabs li.current { | |||
background: #eec949; /*your color here*/ | |||
color: black; | |||
} | |||
.portable-infobox.pi-theme-LimeGreen .pi-secondary-background { | |||
background-color: #639774; | |||
} | |||
.portable-infobox.pi-theme-LimeGreen .pi-image-collection-tabs li.current { | |||
background: #639774; /*your color here*/ | |||
} | |||
.portable-infobox.pi-theme-Green .pi-secondary-background { | |||
background-color: #479018; | |||
} | |||
.portable-infobox.pi-theme-Green .pi-image-collection-tabs li.current { | |||
background: #479018; /*your color here*/ | |||
color: white; | |||
} | |||
.portable-infobox.pi-theme-Brown .pi-secondary-background { | |||
background-color: #5b5046; | |||
} | |||
.portable-infobox.pi-theme-Brown .pi-image-collection-tabs li.current { | |||
background: #5b5046; /*your color here*/ | |||
} | |||
.portable-infobox.pi-theme-Orange .pi-secondary-background { | |||
background-color: #ff8000; | |||
} | |||
.portable-infobox.pi-theme-Orange .pi-image-collection-tabs li.current { | |||
background: #ff8000; /*your color here*/ | |||
} | |||
.portable-infobox.pi-theme-Blue .pi-secondary-background { | |||
background-color: #1b4f72; | |||
} | |||
.portable-infobox.pi-theme-Blue .pi-image-collection-tabs li.current { | |||
background: #1b4f72; /*your color here*/ | |||
} | |||
.portable-infobox.pi-theme-Turquoise .pi-secondary-background { | |||
background-color: #00CED1; | |||
color: black; | |||
} | |||
.portable-infobox.pi-theme-Turquoise .pi-image-collection-tabs li.current { | |||
background: #00CED1; /*your color here*/ | |||
color: black; | |||
} | |||
.portable-infobox.pi-theme-MediumSlateBlue .pi-secondary-background { | |||
background-color: #7B68EE; | |||
} | |||
.portable-infobox.pi-theme-MediumSlateBlue .pi-image-collection-tabs li.current { | |||
background: #7B68EE; /*your color here*/ | |||
} | |||
.portable-infobox.pi-theme-RosyBrown .pi-secondary-background { | |||
background-color: #BC8F8F; | |||
} | |||
.portable-infobox.pi-theme-RosyBrown .pi-image-collection-tabs li.current { | |||
background: #BC8F8F; /*your color here*/ | |||
} | |||
.portable-infobox.pi-theme-MediumCarmine .pi-secondary-background { | |||
background-color: #af3838; | |||
} | |||
.portable-infobox.pi-theme-MediumCarmine .pi-image-collection-tabs li.current { | |||
background: #af3838; /*your color here*/ | |||
} | |||
.portable-infobox.pi-theme-Item .pi-secondary-background { | |||
background-color: #feb60f; | |||
} | |||
.portable-infobox.pi-theme-Item .pi-image-collection-tabs li.current { | |||
background: #feb60f; | |||
} | |||
/****Infobox settings from mobile skin ****/ | |||
.pi, .pi-expand-button { | |||
background-color: white; | |||
} | |||
.theme-fandommobile-dark .pi, .theme-fandommobile-dark .pi-expand-button { /*For dark theme*/ | |||
background: var(--fandom-dropdown-background-color); | |||
} | |||
.pi-header-wrapper{ | |||
position: relative; | |||
} | |||
.pi-header-wrapper h2 { | |||
color: white; | |||
} | |||
.pi-data-value.pi-font { /*add scrollbar*/ | |||
padding-left: 10px; | padding-left: 10px; | ||
max-height: 193px; | max-height: 193px; | ||
overflow-y: auto; | overflow-y: auto | ||
} | |||
.pi figure { /*Fix image out of bound infobox*/ | |||
margin-top: 0; | |||
padding: 5px 0; | |||
} | |||
.pi-header-wrapper { | |||
background: var(--defaultInfoboxAccent); | |||
} | |||
.pi-theme-form .pi-header-wrapper { | |||
background-color: #eec949; | |||
color: black; | |||
} | |||
.pi-theme-LimeGreen .pi-header-wrapper { | |||
background-color: #639774; | |||
} | |||
.pi-theme-Green .pi-header-wrapper { | |||
background-color: #479018; | |||
} | |||
.pi-theme-Brown .pi-header-wrapper{ | |||
background-color: #5b5046; | |||
} | |||
.pi-theme-Orange .pi-header-wrapper{ | |||
background-color: #ff8000; | |||
} | |||
.pi-theme-Blue .pi-header-wrapper{ | |||
background-color: #1b4f72; | |||
} | |||
.pi-theme-Turquoise .pi-header-wrapper{ | |||
background: #00CED1; /*your color here*/ | |||
color: black; | |||
} | |||
.pi-theme-MediumSlateBlue .pi-header-wrapper{ | |||
background-color: #7B68EE; | |||
} | |||
.pi-theme-RosyBrown .pi-header-wrapper{ | |||
background-color: #BC8F8F; | |||
} | |||
.pi-theme-MediumCarmine .pi-header-wrapper{ | |||
background-color: #af3838; | |||
} | |||
.pi-theme-Item .pi-header-wrapper{ | |||
background-color: #feb60f; | |||
} | } |
Revision as of 03:05, 28 December 2024
/* CSS placed here will be applied to all skins */
@media screen and (min-width: 851px) {
.ts-inner {
max-width: 100%;
box-sizing: border-box;
padding: 0 0;
margin: auto;
}
}
@media only screen and (min-width: 1596px) {
#mw-content-wrapper {
width: auto;
padding: 0 0;
}
}
/* Set Roboto Condensed as the default font */
body * {
font-family: 'Roboto Condensed', Arial, sans-serif;
}
body > #mw-content-container {
padding-top: 2.44%;
}
body #mw-content {
border-radius: 12px;
max-width: 115em;
padding: 0 1em;
margin: 1.5% auto 20px;
padding: 0 20px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.8), inset 0 0 2px 0 rgba(5, 30, 114);
}
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;
}
#cosmos-footer {
background-color: #051e71;
background-image: url(https://sonic-city.net/wp-content/uploads/2022/09/footerbg.png);
background-repeat: repeat-x;
}
.cosmos-footerLinks-list li a {
color: #fff;
}
#col {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
background-color: transparent !important;
border: unset !important;
}
#cosmos-banner{
height: 46px;
background-color:#051e72;
}
.cosmos-userButton-label {
color: #fff;
}
span.#p-personal-label.cosmos-userButton-label:hover {
color:#fff;
}
.cosmos-header {
background: #a60304;
}
.cosmos-header::before {
background: none;
}
.cosmos-header__wordmark {
width: auto;
max-width: 300px;
height: auto;
margin: 0 auto;
float: none;
padding: 15px 0;
}
.cosmos-header__local-navigation {
background-color: #051e70;
height: 60px;
justify-content: space-around;
align-items: center;
padding-left: 0;
}
.cosmos-header .wds-tabs .wds-tabs__tab-label a {
color: #fff;
letter-spacing: 1px;
font-size: 15px;
}
/* Infobox CSS */
:root {
--defaultInfoboxAccent: #042cb3;
}
/************************************************ Portable Infoboxes for Desktop Skin *********************************************************************/
.portable-infobox .wds-tabs__wrapper {
display: flex;
justify-content: center;
}
.portable-infobox .pi-secondary-background {
background: var (--defaultInfoboxAccent);
text-align: center;
}
.portable-infobox .pi-image-collection-tabs li.current {
background: #042cb3;
color: white;
}
.pi-image-collection-tab-content {
background-color: unset;
}
.portable-infobox.pi-theme-form .pi-secondary-background {
background-color: #eec949;
color: black;
}
.portable-infobox.pi-theme-form .pi-secondary-background {
background-color: #eec949;
color: black;
}
.portable-infobox.pi-theme-form .pi-image-collection-tabs li.current {
background: #eec949; /*your color here*/
color: black;
}
.portable-infobox.pi-theme-LimeGreen .pi-secondary-background {
background-color: #639774;
}
.portable-infobox.pi-theme-LimeGreen .pi-image-collection-tabs li.current {
background: #639774; /*your color here*/
}
.portable-infobox.pi-theme-Green .pi-secondary-background {
background-color: #479018;
}
.portable-infobox.pi-theme-Green .pi-image-collection-tabs li.current {
background: #479018; /*your color here*/
color: white;
}
.portable-infobox.pi-theme-Brown .pi-secondary-background {
background-color: #5b5046;
}
.portable-infobox.pi-theme-Brown .pi-image-collection-tabs li.current {
background: #5b5046; /*your color here*/
}
.portable-infobox.pi-theme-Orange .pi-secondary-background {
background-color: #ff8000;
}
.portable-infobox.pi-theme-Orange .pi-image-collection-tabs li.current {
background: #ff8000; /*your color here*/
}
.portable-infobox.pi-theme-Blue .pi-secondary-background {
background-color: #1b4f72;
}
.portable-infobox.pi-theme-Blue .pi-image-collection-tabs li.current {
background: #1b4f72; /*your color here*/
}
.portable-infobox.pi-theme-Turquoise .pi-secondary-background {
background-color: #00CED1;
color: black;
}
.portable-infobox.pi-theme-Turquoise .pi-image-collection-tabs li.current {
background: #00CED1; /*your color here*/
color: black;
}
.portable-infobox.pi-theme-MediumSlateBlue .pi-secondary-background {
background-color: #7B68EE;
}
.portable-infobox.pi-theme-MediumSlateBlue .pi-image-collection-tabs li.current {
background: #7B68EE; /*your color here*/
}
.portable-infobox.pi-theme-RosyBrown .pi-secondary-background {
background-color: #BC8F8F;
}
.portable-infobox.pi-theme-RosyBrown .pi-image-collection-tabs li.current {
background: #BC8F8F; /*your color here*/
}
.portable-infobox.pi-theme-MediumCarmine .pi-secondary-background {
background-color: #af3838;
}
.portable-infobox.pi-theme-MediumCarmine .pi-image-collection-tabs li.current {
background: #af3838; /*your color here*/
}
.portable-infobox.pi-theme-Item .pi-secondary-background {
background-color: #feb60f;
}
.portable-infobox.pi-theme-Item .pi-image-collection-tabs li.current {
background: #feb60f;
}
/****Infobox settings from mobile skin ****/
.pi, .pi-expand-button {
background-color: white;
}
.theme-fandommobile-dark .pi, .theme-fandommobile-dark .pi-expand-button { /*For dark theme*/
background: var(--fandom-dropdown-background-color);
}
.pi-header-wrapper{
position: relative;
}
.pi-header-wrapper h2 {
color: white;
}
.pi-data-value.pi-font { /*add scrollbar*/
padding-left: 10px;
max-height: 193px;
overflow-y: auto
}
.pi figure { /*Fix image out of bound infobox*/
margin-top: 0;
padding: 5px 0;
}
.pi-header-wrapper {
background: var(--defaultInfoboxAccent);
}
.pi-theme-form .pi-header-wrapper {
background-color: #eec949;
color: black;
}
.pi-theme-LimeGreen .pi-header-wrapper {
background-color: #639774;
}
.pi-theme-Green .pi-header-wrapper {
background-color: #479018;
}
.pi-theme-Brown .pi-header-wrapper{
background-color: #5b5046;
}
.pi-theme-Orange .pi-header-wrapper{
background-color: #ff8000;
}
.pi-theme-Blue .pi-header-wrapper{
background-color: #1b4f72;
}
.pi-theme-Turquoise .pi-header-wrapper{
background: #00CED1; /*your color here*/
color: black;
}
.pi-theme-MediumSlateBlue .pi-header-wrapper{
background-color: #7B68EE;
}
.pi-theme-RosyBrown .pi-header-wrapper{
background-color: #BC8F8F;
}
.pi-theme-MediumCarmine .pi-header-wrapper{
background-color: #af3838;
}
.pi-theme-Item .pi-header-wrapper{
background-color: #feb60f;
}