Be sure to read our policy on citing sources before editing!

MediaWiki:Vector.css

From Jiggywikki, a Banjo-Kazooie wiki
Revision as of 02:51, October 20, 2018 by Toomai (talk | contribs)
Jump to navigationJump 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)
  • 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 */

/* top-of-page gradient over background */
#mw-page-base {
    background:linear-gradient(to bottom, rgba(255,247,223,1.0) 0%,rgba(255,247,223,0.0) 100%);
}

/* tabs */
div.vectorTabs ul li {
    background:#ffdf7f;
    border-top-left-radius:50px;
    border-top-right-radius:50px;
    border-right:2px solid #7f5f00;
}
/* remove fake border images from tabs */
div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs span {
    background:none;
}

/* active tab */
div.vectorTabs li.selected {
    background:#fff7df;
}