×
Create a new article
Write your page title here:
We currently have 169 articles on The Sonic the Hedgehog Wiki. Type your article name above or click on one of the titles below and start writing!



The Sonic the Hedgehog Wiki
169Articles

MediaWiki:Vector.css: Difference between revisions

No edit summary
No edit summary
Line 2: Line 2:
body {
body {
     font-family: 'Roboto Condensed', Arial, sans-serif;
     font-family: 'Roboto Condensed', Arial, sans-serif;
}
@media screen and (min-width: 1200px) {
    body {
     background-color: #051e72;
     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;
}
}
}


Line 17: Line 23:
         padding-left: 3.25rem;
         padding-left: 3.25rem;
         padding-right: 3.25rem;
         padding-right: 3.25rem;
         background-color: #051e72;
         background-color: transparent;
        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;
    }
}
}



Revision as of 21:45, 18 December 2024

/* Set Roboto Condensed as the default font */
body {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}
@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;
}