Darkvector.css – MediaWiki

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix messagebox's white (to text colour))
m (Change comment colour)
Line 11: Line 11:


._description h3 {
._description h3 {
background-color: transparent !important;;
background-color: transparent !important;
border-left-width: 0.5em;
border-left-width: 0.5em;
border-left-style: solid;
border-left-style: solid;
Line 31: Line 31:


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



Revision as of 19:54, 14 March 2022

/* 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);
}

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