MediaWiki:Common.less/general-colours.less

From Blaseball Wiki

//


body {
  background-color: @background;
}

hr {
    border-color: @border;
}
aside a:not(.disabled),
#user-tools button,
#p-banner,
#p-banner:hover,
#p-banner:visited,
.mw-hamb,
#mw-navigation a.nav-link.disabled,
aside a:not(.disabled),
#personal-echo-icons {
  color: @text;
}


a,
#mw-navigation a:not(.disabled),
.mw-ui-anchor.mw-ui-progressive.mw-ui-quiet,
aside.portable-infobox a:not(.disabled), // infobox link color fix
.dropdown-item {
  color: @link;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: @text;
  border-color: @border;
}

.mw-body-content .mw-number-text h3 {
  color: @text;
}


#mw-navigation a:not(.disabled):hover {
  color: @link-hover;
}


#p-personal li a:not(.dropdown-item),
aside li a:not(.dropdown-item),
#p-personal li a:not(.dropdown-item):hover,
aside li a:not(.dropdown-item):hover,
#content a:visited,
#siteNotice a:visited {
  color: @link-visited;
  &.new {
    color: @link-red;
  }
}

.dropdown-menu,
.catlinks,
.bg-ws,
#mw-main-container {
  background-color: @background;
}

.toc,
.toccolours {
  background-color: @body;
  .tocnumber {
    color: @text;
  }
}

.mw-body {
  background-color: @body;
  color: @text;
}

.diff-deletedline .diffchange,
.diff-addedline .diffchange {
  color: @black;
}

.mw-footer {
  background-color: @background;
  border-top: 1px solid @border;
  color: @border;
}

.mw-footer a {
  color: @border;
}

.mw-footer a:hover {
  color: @text;
}

.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child(even) td {
  background-color: @background;
}

.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:hover td {
  color: @background;
  background-color: @text;
}

.oo-ui-iconElement-icon  {
  background-color: @white;
  border-radius: 20px;
}

.oo-ui-popupWidget-popup {
  color: @black;
}

div.thumbinner {
  background-color: @text; 
}

figcaption,
.thumbcaption {
  color: @background;
}

ol.references li:target,
sup.reference:target {
  background-color: @text;
  color: @background;
}

#siteNotice {
  color: @text;
}

.list-group-item-dark {
  color: @text;
  background-color: @body;
  #mw-navigation &:not(.disabled) {
    color: @text;
  }
}

.sitedir-ltr .mw-dismissable-notice-close {
  color: @link;
}

#personal-echo-icons .oo-ui-icon-tray,
#personal-echo-icons .oo-ui-icon-bell {
	filter: invert(1);
}

a {
	.see-more {
		background-color: @wikitable-background;
		color: @text;
	}
}
.subheader {
    padding: 0.2em 1em;
    color: @text;
}
#mw-navigation li:not(.subheader) {
    margin: 0 0 0 1em;
    border-left: 2px solid @body-highlight;
}
#mw-navigation .mw-portlet-body {
    margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
    #mw-navigation {
        background-color: @background;
    }
}

a.dropdown-item:hover, a.dropdown-item:focus, a.dropdown-item:visited {
    background-color: @body-highlight;
    color: @text;
}

blockquote {
    border-left: 3px solid @border;
    padding-left: 1em;
}