MediaWiki:Vector.css

From Vintage Story Wiki
Revision as of 18:44, 1 February 2020 by VeryGoodDog (talk | contribs) (basic start)

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.
a:visited {
	color: lightblue;
}

a {
	color: blue;
}

body {
	background-color: #66491d;
}

.mw-body, .parsoid-body {
	color: white;
	padding: 1em;
	direction: ltr;
}

.mw-pt-languages {
	background-color: #48371e;
}

.mw-pt-languages-label {
	background-color: #816336;
}

table.wikitable {
	max-width: 1000px;
	margin: auto;
}

.vectorTabs[role="navigation"] li {
	background-color: #48371e;
	background-image: unset;
}
.vectorTabs[role="navigation"] .selected {
	color: white;
	background-color: #66491d;
	background-image: unset;
}