Real Debrid Clean Dark Mod
Real-debrid Dark Mod by ilamk7
Details
Authorilamk7
LicenseNo License
Categoryreal-debrid.com
Created
Updated
Size3.0 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 Real-Debrid DarkMod
@namespace github.com/openstyles/stylus
@version 1.1.0
@description better darkmod for real-debrid
@author lamk
==/UserStyle== */
@-moz-document domain("real-debrid.com") {
body,
.footer_bg,
br {
background: #363434;
}
.content_separator_mini {
background: #73545400;
}
.sidebar{
background: #222;
border: 1px solid #000;
border-radius: 10px;
color: #000;
}
form , div .right{
color: #e2e0e0;
}
a {
color: white;
}
.footer_legal {
border: 0px;
}
.lang_list,
strong {
color: white;
}
#wrapper_global {
background: #181717;
border-radius: 25px;
}
.login_left li a {
color: #e8e8e8;
line-height: 1.3em;
border-radius: 25px;
}
.login_right li span strong {
font-size: 0.9em;
color: #fff;
}
.full_width_wrapper {
color: #e2e2e2;
}
.px10 {
color: #b0b3af;
}
.valid,
.fidelity {
background: #292929;
color: #e8e8e8;
border: 1px solid #555050;
border-radius: 2px;
}
.content_separator_mini {
background-color: #736f6f;
}
.liste_arrow li {
color: #eae9e9;
}
#header_img_right {
background: #222;
color: #fff;
border: 1px solid #222;
border-radius: 5px;
}
#main_content_wrapper {
border-radius: 204px;
border: 1px solid #f3f3f3;
}
.liste_arrow li a ,.liste_ok_black li a {
color: #d5d4d4;
}
input[type=text] {
background-color: #222;
border: 1px solid black;
color: #e2e2e2;
border-radius: 10px;
}
input[type=text]:hover, input[type=text]:focus{
background-color: #222;
border: 1px solid #1c1a1a;
}
table td{
color: rgb(255, 255, 255);
background-color: #272727;
padding: 12px 4px 12px 4px;
border: 1px solid #36363617;
border-radius: 0px;
}
.t-left{
color: #fff;
}
h2,h3 {
color: white;
}
.tr {
border: 0px solid #0000;
}
#facebox .content {
background-color: #2b2b2b;
color: white;
}
td , tr , table{
border: 1px solid #000;
color: #fff;
}
td , span , .text{
color: #fffafa;
}
textarea {
background-color: #2b2b2b;
color: rgb(149, 142, 134);
border: #736f6f;
margin: 10px;
padding: 5px;
border-radius: 10px;
text-align: left;
padding-left: 5px;
}
textarea:focus,textarea:hover {
border: #3c3c3c 2px solid !important;
}
}