Rotating CSS

From The Wiki Camp 2
Jump to navigation Jump to search
.mw-parser-output .ombox {
    border: 1px solid white !important;
    background-color: #000000 !important;
}
.mbox-text {
    color: white !important;
}
.mw-body, body {
background-color: black !important;
color: #FFFFFF;
}
.infobox {
    border: 1px solid #ffffff !important;
    background-color: #000000 !important;
    color: white !important;
}
.infobox .infobox-above, .infobox .infobox-title, .infobox caption {
   background: #111111 !important;
}
.firstHeading, .mw-headline {
color: #FFFFFF;
}
.mw-body {
 border: solid 1px #292f42;
}
.catlinks {
border-color: #292f42;
}
.mw-body h1, h2 {
    border-bottom: 1px solid #292f42;
}
.mw-wiki-logo {
filter: invert(1);
}
.mw-footer li {
color: lightgrey;
}
/*#footer-icons li {
    filter: invert(100);
    pointer-events: none;
}*/
#mw-page-base {
    background-image: linear-gradient(to bottom,#000 50%,#000 100%);
}
#searchInput {
    background-color: rgb(15 22 43 / 50%);
    color: white;
}
.vector-menu-tabs li {
background-image: linear-gradient(to top,#292f42 0,#24343C 1px,#000000 100%);
}
.vector-menu-tabs .selected, .vector-menu-dropdown .vector-menu-content-list {
color: #FFFFFF;
background-color: #000000 !important;
}
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
  color: #E5E5E5;
}
.catlinks {
background-color: #000000;
}
a:link, .mw-parser-output a.external:link, .mw-parser-output a.extiw:link {
color: #7EA9FF;
}
a:visited, .mw-parser-output a.external:visited, .vector-menu-portal .body li a:visited .portal .body li a, .mw-parser-output a.extiw:visited, .portal .body li a:visited {
color: #B17EFF;
}
.portal h3, .vector-menu-portal h3 {
    color: #cdcdcd;
}
a.new {
    color: #ff4545;
}
.thumbcaption, .mw-ui-button {
color: white !important;
}
.toc, .mw-warning, .toccolours {
background-color: #000;
color: #FFF !important;
}
.tocnumber {
    color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
}
.vector-menu-portal .body li a{
  color: #7EA9FF;
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
    background-image: linear-gradient(to bottom,rgba(167,215,249,0) 0,#292f42 100%);
}
.vector-menu-dropdown .vector-menu-content-list {
    border: 1px solid #292f42;
}
div.thumbinner, {
border: 1px white solid;
background: black;
}
html .thumbimage {
    background-color: #030920;
}
div.thumbinner {
    background-color: #000;
}
.diff-addedline .diffchange {
    background: #00519e;
}
.diff-deletedline .diffchange {
    background: #b34800;
}
table.wikitable th, table.wikitable-nopad th {
    background: #111111;
    color: white;
}
table.wikitable th, table.wikitable td {
    border: 1px white solid;
    color: white;
}
table.wikitable, table.wikitable-nopad {
    background: #000;
    border: 1px #292f42 solid;
    color: white;
}
.mbox-text {
color:black;
}
.oo-ui-window-content {
    color: black !important;
}
li.gallerybox div.thumb {
    border: 1px solid #292f42;
    background-color: #030920;
}
.mwe-math-element {
filter: invert(1);
}
.mw-parser-output .ambox.ambox-notice {
  background-color: black;
  border-color: white;
    border-left-color: white;
  border-left: 10px solid #36c;
}