MediaWiki:Darkvector.css: Difference between revisions

MediaWiki interface page
m (Readable portal headers)
m (changelog color tweaks)
Line 24: Line 24:
color: #c1c1c1;
color: #c1c1c1;
}
}
/* Readable changelog */
.mw-plusminus-pos {
.mw-plusminus-pos {
color: #00c200;
color: #00c200;
}
.mw-plusminus-neg {
color: #ff5757;
}
}
/* Simple search color tweaks */
/* Simple search color tweaks */

Revision as of 13:24, 29 November 2020

/* CSS placed here will affect users of the DarkVector skin */
/* Hyperlink color correction */
a, .mw-body .external, .mw-body .extiw, .uls-language-list a {
	color: #87c0db !important;
}
/* Heading color readability */
h1, h2, h3, h4, h5, h6 {
	color: #c1c1c1;
}
/* Heading background readability */
.mw_metadata th, .wikitable > * > tr > th {
	background-color: #202424;
}
/* Gallery box color correction */
#content .gallerybox div.thumb {
	background-color: #404042;
}
/* Readable gallery text */
.gallerytext p {
	color: #c1c1c1;
}
/* Readable portal headers */
div#mw-panel div.portal h3 {
	color: #c1c1c1;
}
/* Readable changelog */
.mw-plusminus-pos {
	color: #00c200;
}
.mw-plusminus-neg {
	color: #ff5757;
}
/* Simple search color tweaks */
#simpleSearch #searchButton {
	background-color: #87c0db20 !important;
}
/* Selection boxes and search box */
select, option,
.selection,
.suggestions-results,
.suggestions-special {
  background-color: #595959;
  color:inherit;
}
.suggestions-special .special-label, .suggestions-special .special-query  {
  background-color:inherit;
  color:inherit;
}
.suggestions-special .suggestions-result-current
,.suggestions-result-current {
  background-color: rgb(230, 151, 16);
  color: black;
}

/* Gallery */
div.thumb, #content .gallerybox div.thumb,
.thumb img, .ns-0 .gallerybox .thumb img, .ns-2 .gallerybox .thumb img, .ns-100 .gallerybox .thumb img, .nochecker .gallerybox .thumb img {
  background-color: inherit;
}
.gallerytext p {
  color: inherit;
}

/* Template:Documentation */
.template-documentation, table.fmbox {
  border-color: #aaa;
  background-color: #595959;
  color: inherit;
}

/* Template:Imbox*/
table.ombox, table.ombox.ombox-content,
table.imbox, table.imbox-license {
  background-color: #595959;
  color: #c1c1c1;
}

/* Template:Infobox */
.infobox {
  border-color: #aaa;
  background-color: #595959;
  color: #c1c1c1;
}
.infobox th {
  background-color: rgb(230, 151, 16);
  color: black;
}

/* Template:Information */
.toccolours {
  background-color:inherit;
}
.toccolours .fileinfo-paramfield {
  background-color: rgb(230, 151, 16); /* #e69710 */
  color:black;
}
#cleanup.boilerplate.metadata{
  background-color: #595959;
  color: #c1c1c1;
  border-color: #fc3;
}

/* Extension Page Forms */
.multipleTemplateInstance {
  background-color: inherit;
  border-color: #a2a9b1;
}
.select2-container--default .select2-selection--multiple {
  background-color: inherit;
  color: inherit;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: rgb(230, 151, 16);
  background-color: #595959;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgb(230, 151, 16);
}
.select2-dropdown, .select2-results {
   background-color: #595959;
   color:rgb(193, 193, 193);
}
.pf-select2-dropdown .select2-results__options .select2-results__option--highlighted {
   background-color: rgb(230, 151, 16);
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  color: black;
}

/* Extension WikiEditor */
.wikiEditor-ui-toolbar .booklet > .index > :hover {
  background-color: #595959;
  color: rgb(230, 151, 16);
}
.wikiEditor-ui-toolbar .booklet > .index > .current {
  background-color: rgb(230, 151, 16);
  color: black;
}
.wikiEditor-ui-toolbar .group .tool-select .options {
  background-color: rgb(76, 76, 76);
}
.wikiEditor-ui-toolbar .group .tool-select .menu .options .option:hover {
  background-color: #595959;
}
.wikiEditor-ui-toolbar .group .label,
.wikiEditor-ui-toolbar .page-characters div span,
.wikiEditor-ui-toolbar .page-table td  {
  color: inherit;
}
.wikiEditor-ui-toolbar .page-characters div span:hover {
  border-color: black;
  background-color: rgb(230, 151, 16);
  color: black;
}
.wikiEditor-ui-toolbar .page-table th {
  color: rgb(230, 151, 16);
}
.ace_scroller { /* editing with code highlighting */
  background: #fff;
  color: black;
}