-
Notifications
You must be signed in to change notification settings - Fork 1
/
4chPablo.css
395 lines (353 loc) · 10.4 KB
/
4chPablo.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
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
@-moz-document domain("boards.4chan.org") {
/* just some rough edits of my* 4chan css */
/* Relative to the general appearance of 4chan. */
body {
/*background: #F0F0F0 !important; */
background: #f78c58 !important;
font-family: 'ArialMT', sans-serif !important;
color: #787878 !important;
font-size: 11px !important;
margin-right: 0px !important;
margin-left: 15px !important;
padding-left: 0px !important;
padding-right: 18px !important;
text-transform: uppercase !important;
font-weight: 800 !important;
}
hr {
padding-top: 5px !important;
border: 0 !important;
}
/* Links*/
a {
color: #292929 !important;
}
/* Foreground of the header bar */
#board-list,
#custom-board-list {
color: #fff !important;
font-family: 'Ubuntu', sans-serif !important;
font-weight: 400 !important;
font-size: 14px !important;
margin-right: 0px !important;
}
#header-bar a {
color: #fff !important;
}
/* Background of the header bar */
#header-bar.dialog {
background: #5978ff !important;
border: 0 !important;
}
/* Color of the selected board on the header bar. */
#header-bar a.current {
color: #FFB9BC !important;
}
.fixed #header-bar{
padding: 1px 2px 0px
}
.fa::before{
color: #5978ff !important;
}
.yotsuba-b:root #header-bar, .yotsuba-b:root #notification{
color: #5978ff !important;
}
/* Appearance of the menus. */
#menu.dialog,
.entry {
background: #2f2f2f !important;
border: 0 !important;
color: #ccc !important;
font-family: 'Open Sans', sans-serif !important;
font-size: 0.750rem !important;
}
/* Catalog search and page links, This is not ready. */
div.navLinks,
div.pagelist {
background: transparent !important;
font-family: 'Open Sans', sans-serif !important;
font-size: 0.750rem !important;
border: 0 !important;
display: inline-block !important;
margin-bottom: 0 !important;
}
/* Appearance of the thread updater and thread stats. */
#index-search.field,
#updater.dialog,
#thread-stats.dialog {
font-family: 'Open Sans', sans-serif !important;
font-size: 0.750rem !important;
background: transparent !important;
color: #2f2f2f !important;
border-style: none !important;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
/* Thread updater menu */
#index-search.field:hover,
#updater.dialog:hover {
background: #eee !important;
color: #2f2f2f !important;
}
/* Clean up. */
.bottomCtrl.desktop,
#absbot.absBotText,
.navLinks.desktop,
.navLinks.navLinksBot.desktop,
.sideArrows{
display: none !important;
}
/* Hide ads? */
div.center,
div.topad.center,
div.middlead.center,
div.bottomad.center,
div.ad-plea {
display: none !important;
}
.boardBanner {
display: none !important;
}
.post.reply {
font-family: 'ArialMT', sans-serif !important;
/*font-family: 'Replica Pro Zab', sans-serif !important;*/
font-size: 20px !important; /*was 26px before*/
font-weight: bold !important;
font-style: normal;
background: #f78c58 !important;
color: #292929 !important;
width: 85% !important;
border: 0px solid #e6e6e6 !important;
padding: 4px !important;
margin-top: 1px !important;
text-decoration: none !important;
margin-top: auto !important;
margin-right: auto !important;
margin-left: auto !important;
line-height: 10px !important;
text-align: justify !important;
font-weight: 800 !important;
}
.thread {
margin-top: -10px !important;
margin-right: -17px !important;
margin-left: 0px !important;
}
div.postContainer.opContainer {
display: inline-block !important;
width: 100% !important;
margin: auto !important;
}
.inline {
padding-left: 15px !important;
padding-right: 15px !important;
border: 0 !important;
}
.inline .post.reply {
background-color: #fff !important;
border: 0 !important;
}
span.subject {
color: #AEAFC9 !important;
}
span.postertrip, span.nameBlock {
color: #292929 !important;
font-weight: 800 !important;
}
a {
text-decoration: none !important;
color: #292929 !important;
}
/*hover colors*/
a:hover,
div.post div.postInfo
span.postNum a:hover,
.posteruid .hand:hover {
color: #292929 !important;
}
/*desperation*/
.postertrip,
.useremail:not(:hover) .name:not(.capcode),
.useremail:not(:hover) .postertrip:not(.capcode) {
color: #292929 !important;
font-family: 'ArialMT', sans-serif !important;
font-weight: bold !important;
font-weight: 800 !important;
font-size: 20px !important;
}
/*email trips */
.postertrip:not(.capcode),.useremail:not(:hover),.useremail {
text-decoration: none !important;
}
/* Post numbers. */
span.postNum a {
color: #f78c58 !important;
}
/* Poster's name. */
span.name {
/*color: #9b9b9b !important;*/
font-size: 21px !important; /* was 15px last time */
/*color: #ccd1d9 !important;*/
color: #292929 !important;
/*font-family: 'Replica Pro Zab', sans-serif !important;*/
font-family: 'ArialMT', sans-serif !important;
font-weight: bold !important;
font-weight: 800 !important;
}
/* Date and time of the posts. */
span.dateTime {
color: #f78c58 !important;
}
/* Quote links. */
a.quotelink {
color: #292929 !important;
text-decoration: none !important;
}
/* Link to posts quoting the current post. */
a.backlink {
float: right;
color: #292929 !important;
font-weight: 800 !important;
}
/* Greentext. */
span.quote {
color: #292929 !important;
}
/* Post menu button. */
.post .menu-button {
float: right;
position: relative;
left: 0px;
}
/* Hide "hide reply" buttons. */
.postInfo > input,
a.hide-reply-button > span {
display: none !important;
}
/* Relative to post info, i.e. Post name, tripcode, post date, etc. */
.postInfo a,
div.postInfo {
/*color: #9b9b9b !important;*/
color: #ccc !important;
font-size: 10px !important;
}
/* Relative to file info, i.e. filename, file size, resolution, etc. */
div.fileText {
font-family: 'Segoe UI', sans-serif !important;
font-size: 0.750rem !important;
color: #c8c8c8 !important;
}
/* Fix post previews. */
#qp {
border: 0 !important;
box-shadow: none !important;
}
/* Relative to the quick reply. */
#qr {
background: #2f2f2f !important;
color: #eee !important;
border: none !important;
border-radius: 2px !important;
box-shadow: none !important;
transition: all 0.2s ease 0s;
}
#qr form {
bottom: 12px !important;
right: 0% !important;
width: 300px !important;
padding: 4px !important;
margin-top: 23px !important;
padding-top: 10px !important;
padding-bottom: 3px !important;
background: #2f2f2f !important;
border-color: #2f2f2f !important;
border-radius: 4px !important;
}
#dump-button {
background: #3d3d3d !important;
border-color: #3d3d3d !important;
color: #eee !important;
}
/* Color of the fields. */
#qr .field {
background: #fefefe !important;
border-color: #2f2f2f !important;
color: #2f2f2f !important;
}
/* Movable QR? */
#qr span.move {
display: none !important;
}
/* Remove menu */
#qr select {
display: none !important;
}
/* Make the name field become invisible when there's something in it... */
#qr input.field:nth-child(2) {
background: #fefefe !important;
color: #fefefe !important;
}
/* ... And then make it visible again when you hover over it. */
#qr input.field:nth-child(2):hover {
background: #fefefe !important;
color: #2f2f2f !important;
}
/* Remove bar above the fields. */
#qr > div {
position: fixed !important;
}
/* Relative to 4chan X's menu */
#fourchanx-settings.dialog,
fieldset legend,
a.tab-main.tab-selected {
font-family: sans-serif !important;
font-size: 11px !important;
background: #2f2f2f !important;
color: #dedede !important;
}
/*** Animations ***/
/* Change backlinks to >> and animate them. */
a.backlink {
text-decoration: none !important;
font-size: 12px !important;
color: #292929 !important;
font-family: 'ArialMT', sans-serif !important;
}
.backlink:after {
font-size: 10px !important;
padding: 1px;
opacity: 0.4;
text-decoration: none !important;
}
.backlink:hover::after,
.backlink.inlined::after {
opacity: 1;
}
#.backlink:not(:first-child) {
# margin-left: -1.0rem;
# transition: all .1s linear .2s;
# opacity: 0;
}
/* Post menu animations. */
.postContainer:hover .backlink {
margin-left: 0rem;
transition-delay: .1s;
opacity: 100;
background: #2f2f2f !important;
}
.post.reply a.menu-button {
opacity: 0;
transition: all .2s;
}
.post.reply:hover .menu-button {
opacity: 100;
transition: all .1s;
background: #2f2f2f !important;
}
/* QR animations. */
#qr.dialog.has-captcha.autohide,
#qr.dialog.autohide {
top: -300px !important;
height: 21px !important;
transition: all 0.7s ease 0s;
}
}