MediaWiki:Common.css

Aus Lost Dreams Of Tomorrow Wiki

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* === DARK MODE FORCED === */
html,
body {
    background: #0a0a0a !important;
    color: #ededed !important;
}

#mw-page-base,
#mw-head-base,
#mw-wrapper,
#mw-content-container,
.mw-body,
#content {
    background: #0a0a0a !important;
    color: #ededed !important;
}

/* Sidebar */
#mw-site-navigation,
#mw-related-navigation {
    background: #171717 !important;
}

/* Content Container */
#mw-content-text {
    background: #171717 !important;
    padding: 2rem !important;
    border-radius: 8px !important;
    border: 1px solid #262626 !important;
}

/* Links */
a {
    color: #a1a1aa !important;
}

a:hover {
    color: #d4d4d8 !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #fafafa !important;
    border-color: #262626 !important;
}

/* Tables */
.wikitable {
    background: #171717 !important;
    border: 1px solid #262626 !important;
}

.wikitable th {
    background: #262626 !important;
    color: #a1a1aa !important;
}

.wikitable td {
    border-color: #262626 !important;
}

/* Buttons */
button,
.mw-ui-button {
    background: #262626 !important;
    color: #ededed !important;
    border: 1px solid #404040 !important;
}

button:hover,
.mw-ui-button:hover {
    background: #404040 !important;
}

/* Inputs */
input,
textarea,
select {
    background: #171717 !important;
    color: #ededed !important;
    border: 1px solid #262626 !important;
}

/* Footer */
#footer-poweredbyico,
#footer-copyrightico {
    display: none !important;
}