A modern dark mode for the Harddrop wiki.
Helps with editing pages and making board images.
More hoverable elements and buttons.
Harddrop modern dark by askplays
Details
Authoraskplays
LicenseNo License
Categoryharddrop
Created
Updated
Size2.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Harddrop modern dark
@version 20211013.19.01
@namespace userstyles.world/user/askplays
@description A modern dark mode for the Harddrop wiki.
Helps with editing pages and making board images.
More hoverable elements and buttons.
@author askplays
@license No License
==/UserStyle== */
@-moz-document regexp("https:\\/\\/harddrop\\.com\\/(wiki|w).*") {
html, body {
background: #202024;
color:#fff !important;
}
body, div, td, th, input, textarea, pre, h1, h2, h3, h4, h5, h6 {
background: #202024 !important;
color:#fff !important;
}
#gumax-special-tools ul li a, #gumax-nav a, #gumax-p-login ul li a {
color:#aaa !important;
}
#gumax-special-tools ul li a:hover, #gumax-p-login ul li a:hover, #gumax-nav a {
color:#fff !important;
}
#gumax-content-actions ul li a:hover, #gumax-content-actions ul li.selected a {
color:#fff !important;
background: #111;
}
a, #bodyContent a.external {
color:#88f;
}
a:visited {
color:#b5f;
}
a.new {
color:#fC4230;
}
.editsection a {
color: #eC6630
}
.editsection a:hover {
color: #FF4330;
}
textarea {
font-family: monospace;
font-size:16px;
background: #FFF !important;
color:#000 !important;
}
table, #toc, .toc, .catlinks {
/*border:none;*/
background: #202024;
}
input[type=submit] {
border: 2px solid #fff;
border-radius: 2px;
cursor: pointer;
}
div#bodyContent > div:nth-last-child(3) {
border-color: #00c4c4 !important;
}
div#bodyContent > div:nth-last-child(3) > div {
border-color: #30f4f4 !important;
}
div#bodyContent > table td:nth-last-child(3) {
border-color: #c400c4 !important;
}
div#bodyContent > table td:nth-last-child(3) > div {
border-color: #f430f4 !important;
}
div#bodyContent > table td:nth-last-child(2) {
border-color: #c4c400 !important;
}
div#bodyContent > table td:nth-last-child(2) > div {
border-color: #f4f430 !important;
}
div#bodyContent > table td:nth-last-child(1) {
border-color: #00c400 !important;
}
div#bodyContent > table td:nth-last-child(1) > div {
border-color: #30f430 !important;
}
div#bodyContent > div:nth-last-child(1) {
border-color: #c40000 !important;
}
div#bodyContent > div:nth-last-child(1) > div {
border-color: #f43030 !important;
}
}