Skip to content

Instantly share code, notes, and snippets.

@Sascha-T
Created May 22, 2021 23:56
Show Gist options
  • Save Sascha-T/fa6cadb1e1a2a9058f7ac80b0f082420 to your computer and use it in GitHub Desktop.
Save Sascha-T/fa6cadb1e1a2a9058f7ac80b0f082420 to your computer and use it in GitHub Desktop.
Very Bad Dark Wikipedia Theme
/*
Made by https://github.com/Sascha-T
*/
.mw-body {
background-color: #131313;
color: #d3d3d3;
border: none;
}
#mw-panel {
background-color: #131313;
}
body {
background-color: #232323;
color: #e3e3e3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #e3e3e3;
}
.hatnote {
background-color: #1f1f1f;
border: 1px #0f0f0f;
}
#mw-head {
background-color: #101010;
}
.vector-menu-tabs,
.vector-menu-tabs a,
#mw-head .vector-menu-dropdown h3 {
background-image: linear-gradient(to bottom, #1f1f1f00, 0, #1f1f44 100%);
}
a:visited {
color: #6666ff;
}
.vector-menu-tabs .selected {
background-color: #1f1f1f;
}
.vector-menu-tabs .selected a,
.vector-menu-tabs .selected a:visited {
color: #6666ff;
}
.vector-menu-tabs li {
background-image: linear-gradient(to top, #1f1f44 0, #1f1f22 1px, #1f1f1f 100%);
}
a {
color: #e3e3e3;
}
.vector-menu-portal .vector-menu-content li a {
color: #4444a3;
}
#centralNotice * {
background-color: #1f1f1f !important;
}
.toc,
.toccolours {
background-color: #1f1f1f !important;
border: 1px solid #1f1f44;
}
.tocnumber {
color: #e3e3e3;
}
.toctext {
color: #e3e3ef;
}
.toctogglelabel {
color: #6666ff;
}
.infobox {
background-color: #1f1f1f !important;
border: 1px solid #0f0f0f !important;
}
code,
.mw-code,
pre {
background-color: #101010 !important;
color: #e4e4e4;
border: 1px solid #0f0f0f !important;
}
td {
background-color: #2f2f2f !important;
border: 1px solid #0f0f11 !important;
color: #c3c3c3;
}
th {
background-color: #202020 !important;
border: 1px solid #1f1f22 !important;
color: #c3c3c3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment