-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevrant.black.theme.dark.user.css
More file actions
100 lines (85 loc) · 2.33 KB
/
devrant.black.theme.dark.user.css
File metadata and controls
100 lines (85 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
/* devRant black theme by 7twin, ported by toloveru (Condor)
Repository: https://github.com/7twin/devrant-black-theme
License: All rights reserved by Condor on port, to the extent permitted by law.
*/
@-moz-document url-prefix("https://devrant.com") {
:root{
--colorDarkBlue: black !important;
--colorDarkerBlue: black !important;
--colorMidBlue: gray !important;
--colorNewsText: gray !important;
--colorBg: black !important;
}
.rant-avatar-scroll {
margin-top:40px !important;
}
.minusone.btn-vote-circle,
.plusone.btn-vote-circle,
.user-score {
background-color: rgba(255,255,255,0.2) !important;
}
.modal-x,
.signup-details-btn.btn.modal-btn.btn-post-rant,
.signup-details-btn.btn.modal-btn.btn-post-comment,
.addcomment-btn,
.twitter-share,
.fb-share-button {
background: rgba(255,255,255,0.6) !important;
}
textarea:focus, input:focus {
outline: none;
}
.rantlist-tags a:hover {
color: white !important;
border-color: white !important;
}
.body-col2 .rantlist li .rantlist-vote-col.vote-state-unvoted .btn-vote-circle:hover,
.body-col2 .rantlist-vote-col.vote-state-upvoted .plusone,
.menu-notif.notif-badge.notif-2digits,
.vote-state-upvoted > .vote-scroll > .plusone.btn-vote-circle:nth-child(1),
.btn-vote-circle:hover,
.addrant-btn,
.modal-x:hover,
.post-rant-bottom,
.signup-details-btn.btn.modal-btn.btn-post-rant:hover,
.banner-btn:hover,
.signup-details-btn.btn.modal-btn.btn-post-comment:hover,
.addcomment-btn:hover,
.twitter-share:hover,
.fb-share-button:hover {
color: black !important;
background-color:white !important;
border-color: white !important;
}
.modal-overlay{
background-color: rgba(0,0,0,0.7) !important;
}
.addrant-btn:hover{
background-color: rgba(255,255,255,0.8) !important;
}
.icon.icon-rantsemoticon2 {
opacity: 1 !important;
}
.icon.icon-rantsemoticon-emoji1,
.icon.icon-rantsemoticon-base1 {
display: none !important;
}
.nav.scroll,
.rant-banner {
background: black !important;
background-color: black !important;
}
.notif-link:hover .notif-body-text,
.notif-link:hover .notif-body-text,
.notif-link:hover .notif-time,
.notif-link:hover a.notif-username {
color:rgba(255,255,255,0.9) !important;
}
.notif-body {
color:rgba(255,255,255,0.6) !important;
}
div.rant-avatar-scroll > img {
width: 90%;
border-radius: 1000%;
}
}