MediaWiki:Vector.css

From RPC Library
Revision as of 12:44, 29 October 2014 by FreelanceWizard (talk | contribs)
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: 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.
/* CSS placed here will affect users of the Vector skin */
body
{
    background-image: url('//wiki.ffxiv-roleplayers.com/images/5/59/Star-background.jpg');
}

div.vectorTabs ul
{
	background-image: none;
}

div.vectorTabs ul li
{
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,1));
}

div.vectorTabs span
{
	background-image: none;
}

div#footer
{
	background: rgba(255, 255, 255, 1);
}

div.portal
{
	background-color: rgba(255, 255, 255, 0.9);
	border-width: 2px;
	border-style: solid;
	border-color: black;
}

div#mw-head
{
	background-image:url('//wiki.ffxiv-roleplayers.com/images/5/59/Star-background.jpg');
}

div.vectorTabs
{
	background-image: none;
}

div#p-personal
{
	background-color: rgba(255, 255, 255, 0.9);
	border-width: 2px;
	border-style: solid;
	border-color: black;
}