-
Notifications
You must be signed in to change notification settings - Fork 0
/
darktheme.css
292 lines (184 loc) · 6.24 KB
/
darktheme.css
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
@-moz-document url-prefix('https://neocities.org') {}
/* Top-right dropdown menu */
.dropdown-menu { background: #2a2a2a !important; }
.dropdown-menu .divider { border-bottom: 1px solid #464646 !important; }
/***
**** Index and most other pages
***/
/* Main background 1 (left side)*/
.content.misc-page.columns.right-col,
.col-left {
background: #101010;
border: none;
}
/* Main background 2 (feed, right side) */
.page,
.col.col-66 { background: #080808 !important; }
/* Main background 3 (site info) */
.col.col-33 { background: #101010; }
/* Main navbar background */
.header-Nav.clearfix,
.header-Base {
background: #000 !important;
border-bottom: 3px solid #2A2A2A;
}
/* Top background 1 (behind Your Feed nav area) */
.header-Outro.with-columns,
.row.conten,
.footer-Outro,
.header-Outro {
background: #080808;
border: none;
}
/* Removes border around "Your Feed" navigation area */
.interior .header-Outro.with-columns .col-66 { border: none; }
/* Shadow around site info */
.container.news-feed { box-shadow: none; }
/* Site action info text
X <followed> Y
X <was updated>
*/ .title .text { color: #BBB !important; }
/* Sites text
<X> followed <Y>
*/ .title .text a { color: #EEE !important; }
/* Site previews */
.files { background: #080808 !important; }
/* Site avatars */
.news-item.update .icon { background: #666699; }
.news-item.follow .icon { background: #003366; }
.news-item.comment .icon { background: #b3b3d7; }
/* "Post a message..." field background */
.post-comment {
background: #161616;
border-radius: 2px;
}
/* Post message input field */
.post-comment input { border-radius: 2px; }
/* Most rounded buttons like (Edit Site) and (Profile)
(Make sure to also set the gradient values) */
.btnAction.edit,
.btn-Action {
background: #666699 !important;
background: -webkit-linear-gradient(top, #666699, #666699) !important;
}
/* Your big site title and URL */
h3 a,
.page p a { color: #555 !important; }
/* Following / followers hover effect, you can get rid of this */
.following-list,
.follower-list { filter: grayscale( 100% ); }
.following-list:hover,
.follower-list:hover { filter: grayscale(0); }
/* Main nav bar button backgrounds when you hover over them */
li a:hover { background: #2A2A2A !important; }
/* Site tags */
.tag,
a.tag {
background: #242424 !important;
color: #AAA !important;
border-radius: 2px;
}
/* Hue change on the Neocities logo in the corner */
.logo.int-Logo img { filter: hue-rotate( 200deg ); }
/* Add/Remove tag butttons */
.clear a { color: #888 !important; }
/* Border around site updates and info*/
.news-item { border: none; }
/* Text color for site comments and stuff like that
This first one doesn't apply to replies */
.news-item.comment .content,
.news-item.update .content,
.news-item.tip .content{
color: #CCC !important;
}
.news-item.comment .content a,
.news-item.update .content a,
.news-item.tip .content a {
color: #666699 !important;
}
.news-item.comment .content .comments .comment,
.news-item.update .content .comments .comment,
.news-item.tip .content .comments .comment {
color: #DDD !important;
}
.news-item.comment .actions,
.news-item.update .actions,
.news-item.tip .actions {
color: #b3b3d7 !important;
}
/* Site post edit buttons (Like and Reply only becuase yeah) */
.news-item.comment .actions, a#reply, a#like,
.news-item.update .content a {
color: #b3b3d7 !important;
}
/* Page numbers at the bottom of the feed */
.pagination a { color: #b3b3d7 !important; }
/***
**** Websites page
***/
/* Website card backgrounds */
.row.website-Gallery.content.int-Gall li {
background: #141414 !important;
border: 9px solid #141414;
}
/* Site titles and supporter hearts */
.row.website-Gallery.content.int-Gall li .title a,
.fa-heart { color: #b3b3d7 !important; }
/***
**** Other shit like tutorials and upgrade to supporter and stuff
***/
/* Backgrounds and stuff on pages I guess
Stuff like /tutorials/ for example */
/* BG */ .content.single-Col.misc-page { background: #101010; }
/* BG */ .content.single-Col.misc-page .files { background: #101010 !important; }
/* Text */ .content.single-Col.misc-page { color: #DDD !important; }
/* Link */ .content.single-Col.misc-page a { color: #b3b3d7 !important; }
/* Page backgrounds and text on the actual tutorial slides */
.section.plans.welcome, .section, .plan-chart td, .col.supporter, .col.free {
background: #101010 !important;
color: #DDD !important;
border: solid 1px #444 !important;
}
/**** Everything below is optional ****/
/**** In other words, don't bother ****/
/* Shit I don't care about and nobobdy probably ever will
so come on now, just remove this entire section, nobody
wants a custom theme for the tutorials, the images take
up most of the screen and they're white anyway. */
.col.supporter h3, .col.free h3, .row.content.txt-Center a { color: #b3b3d7 !important; }
.col.supporter .row.content .col.col-66 { background: #101010 !important; }
/* This inverts the credit card on /supporter/ */
.face.front.invalid { filter: invert(); }
.stats a { color: #b3b3d7 !important; }
.header-Outro .signup-Form, fieldset.content { background: #080808 !important; }
main.content-Base { background: #080808 !important; }
.files.list-view .list .file:nth-child(even) { background: #101010; }
.files .header { background: #080808 !important; }
.overlay a { color: #b3b3d7 !important; }
.row.content.wide .col.col-50 a { color: #b3b3d7 !important; }
/* Text in Penelope's (that orange rabbit) speech bubbles */
.comic .dialogue {
color: #000 !important;
background: rgba( 255, 255, 255, .5 );
border-radius: 8px;
z-index: 6 !important;
}
/* I don't know what this does probably something on the upgrade
to supporter page idk */
.welcome {
background-color: #101010 !important;
border-radius: 6px;
}
/* No idea */
code, pre { border-color: #778899; }
.header-Nav a.small-Nav { background: rgba( 0, 0, 0, 0 ); }
.press-news h3 a { color: #DDD !important; }
.press-news blockquote { color: #778899; }
/* Nope */
.brand-asset {
background: #080808;
border-radius: 4px;
}
/* You guessed it */
.accordion-group { border: none; }
.accordion-group a { text-decoration: none !important; }