Darkvector.css – MediaWiki

From Bohemia Interactive Community
Revision as of 20:48, 14 March 2022 by Lou Montana (talk | contribs) (Fix spoiler, navbox, gallery styles)
Jump to navigation Jump 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 DarkVector skin */

.gvi2 .icon img {
	max-width: 100%;
	height: auto;
}

.gvi2 .version {
	color: #000;
}

._description h3 {
	background-color: transparent !important;
	border-left-width: 0.5em;
	border-left-style: solid;
	padding-left: 1em;
}

dl.command_description dd.note {
	background-color: #333;
}

._description dl.syntax dd:nth-child(4n+6) {
	background-color: rgba(0, 0, 0, 0.2);
}

.messagebox > div:nth-child(2) {
	background-color: #333;
	color: #C1C1C1;
}

.code-comment {
	color: #5B5;
}

code,
pre {
	background-color: rgba(255, 255, 255, 0.2);
}

.mw-highlight > pre {
  background-color: #FFF;
  filter: invert(0.95);
}

var, tt {
  background-color: #558;
}

a.spoilerLink {
  background-color: rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.1);
  _background-color: inherit;
}

.navboxWiki > tbody > tr:first-of-type {
  background-color: rgba(255, 255, 255, 0.1);
}

.navboxWiki th {
  background-color: rgba(255, 255, 255, 0.1);
}

.gallerytext p {
  color: inherit;
}