MediaWiki:Vector.css: Difference between revisions

From Frutiger Space Wikipedia!
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 edit summary
 
(One intermediate revision by the same user not shown)
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");

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;
}