MediaWiki:Darkvector.css: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the DarkVector skin */
/* CSS placed here will affect users of the DarkVector skin */
a {color: #10b4e6 !important;}
a {
a:visited {color: #00db93 !important;}
color: #10b4e6 !important;
#left-navigation div.darkvectorTabs li.selected, #right-navigation div.darkvectorTabs li.selected {background-image: linear-gradient(#10b4e6 0,#333333 10%);}
}
#mw-head div.darkvectorMenu h3 span {color: #10b4e6;}
 
.oo-ui-buttonElement-button, .mw-ui-button {color: #ffffff !important; background-color: #0278bf !important; border-color: #fff0 !important;}
a:visited {
.oo-ui-buttonElement-button:hover, .mw-ui-button:hover {color: #ffffff !important; background-color: #0DADD2 !important; border-color: #FFF0 !important;}
color: #00db93 !important;
div#simpleSearch #searchButton {background-color: rgba(0, 112, 255, 0.27) !important;}
}
 
#left-navigation div.darkvectorTabs li.selected, #right-navigation div.darkvectorTabs li.selected {
background-image: linear-gradient(#10b4e6 0,#333333 10%);
}
 
#mw-head div.darkvectorMenu h3 span {
color: #10b4e6;
}
 
.oo-ui-buttonElement-button, .mw-ui-button {
color: #ffffff !important;
background-color: #0278bf !important;
border-color: #fff0 !important;
}
 
.oo-ui-buttonElement-button:hover, .mw-ui-button:hover {
color: #ffffff !important;
background-color: #0DADD2 !important;
border-color: #FFF0 !important;
}
 
div#simpleSearch #searchButton {
background-color: rgba(0, 112, 255, 0.27) !important;
}
 
.infobox > caption, .navbox2 th {
background: #10b4e6;
}
 
.infobox {
  border: 1px solid #10b4e6;
  border-spacing: 3px;
  background-color: #f8f9fa;
  color: #FFF;
  margin: 0.5em 0 0.5em 1em;
  padding: 0.2em;
  float: right;
  clear: right;
  font-size: 88%;
  line-height: 1.5em;
  background-color: #1a1a1a !important;
}

Revision as of 08:56, 28 March 2024

/* CSS placed here will affect users of the DarkVector skin */
a {
	color: #10b4e6 !important;
}

a:visited {
	color: #00db93 !important;
}

#left-navigation div.darkvectorTabs li.selected, #right-navigation div.darkvectorTabs li.selected {
	background-image: linear-gradient(#10b4e6 0,#333333 10%);
}

#mw-head div.darkvectorMenu h3 span {
	color: #10b4e6;
}

.oo-ui-buttonElement-button, .mw-ui-button {
	color: #ffffff !important;
	background-color: #0278bf !important;
	border-color: #fff0 !important;
}

.oo-ui-buttonElement-button:hover, .mw-ui-button:hover {
	color: #ffffff !important;
	background-color: #0DADD2 !important;
	border-color: #FFF0 !important;
}

div#simpleSearch #searchButton {
	background-color: rgba(0, 112, 255, 0.27) !important;
}

.infobox > caption, .navbox2 th {
	background: #10b4e6;
}

.infobox {
  border: 1px solid #10b4e6;
  border-spacing: 3px;
  background-color: #f8f9fa;
  color: #FFF;
  margin: 0.5em 0 0.5em 1em;
  padding: 0.2em;
  float: right;
  clear: right;
  font-size: 88%;
  line-height: 1.5em;
  background-color: #1a1a1a !important;
}