MediaWiki:Vector.css

From Rotten Websites Wiki
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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* All CSS here will be loaded for users of the Vector skin */

.mw-list-item a, .vector-menu-portal .vector-menu-content li a, .vector-menu-portal .vector-menu-content li a:visited, #mw-panel.collapsible-nav .portal.collapsed .vector-menu-heading a, .mw-footer a, .vector-menu-heading-label, #pt-userpage a, #pt-mytalk a, #pt-preferences a, #pt-watchlist a, #pt-mycontris a, #pt-logout a {
	color: #ffffff;
}
body {
	background-color: #74a1a1;
	font-family: "Trebuchet MS", Ubuntu, Waree, sans-serif;
}
.mw-body {
	background-color: #cef0f0;
	border-radius: 0 0 0 25px;

}
.vector-menu-tabs li {
	border-radius: 8px 8px 0 0;
}
.vector-menu-tabs .selected {
    background: linear-gradient(to top, #cef0f0 0%, #ffffff 100%);
}
#mw-page-base {
	background: none;
}