MediaWiki:Vector.css

From SBC Wiki
Revision as of 20:58, 6 October 2021 by JCM (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After saving, 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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Vector skin */

#mw-page-base, body {
    background-color: yellow;
    background-image: none;
    width: 97%;
}
#p-logo {
    left: 20px;
}
div#p-namespaces {
    padding-left: 30px;
    background: none;
}
.mw-body {
    border-bottom-left-radius: 1em;
}
.mw-wiki-logo {
    background-image: url(https://www.thesbcommunity.com/kyucumber/logos/rsz_wikilogofull.png);
}
div.vectorTabs, div.vectorTabs ul li, div.vectorTabs span {
    background-color: white;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}