MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "#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; }" |
(No difference)
|
Revision as of 00:22, 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;
}