MediaWiki:Vector.css

From Frutiger Space Wikipedia!
Revision as of 00:22, 4 September 2025 by Blaze (talk | contribs) (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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
#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;
}