Mydealz.de Dark Mode
mydealz.de Dark Mode by kevinrodd

Details
Authorkevinrodd
LicenseMIT
Categorymydealz.de
Created
Updated
Code size2.3 kB
Code checksum4e2b04db
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name mydealz.de Dark Mode - Aug 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Mydealz.de Dark Mode
@author Kevin Rodd
==/UserStyle== */
@-moz-document domain("mydealz.de") {
div.nav,
.bg--main, .stickyBar-top {
background-color: #242526;
}
.conversationList-msg--read:not(.conversationList-msg--active):hover, #footer{
background-color: #131313;
}
div.groupPromo--bg,
.ad--sideSquare-wrapper,
#threadBreadcrumbsPortal {
display: none !important;
}
div#subNavMenu,.textBadge--greyBackground,.bg--color-orangePale, .voucher
,.btn--mode-boxSec:focus, .btn--mode-boxSec:hover, button:focus .btn--mode-boxSec, button:hover .btn--mode-boxSec
{
background-color: #18191A;
}
a.button.button--type-tag,
.card,
.bg--em,
.threadGrid,
.thread--type-list,
.carousel-list--air,
.dropdown-content,
.notifications-content,
.bg--color-white,
.tabbedInterface-tab--horizontal,
.tabbedInterface-tab--horizontal.tabbedInterface-tab--selected,
.subNav,
.popover * {
background-color: #242526;
}
div.flex--expand-v,.bg--color-greyPanel, .textBadge--inline--disabled {
background: #18191A;
}
a.link,
div.user {
color: #1db809;
}
.text--color-charcoal {
color: #c5c5c5;
}
p.text--b,
.card,
.threadGrid,
.thread-link,
.card-title,
span.text,
span.text--b,
.text--color-charcoalShade,
.conversationList-msgPreview ,
.conversation-content{
color: white;
}
.thread-link::after,
.fadeEdge--r::after,
.overflow--fade::after,
.text--overlay::before {
background: none;
}
.vote-box,
.vote-box button,
span.button,
.button--shape-circle {
background-color: #242526;
box-shadow: none;
color: white;
border: none;
filter: drop-shadow(1px 3px 1px #0000001f);
}
.text--overlay {
display: none;
}
.conversationList-msg--read:not(.conversationList-msg--active){
border-color: #242526;
background-color: #242526;
}
}