MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Fleurstiee (talk | contribs) No edit summary |
Fleurstiee (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
background-size: 80px 80px; | background-size: 80px 80px; | ||
color: #ffffff; | color: #ffffff; | ||
} | |||
#mw-panel { | |||
background-color: #000000 !important; | |||
} | } | ||
#mw-panel .portal { | |||
background-color: #000000 !important; | |||
} | |||
#mw-panel .body { | |||
background-color: #000000 !important; | |||
} | |||
#column-one { | |||
background-color: #000000 !important; | |||
} | |||
.toc, #toc { | |||
background-color: #000000 !important; | |||
color: #ffffff !important; | |||
} | |||
#toc li, #toc a, #toc a:visited { | |||
color: #ffffff !important; | |||
} | |||
#toc a { | |||
color: #cc3333 !important; | |||
} | |||
#toc .toctitle h2 { | |||
color: #ffffff !important; | |||
} | |||
.mw-jump-link, .mw-editsection, .mw-editsection a { | |||
color: #cc3333 !important; | |||
} | |||
#mw-page-base, #mw-head-base { | |||
background-color: #000000 !important; | |||
} | |||
div#content { | |||
background-color: #000000 !important; | |||
border: none !important; | |||
} | |||
#content, #mw-content-text { | #content, #mw-content-text { | ||
background-color: #000000; | background-color: #000000; | ||
Revision as of 16:56, 6 May 2026
body {
background-color: #000000;
background-image: radial-gradient(circle, #ffff88 1px, transparent 1px);
background-size: 80px 80px;
color: #ffffff;
}
#mw-panel {
background-color: #000000 !important;
}
#mw-panel .portal {
background-color: #000000 !important;
}
#mw-panel .body {
background-color: #000000 !important;
}
#column-one {
background-color: #000000 !important;
}
.toc, #toc {
background-color: #000000 !important;
color: #ffffff !important;
}
#toc li, #toc a, #toc a:visited {
color: #ffffff !important;
}
#toc a {
color: #cc3333 !important;
}
#toc .toctitle h2 {
color: #ffffff !important;
}
.mw-jump-link, .mw-editsection, .mw-editsection a {
color: #cc3333 !important;
}
#mw-page-base, #mw-head-base {
background-color: #000000 !important;
}
div#content {
background-color: #000000 !important;
border: none !important;
}
#content, #mw-content-text {
background-color: #000000;
border: 1px solid #3a0000;
color: #ffffff;
}
#mw-content-text p, #mw-content-text li, #mw-content-text td {
color: #ffffff !important;
}
#mw-panel, #mw-panel * {
background-color: #000000 !important;
color: #cc3333 !important;
}
#mw-panel a, #mw-panel a:visited {
color: #cc3333 !important;
}
#mw-panel a:hover {
color: #ff6666 !important;
}
#mw-head, #mw-head * {
background-color: #000000 !important;
}
#p-personal li a, #p-personal li a:visited {
color: #cc3333 !important;
}
#p-navigation h3, #p-tb h3 {
color: #cc0000;
}
.vectorTabs li, .vectorTabs li a, .vectorTabs li a:visited {
background-color: #000000 !important;
color: #cc3333 !important;
border-color: #3a0000 !important;
}
.vectorTabs li a:hover {
background-color: #110000 !important;
color: #ff4444 !important;
}
a, a:visited {
color: #cc3333;
}
a:hover {
color: #ff6666;
}
h1, h2, h3, h4 {
color: #ff3333;
border-bottom: 1px solid #3a0000;
}
p, li, td, th, span, div {
color: #ffffff;
}
.wikitable {
background-color: #000000;
border: 1px solid #3a0000;
color: #ffffff;
}
.wikitable th {
background-color: #110000;
color: #ffffff;
border: 1px solid #3a0000;
}
.wikitable td {
background-color: #000000;
color: #ffffff;
border: 1px solid #3a0000;
}
.wikitable tr:hover td {
background-color: #110011;
}
.toc {
background-color: #000000 !important;
border: 1px solid #3a0000 !important;
}
.toc * {
color: #ffffff !important;
}
.toc a, .toc a:visited {
color: #cc3333 !important;
}
.infobox {
background-color: #110000;
border: 2px solid #cc0000;
color: #ffffff;
}
.infobox th {
background-color: #cc0000;
color: #ffffff;
}
#searchInput {
background-color: #000000;
border: 1px solid #cc0000;
color: #ffffff;
}
#footer {
background-color: #000000;
border-top: 1px solid #3a0000;
color: #666680;
}