Simple Dark Theme
Chaturbate [Minimal Dark | Nov, 2022] by si13n7
Details
Authorsi13n7
LicenseCC0 - Public Domain
Categorychaturbate.com
Created
Updated
Size1.6 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 Chaturbate [Minimal Dark | Dec, 2021]
@version 20221109.11.15
@namespace userstyles.world/user/si13n7
@description Simple Dark Theme
@author si13n7
@license No License
==/UserStyle== */
@-moz-document domain("chaturbate.com") {
html {
overflow-x: hidden;
background: #1f252f !important
}
div.top-section,
div.message,
li.room_list_room div.details {
background: #dbe2ec !important;
}
li#followed_tab a,
li.gender-tab a:hover,
div.tabActiveBgColor {
background: #dee5ef !important;
}
div a.tabElement.active,
li.active a {
background: #d5dbe5 !important;
}
div.videoPlayerDiv[style*="cam_notice_background"] {
background: linear-gradient(#fff, #cdcdcd) !important
}
body {
background: #d5dbe5 !important;
filter: invert(1) hue-rotate(180deg) !important
}
:fullscreen,
img,
svg,
video,
li.room_list_room div.icon_following,
li.room_list_room div.icon_not_following,
div[class^="vjs-"],
div.nav-bar ul a {
filter: invert(1) hue-rotate(180deg) !important
}
li#followed_tab a {
background: #59b7e0 !important;
}
li.room_list_room div.icon_following,
li.room_list_room div.icon_not_following {
opacity: 1;
z-index: 999
}
/*
Ads are hidden but still loading.
This means that the website will continue to be supported when you visit,
even though you do not see any ads. Win for both.
*/
div.ad img,
iframe[src*="adserver"],
table.ad_table {
position: fixed;
pointer-events: none;
opacity: .005;
z-index: -999
}
}