MediaWiki:Medik-bad.css

From Blaseball Wiki

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* <pre> */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');
@import url('https://metermaid.github.io/twemoji-amazing/twemoji-amazing.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.10/css/weather-icons.min.css');
@import url('https://metermaid.github.io/gameicons-font/css/game-icons.css');
@import url('https://fonts.googleapis.com/css2?family=Paprika&display=swap');
@font-face { 
    font-family: 'Hellvetica';
    src: url('https://www.blaseball.wiki/images/Hellvetica.woff2') format('woff2'),
         url('https://www.blaseball.wiki/images/Hellvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

img {
  filter: invert(1);
}

b {
    animation: 10s linear infinite alternate do-crimes;
}

@keyframes do-crimes {
    from { filter: none; }
    to { filter: blur(0.6px); }
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Hellvetica', 'Helvetica Neue', 'Arial', sans-serif;
}

.mw-mmv-lightbox-open {
    transform: none;
}

.navbar {
    transform: skewY(1.5deg);
}

.mw-body {
    padding: 0.25em;
    margin-top: 1em;
}

.mw-body-content {
    font-size: 0.9em;
    line-height: 1.75;
}

.mw-body-content p {
    margin: 0 0 0.8em;
}

h2 {
    border: none;
}

.mw-body h1,
.mw-body-content h1,
.mw-body-content h2,
.mw-body-content h3,
.mw-body-content h4,
.mw-body-content h5,
.mw-body-content h6 {
    font-family: 'Paprika', cursive;
    margin-bottom: 0.3em;
}

.mw-body h1,
.mw-body-content h1,
.mw-body-content h2 {
    padding: 0 0 0.15em;
}

pre,
code,
pre.mw-code.mw-script {
    color: #fefefe;
    background-color: #000;
    border-color: #000;
    overflow: auto;
}

.mw-content-ltr ul {
    margin-top: 0;
    margin-bottom: 0.8em;
}

.mw-content-ltr ul ul {
    margin-bottom: 0;
}

.mw-content-ltr ol {
    margin: 0 0 0.8em 2em;
}

.mw-content-ltr ol ol {
    margin-bottom: 0;
}

table.wikitable ul,
table.wikitable ol {
    margin-bottom: 0;
}

.list-group-item {
    padding: 0.25rem 0.75rem;
}

.dropdown-item {
    padding: 0.25rem 1.25rem;
}

dl {
    margin: 0;
}

dd {
    min-width: 17.85em;
}

hr {
    border-style: solid;
    border-width: 1px 0 0 0;
    height: initial;
}

aside[role=navigation] {
    font-size: 1rem;
}

table.navbox {
    width: 100%;
    border-spacing: 0px 2px;
    border-collapse: separate;
}

table.navbox th,
table.navbox .navbox-footer-row td {
    text-align: center;
}

table.navbox th,
table.navbox td {
    padding: 0 0.5rem;
}

table.navbox th.navbox-subrow-header {
    color: white !important;
}

table.navbox th.navbox-row-header {
    background-color: #363a44;
}

table.navbox .navbox-header th,
table.navbox .navbox-footer-row td {
    background-color: #181a21;
}

@media screen and (max-width: 1023px) {
    table.navbox tr,
    table.navbox th,
    table.navbox td {
          display: block;
    }

    table.navbox th.navbox-row-header {
          border-bottom: 1px solid #21262e;
    }

    table.navbox th.navbox-subrow-header {
          background-color: #181a21;
    }

    table.navbox td {
          text-align: center;
    }

}

@media screen and (min-width: 1024px) {
    table.navbox th.navbox-row-header {
          border-right: 2px solid white;
    }

    table.navbox th.navbox-subrow-header {
          background-color: #21262e;
          border-right: 2px solid white;
    }

    table.navbox tr:nth-child(odd),
    table.navbox .navbox-header-row th {
          background-color: #181a21;
    }

}

table.navbox .navbox-row-header a,
table.navbox .navbox-subrow-header a {
    color: white !important;
}

table.navbox .navbox-title {
    font-size: x-large;
}

table.navbox .navbox-title a,
table.navbox .navbox-title a:visited {
    color: inherit !important;
}

table.navbox .navbox-header th {
    width: 100%;
}

table.navbox .mw-collapsible-toggle a {
    color: white;
}

#mw-navbar-center {
    display: none;
}

#mw-navbar-center #p-ql-label {
    display: none;
}

#mw-navbar-center li {
    display: inline;
}

#site-navigation {
    display: flex;
    flex-direction: column;
}

#site-navigation form {
    order: 1;
    display: none;
}

#site-navigation div {
    order: 2;
}

#mw-navigation {
    max-height: calc(100vh - 4rem);
}

@media screen and (max-width: 768px) {
    #searchInput {
          width: 100%;
    }

    #mw-navigation {
          display: block;
    }

    #mw-navbar {
          margin-bottom: 0;
          height: 4rem;
    }

    #mw-navbar form {
          display: none;
    }

    #site-navigation #p-search {
          display: block;
          position: static;
          margin-left: 0;
    }

    #siteNotice {
          display: block;
    }

}

#mw-wrapper {
    max-width: 2000px;
    margin: auto;
}

#content {
    padding: 1em 1em 2em;
}

#mw-navigation {
    border-right: none;
    top: 4rem;
    overflow: auto;
    z-index: 1000;
}

#mw-navigation .mw-wiki-logo {
    background-size: contain;
}

#p-personal ul,
#mw-navigation ul,
#p-views ul {
    list-style-image: none;
}

#mw-navigation li:not(:first-child) {
    margin-top: 0.75rem;
}

#mw-navigation a {
    display: inline-block;
    padding: 0.2em 0.75em;
}

@media screen and (max-width: 400px) {
    .mw-wiki-logo {
          width: 100px !important;
    }

}

@media screen and (max-width: 300px) {
    .mw-wiki-logo {
          width: 75px !important;
    }

}

.mw-footer a:hover {
    text-decoration: none;
}

#p-personal li a:not(.dropdown-item):hover,
aside li a:not(.dropdown-item):hover {
    background-color: transparent;
}

#mw-navigation .list-group-item-dark:not(.disabled)::after {
    font-family: "FontAwesome";
    font-weight: 900;
    margin-left: 0.5em;
    content: "\f0d8";
}

#mw-navigation .list-group-item-dark.collapsed:not(.disabled)::after {
    content: "\f0d7";
}

ol.references {
    margin: 0.25rem 0;
}

ol.references li {
    padding: 0.25rem;
    list-style-position: inside;
}

#siteNotice {
    margin: 0.25em;
    display: block;
    font-size: 1.1em;
}

#siteNotice #localNotice {
    background-color: transparent;
    padding-top: 2em;
}

#mw-searchoptions {
    background-color: transparent;
}

@media screen and (max-width: 600px) {
    #mw-htmlform-info > .oo-ui-fieldLayout-align-top > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header {
          width: 100%;
    }

}

.ajaxpoll {
    background: none;
}

.ajaxpoll .ajaxpoll-id-info {
    display: none;
}

#txtSearch {
    max-width: 167px;
}

.ajaxpoll .ajaxpoll-answer-vote,
.ajaxpoll .ajaxpoll-our-vote {
    color: #fefefe;
}

.ajaxpoll .ajaxpoll-answer-vote div {
    border: #363a44;
    background-color: #363a44;
}

.ajaxpoll .ajaxpoll-our-vote div {
    border: #119C9A;
    background-color: #119C9A;
}

td.mw-wikiforum-thread-main,
td.mw-wikiforum-thread-sub {
    word-break: break-word;
}

.profile-icon::before {
    background-color: #181a21;
    border: 1px solid #181a21;
}

.profile-icon {
    background-color: #181a21;
    border: 1px solid #181a21;
    color: #181a21;
}

.sitedir-ltr .mw-dismissable-notice-body {
    width: 100%;
    margin: 0;
}

.sitedir-ltr .mw-dismissable-notice-close {
    position: absolute;
    right: 0.6rem;
}

:root {
    --pi-width: 350px;
    --pi-item-spacing: 0.3em 0.75em;
}

.portable-infobox .pi-header {
    padding: 0.5em 10px;
}

.portable-infobox .pi-data-label {
    font-family: 'Hellvetica', 'Helvetica Neue', 'Arial', sans-serif;
    min-width: 70px;
}

@media (max-width: 720px) {
    .portable-infobox {
          width: 100%;
    }

}

.update-embed .mw-wikiforum-leftside {
    display: none;
    visibility: hidden;
}

.update-embed .mw-wikiforum-leftside a {
    display: none;
}

.update-embed .mw-wikiforum-leftside a:last-child {
    display: inline;
    visibility: visible;
    font-size: 3em;
}

.update-embed .mw-wikiforum-leftside a:last-child {
    display: inline;
    visibility: visible;
}

.update-embed .mw-wikiforum-posted,
.update-embed .mw-wikiforum-thread-top {
    display: none;
}

.update-embed td.mw-wikiforum-thread-main ul,
.update-embed td.mw-wikiforum-thread-main ol {
    display: none;
}

.update-embed td.mw-wikiforum-thread-main p {
    display: none;
}

.update-embed td.mw-wikiforum-thread-main p:first-of-type {
    display: block;
}

.featured-embed .pi-type-Season,
.featured-embed .pi-item.pi-title,
.featured-embed .pi-item.pi-panel {
    display: none;
}

a.external {
    background: none;
}

a .see-more {
    padding: 0.5em;
    display: block;
    overflow: hidden;
}

.profile-tab-on {
    font-size: inherit;
    height: auto;
}

.profile-tab {
    height: auto;
}

.profile-icon::before {
    background-color: #181a21;
    border: 1px solid #181a21;
}

.profile-icon {
    background-color: #181a21;
    border: 1px solid #181a21;
    color: #181a21;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    background: url('https://www.blaseball.wiki/skins/medik-bad/negative-ballclark.webp');
}

#mw-main-container {
    background-color: transparent !important;
}

.mw-body {
    padding: 0.25em;
    margin-top: 1em;
}

.mw-body-content {
    font-size: 0.9em;
    line-height: 1.75;
}

.mw-body-content p {
    margin: 0 0 0.8em;
}

body {
    background-color: #FF0000;
}

hr {
    border-color: #6F82AB;
}

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: #181a21;
}

a,
#mw-navigation a:not(.disabled),
.mw-ui-anchor.mw-ui-progressive.mw-ui-quiet,
.dropdown-item {
    color: #de1c1d;
}

.flow-topic-title,
.flow-post {
    color: #181a21;
}

h1 {
    text-shadow: 3px 3px #de1c1d;
},
h2,
h3,
h4,
h5,
h6 {
    color: #181a21;
    border-color: #6F82AB;
}

#less-content p {
    color: #FF0000;
}

.mw-body-content .mw-number-text h3 {
    color: #181a21;
}

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

#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: #9BA2FF;
}

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

.toc {
    background-color: #FFFF00;
}

.toc .tocnumber {
    color: #181a21;
}

.mw-body {
    background-color: #FFFF00;
    color: #181a21;
}

.diff-deletedline .diffchange,
.diff-addedline .diffchange {
    color: #FF0000;
}

.mw-footer {
    background-color: #FF0000;
    border-top: 1px solid #6F82AB;
    color: #6F82AB;
}

.mw-footer a {
    color: #6F82AB;
}

.mw-footer a:hover {
    color: #181a21;
}

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

figcaption,
.thumbcaption {
    color: #FF0000;
}

ol.references li:target,
sup.reference:target {
    background-color: #181a21;
    color: #FF0000;
}

#siteNotice {
    color: #181a21;
}

.list-group-item-dark {
    color: #181a21;
    background-color: #FFFF00;
}

#mw-navigation .list-group-item-dark:not(.disabled) {
    color: #181a21;
}

.sitedir-ltr .mw-dismissable-notice-close {
    color: #de1c1d;
}

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

a .see-more {
    background-color: #C5CFD3;
    color: #181a21;
}

.subheader {
    padding: 0.2em 1em;
    color: #181a21;
}

#mw-navigation li:not(.subheader) {
    margin: 0 0 0 1em;
    border-left: 2px solid #363a44;
}

#mw-navigation .mw-portlet-body {
    margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
    #mw-navigation {
          background-color: #FF0000;
    }

}

a.dropdown-item:hover,
a.dropdown-item:focus,
a.dropdown-item:visited {
    background-color: #363a44;
    color: #181a21;
}

a,
image a {
    color: #de1c1d;
}

a:visited,
image a:visited,
a:active,
image a:active {
    color: #de1c1d;
}

a.new,
image a.new {
    color: #D64045;
}

a.new:visited,
image a.new:visited {
    color: #D64045;
}

div.vectorTabs li a,
div.vectorMenu li a,
#mw-panel .portal .body li a,
div.vectorTabs li a:visited,
div.vectorMenu li a:visited,
#mw-panel .portal .body li a:visited,
div.vectorTabs li a:active,
div.vectorMenu li a:active,
#mw-panel .portal .body li a:active {
    color: #de1c1d;
}

div.vectorTabs li.new a,
div.vectorMenu li.new a,
#mw-panel .portal .body li.new a,
div.vectorTabs li.new a:visited,
div.vectorMenu li.new a:visited,
#mw-panel .portal .body li.new a:visited,
div.vectorTabs li.new a:active,
div.vectorMenu li.new a:active,
#mw-panel .portal .body li.new a:active {
    color: #D64045;
}

a.mw-selflink.selflink {
    color: #181a21;
}

.mw-body-content a.external,
.mw-body-content a.extiw {
    color: #de1c1d;
}

.mw-body-content a.external:visited,
.mw-body-content a.extiw:visited,
.mw-body-content a.external:active,
.mw-body-content a.extiw:active {
    color: #de1c1d;
}

:root {
    --pi-background: #80B0AC;
    --pi-secondary-background: #C5CFD3;
    --pi-border-color: #363a44;
}

#mw-content-text table.wikitable > tr > th,
#mw-content-text table.wikitable > * > tr > th {
    background-color: #80B0AC;
}

#mw-content-text table.wikitable > tr > th,
#mw-content-text table.wikitable > tr > td,
#mw-content-text table.wikitable > * > tr > th,
#mw-content-text table.wikitable > * > tr > td {
    border: 1px solid #21262e;
}

table.wikitable {
    border: transparent;
    background: #C5CFD3;
}

.mw-datatable tr:hover td {
    background-color: #fefefe;
}

#mw-content-text table.wikitable {
    color: #181a21;
}

table.alternating-rows tr:nth-child(odd),
table.alternating-cols td:nth-child(odd) {
    background: #bbc9ce;
}

.table-yes {
    color: #9f9;
}

.mw_metadata td,
.mw_metadata th {
    border-color: #21262e;
}

.mw_metadata th {
    background-color: #80B0AC;
}

.mw_metadata td,
#mw-allmessagestable .am_actual,
#mw-allmessagestable .allmessages-customised .am_default {
    background-color: #C5CFD3;
}

#mw-allmessagestable .allmessages-customised:hover .am_default,
#mw-allmessagestable .am_actual:hover,
#mw-allmessagestable .allmessages-customised:hover + .allmessages-customised .am_actual {
    background-color: #fefefe;
}

table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background-color: #80B0AC;
}

table.wikitable {
    color: #181a21;
    background: #C5CFD3;
}

table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
    border: 1px solid #6F82AB;
}

tr.mw-abusefilter-list-disabled,
tr.mw-abusefilter-list-disabled td {
    color: #181a21;
}

table.mw-abuselog-details th {
    background: #80B0AC;
}

table.mw-abuselog-details th,
table.mw-abuselog-details td {
    border: 1px solid #6F82AB;
}

.mw-abuselog-var-value,
td.mw-abuselog-var {
    background-color: #C5CFD3;
}

select#infobox-select-0 {
    background: #C5CFD3;
    color: #181a21;
    border-color: #6F82AB;
    border-block-end-color: #6F82AB;
    border-block-start-color: #6F82AB;
}

.portable-infobox {
    border: 2px solid #C5CFD3;
}

.portable-infobox .pi-group {
    border: none;
}

.flow-topic-title {
    color: #FFFF00;
}

.flow-topic-title,
.flow-post {
    color: #181a21;
}

.flow-component .ve-ce-documentNode,
.flow-component .ve-ui-surface-placeholder,
.mw-wikiforum-frame,
.flow-topic-title {
    color: #181a21;
}

div.flow-board-header.flow-load-interactive span.collapse-button,
div.flow-board-navigation span.oo-ui-indicatorElement-indicator.oo-ui-indicator-down,
div.flow-post-main:not(.flow-topic-titlebar) span:before,
#mw-content-text > div > div.flow-board-header.flow-load-interactive h2:before,
div.flow-board-navigation span.oo-ui-icon-listBullet {
    filter: invert(1);
}

div.flow-board-header.flow-load-interactive span.collapse-button,
div.flow-board-navigation span.oo-ui-indicatorElement-indicator.oo-ui-indicator-down,
div.flow-post-main:not(.flow-topic-titlebar) span:before,
#mw-content-text > div > div.flow-board-header.flow-load-interactive h2:before,
div.flow-board-navigation span.oo-ui-icon-listBullet {
    filter: invert(1);
}

.mw-plusminus-neg {
    color: #D64045;
}

.mw-plusminus-pos {
    color: #119C9A;
}

.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
    background: #FF0000;
}

.user-home-links-container h2 {
    border-bottom: 1px solid #6F82AB;
    color: #181a21;
}

.user-home-friends-activity h2 {
    color: #181a21;
}

.user-home-activity-timestamp {
    color: #181a21;
}

.user-home-activity {
    border-bottom: 1px solid #6F82AB;
}

.item {
    color: #181a21;
}

.item a {
    color: #181a21;
}

.item img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

.view-form {
    color: #181a21;
}

.view-status {
    background-color: #C5CFD3;
    color: #181a21;
}

.g-give-container {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

.g-give-title {
    color: #181a21;
}

.g-add-message {
    color: #181a21;
}

.g-give-all {
    border: 1px solid #6F82AB;
}

.g-give-all img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

.g-blue {
    color: #de1c1d !important;
}

.g-give-all-message-title {
    color: #181a21;
}

.g-give-all-highlight {
    background-color: #faf9f9;
}

.g-give-all-selected {
    border: 1px solid red;
}

.ga-container img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

form[name="gift"]table {
    border-collapse: collapse;
    border: 0;
}

form[name="gift"]table img {
    border: 0;
}

a.ga-remove-link {
    color: #D64045;
}

table td.title-cell {
    color: #181a21;
}

.top-awards-navigation h1 {
    border-bottom: 1px solid #6F82AB;
    color: #181a21;
}

.top-award-title {
    color: #181a21;
}

.top-award {
    color: #181a21;
}

.top-award-number {
    color: #6F82AB;
}

.g-timestamp {
    color: #181a21;
}

.g-recent {
    border-top: 1px solid #FFFF00;
}

.g-recent img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

.g-recent-title {
    color: #181a21;
}

.g-description img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

.g-item {
    border: 1px solid #6F82AB;
}

.g-item img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

.g-new {
    background-color: #C5CFD3;
    border: 1px solid #dedee7;
}

.ga-description img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

.ga-description-message {
    color: #181a21;
}

.ga-recent {
    border-top: 1px solid #FFFF00;
}

.ga-recent img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

.ga-timestamp {
    color: #181a21;
}

.ga-item {
    border: 1px solid #6F82AB;
}

.ga-item img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

.ga-new {
    background-color: #C5CFD3;
    border: 1px solid #dedee7;
}

.ga-recent-title {
    color: #181a21;
}

#blast-friends-list div.blast-friend-selected {
    background-color: #FFFF00;
    border: 1px solid #dedee7;
    color: #13ff2c;
}

#blast-friends-list div.blast-foe-selected {
    background-color: #FFFF00;
    border: 1px solid #dedee7;
    color: #13ff2c;
}

#blast-friends-list div.blast-friend-unselected {
    border: 1px solid #6F82AB;
    color: #de1c1d;
}

#blast-friends-list div.blast-foe-unselected {
    border: 1px solid #6F82AB;
    color: #de1c1d;
}

.board-blast-message-form h2 {
    color: #181a21;
}

.blast-nav a {
    color: #181a21;
}

.blast-nav h2 {
    color: #181a21;
}

.blast-message-text {
    color: #181a21;
}

.user-board-message {
    border: 1px solid #181a21;
}

.user-board-message-from {
    background-color: #eef3f0;
}

.user-board-message-time {
    color: #181a21;
}

.user-board-message-image img {
    border: 1px solid #6F82AB;
}

.user-board-red a {
    color: #D64045;
}

select#message_ .user-page-message-count {
    color: #181a21;
}

.user-board-message-type {
    color: #181a21;
}

.g-user-message {
    color: #181a21;
}

.g-container img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

.relationship-item {
    border: 1px solid #6F82AB;
}

.relationship-item img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

.relationship-action {
    color: #181a21;
}

.relationship-action img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

.relationship-message {
    color: #181a21 !important;
}

.black-text {
    color: #181a21 !important;
}

.red-text {
    color: #D64045 !important;
}

.top-fan-num {
    color: #6F82AB;
}

.top-fan-points {
    color: #181a21;
}

.top-fan-level {
    color: #181a21;
}

.top-fan-nav h1 {
    border-bottom: 1px solid #6F82AB;
    color: #181a21;
}

.random-featured-user {
    color: #181a21;
}

.random-featured-user img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

#user-page-left h2 {
    border-bottom: 1px solid #6F82AB;
    color: #181a21;
}

#user-page-right h2 {
    border-bottom: 1px solid #6F82AB;
    color: #181a21;
}

.no-info-container {
    background-color: #FFFF00;
    color: #181a21;
}

.item-small {
    color: #181a21;
}

.user-section-heading {
    border-bottom: 1px solid #6F82AB;
}

#profile-top {
    border-bottom: 1px solid #181a21;
}

#profile-toggle-button {
    background-color: #ffa500;
}

#profile-toggle-button a {
    color: #FFFF00;
}

#points-level {
    background-color: #cc0000;
}

#points-level a {
    color: #FFFF00;
}

#profile-image img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

.user-relationship-container img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

.user-gift-container img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

.activity-item {
    border-bottom: 1px solid #6F82AB;
}

.user-page-message-form-blocked {
    color: #D64045;
}

.profile-info-container b {
    color: inherit;
}

.profile-info-container div {
    color: #181a21;
}

.casual-game-container p {
    border-top: 1px solid #6F82AB;
}

.casual-game-container img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

.article-item {
    border-top: 1px solid #6F82AB;
}

.vote-number {
    background-color: #89c46f;
    color: #FFFF00;
}

.vote-text {
    color: #181a21;
}

.picture-container img {
    background-color: #FFFF00;
    border: 1px solid #6F82AB;
}

.upload-frame-errors {
    color: #D64045;
}

.no-pictures-container {
    background-color: #eff3f0;
    color: #181a21;
}

.profile-update-button {
    background-color: #181a21;
    border: 1px solid #6F82AB;
    color: #6F82AB;
}

.profile-update-title {
    color: #181a21;
}

.profile-update-unit-left {
    color: #181a21;
}

.profile-update-unit-small {
    color: #181a21;
}

.profile-update-row {
    color: #181a21;
}

.profile-status {
    background-color: #181a21;
}

.profile-on {
    background-color: #181a21;
    border: 1px solid #6F82AB;
}

.profile-board-message-type {
    color: #181a21;
}

.eye-container .title {
    color: #FFFF00;
}

.eye-container .menu .item {
    color: #FFFF00;
}

.eye-container .menu .item:hover {
    background-color: #FFFF00;
    color: #de1c1d;
}

#mainTable > tbody > tr > th:nth-child(3),
#mainTable > tbody > tr > td:nth-child(4) {
    background-color: #fefefe !important;
}

#mw-content-text > form > div.templateForm > div > fieldset > div > div:nth-child(2n+1) {
    background-color: #dedee7 !important;
}

#mw-content-text > form > div.templateForm > div > fieldset > div > div:nth-child(2n) {
    background-color: #C5CFD3 !important;
}

#mw-navbar .mw-wiki-logo {
    filter: invert(1);
}

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

.navbox {
    background: #181a21;
    color: #fefefe;
}

.navbox a.mw-selflink.selflink {
    color: #fefefe;
}
.nav {
    text-shadow: -2px 2px 0 yellow,
                  2px 2px 0 yellow,
                  2px -2px 0 yellow,
                 -2px -2px 0 yellow;
}

aside[role=navigation] {
    text-shadow: -2px 2px 0 white,
                  2px 2px 0 white,
                  2px -2px 0 white,
                 -2px -2px 0 white;
}