Jump to content

MediaWiki:Common.css: Difference between revisions

From TheRift
No edit summary
No edit summary
Line 14: Line 14:
.mw-logo-wordmark {
.mw-logo-wordmark {
     display: none !important;
     display: none !important;
}
.mw-logo {
    height: auto;
    width: auto;
}
}

Revision as of 15:48, 19 December 2025

/* CSS placed here will be applied to all skins */

body { 
    background-image: url(media/Updatedbackground2.png); 
    background-repeat: repeat;
    background-size: cover;
}

.skin-vector-2022 {
    margin-right: 150px;
    margin-left: 150px;
}

.mw-logo-wordmark {
    display: none !important;
}

.mw-logo {
    height: auto;
    width: auto;
}