Skip to content

Instantly share code, notes, and snippets.

@chev2
Last active April 2, 2020 06:21
Show Gist options
  • Save chev2/39a1622e32109f9bbb9cdc08d2f3af21 to your computer and use it in GitHub Desktop.
Save chev2/39a1622e32109f9bbb9cdc08d2f3af21 to your computer and use it in GitHub Desktop.
Garry's Mod Wiki Dark Mode (OLD WIKI)
.nextupdate, .internalfunc, .deprecatedfunc, .stubpage, .validatepage, .thumbinner, .rcoptions, .derivedonly, #mw-history-search, fieldset {
background-color: #424242 !important;
}
h1 {
color: #d5d5d5 !important;
font-size: 30px;
text-shadow: 0 0 3px rgba(0, 0, 0, 0);
position: static !important;
}
h2 {
color: #d5d5d5 !important;
font-size: 25px;
text-shadow: 0 0 3px rgba(0, 0, 0, .5);
position: static !important;
}
#globalWrapper, .client-js {
color: #c4c4c4;
background-color: #303030;
}
.gmodwiki_note .warning_note, td, .arg_number {
background-color: #393939 !important;
color: #c4c4c4 !important;
}
.function_line, #wpTextbox1 {
background-color: #393939;
color: #c4c4c4;
}
a:link, a:visited {
text-decoration: none;
color: #6BE4FF !important;
}
#catlinks a:link, #catlinks a:visited, .element {
color: #6BE4FF !important;
font-size: 20px;
text-shadow: 0 0 0 black;
}
div[style] {background-color: #353535 !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment