View difference between Paste ID: 84xFbDD4 and K0tQc7SK
SHOW: | | - or go back to the newest paste.
1
body {
2
background:#333!important;
3
color:#ddd !important;
4
width:auto!important;
5
font-family:Helvetica, sans-serif!important;
6
font-size:.75em!important;
7
font-weight:400!important;
8
margin:0 1em!important;
9
letter-spacing:0!important;
10
}
11
 
12
#header {
13
background:none!important;
14
border-bottom:0!important;
15
height:6.5em!important;
16
}
17
 
18
#sr-header-area {
19
background:#1e1e1e!important;
20
text-transform:capitalize!important;
21
border:0!important;
22
height:.6em!important;
23
overflow:hidden;
24
font-size:1em!important;
25
padding:.3em 0 1em .5em!important;
26
-moz-border-radius:0 0 0px 10px!important;
27
-webkit-border-radius:0 0 0px 10px!important;
28
border-radius:0 0 0 10px!important;
29
}
30
 
31
.dropdown.srdrop .selected {
32
color:#6184C5!important;
33
font-weight:700!important;
34
}
35
 
36
.drop-choices {
37
background: -moz-linear-gradient(top center, #1e1e1e, #000)!important;
38
background: -webkit-gradient(linear, center top, center bottom, from(#1e1e1e), to(#000)) !important;
39
border:0!important;
40
-moz-border-radius:0 0 5px 5px!important;
41
-webkit-border-radius:0 0 5px 5px!important;
42
border-radius:0 0 5px 5px!important;
43
padding:10px!important;
44
}
45
 
46
.drop-choices a.choice:hover {
47
-moz-border-radius:5px!important;
48
-webkit-border-radius:5px!important;
49
border-radius:5px!important;
50
background-color:#333!important;
51
}
52
 
53
#sr-header-area .drop-choices { top:1.7em!important; left:.6em!important; }
54
 
55
 
56
#sr-more-link {
57
background:#1e1e1e!important;
58
top:2em!important;
59
right:0em!important;
60
color:#6184c5!important;
61
padding:.3em 1em!important;
62
font-size:10px!important;
63
-moz-border-radius:0 0 10px 10px!important;
64
-webkit-border-radius:0 0 10px 10px!important;
65
border-radius:0 0 10px 10px!important;
66
}
67
 
68
.tabmenu {
69
position:absolute;
70
left:10em;
71
bottom:1em;
72
}
73
 
74
.tabmenu li {
75
margin:1px!important;
76
}
77
 
78
.tabmenu li a {
79
border:0!important;
80
background:none!important;
81
color:#cccccc!important;
82
font-size:1em!important;
83
padding:.5em .9em!important;
84
}
85
 
86
.tabmenu li.selected a {
87
background: -moz-linear-gradient(top center, #4063a4, #203051)!important;
88
background: -webkit-gradient(linear, center top, center bottom, from(#4063a4), to(#203051)) !important;
89
color:#fff !important;
90
-moz-border-radius:10px!important;
91
-webkit-border-radius:10px!important;
92
border-radius:10px!important;
93
}
94
 
95
.tabmenu li a:hover,.tabmenu li.selected a:hover {
96
border:0 !important;
97
background: -moz-linear-gradient(top center, #6184c5, #203051)!important;
98
background: -webkit-gradient(linear, center top, center bottom, from(#6184c5), to(#203051)) !important;
99
color:#fff !important;
100
-moz-border-radius:10px !important;
101
-webkit-border-radius:10px!important;
102
-moz-box-shadow:none!important;
103
border-radius:10px;
104
}
105
 
106
#downarrow {
107
font-size: 0!important; line-height: 0!important; width: 0!important;
108
border-top: 20px solid #77c!important;
109
border-left: 10px solid #f6f6f6!important;
110
border-right: 10px solid #f6f6f6!important;
111
position:relative!important;
112
}
113
 
114
#header-img-a {
115
position:relative;
116
top:3px!important;
117
left:0.4em!important;
118
}
119
 
120
#header-img {
121
background:none;
122
max-height:50px!important;
123
}
124
 
125
 
126
.redditname,.pagename {
127
color:#ddd!important;
128
position:relative!important;
129
top:3.5em;
130
right:25em;
131
font-size:1em!important;
132
font-variant:normal!important;
133
background:none!important;
134
margin:0!important;
135
}
136
 
137
.searchpane.raisedbox {
138
-moz-border-radius:10px;
139
-webkit-border-radius:10px;
140
border-radius:10px;
141
}
142
 
143
.hover.redditname {
144
right:0!important;
145
top:0!important;
146
}
147
 
148
 
149
.redditname a {
150
color:#ddd!important;
151
font-size:1em!important;
152
font-variant:normal!important;
153
margin:0!important;
154
}
155
 
156
#header-bottom-right {
157
background:none!important;
158
bottom:0em!important;
159
font-weight:700!important;
160
color:#000!important;
161
}
162
 
163
.separator {
164
font-weight:400!important;
165
}
166
 
167
.content {
168
background:#1e1e1e!important;
169
width:auto!important;
170
-moz-border-radius:10px;
171
-webkit-border-radius:10px;
172
border-radius:10px;
173
margin:0 !important;
174
padding:.75em!important;
175
}
176
 
177
.content .content {
178
background:none!important;
179
width:auto!important;
180
-moz-box-shadow:none!important;
181
-webkit-box-shadow:none!important;
182
position:relative;
183
}
184
 
185
ul.tabmenu.formtab {
186
position:absolute;
187
bottom:15px;
188
right:125px;
189
}
190
 
191
.side {
192
background:#1e1e1e!important;
193
margin:0!important;
194
-moz-border-radius:10px;
195
-webkit-border-radius:10px;
196
border-radius:10px;
197
}
198
 
199
.side .spacer {
200
background:#1e1e1e!important;
201
-moz-border-radius:10px!important;
202
-webkit-border-radius:10px!important;
203
border-radius:10px!important;
204
margin:0 0 1.2em!important;
205
}
206
 
207
.side .spacer:first-of-type {
208
-moz-border-radius:10px!important;
209
-webkit-border-radius:10px!important;
210
border-radius:10px!important;
211
}
212
 
213
.side .spacer #search input {
214
-moz-appearance: none !important;
215
width:270px!important;
216
font-weight:400!important;
217
font-size:1.4em!important;
218
border:1px solid #494949!important;
219
margin:.6em!important;
220
}
221
 
222
.sidecontentbox {
223
margin:0!important;
224
padding:.5em .2em .1em .6em!important;
225
}
226
 
227
 
228
.sidecontentbox .content {
229
width:auto!important;
230
clear:both;
231
border:0!important;
232
-moz-box-shadow:none!important;
233
-webkit-box-shadow:none!important;
234
box-shadow:none!important;
235
margin:0!important;
236
padding:.8em .2em .1em .4em!important;
237
}
238
 
239
 
240
.fancy-toggle-button a {
241
color:#fff!important;
242
font-size:1.2em!important;
243
font-weight:700!important;
244
border:0!important;
245
-moz-border-radius:10px!important;
246
-webkit-border-radius:10px!important;
247
border-radius:10px!important;
248
top:1em!important;
249
}
250
 
251
 
252
.fancy-toggle-button .remove {
253
    background: -moz-linear-gradient(top center, #bb2222, #441111)!important;
254
    background: -webkit-gradient(linear, center top, center bottom, from(#bb2222), to(#441111)) !important;
255
padding:2px 8px!important;
256
position:relative!important;
257
top:0em!important;
258
}
259
 
260
.fancy-toggle-button .add {
261
    background: -moz-linear-gradient(top center, #22bb22, #114411)!important;
262
    background: -webkit-gradient(linear, center top, center bottom, from(#22bb22), to(#114411)) !important;
263
padding:2px 8px!important;
264
position:relative!important;
265
top:0em!important;
266
}
267
 
268
 
269
 
270
.titlebox .hover.redditname.hover {
271
padding: 0 0 .6em 0!important;
272
}
273
 
274
.titlebox h2, .titlebox h3, .titlebox p {
275
position:relative!important;
276
top:.4em!important;
277
}
278
 
279
.titlebox .number,.titlebox .word{
280
color:#6184c5!important;
281
font-weight:700!important;
282
font-size:1em!important;
283
position:relative!important;
284
top:0!important;
285
left:2em!important;
286
}
287
 
288
.titlerow .title {
289
color:#494949!important;
290
font-weight:700!important;
291
font-size:1.5em!important;
292
}
293
 
294
.titlebox .bottom {
295
border-top:1px solid #444!important;
296
padding:10px 0 0!important;
297
}
298
 
299
.morelink {
300
background: -moz-linear-gradient(top center, #4063a4, #203051)!important;
301
background: -webkit-gradient(linear, center top, center bottom, from(#4063a4), to(#203051)) !important;
302
border:0!important;
303
-moz-border-radius:10px!important;
304
-webkit-border-radius:10px!important;
305
border-radius:10px!important;
306
padding:0!important;
307
font-size:.9em!important;
308
letter-spacing:0!important;
309
}
310
 
311
.hover.pagename.redditname.hover {
312
opacity: 0!important;
313
}
314
 
315
.morelink:hover {
316
background: -moz-linear-gradient(top center, #6184c5, #203051)!important;
317
background: -webkit-gradient(linear, center top, center bottom, from(#6184c5), to(#203051)) !important;
318
}
319
 
320
.sidebox {
321
letter-spacing:0!important;
322
}
323
 
324
.sidebox.submit {
325
font-size:1.2em!important;
326
}
327
 
328
 
329
.sidebox.create .spacer,.sidebox.submit .spacer,.sidebox.gold .spacer {
330
min-height:0!important;
331
-moz-box-shadow:none!important;
332
-webkit-box-shadow:none!important;
333
box-shadow:none!important;
334
margin:0!important;
335
padding:.75em 0em 0em 3em!important;
336
font-size:.8em!important;
337
}
338
 
339
 
340
.sponsorshipbox.thing {
341
border:0!important;
342
padding:0!important;
343
}
344
 
345
.linkinfo {
346
-moz-border-radius:10px 0px 0px 0px !important;
347
-webkit-border-radius:10px 0px 0px 0px!important;
348
background: -moz-linear-gradient(top center, #111, #1e1e1e)!important;
349
background: -webkit-gradient(linear, center top, center bottom, from(#111), to(#1e1e1e)) !important;
350
border:0!important;
351
padding:1em!important;
352
}
353
 
354
.linkinfo .upvotes {
355
color:#FF4500!important;
356
}
357
 
358
.linkinfo .downvotes {
359
color:#90d3f5!important;
360
}
361
 
362
.thing {
363
border-bottom:0px solid #223;
364
margin:0!important;
365
padding:.4em 2em 0 0!important;
366
}
367
 
368
.organic-listing {
369
background:#1e1e1e !important;
370
border:0!important;
371
-moz-border-radius:10px!important;
372
-webkit-border-radius:10px!important;
373
border-radius:10px!important;
374
}
375
 
376
.link.promotedlink.promoted {
377
background:#1e1e1e!important;
378
}
379
 
380
.link .score {
381
font-weight:700!important;
382
font-size:1em!important;
383
color:#63c1FF!important;
384
margin:0 0 0 -1px !important;
385
}
386
 
387
.linkinfo {
388
    font-size: 14px!important;
389
    color:#777!important;
390
    }
391
.linkinfo .score {
392
    font-size: 12px!important;
393
    color:#999!important;
394
    }
395
.linkinfo .score .number, .linkinfo .score .word{
396
    font-size: 14px!important;
397
    color:#999!important;
398
    }
399
 
400
 
401
.midcol {
402
margin:0 .4em!important;
403
}
404
 
405
.thumbnail {
406
margin:0 1em 0 0 !important;
407
padding:0!important;
408
}
409
 
410
.thing .title.loggedin:visited {
411
color:#555!important;
412
}
413
 
414
.thing .title.loggedin {
415
color:#ccc!important;
416
padding:0 5px 0 0!important;
417
font-weight:700!important;
418
}
419
 
420
 
421
.thing .title {
422
color:#ccc!important;
423
padding:0 5px 0 0!important;
424
font-weight:700!important;
425
}
426
.thing .title:visited {
427
color:#555!important;
428
padding:0 5px 0 0!important;
429
font-weight:700!important;
430
}
431
 
432
 
433
 
434
.domain,.domain a {
435
color:#666!important;
436
font-size:.85em!important;
437
}
438
 
439
.tagline {
440
font-size:.9em!important;
441
}
442
 
443
.domain {
444
position:relative;
445
}
446
 
447
 
448
.arrow { height:14px !important; margin-top:0 !important; width:15px !important; }
449
.arrow.up { background:url(http://thumbs.reddit.com/t5_2qlyl_0.png?v=zs9q49wxah08x4kpv2tu5x4nbda7kmcpgkbj) -15px 0 no-repeat !important; }
450
.arrow.down { background:url(http://thumbs.reddit.com/t5_2qlyl_0.png?v=10999ad3mtco31oaf6rrggme3t9jdztmxtg6) -15px -14px no-repeat !important; }
451
.arrow.up:hover { background:url(http://thumbs.reddit.com/t5_2qlyl_0.png?v=9oeida688vtqjpb4k0uy93oongrzuv5j7vcj) -30px 0 no-repeat !important; }
452
.arrow.down:hover { background:url(http://thumbs.reddit.com/t5_2qlyl_0.png?v=cmsw4qrin2rivequ0x1wnmn8ltd7ke328yqs) -30px -14px no-repeat !important; }
453
.arrow.upmod { background:url(http://thumbs.reddit.com/t5_2qlyl_0.png?v=8oarqkcswl255wrw3q1kyd74xrty50a7wr3z) 0 0 no-repeat !important; }
454
.arrow.downmod { background:url(http://thumbs.reddit.com/t5_2qlyl_0.png?v=90eauq018nf41z3vr0u249gv2q6651xyzrkh) 0 -14px no-repeat !important; }
455
 
456
 
457
.comment {
458
border-radius:7px !important;
459
background-color:#1e1e1e !important;
460
}
461
 
462
.comment .child {
463
border-left:0px solid #eee!important;
464
}
465
 
466
.footer-parent {
467
text-align:left!important;
468
padding:1em 0 0!important;
469
}
470
 
471
.footer {
472
border:0!important;
473
margin:0!important;
474
padding:0!important;
475
}
476
 
477
.footer .col {
478
border-left:1px solid #000!important;
479
margin:0 0 20px!important;
480
padding:10px 20px!important;
481
}
482
 
483
.footer .col:first-of-type {
484
border-left:0!important;
485
padding:10px 20px 10px 0 !important;
486
}
487
 
488
.flat-vert.title {
489
color:#fff!important;
490
}
491
 
492
#header-bottom-right a {
493
color:#cccccc!important;
494
}
495
 
496
 
497
.sr-bar .separator,.morelink a,.bottommenu,.bottommenu a {
498
color:#63c1ff!important;
499
}
500
 
501
.entry .buttons li a,.tagline a,.nextprev a,.footer .col a {
502
color:#6184c5!important;
503
}
504
 
505
.titlebox,.submit,.create,.gold {
506
font-size:1.3em!important;
507
padding:.3em .3em .3em .3em!important;
508
}
509
 
510
.morelink .nub {
511
display:none!important;
512
}
513
 
514
.link .rank {
515
color:#666!important;
516
margin:0!important;
517
position:relative!important;
518
top:1.3em!important;
519
font-size:1em!important;
520
}
521
 
522
.flat-list {
523
padding:.2em 0 1em!important;
524
}
525
 
526
.infobar {
527
-moz-border-radius:0px 10px 0px 10px!important;
528
-webkit-border-radius:0px 10px 0px 10px!important;
529
border-radius:0px 10px 0px 10px!important;
530
border:none!important;
531
background: -moz-linear-gradient(top center, #1e1e1e, #111)!important;
532
background: -webkit-gradient(linear, center top, center bottom, from(#1e1e1e), to(#111)) !important;
533
}
534
 
535
.infobar .md { background:none!important }
536
 
537
 
538
.panestack-title {
539
border-bottom:1px solid #555!important;
540
}
541
 
542
.commentarea h1 {
543
border-bottom:1px solid #eee!important;
544
}
545
 
546
.error-log .exception.interesting {
547
 border: 2px solid #000!important;
548
}
549
 
550
.link.last-clicked {
551
background-color:#1e1e1e!important;
552
border-top:1px solid!important;
553
border-bottom:1px solid!important;
554
border-left:0px solid!important;
555
border-right:0px solid!important;
556
color:#333!important;
557
}
558
 
559
.message.message-reply .entry,
560
.message.message-parent .entry {
561
 border-left:2px solid!important;
562
}
563
 
564
.error-log .exception.new {
565
 border:solid #f60 2px!important;
566
}
567
 
568
#preview #previewbox {
569
 border-style:solid!important;
570
 
571
}
572
 
573
#preview-table > table {  
574
 border-style:solid!important;
575
}
576
 
577
#img-preview-container {
578
 border-style:dashed!important;
579
}
580
 
581
.cup-info-box {
582
 border:solid!important;
583
}
584
 
585
.bidding-history .linefield {
586
 border-left:1px #DDD solid!important;
587
}
588
 
589
.calendar div.grid + div.grid {
590
 border-left:1px solid!important;
591
}
592
 
593
.gold-accent.comment-visits-box {
594
padding:7px 10px 7px 7px!important;
595
-moz-border-radius:10px!important;
596
-webkit-border-radius:10px!important;
597
border-radius:10px!important;
598
}
599
 
600
.panestack-title a.title-button.gold {
601
 padding:4px 8px!important;
602
 -moz-border-radius:10px!important;
603
 -webkit-border-radius:10px!important;
604
 border-radius:10px!important;
605
position:relative!important;
606
bottom:.5em!important;
607
}
608
 
609
.sponsored-tagline {
610
right:1em!important;
611
}
612
 
613
.link.promotedlink {
614
-moz-border-radius:10px!important;
615
-webkit-border-radius:10px!important;
616
 border-radius:10px!important;
617
 padding:5px 0 5px .5em!important;
618
 position:relative!important;
619
}
620
 
621
.link.promotedlink p {
622
margin:0 5em 0 0!important;
623
}
624
 
625
.help a.open {
626
right:.1em!important;
627
}
628
 
629
.min-body .content {
630
width:98%!important;
631
}
632
 
633
.roundfield {
634
background:#292929 !important;
635
-moz-border-radius:5px;
636
border-radius:5px;
637
}
638
 
639
.morelink a {
640
color:#eeeeee!important;
641
}
642
 
643
.morelink:hover a {
644
color:white!important;
645
}
646
 
647
a {
648
color:#63c1ff !important;
649
 }
650
651
table .md {
652-
//Formatting Help Table
652+
653
}
654
table[class="markhelp md"] tr td { background-color: #222 !important; }
655
table[class="markhelp md"] tr[style="background-color: rgb(255, 255, 153); text-align: center;"] td { background-color: #4063a4 !important; }
656
 
657
#search input[type="text"] {
658
-moz-appearance: none !important;
659
color:grey!important;
660
background-color:#1e1e1e!important;
661
 }
662
 
663
div.md {
664
color:#ddd!important;
665
background-color: #1e1e1e !important;
666
 }
667
 
668
.usertext.border .usertext-body {
669
background-color:#1e1e1e!important;
670
}
671
 
672
a.voteWeight {
673
color:#63c1ff!important;
674
background-color:#1e1e1e!important;
675
}
676
 
677
#RESConsole {
678
background-color:#1a1a1a!important;
679
 }
680
 
681
#RESConsoleTopBar{
682
background-color:#777!important;
683
 }
684
 
685
 
686
.author.friend {
687
    -moz-border-radius: 3px;
688
    -webkit-border-radius: 3px;  
689
      background-color: orangeRed !important;
690
      color:#ddd !important;
691
   }
692
.author.submitter {
693
    -moz-border-radius: 3px;
694
    -webkit-border-radius: 3px;  
695
    color:#ddd !important;
696
 }
697
.author.moderator{
698
    -moz-border-radius: 3px;
699
    -webkit-border-radius: 3px;  
700
    color:#ddd !important;
701
 }
702
.author.admin {
703
    -moz-border-radius: 3px;
704
    -webkit-border-radius: 3px;  
705
    color:#ddd !important;
706
 }
707
 
708
.trophy-name {
709
    color:#ddd !important;
710
 }
711
 
712
.expando-button {
713
    background-color:#1e1e1e!important;
714
 }
715
 
716
.content h2, .content h3, .content h1 {
717
color:#fff!important;
718
 }
719
 
720
#srLeftContainer, #RESStaticShortcuts, #RESShortcuts, #srDropdown {
721
    background-color: #1e1e1e!important;
722
    color:#ddd!important;
723
    display: inline;
724
    float: left;
725
    position: relative;
726
    z-index: 5;
727
}
728
#editShortcutDialog {
729
    -moz-border-radius: 5px 5px 5px 5px;
730
    color:#ddd!important;
731
    background-color: #1e1e1e!important;
732
    border: 1px solid black;
733
    display: none;
734
    height: 60px;
735
    left: 5px;
736
    padding: 8px;
737
    position: absolute;
738
    top: 25px;
739
    width: 230px;
740
    z-index: 999;
741
}
742
#RESShortcutsAddFormContainer {
743
    color:#ddd!important;
744
    background-color: #1e1e1e!important;
745
    display: none;
746
    padding: 2px;
747
    position: absolute;
748
    right: 0;
749
    top: 21px;
750
    z-index: 10000;
751
 
752
 }
753
 
754
#srList {
755
    background-color: #1e1e1e!important;
756
    color:#ddd!important;
757
    border: 1px solid black;
758
    display: none;
759
    left: 0;
760
    max-height: 400px;
761
    overflow-y: auto;
762
    position: absolute;
763
    top: 18px;
764
    width: 360px;
765
    z-index: 9999;
766
 }
767
 
768
.award-square .award-name {
769
    color:#ccc!important;
770
    font-family: verdana,arial,helvetica,sans-serif;
771
    font-size: 22px;
772
    font-weight: bold;
773
    line-height: 1em;
774
}
775
 
776
.entry .buttons li.nsfw-stamp {
777
    background-color:#111!important;
778
    border:none!important;
779
    border: 1px solid #880000 !important;
780
    padding: 0 5px!important;
781
}
782
.nsfw-stamp acronym {
783
    border: medium none;
784
    color: #aa1100!important;
785
    text-decoration: none;
786
 }
787
 
788
 /*
789
.expando-button.selftext.collapsed {
790
         background-position: 0px -495px!important;
791
}
792
.expando-button.selftext.collapsed:hover, .eb-sch{
793
    background-position: -96px -471px!important;
794
}
795
.expando-button.selftext.expanded, .eb-se {
796
    background-position: -72px -471px!important;
797
   }
798
.expando-button.selftext.expanded:hover, .eb-seh {
799
     background-position: -24px -495px!important;
800
}
801
 
802
.expando-button.video.collapsed {
803
      background-position: -97px -379px!important;
804
}
805
.expando-button.video.collapsed:hover, .eb-vch {
806
      background-position: -24px -471px!important;
807
}
808
.expando-button.video.expanded, .eb-ve {
809
     background-position: -48px -471px!important;
810
}
811
.expando-button.video.expanded:hover, .eb-veh {
812
       background-position: 0px -471px!important;
813
 }
814
 
815
.expando-button.image.collapsed {
816
    background-position: 0 -24px!important;
817
}
818
.expando-button.image.collapsed:hover {
819
    background-position: 0 0!important;
820
}
821
.expando-button.image.expanded {
822
    background-position: 0 -48px!important;
823
}
824
.expando-button.image.expanded:hover {
825
    background-position: 0 -72px!important;
826
}
827
*/
828
#authorInfoToolTip {
829
    -moz-border-radius: 3px 3px 3px 3px!important;
830
    background-color: #161616!important;
831
    color:#78b!important;
832
    border: 2px solid #78b!important;
833
    display: none;
834
    font-size: 11px;
835
    padding: 5px;
836
    position: absolute;
837
    width: 180px;
838
 }
839
 
840
#tipsAndTricksToolTip {
841
    background-color: #1c1c1c!important;
842
    border: 2px solid #CCCCCC!important;
843
}
844
 
845
#toolTipPrev, #toolTipNext {
846
    color: #ccc!important;
847
    cursor: pointer;
848
}
849
 
850
.comment .comment{
851
background:none !important;
852
}
853
.comment .comment .comment { background:none !important;}
854
.comment .comment .comment .entry{ background:none !important;}
855
.comment .comment .comment .md{ background:none !important;}
856
 
857
.comment .comment .comment .comment{ background:none !important;}
858
.comment .comment .comment .comment .entry{ background:none !important;}
859
.comment .comment .comment .comment .md{ background:none !important;}
860
.comment .comment .comment .comment .comment{ background:none !important;}
861
.comment .comment .comment .comment .comment .entry{ background:none !important;}
862
.comment .comment .comment .comment .comment .md{ background:none !important;}
863
 
864
.comment .comment .comment .comment .comment .comment{ background:none !important;}
865
.comment .comment .comment .comment .comment .comment .entry{ background:none !important;}
866
.comment .comment .comment .comment .comment .comment .md{ background:none !important;}
867
.comment .comment .comment .comment .comment .comment .comment{ background:none !important;}
868
.comment .comment .comment .comment .comment .comment .comment .entry{ background:none !important;}
869
.comment .comment .comment .comment .comment .comment .comment .md{ background:none !important;}
870
 
871
.comment .comment .comment .comment .comment .comment .comment .comment{ background:none !important;}
872
.comment .comment .comment .comment .comment .comment .comment .comment .entry{ background:none !important;}
873
.comment .comment .comment .comment .comment .comment .comment .comment .md{ background:none !important;}
874
.comment .comment .comment .comment .comment .comment .comment .comment .comment{ background:none !important;}
875
.comment .comment .comment .comment .comment .comment .comment .comment .comment .entry{ background:none !important;}
876
.comment .comment .comment .comment .comment .comment .comment .comment .comment .md{ background:none !important;}
877
 
878
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment{ background:none !important;}
879
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .entry{ background:none !important;}
880
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .md{ background:none !important;}
881
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment{ background:none !important;}
882
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .entry{ background:none !important;}
883
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .md{ background:none !important;}
884
 
885
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment{ background:none !important;}
886
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .entry{ background:none !important;}
887
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .md{ background:none !important;}
888
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment{ background:none !important;}
889
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .entry{ background:none !important;}
890
.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .md{ background:none !important;}
891
 
892
.keyHighlight { background-color:#1a1a1a!important;
893
 outline: 1px dotted #888!important; }
894
 
895
.raisedbox {
896
    background-color:#1a1a1a!important; }
897
 
898
.message.new > .entry {
899
    background-color: #1a1a1a!important;
900
}
901
.help.help-cover {
902
background-color: #1e1e1e!important;}
903
 
904
.organic-listing .link {
905
background-color: #1a1a1a!important;
906
}
907
#RESMenu li {
908
    background-color:#1e1e1e!important }
909
#RESMenu li:hover {
910
    background-color:#5e5e5e!important }
911
 
912
a.title-button.gold {
913
    background: -moz-linear-gradient(top center, #FFF088, #AB8E3F)!important;
914
    background: -webkit-gradient(linear, center top, center bottom, from(#FFF088), to(#AB8E3F)) !important;
915
    border: 0px solid #FFF088!important;
916
    color:#000000!important;
917
  }
918
 
919
.gold-accent {
920
    background: -moz-linear-gradient(top center, #FFF088, #AB8E3F)!important;
921
    background: -webkit-gradient(linear, center top, center bottom, from(#FFF088), to(#AB8E3F)) !important;
922
    border: 0px solid #E1B000!important;
923
    color: #000000!important;
924
 }
925
 
926
#REScommentNavBox {
927
   background: -moz-linear-gradient(top center, #4063a4, #203051)!important;
928
   background: -webkit-gradient(linear, center top, center bottom, from(#4063a4), to(#203051)) !important;
929
  }
930
 
931
fieldset.liveComment {
932
   border:none!important;
933
   background: -moz-linear-gradient(top center, #111, #1e1e1e)!important;
934
   background: -webkit-gradient(linear, center top, center bottom, from(#111), to(#1e1e1e)) !important;
935
-moz-border-radius:0px 5px 0 0!important;
936
-webkit-border-radius:0px 5px 0 0!important;
937
border-radius:0px 5px 0 0!important;
938
 }
939
 
940
fieldset.liveComment .md { background:none!important;}
941
 
942
fieldset.liveComment legend {
943
margin:0 0 0 -.5em !important;
944
border:none!important;
945
background-color:#111!important;
946
color:#63c1ff!important;
947
-moz-border-radius:5px 5px 0 0!important;
948
-webkit-border-radius:5px 5px 0 0!important;
949
border-radius:5px 5px 0 0!important;
950
 }
951
 
952
.usertext.grayed .usertext-body {
953
    background-color:#191919!important;
954
 }
955
 
956
div.md td, div.md th {
957
    border: 1px solid #333!important;
958
}
959
hr {
960
  border:0!important;
961
  background-color:#333333!important;
962
  color:#333333!important;
963
  height:1px!important;
964
 }
965
 
966
.titlebox span[class="fancy-toggle-button toggle"] a { right:-0.75em !important; top:-0.75em!important; }
967
 
968
.instructions code {
969
    background-color: #161616!important;
970
   }
971
 
972
#searchexpando {
973
    display: none;
974
    margin: 0px 0 0!important;
975
text-align: center!important;
976
}
977
#searchexpando input, #searchexpando p {
978
    margin-bottom: 5px!important;
979
}
980
#searchexpando {
981
    padding-top: 0px!important;
982
}
983
#searchexpando dl {
984
    margin: 0px 0!important;
985
 }
986
 
987
.search-summary {
988
    margin: 10px 10px 0 0!important;
989
 }
990
 
991
input { -moz-appearance: none !important; background-color:#1e1e1e!important; color:grey!important }
992
 
993
#search input[type="text"]:focus {
994
-moz-appearance: none !important;
995
   color:#6184C5 !important;
996
}
997
 
998
.usertext-edit textarea {
999
-moz-appearance: none !important;
1000
background-color:#1e1e1e!important;
1001
top:3em!important;
1002
color:grey!important;
1003
border-color:#6184C5!important;
1004
}
1005
 
1006
.usertext-edit textarea:focus {
1007
-moz-appearance: none !important;
1008
background-color:#1e1e1e!important;
1009
top:3em!important;
1010
color:#6184c5!important;
1011
border-color:#6184C5!important;
1012
 }
1013
.login-form-side input:focus { -moz-appearance: none !important; background-color:#1e1e1e!important; color:#6184c5!important; }
1014
 
1015
#sr-header-area a {
1016
color:#63C1FF !important; }
1017
#RESShortcutsAdd { background-color:#1e1e1e!important; }
1018
#RESShortcutsLeft { background-color:#1e1e1e!important; }
1019
#RESShortcutsRight { background-color:#1e1e1e!important; }
1020
#RESShortcutsEditContainer {  background-color:#1e1e1e!important;  }
1021
 
1022
.side .spacer .titlebox .fancy-toggle-button .add{top:0em!important;left:0em!important}
1023
.side .spacer .titlebox .fancy-toggle-button .remove{top:0em!important;left:0em!important;}
1024
 
1025
.RESshortcutside:hover {
1026
background-color: #111!important;
1027
 }
1028
 
1029
.toolbar .clickable {
1030
margin:0 .4em 0 0!important;
1031
 }
1032
 
1033
.toolbar .arrow {position:relative!important;top:-.1em!important;}
1034
.toolbar, .toolbar a, .toolbar b, .toolbar .left-side, .toolbar .middle-side, .toolbar .clickable, .toolbar .right-side  {background-color:#1e1e1e!important;}
1035
.toolbar .thing {background-color:#1e1e1e!important;}
1036
.toolbar .middle-side .domain {color: #888888!important;}
1037
.toolbar a {position:relative!important;top: .2em!important;}
1038
 
1039
.toolbar .arrow.up {
1040
 background:url(http://thumbs.reddit.com/t5_2qlyl_0.png?v=9oeida688vtqjpb4k0uy93oongrzuv5j7vcj) -30px 0 no-repeat !important;
1041
    width:auto!important;
1042
  }
1043
.toolbar .arrow.down {
1044
background:url(http://thumbs.reddit.com/t5_2qlyl_0.png?v=cmsw4qrin2rivequ0x1wnmn8ltd7ke328yqs) -30px -15px no-repeat !important;
1045
    width:auto!important;
1046
 }
1047
 
1048
.toolbar .arrow.downmod {width:auto!important;}
1049
.toolbar .arrow.upmod {width:auto!important;}
1050
 
1051
.comments-panel .infobar {
1052
-moz-border-radius:10px 10px 10px 10px!important;
1053
-webkit-border-radius:10px 10px 10px 10px!important;
1054
border-radius:10px 10px 10px 10px!important;
1055
  }
1056
 
1057
 
1058
a[href$="/spoiler"] {
1059
    background: none repeat scroll 0 0 #444444!important;
1060
    color: #444444 !important;
1061
 
1062
    border-color:#00ff00!important;
1063
}
1064
a[href$="/spoiler"]:hover {
1065
    color: #FFFFFF !important;
1066
}
1067
 
1068
.message.message-reply.recipient > .entry .head, .message.message-parent.recipient > .entry .head {
1069
    color: grey!important;
1070
    font-weight: bold;
1071
}
1072
 
1073
 
1074
 
1075
.linefield {
1076
    background-color: #111!important;
1077
  }
1078
 
1079
div#sr-header-area a {
1080
color: #63C1FF !important;
1081
}
1082
 
1083
.titlebox form.toggle {
1084
 
1085
background: #1e1e1e none no-repeat scroll center left!important;
1086
}
1087
 
1088
.flair {
1089
background: black!important;
1090
background: -moz-linear-gradient(top center, #3a3a3a, #111)!important;
1091
background: -webkit-gradient(linear, center top, center bottom, from(#3a3a3a), to(#111)) !important;
1092
color: #ccc!important;
1093
border: 1px solid #111!important;
1094
-moz-border-radius:2px!important;
1095
-webkit-border-radius:2px!important;
1096
border-radius: 2px;
1097
}
1098
 
1099
.RESDialogSmall > h3 {
1100
width:50%!important;
1101
background-color: #1e1e1e!important;
1102
background: -moz-linear-gradient(top center, #151515, #1e1e1e)!important;
1103
background: -webkit-gradient(linear, center top, center bottom, from(#151515), to(#1e1e1e)) !important;
1104
border: none!important;
1105
-moz-border-radius:10px 10px 10px 10px!important;
1106
-webkit-border-radius:10px 10px 10px 10px!important;
1107
border-radius: 10px;
1108
}
1109
.RESDialogSmall {
1110
background-color: #1e1e1e!important;
1111
width: auto!important;
1112
border: none!important;
1113
-moz-border-radius:10px 10px 10px 10px!important;
1114
-webkit-border-radius:10px 10px 10px 10px!important;
1115
border-radius: 10px;
1116
}
1117
 
1118
div#page-2.NERPageMarker {
1119
background-color:#2d2d2d!important;
1120
border: none!important;
1121
}
1122
div#page-3.NERPageMarker {
1123
background-color:#2d2d2d!important;
1124
border: none!important;
1125
}
1126
div#page-4.NERPageMarker {
1127
background-color:#2d2d2d!important;
1128
border: none!important;
1129
}
1130
div#page-5.NERPageMarker {
1131
background-color:#2d2d2d!important;
1132
border: none!important;
1133
}
1134
div#page-6.NERPageMarker {
1135
background-color:#2d2d2d!important;
1136
border: none!important;
1137
}