There are currently 0 stubs. You can help us by expanding these articles!

MediaWiki:Vector.css

From Rare Wiki
Revision as of 16:17, February 16, 2019 by Results May Vary (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.
#mw-page-base {
	background:linear-gradient(to bottom, #003466 0%,#003466 100%);
    height:80px;
}

/* tabs */
div.vectorTabs ul li {
    background:#003366;
}
div.vectorTabs ul li:hover {
    background:#003366;
}
/* remove fake border images from tabs */
div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs span {
    background:none;
}

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