MediaWiki:Common.css
Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.
- Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
 - Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
 - Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5.
 - Opera: Pressione Ctrl-F5.
 
body {
    background: url(https://wiki.ssn.gg/images/1/1f/Background.jpg);
}
#p-logo,
#p-logo a {
    width: 100%;
}
#p-logo {
    padding: 0 1rem;
    box-sizing: border-box;
    margin-bottom: 0;
    height: auto;
    aspect-ratio: 1/1;
}
#p-logo a {
    background-size: contain;
    height: 100%;
}
#mw-page-base {
    background: none;
}
.vector-menu-tabs-legacy .selected,
.vector-menu-tabs-legacy .selected a {
    background-image: linear-gradient(to top, #fff, #f5f5f5);
}