-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodified.css
835 lines (789 loc) · 21.3 KB
/
modified.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
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
/* CSS for www.plurk.com
Origin:https://github.com/tzulum/3Presto
Modified:https://github.com/nightfeather/a-css-examination
License:GNU General Public License
*/
/*----- 頂置設定 -----*/
/*background-image(自訂背景)*/
#timeline_fg,
#timeline_bg {
/* background-image: url("http://i.imgur.com/bKoFCW6.jpg"); */
background-repeat: no-repeat; /* 重複背景 */
background-position: right bottom; /* 背景位置 */
}
/*Plurk dynamic logo*/
/* 目前為噗浪預設,如需自訂請拿掉註解 */
#dynamic_logo, #logo {
opacity:0 !important;
}
/*----- 頂置設定結束 -----*/
body, html {
width: 100%;
height: 100%;
min-width: 650px;
min-height: 650px;
font-family: "LiHei Pro", " 文泉驛微米黑 ", " 微軟正黑體 ", Arial, Helvetica, sans-serif;
background-image: url("https://dl.dropboxusercontent.com/s/izhwe2cgecvj6k7/%E6%B0%B4%E5%B9%B3%E7%B7%9A%281%29.jpg");
background-size:100%;
background-attachment:fixed;
overflow: hidden;
}
/* 導覽列 */
#alert_beacon,
#top_login a,
#top_bar a {
color: #aaaaaa !important;
font-family: "LiHei Pro", " 文泉驛微米黑 ", " 微軟正黑體 ", Arial, Helvetica, sans-serif !important;
text-shadow: 1px 1px 1px #777777;
-webkit-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
}
#top_login a:hover,
#top_bar a:hover {color: #dddddd !important;}
/* 標題 */
#page_title {
color: white !important;
text-shadow: 1px 1px 1px black;
overflow:visible;
z-index: 1 !important;
font-size: 1.6em !important;
padding-top: 15px !important;
}
/* 河道 */
#timeline_holder {
margin-top: 60px !important;
height: 99% !important;
min-height: 540px;
background: rgba(0,0,0,0);
border-top: 0px solid rgba(0,0,30,0.1) !important;
border-bottom: 2px solid rgba(0,0,30,0.1) !important;
}
#timeline_bg,
#timeline_fg {
height: 85% !important;
min-height: 540px;
}
#timeline_cnt {
top: 10% !important;
height: 70% !important;
padding-top: 2% !important;
z-index: 500 !important;
}
.block_bg,
.block_cnt,
.div_inner,
.div_one_line {height: 100% !important;}
.small_timeline,
.small_timeline #timeline_holder {
height: 90% !important;
min-height: 600px;
}
/* 回噗介面 */
#form_holder {
}
.plurk_box .input_holder {
width: 100%;
margin: 3px 0px 0px 0px;
padding: 18px 0px 0px 0px;
}
.timeline textarea#input_small
{
margin-left: -110px;
height: 2.3em;
width: 410px !important;
}
.icons_holder_row td,
.icons_holder_row {
margin-top: 20px;
}
.mini_form .char_updater {
font-size: 10px;
line-height: 1.3;
margin-top: -19px;
margin-left: -30px;
}
/* 時間列 */
#bottom_line {
top: 82px !important;
z-index: 100;
background: none;
border: none !important;
}
.div_bottom * {
color: black !important;
z-index: 800;
}
.day_start .bottom_start {
color: black !important;
text-shadow:0px 0px 5px #ffffff !important;
}
/* 浮動發噗時間 */
.evening.show, .night.show, .day.show, .morning.show {
top: 5% !important;
width: 250px !important;
left: 50% !important;
padding: 10px !important;
margin-left: -125px !important;
margin-right: 0px !important;
margin-bottom: 0px !important;
margin-top: 0px !important;
background: none !important;
background-color: rgba(200,200,150,0.6) !important;
-webkit-border-radius: 2px 8px 2px 8px;
border-radius: 5px 5px 5px 5px;
border: none !important;
color: white;
text-shadow: 1px 1px 1px black;
font-size: 2em !important;
font-weight: bold;
}
#time_show {
-webkit-border-radius: 20%;
border-radius: 20%;
text-align:center;
}
#time_show span {
color: white !important;
}
/* 換日線 */
.day_bg {height: 98% !important;}
.day_bg .div_inner {
background: none !important;
width: 15px !important;
border: none !important;
border-left: 1px solid rgba(255,255,255,0.2) !important;
border-right: 1px solid rgba(50,50,50,0.2) !important;
}
/* 新訊息更新 & 背景播放器 */
#updater *,
#music_player * {
color: #555599 !important;
background: none !important;
text-decoration: none !important;
text-shadow: 1px 1px 3px #6666ee;
}
#updater,
#music_player {
min-width: 150px !important;
top: 90% !important;
padding: 5px 5px 5px 5px !important;
margin: 0px 0px 0px 50px !important;
background: none !important;
background-color: rgba(150,150,200,0.3) !important;
-webkit-border-radius: 2px 8px 2px 8px;
border-radius: 5px 5px 5px 5px;
border: none !important;
font-size: 1.3em;
-webkit-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
-webkit-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
}
#updater:hover,
#music_player:hover {background-color: rgba(100,100,150,0.7) !important;}
#updater b { font-size: 1.6em;}
#update_sepa {
width: 0px !important;
padding: 0px;
margin: 0px 5px;
border-left: 0px solid rgba(255,255,255,0.5) !important;
border-right: 0px solid rgba(200,200,200,0.5) !important;
}
/* 向左向右回到最前按鈕 */
.browse_button {top: 80%;}
/* 分類按鈕 */
#filter_tab {
position: absolute !important;
top: 60px !important;
right: 0% !important;
margin: 0 !important;
line-height: 17px !important;
z-index: 500 !important;
}
#filter_tab a.off_tab,
#filter_tab a.off_tab:hover,
#filter_tab a.filter_selected {
color: #eeeeee !important;
border: 0px solid #444444 !important;
border-bottom: none !important;
background: rgba(30,30,30,0.4);
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-webkit-border-radius: 8px 2px 8px 2px;
text-decoration: none;
font-weight: bold;
-webkit-transition: background-color 0.2s ease 0s;
-o-transition: background-color 0.2s ease 0s;
transition: background-color 0.2s ease 0s;
-moz-transition: color 0.2s ease 0.2s;
-ms-transition: color 0.2s ease 0.2s;
}
#filter_tab a.off_tab:hover,
#filter_tab a.filter_selected {
background: rgba(0, 153, 255, .86);
color: black !important;
}
/* 噗文 */
.p_img {
position: relative !important;
left: 20px;
z-index: 850;
border: none !important;
-webkit-box-shadow: 1px 1px 3px black;
box-shadow: 1px 1px 3px black;
-webkit-box-shadow: 1px 1px 3px black;
}
/* 噗浪者姓名 */
.plurk_cnt .name {
font-size: 1.1em;
z-index: 855;
text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}
.block_cnt .plurk_cnt {padding-left: 20px !important;}
/* 未讀噗浪 */
.new .plurk_cnt {
-webkit-box-shadow: 0px 0px 5px #FB0047 !important;
box-shadow: 0px 0px 5px #FB0047 !important;
-webkit-box-shadow: 0px 0px 5px #FB0047 !important;
opacity: 0.9 !important;
}
/* 未開啟的噗 */
.plurk .plurk_cnt {
-webkit-box-shadow: 0px 0px 3px black;
box-shadow: 0px 0px 3px black;
-webkit-box-shadow: 0px 0px 3px black;
-webkit-border-radius: 10px 20px;
border-radius: 10px 20px;
opacity: 0.6;
z-index: 825;
-webkit-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
}
.plurk_cnt:hover {/* 滑過的噗 */
-webkit-box-shadow: 0px 0px 5px black;
box-shadow: 0px 0px 5px black;
opacity: 0.9;
}
.plurk.plurk_box .plurk_cnt {
-webkit-border-radius: 10px 20px 0px 0px;
border-radius: 10px 20px 0px 0px;
}
.list .plurk_cnt .name {position: static !important;}
.list {
border-left:3px solid rgba(0, 90, 255, 0.4) !important;
border-right:3px solid rgba(0, 90, 255, 0.4) !important;
border-top: none !important;
border-bottom: none !important;
}
.plurk_box .info_box,
.plurk_box .caption {border: none !important;}
.plurk_box .mini_form{
background:rgba(0, 90, 255, 0.41) !important;
color:white !important;
border: none !important;
font-size: 16px;
}
.plurk_box .mini_form span{ color:white !important;}
.plurk_box .caption,
.info_box {
color: #FFFFFF !important;
background-color: rgba(0, 90, 255, 0.7) !important;
font-weight: bold;
}
.info_box * {
color: #FFFFFF !important;
font-weight: bold;
}
.plurk_box .plurk_cnt {
-webkit-box-shadow: none;
box-shadow: none;
opacity: 1;
border:3px solid rgba(0, 90, 255, 0.4) !important;
border-bottom: none !important;
padding-left: 15px !important;
}
.list .plurk_cnt{
padding: 0 !important;
border: none !important;
}
.plurk {
-webkit-box-shadow:none;
box-shadow:none;
}
.response_time.plurk_cnt{/* 回文右邊的選項 */
background:rgba(150, 150, 200, 0.6) !important;
border: none !important;
-webkit-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
}
.response_time .holder{background:none;}
.response_time .holder p,
.response_time .holder a{
color:white !important;
text-shadow: 0px 0px 1px black;
}
.response_count {/* 回應數 */
border: none !important;
background: none !important;
color: #FFFFFF !important;
position: relative !important;
top: -5px;
left: -10px;
text-shadow: 0px 0px 5px black;
font-size: 2em;
}
.new .response_count { text-shadow: 0px 0px 5px #FF0000 !important;}
.plurk_icon {z-index: 860;}
.bday {/* 小蛋糕移位 */
top: -10px !important;
left: 10px !important;
}
/* 發文訊息面板 */
textarea {
border-radius: 2px 8px;
-webkit-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
transition: all 0.30s ease-in-out;
outline: none;
padding: 3px 0px 3px 3px;
margin: 5px 1px 3px 0px;
border: none !important;
}
textarea:focus {
-webkit-box-shadow: inset -2px -2px 4px 0px rgba(150, 150, 200, 0.9);
padding: 3px 0px 3px 3px;
margin: 5px 1px 3px 0px;
border: none !important;
}
.plurkaction.pane textarea {max-height: 380px !important;}
.plurkaction.pane * {
color: white;
text-shadow: 1px 1px 1px black;
}
.plurkaction.pane {
position: fixed !important;
bottom: 0px !important;
left: 0px !important;
right:0px !important;
margin:0 auto;
padding:10px 10px 0px 10px;
border-radius: 10px 10px 0px 0px;
z-index: 910 !important;
overflow: hidden !important;
border: none !important;
max-height: 80px;
max-width: 40%;
min-width: 450px;
background-color: rgba(0,89,185,0.2);
color:black;
-webkit-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s;
transition: all 0.5s ease-out 0s;
-moz-transition: all 0.5s ease-out 0s;
-ms-transition: all 0.5s ease-out 0s;
}
.plurkaction.pane:hover {
max-height: 800px !important;
max-width: 60%;
-webkit-border-radius: 0px 0px 5px 0px;
box-shadow: 5px 5px 5px rgba(150,150,200,0.4);
-webkit-box-shadow: 5px 5px 5px rgba(0,89,185,0.4);
background: -webkit-linear-gradient(bottom, rgba(0,89,185,0.2) 0%, rgba(0,100,185,0.6) 100%);
background: -o-linear-gradient(bottom, rgba(0,89,185,0.2) 0%, rgba(0,100,185,0.6) 100%);
background: linear-gradient(to top, rgba(0,89,185,0.2) 0%,rgba(0,100,185,0.6) 100%);
}
#more_options .auto_ta, #more_options select, .clipboard {border: 1px solid black;}
/* 傳送私噗 */
#more_options_link {
background-image: none;
background-color: rgba(200,200,200,0);
color: black !important;
border: none !important;
}
#more_options #more_options_holder {
background-image: none;
background-color: rgba(0,0,0,0.5);
color: black;
}
#more_options #more_options_holder .advert {
height: 0px !important;
width: 0px !important;
overflow: hidden;
}
.qual_menu:not(.mini_menu) {
position:absolute !important;
margin-top: 100px !important;
}
.plurkaction.pane textarea,
#auto_ta_holder *,
#more_options select ,#more_options select * {
text-shadow: none;
color: black !important;
}
#plurk_form {padding: 10 10 20 10 !important;}
/* 個人資料 */
.karma_tooltip {
position: fixed !important;
top: 390px !important;
left: 215px !important;
}
#dashboard_holder{
text-align:left !important;
width:100%;
}
#plurk-dashboard{
width:130px !important;
height:78.5% !important;
min-height: 541px;
overflow:hidden !important;
position:fixed !important;
z-index:604;
top:80px;
left:0px;
background:rgba(255,255,255,0.3) !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
color: black !important;
-webkit-box-shadow: 5px 0px 10px rgba(255,255,255,0.3);
box-shadow: 5px 0px 10px rgba(255,255,255,0.3);
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
}
#plurk-dashboard:hover{
background:rgba(0,89,185,0.4) !important;
width:260px !important;
overflow:hidden !important;
color: #FFFFFF !important;
z-index:1000;
-webkit-box-shadow: 5px 0px 5px rgba(0,100,185,0.3);
box-shadow: 5px 0px 5px rgba(0,90,185,0.4);
}
.dash-segment{
width:100% !important;
min-height:10px !important;
height:auto !important;
clear:both;
}
.dash-segment h2,
.dash-segment a{
color: #AAAAAA !important;
font-weight: bold !important;
-webkit-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.dash-segment h2:hover,
.dash-segment a:hover{
color: #CECECE !important;
text-shadow: 0px 0px 1px #EEEEEE;
}
.dash-segment h2{font-size: 1.4em !important;}
#relationship_container{
margin-top: 10px !important;
margin-bottom: 10px !important;
}
#about_me, #dash-stats, #dash-friends, #dash-fans{
max-height:20px !important;
overflow:hidden !important;
padding: 5px;
-webkit-border-radius:5px;
border-radius:5px;
-webkit-transition:max-height 0.5s ease-in;
-o-transition:max-height 0.5s ease-in;
transition:max-height 0.5s ease-in;
-ms-transition:max-height 0.5s ease-in;
}
#about_me:hover, #dash-stats:hover, #dash-friends:hover, #dash-fans:hover{
max-height:300px !important;
background:rgba(0,0,0,0.5) !important;
}
.segment-content{
padding-top:5px !important;
padding-bottom:5px !important;
}
#dash-profile{margin-top:10px;}
.profile-pic {
height: 100px;
width: 100px;
}
.show_all_friends{
text-align:center;
font-size:11px !important;
}
#dash-stats h3{margin-top:0px !important;}
#karma{
font-size:30px !important;
color: #fff !important;
text-shadow: rgba(255,222,0,0.8) 0px 0px 5px !important;
}
.award_bar{
width:200px !important;
padding:0 !important;
margin-top: 0px !important;
}
.award_bar div{
padding:0 !important;
margin:0 !important;
}
#dash-stats .award_bar img {
transform: scale(0.5);
-o-transform: scale(0.5);
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
}
#dash-stats .award_bar div{width:20px !important;}
.friend_holder {margin-top:0px;}
.friend_holder table{
margin-top:0px;
margin-left:auto;
margin-right:auto;
}
.friend_holder td{
padding:0px 1px !important;
margin:0px !important;
}
.friend_holder .user_link,
.friend_holder .user_link:hover{padding:0px !important;}
#private_plurk,
#friend_managment,
#fan_managment{
margin-top:12px !important;
height:0px !important;
}
a.friend_man{
border:0 !important;
color:#fff !important;
font-size:11px !important;
background-color:black!important;
}
a.friend_man:hover{color:#111 !important;}
/* 頁腳 */
#footer{
margin: 0px 20px !important;
max-width: none !important;
height: 0px !important;
}
#footer ul{
/*margin: 0px !important;*/
position:fixed;
right: 10px !important;
margin-top: -115px !important;
margin-right:0px !important;
padding-top: 20px !important;
padding-bottom: 15px !important;
padding-right: 15px !important;
background-color: rgba(125,175,255,0.6);
color: #eeeeee !important;
-webkit-border-radius: 10px !important;
border-radius: 10px !important;
transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
}
#footer ul:hover{
max-width: 640px !important;
font-size: 14.5px !important;
background-color: rgba(20,100,255,0.8);
margin-top: -165px !important;
}
#languge_selector {
position:fixed !important;
left:auto !important;
top:auto !important;
max-width:300px !important;
margin: 0px !important;
margin-top: -115px !important;
padding:20px 20px 20px 20px !important;
background-color: rgba(125,175,255,0.6);
color: #eeeeee !important;
-webkit-border-radius: 10px !important;
border-radius: 10px !important;
transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
}
#languge_selector:hover{
margin-top: -160px !important;
font-size: 15px;
background-color: rgba(20,100,255,0.8);
}
#footer a {
color: #eeeeee !important;
text-shadow: 1px 1px 1px #333333;
transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
}
#footer a:hover {color: #aaaaaa !important;}
/* 視窗 (GB_Window)*/
.GB_Window .header {
color: black !important;
border: 0px solid black !important;
}
.GB_Window,
.GB_Window .header,
.GB_Window .content {
border: none !important;
background: none;
max-height: 90% !important;
overflow-y: auto !important;
overflow-x: hidden !important;
}
.GB_Window{position: fixed !important;}
.GB_Window .theme {
border: none;
background: none;
}
.GB_Window {
background: rgba(0, 153, 255, .7);
box-shadow: 0px 0px 9px rgba(0, 153, 255, .66);
-webkit-box-shadow: 0px 0px 9px rgba(0, 153, 255, .66);
border-radius: 5px;
-webkit-border-radius: 5px;
z-index: 2048;
}
.GB_Window .iframe_holder,
.GB_Window iframe {
-webkit-border-radius: 5px;
border-radius: 5px;
background: none;
border: none;
}
.GB_Window .header .caption {
background: none !important;
font-family: "LiHei Pro", " 文泉驛微米黑 ", " 微軟正黑體 ", Arial, Helvetica, sans-serif !important;
}
.GB_Window .header .close {
width: 0 !important;
max-width: 0 !important;
height: 0 !important;
max-height: 0 !important;
opacity: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden;
}
/* 噗浪單頁 */
div.bigplurk h1.content {
-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-webkit-box-shadow: 0px -1px 3px rgba(0,0,0,0.7);
box-shadow: 0px -1px 3px rgba(0,0,0,0.7);
}
div.bigplurk div.time {
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-border-radius:5px;
-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.7);
box-shadow: 0px 2px 3px rgba(0,0,0,0.7);
}
article.bigplurk.cboxAnchor {
position: relative !important;
top: -30px;
}
#plurk_nav {
position: absolute !important;
top: 20px;
width: 98%;
}
#plurk_nav a {
color: black;
border: 1px solid #AAAAAA;
border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
}
#plurk_nav a:hover {
box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}
#plurker_info,
#plurk_responses {
position: relative !important;
top: -500px;
}
#plurk_responses h2 {
text-shadow: 0px 0px 3px black;
font-weight: bold;
color: #EEEEEE !important;
background: none !important;
}
#plurk_responses ul.responses {
border: none !important;
background: none !important;
padding: 0px !important;
box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}
#plurk_responses,
#plurk_responses .feed-link a {
background: none !important;
}
/* 噗浪單頁回覆表單 */
#reply #reply_box,
#reply #reply_box_holder {
background:rgba(0,0,0,0.7) !important;
border: none !important;
box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}
#reply #reply_box .qual_holder {
color: #EEEEEE !important;
text-shadow: 0px 0px 3px black;
font-weight: bold;
}
/* 隱藏一些東西 (ninja)*/
#logo *,
.permalink img#creature,
#dash-stats .link_arrow,
#dashboard-invite,
#dashboard-invite .cmp_invite,
#sharePlurk,
#sign_up,
#toggle_tab,
#tw_help,
#plurk_responses h2 a,
.adsense,
#resp_banner_ads,
.dash-icon,
#top_header,
a.item.front[href*=mall],
#sliderAds
{
position: fixed !important;
top: -10000px !important;
left: -10000px !important;
width: 0px !important;
height: 0px !important;
border: none !important;
opacity: 0 !important;
overflow: hidden !important;
}