Skip to content

Commit 0dbbc2b

Browse files
authored
Create old.reddit.com.css #29
1 parent 63545ac commit 0dbbc2b

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

old.reddit.com.css

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
/* transparency */
2+
body, #header, #sr-header-area, .side, .spacer, .link.odd{
3+
background-color: transparent !important;
4+
border: none !important;
5+
}
6+
7+
/* darkreader */
8+
:root{
9+
--darkreader-background-ffffff: transparency !important;
10+
}
11+
12+
/* misc */
13+
#redesign-beta-optin-btn{
14+
display: none !important;
15+
}
16+
17+
.listing-chooser{
18+
border-radius: 1em !important;
19+
}
20+
21+
/* hover */
22+
.listing-chooser, #sr-header-area{
23+
opacity: 0 !important;
24+
transition: all 0.3s ease-in-out !important;
25+
&:hover{
26+
opacity: 1 !important;
27+
}
28+
}
29+
30+
/* tabs */
31+
.tabmenu{
32+
li a{
33+
border-radius: 0.5em !important;
34+
background-color: transparent !important;
35+
}
36+
37+
li.selected a{
38+
background-color: white !important;
39+
}
40+
}
41+
42+
/* no footer */
43+
.footer-parent{
44+
display: none !important;
45+
}
46+
47+
/* no thanks */
48+
.premium-banner-outer{
49+
display: none !important;
50+
}

0 commit comments

Comments
 (0)