Dark Mode for http://maniac-forum.de
M! Dark Mode by jps
Details
Authorjps
LicenseNo License
Categorymaniac-forum.de
Created
Updated
Size1.2 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 maniac-forum.de
@namespace github.com/openstyles/stylus
@version 1.0.0
@description M! Dark Mode
@author JPS
==/UserStyle== */
@-moz-document domain("maniac-forum.de") {
body {
background-color: #2c2c2c;
color: #d0d0d0
}
.bg1,
.bg2 {
background-color: #3d3d3d;
color: #d0d0d0
}
A:link {
color: #87cce6;
}
a:visited {
color: #87e6a8
}
td,
th {
background-color: #353535;
}
span {
color: #d0d0d0 !important;
}
#norm {
color: #d0d0d0;
}
.highlight {
color: #ec5959 !important;
}
.boardlist {
color: #e6e387 !important;
}
.currentboard {
color: #e6e387 !important;
}
.own a {
color: #e6e387 !important;
}
#quicksearchtext {
background: #d0d0d0;
color: #2c2c2c;
}
input {
accent-color: #87cce6;
color: #2c2c2c;
background-color: #d0d0d0;
}
frameset,
frame {
border-color: #d0d0d0;
color: #d0d0d0;
background-color: #d0d0d0;
}
}