MediaWiki:Common.css: Difference between revisions

From Bearman3600 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
body {
body {
     background-color: #000000;
     background-color: #080808;
     background-image: radial-gradient(circle, #ffff88 1px, transparent 1px);
     background-image: radial-gradient(circle, #ffff88 1px, transparent 1px);
     background-size: 80px 80px;
     background-size: 80px 80px;
Line 8: Line 8:
* {
* {
     color: #ffffff;
     color: #ffffff;
}
img {
    color: transparent !important;
}
}


#mw-page-base, #mw-head-base, #mw-head, #mw-head * {
#mw-page-base, #mw-head-base, #mw-head, #mw-head * {
     background-color: #000000 !important;
     background-color: #0d0d0d !important;
}
}


#column-one, #mw-panel, #mw-panel *, #mw-panel .portal, #mw-panel .body {
#column-one, #mw-panel, #mw-panel *, #mw-panel .portal, #mw-panel .body {
     background-color: #000000 !important;
     background-color: #0d0d0d !important;
}
}


Line 27: Line 31:


div#content, #content, #mw-content-text {
div#content, #content, #mw-content-text {
     background-color: #000000 !important;
     background-color: #0a0a0a !important;
     border: none !important;
     border: 1px solid #3a0000 !important;
     color: #ffffff !important;
     color: #ffffff !important;
}
}
Line 50: Line 54:


.vectorTabs li, .vectorTabs li a, .vectorTabs li a:visited {
.vectorTabs li, .vectorTabs li a, .vectorTabs li a:visited {
     background-color: #000000 !important;
     background-color: #1a0000 !important;
     color: #cc3333 !important;
     color: #cc3333 !important;
     border-color: #3a0000 !important;
     border-color: #3a0000 !important;
Line 56: Line 60:


.vectorTabs li a:hover {
.vectorTabs li a:hover {
     background-color: #110000 !important;
     background-color: #2a0000 !important;
     color: #ff4444 !important;
     color: #ff4444 !important;
}
}
Line 65: Line 69:


.toc, #toc {
.toc, #toc {
     background-color: #000000 !important;
     background-color: #0d0d0d !important;
     border: 1px solid #3a0000 !important;
     border: 1px solid #3a0000 !important;
}
}
Line 78: Line 82:


.wikitable {
.wikitable {
     background-color: #000000 !important;
     background-color: #0a0a0a !important;
     border: 1px solid #3a0000 !important;
     border: 1px solid #3a0000 !important;
}
}


.wikitable th {
.wikitable th {
     background-color: #110000 !important;
     background-color: #1a0000 !important;
     color: #ffffff !important;
     color: #ffffff !important;
     border: 1px solid #3a0000 !important;
     border: 1px solid #3a0000 !important;
Line 89: Line 93:


.wikitable td {
.wikitable td {
     background-color: #000000 !important;
     background-color: #0a0a0a !important;
     color: #ffffff !important;
     color: #ffffff !important;
     border: 1px solid #3a0000 !important;
     border: 1px solid #3a0000 !important;
Line 99: Line 103:


.infobox {
.infobox {
     background-color: #110000 !important;
     background-color: #1a0000 !important;
     border: 2px solid #cc0000 !important;
     border: 2px solid #cc0000 !important;
     color: #ffffff !important;
     color: #ffffff !important;
Line 114: Line 118:


#searchInput {
#searchInput {
     background-color: #000000 !important;
     background-color: #0d0d0d !important;
     border: 1px solid #cc0000 !important;
     border: 1px solid #cc0000 !important;
     color: #ffffff !important;
     color: #ffffff !important;
Line 120: Line 124:


#footer {
#footer {
     background-color: #000000 !important;
     background-color: #0d0d0d !important;
     border-top: 1px solid #3a0000 !important;
     border-top: 1px solid #3a0000 !important;
     color: #666680 !important;
     color: #666680 !important;
}
}

Revision as of 17:00, 6 May 2026

body {
    background-color: #080808;
    background-image: radial-gradient(circle, #ffff88 1px, transparent 1px);
    background-size: 80px 80px;
    color: #ffffff !important;
}

* {
    color: #ffffff;
}

img {
    color: transparent !important;
}

#mw-page-base, #mw-head-base, #mw-head, #mw-head * {
    background-color: #0d0d0d !important;
}

#column-one, #mw-panel, #mw-panel *, #mw-panel .portal, #mw-panel .body {
    background-color: #0d0d0d !important;
}

#mw-panel a, #mw-panel a:visited, #mw-panel .portal h3, #p-navigation h3, #p-tb h3 {
    color: #cc3333 !important;
}

#mw-panel a:hover {
    color: #ff6666 !important;
}

div#content, #content, #mw-content-text {
    background-color: #0a0a0a !important;
    border: 1px solid #3a0000 !important;
    color: #ffffff !important;
}

#mw-content-text, #mw-content-text *, #mw-content-text p, #mw-content-text li, #mw-content-text td, #mw-content-text th, #mw-content-text span, #mw-content-text div {
    color: #ffffff !important;
}

a, a:visited {
    color: #cc3333 !important;
}

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

h1, h2, h3, h4 {
    color: #ff3333 !important;
    border-bottom: 1px solid #3a0000 !important;
}

.vectorTabs li, .vectorTabs li a, .vectorTabs li a:visited {
    background-color: #1a0000 !important;
    color: #cc3333 !important;
    border-color: #3a0000 !important;
}

.vectorTabs li a:hover {
    background-color: #2a0000 !important;
    color: #ff4444 !important;
}

#p-personal li a, #p-personal li a:visited {
    color: #cc3333 !important;
}

.toc, #toc {
    background-color: #0d0d0d !important;
    border: 1px solid #3a0000 !important;
}

.toc *, #toc *, #toc li, #toc .toctitle h2 {
    color: #ffffff !important;
}

.toc a, .toc a:visited, #toc a, #toc a:visited {
    color: #cc3333 !important;
}

.wikitable {
    background-color: #0a0a0a !important;
    border: 1px solid #3a0000 !important;
}

.wikitable th {
    background-color: #1a0000 !important;
    color: #ffffff !important;
    border: 1px solid #3a0000 !important;
}

.wikitable td {
    background-color: #0a0a0a !important;
    color: #ffffff !important;
    border: 1px solid #3a0000 !important;
}

.wikitable tr:hover td {
    background-color: #110011 !important;
}

.infobox {
    background-color: #1a0000 !important;
    border: 2px solid #cc0000 !important;
    color: #ffffff !important;
}

.infobox th {
    background-color: #cc0000 !important;
    color: #ffffff !important;
}

.mw-editsection a, .mw-editsection a:visited {
    color: #cc3333 !important;
}

#searchInput {
    background-color: #0d0d0d !important;
    border: 1px solid #cc0000 !important;
    color: #ffffff !important;
}

#footer {
    background-color: #0d0d0d !important;
    border-top: 1px solid #3a0000 !important;
    color: #666680 !important;
}