Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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.
/* ══════════════════════════════════════
   ZOMBIE GREEN + BRAIN PINK THEME
   Common styles (all skins)
   ══════════════════════════════════════ */

/* ── INFOBOX ── */
.infobox,
.infobox td,
.infobox tr {
    background-color: #1f0018 !important;
    color: #f0c0d0 !important;
    border-color: #7a2a4a !important;
}

.infobox th {
    background-color: #2e0022 !important;
    color: #e87da0 !important;
    border-color: #7a2a4a !important;
}

.infobox caption {
    color: #a8d040 !important;
    font-weight: bold;
}

.infobox a {
    color: #d4698a !important;
}

.infobox a:hover {
    color: #ffffff !important;
}

/* ── TABLES ── */
table.wikitable {
    background-color: #1a0010 !important;
    border-color: #7a2a4a !important;
    color: #f0c0d0 !important;
}

table.wikitable th {
    background-color: #2e0022 !important;
    color: #a8d040 !important;
    border-color: #7a2a4a !important;
}

table.wikitable td {
    border-color: #7a2a4a !important;
    color: #f0c0d0 !important;
}

table.wikitable tr:nth-child(even) td {
    background-color: #220015 !important;
}

/* ── NOTICES & BANNERS ── */
.ambox,
.tmbox,
.cmbox,
.ombox {
    background-color: #1f0018 !important;
    border-color: #7a2a4a !important;
    color: #f0c0d0 !important;
}

/* ── CATEGORY LINKS (bottom of page) ── */
#catlinks {
    background-color: #0f1a00 !important;
    border: 1px solid #3a5c0a !important;
    color: #a8d040 !important;
}

#catlinks a {
    color: #7db832 !important;
}

#catlinks a:hover {
    color: #d4ff70 !important;
}

/* ── DIFF VIEW (edit comparisons) ── */
table.diff td.diff-addedline {
    background-color: #1a3300 !important;
    color: #a8d040 !important;
}

table.diff td.diff-deletedline {
    background-color: #2e0022 !important;
    color: #e87da0 !important;
}

table.diff td.diff-context {
    background-color: #0f000f !important;
    color: #888 !important;
}

/* ── EDIT TEXTAREA ── */
#wpTextbox1,
.editor-container textarea {
    background-color: #0f1a00 !important;
    color: #a8d040 !important;
    border: 1px solid #3a5c0a !important;
}

/* ── HIGHLIGHTED / SELECTED TEXT ── */
::selection {
    background-color: #7db832 !important;
    color: #000000 !important;
}

/* ── SCROLLBAR (Webkit browsers) ── */
::-webkit-scrollbar {
    width: 10px;
    background-color: #0a0f00;
}

::-webkit-scrollbar-thumb {
    background-color: #3a5c0a;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #7db832;
}