MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
#mw-head-base { | #mw-head-base { | ||
background-image: url("https://i.imgur.com/0YEvDXm.png"); | background-image: url("https://i.imgur.com/0YEvDXm.png"); | ||
Line 64: | Line 21: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center; | background-position: center; | ||
} | } |
Latest revision as of 04:02, 4 September 2025
#mw-head-base {
background-image: url("https://i.imgur.com/0YEvDXm.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.mw-page-container {
margin-left: 135px;
}
#p-logo {
width: 0;
min-width: 0;
}
#p-logo a {
background-image: url('https://i.imgur.com/A6MdQon.png') !important;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}