MediaWiki:Timeless.css

From Enderscrolls
Revision as of 10:18, 18 September 2025 by Elo (talk | contribs) (Created page with "=========================== Enderscrolls Dark Timeless ===========================: Seitenhintergrund & Text: body { background-color: #1e1e1e !important; color: #e0e0e0 !important; font-family: "Verdana", sans-serif; } Hauptinhaltsbereich: #content, #mw-content-text { background-color: #2b2b2b !important; color: #e0e0e0 !important; padding: 10px; border-radius: 5px; } Boxen, Infoboxen, Navboxen: .table-infobox, .info...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, 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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ===========================
   Enderscrolls Dark Timeless
=========================== */

/* Seitenhintergrund & Text */
body {
    background-color: #1e1e1e !important;
    color: #e0e0e0 !important;
    font-family: "Verdana", sans-serif;
}

/* Hauptinhaltsbereich */
#content, #mw-content-text {
    background-color: #2b2b2b !important;
    color: #e0e0e0 !important;
    padding: 10px;
    border-radius: 5px;
}

/* Boxen, Infoboxen, Navboxen */
.table-infobox, .infobox, .navbox, .vertical-navbox {
    background-color: #2b2b2b !important;
    border: 2px solid #6a1b9a !important;
    color: #e0e0e0 !important;
    border-radius: 5px;
    padding: 8px;
}

/* Links */
a, a:visited {
    color: #b39ddb !important;
    text-decoration: none;
}
a:hover {
    color: #d1c4e9 !important;
    text-decoration: underline;
}

/* Tabellen */
table {
    border-collapse: collapse;
    margin-bottom: 1em;
}
th, td {
    border: 1px solid #6a1b9a !important;
    padding: 4px 8px;
}
th {
    background-color: #2a1e3f !important;
    color: #b39ddb !important;
}
td {
    background-color: #2b2b2b !important;
    color: #e0e0e0 !important;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
    color: #b39ddb !important;
}

/* Buttons */
button, .mw-ui-button {
    background-color: #6a1b9a !important;
    color: #e0e0e0 !important;
    border: 1px solid #b39ddb !important;
    border-radius: 3px;
    padding: 2px 6px;
}
button:hover, .mw-ui-button:hover {
    background-color: #b39ddb !important;
    color: #1e1e1e !important;
}

/* Footer */
#footer {
    background-color: #1e1e1e !important;
    color: #b39ddb !important;
    border-top: 2px solid #6a1b9a;
}