MediaWiki:Common.css: Difference between revisions
Appearance
TheRiftWiki (talk | contribs) No edit summary |
TheRiftWiki (talk | contribs) No edit summary |
||
| Line 17: | Line 17: | ||
.mw-logo-icon { | .mw-logo-icon { | ||
height: 150px; | |||
width: 150px; | |||
} | |||
.vector-header-start { | |||
height: 150px; | height: 150px; | ||
width: 150px; | width: 150px; | ||
} | } | ||
Revision as of 15:51, 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-icon {
height: 150px;
width: 150px;
}
.vector-header-start {
height: 150px;
width: 150px;
}