2023-10-15 21:29:44 +02:00
|
|
|
@-moz-document domain(old.reddit.com) {
|
|
|
|
* {
|
|
|
|
background-color: #181818 !important;
|
|
|
|
color: #CCC !important;
|
|
|
|
border-color: #555 !important;
|
|
|
|
border-width: 0px !important;
|
|
|
|
}
|
|
|
|
.premium-banner-outer, .premium-banner {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
#header-img.default-header, .side {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
.link.promotedlink.promoted, .link.promotedlink.external {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
.footer-parent {
|
|
|
|
display: none !important;
|
|
|
|
}
|
2023-10-21 14:13:07 +02:00
|
|
|
.happening-now-wrap {
|
|
|
|
display: none !important;
|
|
|
|
}
|
2023-10-16 20:38:12 +02:00
|
|
|
.stickied {
|
|
|
|
display: none !important;
|
|
|
|
}
|
2023-10-15 21:29:44 +02:00
|
|
|
input, textarea, button {
|
|
|
|
background-color: #282828 !important;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
font-style: oblique !important;
|
|
|
|
}
|
|
|
|
.expando-button, .thumbnail, .rank, .midcol {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
.top-matter, .top-matter > *, .top-matter > * > *, .top-matter > * > * > *, .top-matter > * > * > * > * {
|
|
|
|
background-color: #222 !important;
|
|
|
|
}
|
|
|
|
.linkflairlabel, .linkflairlabel > * {
|
|
|
|
background-color: #999 !important;
|
|
|
|
color: #121212 !important;
|
|
|
|
}
|
|
|
|
.entry {
|
|
|
|
border-left: 5px solid darkred !important;
|
|
|
|
padding-left: 5px !important;
|
|
|
|
}
|
|
|
|
}
|