MediaWiki:Timeless.css: Difference between revisions

From Z0MB0L0GYZ
 
No edit summary
 
Line 1: Line 1:
/* ══════════════════════════════════════
  ZOMBIE GREEN + BRAIN PINK THEME
  Left: Zombie Green | Right: Brain Pink
  ══════════════════════════════════════ */
/* ── Global reset ── */
/* ── Global reset ── */
body {
body {
     background-color: #0a0f00;
     background-color: #100518;
}
}


/* ── LEFT SIDE: Zombie Green (sidebar/navigation) ── */
/* ── LEFT SIDE: Brain Pink (sidebar/navigation) ── */
#mw-site-navigation,
#mw-site-navigation,
#mw-panel,
#mw-panel,
.mw-site-navigation {
.mw-site-navigation {
     background-color: #0f1a00 !important;
     background-color: #2d0a18 !important;
     border-right: 2px solid #3a5c0a;
     border-right: 2px solid #6b1a35;
}
}


#mw-site-navigation a,
#mw-site-navigation a,
#mw-panel a {
#mw-panel a {
     color: #a8d040 !important;
     color: #ffaabf !important;
}
}


#mw-site-navigation a:hover,
#mw-site-navigation a:hover,
#mw-panel a:hover {
#mw-panel a:hover {
     color: #d4ff70 !important;
     color: #ffffff !important;
     text-decoration: underline;
     text-decoration: underline;
}
}
Line 31: Line 26:
.portal h3,
.portal h3,
#mw-site-navigation h3 {
#mw-site-navigation h3 {
     color: #7db832 !important;
     color: #ff5577 !important;
     border-bottom: 1px solid #3a5c0a !important;
     border-bottom: 1px solid #6b1a35 !important;
}
}


/* ── RIGHT SIDE: Brain Pink (content area) ── */
/* ── RIGHT SIDE: Zombie Green (content area) ── */
#mw-content-container,
#mw-content-container,
.mw-content-container,
.mw-content-container,
#content,
#content,
#bodyContent {
#bodyContent {
     background-color: #1a0010 !important;
     background-color: #0a1a05 !important;
     color: #f0c0d0 !important;
     color: #aad066 !important;
}
}


/* Content links */
/* Content links */
#bodyContent a {
#bodyContent a {
     color: #e87da0 !important;
     color: #88cc33 !important;
}
}


Line 53: Line 48:
}
}


/* ── RIGHT SIDEBAR: Brain Pink ── */
/* ── RIGHT SIDEBAR: Zombie Green ── */
#mw-related-navigation {
#mw-related-navigation {
     background-color: #1a0010 !important;
     background-color: #0a1a05 !important;
     border-left: 2px solid #7a2a4a;
     border-left: 2px solid #2d5a10;
}
}


#mw-related-navigation h3,
#mw-related-navigation h3,
#mw-related-navigation h4 {
#mw-related-navigation h4 {
     color: #e87da0 !important;
     color: #88cc33 !important;
     border-bottom: 1px solid #7a2a4a !important;
     border-bottom: 1px solid #2d5a10 !important;
}
}


#mw-related-navigation a {
#mw-related-navigation a {
     color: #d4698a !important;
     color: #aadd66 !important;
}
}


Line 75: Line 70:
#mw-related-navigation .portal,
#mw-related-navigation .portal,
#mw-related-navigation .mw-portlet {
#mw-related-navigation .mw-portlet {
     background-color: #220015 !important;
     background-color: #0f2208 !important;
     border: 1px solid #7a2a4a !important;
     border: 1px solid #2d5a10 !important;
}
}


/* ── HEADER: Zombie Green to Brain Pink gradient ── */
/* ── HEADER: Brain Pink to Zombie Green gradient ── */
#mw-header-container,
#mw-header-container,
.mw-header {
.mw-header {
     background: linear-gradient(to right, #0f1a00 0%, #0f1a00 40%, #1a0010 60%, #1a0010 100%) !important;
     background: linear-gradient(to right, #2d0a18 0%, #2d0a18 40%, #0a1a05 60%, #0a1a05 100%) !important;
     border-bottom: 2px solid #3a3a3a;
     border-bottom: 2px solid #444;
}
}


#p-logo {
#p-logo {
     background-color: #0f1a00 !important;
     background-color: #2d0a18 !important;
}
}


Line 93: Line 88:
#firstHeading,
#firstHeading,
.firstHeading {
.firstHeading {
     color: #e87da0 !important;
     color: #88cc33 !important;
     border-bottom: 1px solid #7a2a4a !important;
     border-bottom: 1px solid #2d5a10 !important;
}
}


/* ── FOOTER ── */
/* ── FOOTER ── */
#footer {
#footer {
     background: linear-gradient(to right, #0a1400, #150008) !important;
     background: linear-gradient(to right, #1f0810, #081508) !important;
     color: #999 !important;
     color: #aaa !important;
     border-top: 2px solid #3a3a3a;
     border-top: 2px solid #444;
}
}


#footer a {
#footer a {
     color: #a8d040 !important;
     color: #ffaabf !important;
}
 
#footer a:hover {
    color: #d4ff70 !important;
}
}


Line 115: Line 106:
#p-views .selected a,
#p-views .selected a,
#p-views li.selected a {
#p-views li.selected a {
     background-color: #1a0010 !important;
     background-color: #0a1a05 !important;
     color: #e87da0 !important;
     color: #88cc33 !important;
}
 
/* ── SEARCH BAR ── */
#p-search input {
    background-color: #0f2208 !important;
    color: #aad066 !important;
    border: 1px solid #2d5a10 !important;
}
}


#p-views a {
/* ── TALK PAGES ── */
    color: #f0c0d0 !important;
.ns-talk #content {
     background-color: #220015 !important;
     background-color: #0a1f08 !important;
}
}


#p-views a:hover {
/* ── SPECIAL PAGES ── */
    color: #ffffff !important;
.ns-special #content {
     background-color: #2e001e !important;
     background-color: #0a1a0a !important;
}
}


/* ── SEARCH BAR ── */
/* ── INFOBOX TEXT: Very Dark Brain Pink ── */
#p-search input {
.infobox,
    background-color: #0f1a00 !important;
.infobox td,
     color: #a8d040 !important;
.infobox th,
    border: 1px solid #3a5c0a !important;
.infobox tr {
     color: #4d0020 !important;
}
}


#p-search input::placeholder {
/* Infobox header/title row */
     color: #5a7a20 !important;
.infobox caption,
.infobox > tbody > tr:first-child th {
     color: #330015 !important;
}
}


/* ── TALK PAGES ── */
/* Infobox links */
.ns-talk #content {
.infobox a {
     background-color: #150a00 !important;
     color: #660033 !important;
}
}


/* ── SPECIAL PAGES ── */
.infobox a:hover {
.ns-special #content {
     color: #991a4d !important;
     background-color: #0f000f !important;
}
}

Latest revision as of 16:37, 9 March 2026

/* ── Global reset ── */
body {
    background-color: #100518;
}

/* ── LEFT SIDE: Brain Pink (sidebar/navigation) ── */
#mw-site-navigation,
#mw-panel,
.mw-site-navigation {
    background-color: #2d0a18 !important;
    border-right: 2px solid #6b1a35;
}

#mw-site-navigation a,
#mw-panel a {
    color: #ffaabf !important;
}

#mw-site-navigation a:hover,
#mw-panel a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

/* Sidebar headers */
.portal h3,
#mw-site-navigation h3 {
    color: #ff5577 !important;
    border-bottom: 1px solid #6b1a35 !important;
}

/* ── RIGHT SIDE: Zombie Green (content area) ── */
#mw-content-container,
.mw-content-container,
#content,
#bodyContent {
    background-color: #0a1a05 !important;
    color: #aad066 !important;
}

/* Content links */
#bodyContent a {
    color: #88cc33 !important;
}

#bodyContent a:hover {
    color: #ffffff !important;
}

/* ── RIGHT SIDEBAR: Zombie Green ── */
#mw-related-navigation {
    background-color: #0a1a05 !important;
    border-left: 2px solid #2d5a10;
}

#mw-related-navigation h3,
#mw-related-navigation h4 {
    color: #88cc33 !important;
    border-bottom: 1px solid #2d5a10 !important;
}

#mw-related-navigation a {
    color: #aadd66 !important;
}

#mw-related-navigation a:hover {
    color: #ffffff !important;
}

#mw-related-navigation .portal,
#mw-related-navigation .mw-portlet {
    background-color: #0f2208 !important;
    border: 1px solid #2d5a10 !important;
}

/* ── HEADER: Brain Pink to Zombie Green gradient ── */
#mw-header-container,
.mw-header {
    background: linear-gradient(to right, #2d0a18 0%, #2d0a18 40%, #0a1a05 60%, #0a1a05 100%) !important;
    border-bottom: 2px solid #444;
}

#p-logo {
    background-color: #2d0a18 !important;
}

/* ── PAGE TITLE ── */
#firstHeading,
.firstHeading {
    color: #88cc33 !important;
    border-bottom: 1px solid #2d5a10 !important;
}

/* ── FOOTER ── */
#footer {
    background: linear-gradient(to right, #1f0810, #081508) !important;
    color: #aaa !important;
    border-top: 2px solid #444;
}

#footer a {
    color: #ffaabf !important;
}

/* ── TABS ── */
#p-views .selected a,
#p-views li.selected a {
    background-color: #0a1a05 !important;
    color: #88cc33 !important;
}

/* ── SEARCH BAR ── */
#p-search input {
    background-color: #0f2208 !important;
    color: #aad066 !important;
    border: 1px solid #2d5a10 !important;
}

/* ── TALK PAGES ── */
.ns-talk #content {
    background-color: #0a1f08 !important;
}

/* ── SPECIAL PAGES ── */
.ns-special #content {
    background-color: #0a1a0a !important;
}

/* ── INFOBOX TEXT: Very Dark Brain Pink ── */
.infobox,
.infobox td,
.infobox th,
.infobox tr {
    color: #4d0020 !important;
}

/* Infobox header/title row */
.infobox caption,
.infobox > tbody > tr:first-child th {
    color: #330015 !important;
}

/* Infobox links */
.infobox a {
    color: #660033 !important;
}

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