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
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
/* 此噗版由「如我協力創意工作室 Be Myself Inc.」 設計提供,僅供個人噗友自用,請勿改製再分享或用於商業等其他用途 */

/*------------------------------------------------------------------------
噗浪版型 Plurk CSS: 翼不動十
設計出處 Design by: Be Myself Inc. M6
背景圖源 Background image from: (www.wallpapers-room.com)
安裝網址 Install: (http://www.plurk.com/installDesign/3306857-de1968c164)
更多佈景 More Themes: (http://www.flickr.com/groups/plurkcss)
Copyright: 版權所有 保留一切權利 All Rights Reserved.
------------------------------------------------------------------------*/

/*隱藏*/
#dynamic_logo, #logo img, img#creature, #top_header, #cbox_ads, #sliderAds, .block_bg .div_one_line, .small_timeline .block_bg .div_one_line, .html5 #footer a, #top_login a#sign_up, #getting_started, .login_to_see a,.red_link, .login_to_see, #reply #not_logged_in, #validate_email,#sign_up_small, #registerToday, .dots .inner, div.feed-link, div.help, div#plurk-dashboard h2, div#resp_banner_ads.show { display : none !important; }
#plurk_ads, div.adsense, section.adsense, section.adsense h3
{
background: rgba(255,255,255,0) !important;
border: 0 !important;
font-size: 0px !important;
color: #ddd !important;
-moz-transform: scale(0);
-khtml-transform: scale(0);
-webkit-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
}
#plurk_ads a { overflow: hidden;_overflow: none; }
#plurks_count a, .link_arrow, .cmp_points-arrow, .cmp_karma_up, .cmp_karma_down,
#dash-friends p, #dash-friends form, div#fan_holder span, div #tw_help, div a#dashboard-invite, div #sharePlurk, #block_user, .dash-icon, div.adsense, section.adsense, section.adsense h3
{
display : none !important;
height: 0 !important;
width: 0 !important;
overflow: hidden;_overflow: none;
position: fixed;
top: -9000px;
filter: alpha(opacity=0) !important; opacity: 0 !important; zoom:1;
}
div.list { min-height: 200px !important; }

/*修正*/
/*影音圖片視窗---白色*/
#cboxOverlay { background: #111 !important; }
div.cbox_left, #colorbox, #colorboxVideo { background: #000; box-shadow:0 0 0px #333; }
div.cbox_right.noScroll { background: #fff; box-shadow: 0 0 2px 2px rgba(7,7,7,0.17); }
div.cbox_right .cbox_plurk_main { box-shadow: 0 3px 1px 0px rgba(7,7,7,0.07); border-bottom: 1px solid #211111; }

/*回應列表*/
.cbox_right .cbox_response { background: #fff; border-color: #f1f2f3; }
.cbox_plurk.plurk.cboxAnchor { border-color: #f0f0f0; }
.cbox_plurk.plurk.cboxAnchor:hover { background: #f5f5f5; }
.cbox_right .cbox_response .cbox_plurk.current { border-left: 3px solid #69b; background: #eee; }
.cbox_right .cbox_response .cbox_plurk.withimage:hover,.cbox_right .cbox_response .cbox_plurk.withvideo:hover { border-left: 3px solid #ccc; }

/*快速回覆區*/
.cbox_right .quick_reply textarea { background: #fff; box-shadow: 0 -3px 1px -2px rgba(7,7,7,0.07); border-color: #ddd; color: #ccc !important; line-height: 1.4em; }
.cbox_right .quick_reply textarea:focus { color: #444 !important; }

/*隱藏廣告*/
div.cbox_ads
{
display : none !important;
height: 0 !important;
width: 0 !important;
overflow: hidden;_overflow: none;
position: fixed;
top: -9000px;
filter: alpha(opacity=0) !important; opacity: 0 !important; zoom:1;
}

/*連結網址*/
div.imgUrl a
{
background: rgba(255,255,255,0.6) !important;
border-radius: 3px;
opacity: 0.2; zoom: 1;
font-size: 11px;
letter-spacing: 0em;
color: #67b !important;
}
div.imgUrl a:hover { opacity: 0.6; zoom: 1; color: #444 !important; }
#colorboxVideo .hideVideo, .hideVideo:hover { background: none !important; color: #67b !important; }

/*關閉符號*/
#colorbox #cboxClose, #colorboxVideo #cboxClose
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/icon/icon1/16/cancel.png) !important;
width: 16px; height: 16px;
opacity: 0.6; zoom: 1;
}

/*文字*/
.cbox_right .cbox_plurk_main .content, .cbox_right .cbox_response .content { font-size: 1.01em; line-height: 1.7em; letter-spacing: 0.01em; }
div.content { color: #555; }
.cbox_right a { color: #67b !important; }

/*小圖更換*/
/*無回應 : )*/
.list .empty
{
background: url(http://i.imgur.com/rukWj.gif) no-repeat 50% 0px transparent;
height:32px;
color: #fff !important;
margin: 10px 0 0 0;
padding: 30px 0 0 0;
text-indent: -9999px;
}

/*發噗鈕*/
.cmp_plurk
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/plurk/black.png) no-repeat scroll top left;
padding: 1px 2px;
opacity: 1 !important; zoom: 1;
-moz-transform: scale(0.8);
-khtml-transform: scale(0.8);
-webkit-transform: scale(0.8);
-o-transform: scale(0.8);
}

/*loading*/
.cmp_loading, .loading img { width: 0px; height: 0px; }
#div_loading .cnt
{
background: transparent url(http://i614.photobucket.com/albums/tt230/m66660000/plurk/loading/loading1.gif) no-repeat scroll center !important;
margin-top: 150px;
}
.loading
{
background: transparent url(http://i614.photobucket.com/albums/tt230/m66660000/plurk/loading/loading1.gif) no-repeat scroll center top !important;
margin-top: 30px;
}

/*往前往後*/
.cmp_arrow_right /*往右*/
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/_ic/gray_dark/arrow_right_alt1_32x32.png) no-repeat;
width: 32px; height: 32px;
margin: 0;
}
.cmp_arrow_left /*往左*/
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/_ic/gray_dark/arrow_left_alt1_32x32.png) no-repeat;
width: 32px; height: 32px;
margin: 0;
}
.cmp_back_to_today /*移至最前*/
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/_ic/gray_dark/first_16x16.png) no-repeat;
width: 16px; height: 16px;
margin-left: 10px;
margin-top: 10px;
}
.browse_button
{
top: 270px;
filter: alpha(opacity=10) !important; opacity: 0.1 !important; zoom: 1;
-moz-transition: opacity 0.2s ease-out;
-webkit-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
}
.browse_button:hover
{
filter: alpha(opacity=100) !important; opacity: 1 !important; zoom:1;
-moz-transition: opacity 0.2s ease-in;
-webkit-transition: opacity 0.2s ease-in;
-o-transition: opacity 0.2s ease-in;
}

/*分享與表情選項圖片*/
.cmp_media_off, .cmp_media_on
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/_ic/gray_light/iphone_12x16.png) no-repeat scroll top left;
width: 12px; height: 16px;
}
.cmp_media_mini_off, .cmp_media_mini_on
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/_ic/gray_light/iphone_12x16.png) no-repeat scroll top left;
width: 12px; height: 16px;
}
img[src="http://assets.plurk.com/static/icons/emoticon_mini_off.png"],
img[src="http://assets.plurk.com/static/icons/emoticon_mini_on.png"],
img[src="http://assets.plurk.com/static/icons/emoticon_off.png"],
img[src="http://assets.plurk.com/static/icons/emoticon_on.png"]
{
filter: alpha(opacity=0); opacity: 0; zoom:1;
}
.emoticon_selecter_img_on, .emoticon_selecter_img_off { width: 16px; height: 16px; }
.icons_holder
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/_ic/gray_light/chat_alt_stroke_16x16.png) no-repeat 18px 4px;
}
.mini_form .icons_holder
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/_ic/gray_light/chat_alt_stroke_16x16.png) no-repeat 18px 4px;
}
.cmp_sync_off, .cmp_sync_on
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/_ic/gray_light/spin_alt_16x16.png) no-repeat scroll top left;
width: 16px; height: 16px;
margin-top: 4px !important;
}
.cmp_privacy_off, .cmp_privacy_on
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/_ic/gray_light/lock_stroke_12x16.png) no-repeat scroll top left;
width: 12px; height: 16px;
}

/*私訊圖示*/
img[src="http://statics.plurk.com/c550f52f61da13964d5415c07b7506ca.png"]
{ filter: alpha(opacity=0); opacity: 0; zoom: 1; }
.private
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/icon/icon1/16/padlock-closed.png) no-repeat 0 0;
}

/*轉噗圖示*/
img[src="http://statics.plurk.com/2da9c174ff4bce649887dba83a97222e.png"]
{ filter: alpha(opacity=0); opacity: 0; zoom: 1; }
.replurk
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/icon/icon1/16/media-repeat-alt.png) no-repeat 0 0;
}
.manager .replurk { background: none !important; }

/*說讚圖示*/
img[src="http://statics.plurk.com/ffdca9715cfcd8ea7adc140c1f9d37df.png"]
{ filter: alpha(opacity=0); opacity: 0; zoom: 1; }
.favorite_icon
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/icon/icon1/16/star.png) no-repeat 0 0;
}

/*單一噗頁面連結*/
.perma_link
{
margin-left: 5px;
padding-left: 19px;
background: url(http://i614.photobucket.com/albums/tt230/m66660000/icon/arrow/arrow10_gray2.gif) no-repeat 3px 6px;
background: url(http://i614.photobucket.com/albums/tt230/m66660000/icon/icon1/16/open-in-new-window-inv.png) no-repeat 0 1px;
}
.perma_link a, .perma_link a:hover { text-decoration: none !important; }

/*主控台調整位置置左*/
.dash-segment { width: 223px; min-height: 10px !important; height: auto !important; }
.segment-content { padding-top: 0px !important; padding-bottom: 0px !important; }
div#plurk-dashboard
{
width: 13px !important;
height: 223px !important;
overflow: hidden !important;
position: fixed !important;
z-index: 901;
top: 24px;
left: 0px;
-moz-transition: width 1.6s ease-out, height 1.6s ease-out;
-webkit-transition: width 1.6s ease-out, height 1.6s ease-out;
-o-transition: width 1.6s ease-out, height 1.6s ease-out;
-ms-transition: width 1.6s ease-out, max-height 1.6s ease-out;
}
div#plurk-dashboard:hover
{
width: 223px !important;
height: 620px !important;
-moz-transition: width 1.6s ease-in, height 1.6s ease-in;
-webkit-transition: width 1.6s ease-in, height 1.6s ease-in;
-o-transition: width 1.6s ease-in, height 1.6s ease-in;
-ms-transition: width 1.6s ease-in, height 1.6s ease-in;
}
#dash-additional-info, #relationship_container, #dash-stats, #dash-friends, #dash-fans
{
max-height: 44px !important;
overflow: hidden !important;
-moz-transition: max-height 1.6s ease-out;
-webkit-transition: max-height 1.6s ease-out;
-o-transition: max-height 1.6s ease-out;
-ms-transition: max-height 1.6s ease-out;
}
#dash-profile { padding-top: 13px; padding-left: 3px; }
#dash-additional-info { max-height: 12px !important; padding: 12px; margin-top: 4px; }
#dash-stats { max-height: 100px !important; }
#dash-stats h3 { margin: 5px 12px !important; }
#dash-stats table { margin: 0 auto; }
#dash-stats table th { float : left; height: 0px !important; }
#dash-stats table td { margin: 0px; float : right; }
#dash-stats table tr { clear : left; float : left; }
.karma_tooltip { left: 235px !important; }
#dash-additional-info:hover, #relationship_container:hover, #dash-stats:hover, #dash-friends:hover, #dash-fans:hover
{
max-height: 530px !important;
-moz-transition: max-height 1.6s ease-in;
-webkit-transition: max-height 1.6s ease-in;
-o-transition: max-height 1.6s ease-in;
-ms-transition: max-height 1.6s ease-in;
}
#timeline_holder, #timeline_cnt { margin-left: 0px !important; }
#dash-friends, #dash-fans { padding: 3px; }

/*背景*/
html
{
background: #000 url(http://i.imgur.com/HJenU.jpg) center top repeat;
background-attachment:fixed; /*固定背景*/
/*background-size: cover; 完整填滿螢幕*/
overflow-x: hidden !important;
}
body
{
background: transparent !important;
width: 100% !important;
height: 100% !important;
min-height: 690px !important;
overflow: hidden !important;
}
#timeline_holder, #bottom_line, .day_bg .div_inner, #time_show, .plurkaction, #toggle_tab li.tt_selected, #filter_tab a.filter_selected, #filter_tab a.off_tab, #plurk-dashboard, #plurk-dashboard h2
{
background: none !important;
border: 0 !important;
}
#plurk-dashboard
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/patterns/cardboard.png) left top repeat !important;
border-radius: 0px 3px 3px 0px;
}
#dash-profile:hover, #dash-additional-info:hover, #relationship_container:hover, #dash-stats:hover, #dash-friends:hover, #dash-fans:hover
{
background: url(http://i.imgur.com/KaFkT.png) left top repeat !important;
}

/*河道*/
.day_start .bottom_start, .bottom_start, .bottom_end, #empty_timeline_bg { display : none !important; }
#time_show /*時間標籤底色*/
{
top:560px !important;
background:url(http://i614.photobucket.com/albums/tt230/m66660000/plurk/bg/bk70.png) !important;
border:1px solid #111 !important;
padding: 2px 10px;
border-radius:10px;
box-shadow:0px 2px 3px rgba(0,0,0,0.3);
}
#time_show span { color:#4169e1 !important;}
#empty_timeline_fg, #empty_timeline_bg { color: #bbb; font-size: 13px !important; text-shadow: 0px 0px 5px rgba(1,1,1,0.4); }
#updater, #music_player { background: rgba(255,255,255,0.8); border: 1px solid #333; color: #149 !important; padding: 3px 12px; border-radius: 3px; }
#updater .text { color: #149 !important; }
#update_sepa { padding: 0; }
#filter_tab a.off_tab, #filter_tab a.off_tab:hover, #filter_tab a.filter_selected, #filter_tab a.filter_selected:hover { background: none !important; border: 0 !important; color: #7bf !important; font-size: 12px !important; }
#filter_tab a.filter_selected, #filter_tab a.filter_selected:hover { color: #149 !important; }

/*主控台*/
#plurk-dashboard { line-height: 1.5em !important; }
#plurk-dashboard, #dash-stats h3, #dash-stats table th, #dash-stats table td { color: #333 !important; font-weight: 400 !important; }
#karma, .show_all_friends a, #dash-additional-info a { color: #4169e1 !important; }
#dash-stats h3, #karma { font-size: 21px !important; }
.friend_holder table { margin: 14px auto; }
.friend_holder td { padding: 5px 5px 0px 0px; }
.friend_holder .user_link, .friend_holder .user_link:hover { border: 1px solid #333 !important; padding: 0px; }
.friend_holder .user_link, .friend_holder img { width: 35px !important; height: 35px !important; }
#profile_pic { border: 1px solid #111 !important; }
a.friend_man { color: #fff !important; background: rgba(255,255,255,0.4) !important; border: 1px solid #eee !important; border-radius: 4px; font-size: 11px !important; }
a.friend_man:hover { color: #000 !important; text-decoration: none !important; background: rgba(255,255,255,0.4) !important; border: 1px solid #000 !important; }
#dash-stats .award_bar { width: px !important; margin: 0px !important; }
#dash-stats .award_bar div { padding: 0 !important; margin: 0 !important; }
#dash-stats .award_bar div { width: 30px !important; height: 40px !important; }
#dash-stats .award_bar img
{
-moz-transform: scale(0.5);
-khtml-transform: scale(0.5);
-webkit-transform: scale(0.5);
-o-transform: scale(0.5);
}

/*輸入區*/
.plurkForm td { vertical-align: middle !important; }
textarea#input_big_private, textarea#input_big, textarea #input_big .content, textarea#input_permalink, input#current_query, td.td_cnt textarea, textarea#input_small
{
background: none !important;
border: 0 !important;
border-bottom: 1px solid #111 !important;
min-height: 30px;
line-height: 24px;
color: #8ae !important;
font-size: 16px !important;
border-radius: 4px;
padding: 3px 2px !important;
}
td.td_cnt textarea, textarea#input_small
{
font-size: 13px !important;
min-height: 70px;
line-height: 21px;
letter-spacing: 0.04em;
color: #444 !important;
}
textarea:hover, textarea#input_big_private:hover, textarea#input_big:hover, textarea#input_permalink:hover, input#current_query:hover
{
background: rgba(255,255,255,0.6) !important;
border-bottom: 1px solid #000 !important;
box-shadow: 0pt -1px 0pt rgba(0,0,0,0.02), 0pt 1px 2px rgba(0,0,0,0.01) inset;
color: #000 !important;
}
textarea:focus, textarea#input_big_private:focus, textarea#input_big:focus,textarea#input_permalink:focus, input#current_query:focus
{
background: rgba(255,255,255,0.9) !important;
box-shadow: 0pt 1px 2px rgba(0,0,0,0.03) inset, 0pt 1px 0pt rgba(255,255,255,0.02);
color: #111 !important;
border-bottom: 1px solid #000 !important;
}
#main_poster .qual_holder, .qual_holder, .mini_form .qual_holder { color: #bbb !important; font-size: 13px !important; letter-spacing: 0.04em; }
.mini_form .qual_holder { font-size: 11px !important; color: #111 !important; }
.char_updater, .char_updater.highlight_light, .char_highlight { font-size: 10px; color: #888; background: none !important; }
.char_highlight a { color: #4169e1 !important; }

/*plurk-搜尋標籤*/
#toggle_tab li span { width: 0px; margin: 0px; }
#toggle_tab { padding: 0px; }
#toggle_tab li { font-size: 10px; margin: 0px; padding: 3px 10px; color: #fff !important; }
#toggle_tab li.tt_selected { color: #fff !important; }

/*語助詞*/
.qualifier, .m_qualifier, .r_qualifier, div.bigplurk .r_qualifier, .mini_form .m_qualifier, .user .qualifier, .qual_menu td, span.qualifier.q_shares, .qual_menu .q_shares, .q_shares, td .q_shares, td .q_likes, td .q_loves, td .q_gives, td .q_hates, td .q_wants, td .q_wishes, td .q_needs, td .q_will, td .q_hopes, td .q_asks, td .q_has, td .q_was, td .q_wonders, td .q_feels, td .q_thinks, td .q_says, td .q_is, td .q_replurks
{
background: none !important;
border: 0 !important;
font-size: 12px !important;
font-weight: 400 !important;
color: #359 !important;
}
.m_qualifier { font-size: 0.91em !important; }
.plurkaction .m_qualifier { color: #bbb !important; }
.q_replurks { background-image: none !important; }
.plurkaction .dd_img img, .dd_img img { opacity: 0.1 !important; zoom: 1; }
.plurkaction .dd_img img
{
-moz-transform: scale(0.8);
-khtml-transform: scale(0.8);
-webkit-transform: scale(0.8);
-o-transform: scale(0.8);
}
.qual_menu td { text-align: center !important; }
.qual_menu .on { background: #111 !important; color: #666 !important;}
.AmiMenu { background: rgba(0,0,0,0.3) !important; border: 1px solid #000 !important; }

/*表情視窗*/
#emoticon_selecter { background: rgba(0,0,0,0.3) !important; border-color: #111 !important; }
#emoticon_selecter .upper_arrow { background: none !important; }
#emoticon_selecter #emoticons_tabs ul { overflow: visible !important; }
#emoticon_selecter #emoticons_tabs, #emoticon_selecter #emoticons_tabs li, .emoticons_my .add-emoticon-panel div.popup, .emo-manager { background: rgba(0,0,0,0.7) !important; border: 0 !important; font-size: 11px; color: #bbb !important;}
#emoticons_show, #emoticon_selecter #emoticons_tabs li.current { background: rgba(255,255,255,0.9) !important; border: 0 !important; font-size: 11px; }
.emo-manager .emo-add-bn, .emoticons_my .add-emoticon-panel .orange-but
{
background: #000 !important;
border-color: #111 !important;
color: #444 !important;
border-radius: 3px;
box-shadow: 0 1px 0 #222 !important;
font-size: 12px !important;
}
.emoticons_my .add-emoticon-panel input.col-right,
.emoticons_my .add-emoticon-panel input.col-right:focus
{
background: #eee !important;
border-color: #ddd !important;
font-size: 12px !important;
color: #444 !important;
}
#emoticons_tabs ul li a { color: # !important; font-weight: normal !important; }
#emoticons_tabs ul li.current a { color: # !important; }
#emoticons_show .red_link
{
background: none !important;
font-weight: normal;
font-size: 11px;
color: #aaa !important;
text-decoration: none !important;
}
#emoticon_selecter img, #emoticon_selecter a:hover img, .emo-manager .emo-public-pool .emo-wrapper, .emo-manager .emo-public-pool .emo-wrapper:hover { border: 0 !important; }

/*私人訊息及隱私選項*/
#more_options_holder
{
color: #fff !important;
background: rgba(0,0,0,0.5) !important;
border: 1px solid #222 !important;
border-radius: 3px;
font-size: 12px !important;
}
#more_options .caption { font-size: 12px !important; }
.private_to b, .selectedSmartInputItem, .selectedSmartInputItem a, .selectedSmartInputItem a:hover, .auto_ta .person, .auto_ta
{
background: rgba(0,0,0,0.6) !important;
color: #777 !important;
border: 0 !important;
border-radius: 3px;
}
#smartInputFloaterContent, .wickEnabled, .wickEnabled:focus { background: rgba(0,0,0,0.3) !important; border-radius: 3px; color: #666 !important;}

/*調整私人訊息及隱私選項位置*/
#more_options_holder
{
position: fixed !important;
right: 50px;
top: 360px;
z-index: 810;
}

/*同步訊息視窗與預覽視窗*/
#sync_checked_form, #preview
{
background: rgba(0,0,0,0.5) !important;
color: #eee !important;
border: 1px solid #111 !important;
font-size: 12px !important;
border-radius: 3px;
top: -150px !important;
}
.upper_arrow { filter: alpha(opacity=0) !important; opacity: 0 !important; zoom:1; }
#preview img { background: none !important; border: 0 !important; }

/*分享及設定視窗*/
.GB_Window, .GB_Gallery .iframe_holder
{
background: rgba(0,0,0,0.3) !important;
color: #ddd !important;
border: 1px solid #000 !important;
border-radius: 3px;
}
.GB_window .content { border-color: #ccc; border-top: 0; }
.GB_Window .header
{
background: none !important;
border: 1px solid #000;
}
.GB_Window .header td.caption
{
color: #fff !important;
background: #444;
border: 0 !important;
font-size: 12px !important;
}
.GB_Window .close { background: #444; }
.GB_Window .close span
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/icon/icon1/16/cancel-inv.png) no-repeat 0 0;
width: 15px;
margin-right: 7px;
color: #444;
font-size: 1px !important;
}
img[src="http://www.plurk.com/static/greybox/w_close1.gif"]
{filter:alpha(opacity=0); opacity:0; zoom:1;}

/*說明小視窗*/
.tooltip_cnt
{
background: rgba(1,1,1,0.7) !important;
box-shadow: 1px 2px 3px rgba(0,0,0,0.03);
border: 0;
color: #eee !important;
line-height: 1.6;
font-size: 11px !important;
border-radius: 3px;
letter-spacing: 0em !important;
}
.tooltip_cnt img { border: 0 !important; }
.AmiTT_main { background: none !important; border: 0 !important; }
.AmiTT_main b { color: #fff !important; font-weight: normal; font-size: 11px !important; }

/*浪上噗友小視窗*/
.AmiMenu.info_menu, .AmiMenu.info_menu .separator, .AmiMenu.info_menu .block, .AmiMenu.info_menu .on, .AmiMenu.info_menu .user_info.on, .award_bar_mini.on
{
background: #111 !important;
border: 0 !important;
}
.AmiMenu.info_menu { border: 1px solid #111 !important; }
.AmiMenu.info_menu td { font-size: 10px !important; color: #6495ed !important; }
.AmiMenu.info_menu td:hover{font-size: 10px !important; color: #fff !important;}
.AmiMenu.info_menu .user_info.on { color: #fff !important; }
.user_info b { color: #bbb !important; }
.AmiMenu.info_menu .user_info img { border: 0 !important; }
.AmiMenu.info_menu .block { color: #fff; }
.AmiMenu.info_menu .block:hover{color: #b43}
#info_overlay .drop_arrow div, #info_overlay .on_arrow div { background-color: #000; }
.cmp_tooltips-down
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/plurk/up_down/black_down.png) center center no-repeat;
width: 16px; height: 16px; line-height: 16px;
}
.cmp_tooltips-up
{
background: url(http://i614.photobucket.com/albums/tt230/m66660000/plurk/up_down/black_up.png) center center no-repeat;
width: 16px; height: 16px; line-height: 16px;
}

/*噗浪*/
.block_cnt .plurk_cnt, #timeline_holder .bigplurk .content, #vert_timeline .bigplurk .content, .plurk_box .caption, .list, .mini_form, .info_box
{
background: rgba(255,255,255,0.8) !important;
border: 1px solid #111 !important;
border-radius: 4px;
}
.block_cnt .plurk_cnt
{
background: rgba(255,255,255,0.7) !important;
-moz-transition: background 0.6s ease;
-webkit-transition: background 0.6s ease;
-o-transition: background 0.6s ease;
-ms-transition: background 0.6s ease;
padding: 5px 5px 4px 24px !important;
margin: -5px 0px 0px -30px !important;
}
.block_cnt .link_extend .plurk_cnt
{
background: rgba(255,255,255,0.9) !important;
-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-moz-transition: -moz-box-shadow 0.1s ease, background 0.6s ease;
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
-webkit-transition: -webkit-box-shadow 0.1s ease, background 0.6 ease;
-o-transition: background 0.6s ease;
-ms-transition: background 0.6s ease;
}
.block_cnt .plurk_box .plurk_cnt { background: rgba(255,255,255,0.91) !important; }
#timeline_holder .plurk_cnt {}
#timeline_holder .link_extend .plurk_cnt {}
#timeline_holder .plurk_box .plurk_cnt {}
.list .plurk_cnt { background: rgba(255,255,255,0.9) !important; }
#timeline_holder .bigplurk .content, #vert_timeline .bigplurk .content { box-shadow: 0px 0px 2px rgba(0,0,0,0.02); }
.plurk_box .caption, .info_box { font-size: 11px !important; color: #000 !important; }
.list, .mini_form, .info_box { border-top: 0 !important; }
.list { border-bottom: 0 !important; border-radius: 0px 0px 5px 5px; }
.plurk_box .caption { border-radius: 5px 5px 0px 0px; text-align:center; }
.mini_form { border-radius: 0px 0px 0px 0px; }
.info_box { border-radius: 0px 0px 5px 5px; letter-spacing: 0.03em; }
.list .plurk_cnt, .list .plurk_cnt:hover { border-bottom: 1px solid #bbb; }
.list .plurk_cnt:hover {}
.char_updater span { color: #888 !important; font-size: 10px !important; font-weight: 400 !important; background: none !important; }
div.favorite_count { color: #888 !important; }
div.limited_box { color: #888 !important; }
div.replurk_count { color: #554444 !important; }

/*頭貼*/
.p_img { border: 2px solid #000 !important; border-radius: 5px; padding: 0px; margin-right: 3px; }
.p_img img { border-radius: 4px; }

/*刪除,編輯,消音,取消,推文,轉噗*/
.manager span, .manager a { font-size: 11px !important; margin: 0px 4px !important; }
.manager a:hover, .manager .action:hover, .manager .cancel:hover, .manager .delete:hover { text-decoration: none !important; border-bottom: 0 !important; color: # !important; }
.manager .action { color: #235 !important; }
.manager .promote { color: #435 !important; }
.manager .replurk { color: #368 !important; }
.manager .mute, .manager .unmute, .manager .cancel, .manager .delete { color: #68b !important; }
.muted { filter: alpha(opacity=10); opacity:0.1; zoom:1; }
.muted:hover { filter: alpha(opacity=100); opacity:1; zoom:1; }

/*連結*/
a, a:link, a:visited, a:active,
#dashboard_holder #perma-right a,
#plurk_responses ul.responses .message a,
.plurk_content a.ex_link
{
color: #4169e1 !important;
text-decoration: none !important;
}
.plurk a.ex_link, .text_holder a.ex_link,
.plurk a.ex_link:visited, .plurk a.ex_link:active,
#plurk_responses ul.responses .message a,
.plurk_content a.ex_link, div.response_time .holder a
{
color: #4169e1 !important;
text-decoration: none !important;
border-bottom: 1px dashed #bbb;
}
#dashboard_holder #perma-right a:hover,
#plurk_responses ul.responses .message a:hover,
.plurk a.ex_link:hover, .text_holder a.ex_link:hover,
.plurk_content a.ex_link:hover, a:hover
{
color: #68b !important;
text-decoration: none !important;
border-bottom: 1px dashed #bbb;
}
#updater a:hover, #updater a:hover span { text-decoration: none !important; border-bottom: 0 !important; }
a:focus, :focus, a, a:link, a:visited, a:active, select, select:focus
{ -moz-outline-style: none !important; outline: none !important; outline: 0 !important; }

/*文字*/
body.language-large-font,
body.language-large-font html5,
.language-large-font #top_login,
.language-large-font #footer,
.language-large-font .small,
.language-large-font .tooltip_cnt,
.language-large-font .direct-l,
h2,.GB_Window .caption,#mainpage_content h4,#mainpage_content h5
{
font-family: "Proxima Nova Regular", Helvetica, Arial, sans-serif !important;
font-weight: 400 !important;
text-transform: normal;
}
#timeline_holder .plurk_cnt, .list .plurk_cnt, #timeline_holder .bigplurk .content, ul.responses .message { font-size: 13px !important; line-height: 1.7em !important; font-family: Calibri !important; letter-spacing: 0.08em !important; }
#timeline_holder .bigplurk .content { font-size: 1em !important;}
.td_cnt .text_holder, #vert_timeline .bigplurk .content .text, ul.responses .message { color: #111 !important; }

/*新回應的底色*/
.plurk_box td .shade_6, td .shade_6, .plurk_box td .shade_5, td .shade_5,
.plurk_box td .shade_4, td .shade_4, .plurk_box td .shade_3, td .shade_3,
.plurk_box td .shade_2, td .shade_2, .plurk_box td .shade_1, td .shade_1
{
background: #fff !important;
}
.plurk.new .plurk_cnt
{
box-shadow: 0px 0px 4px rgba(8,8,8,0.3);
border: 1px solid rgba(4,5,6,0.5) !important;
border-bottom: 1px solid rgba(4,5,6,0.3) !important;
border-right: 1px solid rgba(4,5,6,0.2) !important;
}

/*回應時間標示*/
.response_time .plurk_cnt, div.response_time, div.response_time .holder a { background: none !important; border: 0 !important; }
div.response_time .holder { color: #000 !important; border: 0 !important; background: #fff;
border-radius: 2px; font-size: 11.3px !important; }

/*回應時間標示縮排*/
.response_time .holder+div img
{
left: -1200px;
position: absolute;
border: 0 !important;
background: transparent !important;
filter: alpha(opacity=0) !important; opacity: 0 !important; zoom: 1;
}
div.response_time .holder { position: absolute; top: 0; left: -140px; background: none !important; }
.response_time.plurk_cnt { padding: 0 !important; }

/*回應數*/
.dots .inner { display : none !important; }
.response_count { color: #666 !important; background: none !important; margin-left: 4px !important; }
.new .response_count
{
background: #236 !important;
border: 1px solid #236 !important;
color: #7df !important;
border-radius: 4px;
padding: 5px 4px 3px 3px !important;
box-shadow: 2px 1px 3px rgba(0,0,0,0.2);
text-shadow: 0px 0px 0px #ddd;
text-decoration: ; /*blink*/
}

/*指定連結*/
.text_holder a.ex_link[href*="www.plurk.com"]
{
color: #fff !important;
background: #68b !important;
margin: 2px !important;
padding: 2px 3px 2px 3px !important;
border-radius: 4px;
font-size: 11.3px !important;
text-decoration: none !important;
border: 0 !important;
}
.text_holder a.ex_link[href*="www.plurk.com"]:hover
{
color: #fff !important;
background: #8ae !important;
text-decoration: none !important;
}

/*暱稱*/
.td_qual span a, .td_qual span a:hover, #timeline_cnt .name,
a.user-nick, a.user-nick:hover
{
font-size: 12px !important;
color: #000 !important;
font-weight: bold !important;
text-decoration: none !important;
letter-spacing: 0.03em;
border-bottom: 0 !important;
}

/*分享連結區塊*/
.plurk a.oembed, .plurk a.oembedmeta,
.plurk a.youtube.video,
.plurk a.appledaily, .plurk a.gmap,
.plurk a.og, .plurk a.meta, .plurk a.embed,
.plurk_content a.og, .plurk_content a.meta, .plurk_content a.embed,
.plurk_content a.oembed, .plurk_content a.oembedmeta, .plurk_content a.youtube, .plurk_content a.appledaily, .plurk_content a.gmap
{
background: none !important;
border: 0 !important;
border-radius: 3px;
}
a.youtube img, a.oembed img, a.oembedmeta img, a.appledaily img, a.og img, a.meta img, a.embed img, a.ex_link pictureservices bigimg, a.youtube:hover img, a.oembed:hover img, a.oembedmeta:hover img, a.appledaily:hover img, a.og:hover img, a.meta:hover img, a.embed:hover img, a.ex_link:hover pictureservices bigimg, .pictureservices img,
.plurk a.pictureservices img, .content a.ex_link pictureservices bigimg, .pictureservices:hover img, .plurk a.pictureservices:hover img, .content a.ex_link pictureservices bigimg:hover, .youtube img, .youtube:hover img, .video img, .video:hover img
{
max-width: 80px !important;
background: none !important;
border: 0 !important;
border-radius: 3px;
}
p#about_me .youtube img, p#about_me .youtube:hover img { border: 0 !important; border-radius: 3px; }
p#about_me a.youtube.video
{
font-size: 0px !important;
max-height: 45px !important;
overflow: hidden;_overflow: none;
}
ul.responses a.ogvideo:after, ul.responses a.videoservices:after , p#about_me a.ogvideo:after, p#about_me a.videoservices:after { filter: alpha(opacity=0) !important; opacity: 0 !important; zoom: 1; }
.bigplurk .meta, .plurk_content .meta { padding: 4px !important; }

/*透明度變化*/
#timeline_holder .bigplurk, #vert_timeline .bigplurk, #plurk_responses ul.responses li
{
filter: alpha(opacity=80); opacity: 0.8; zoom:1;
box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
#timeline_holder .bigplurk:hover, #vert_timeline .bigplurk:hover,
#plurk_responses ul.responses li:hover
{
filter: alpha(opacity=100); opacity: 1; zoom:1;
-moz-transition: opacity 0.5s ease;
-webkit-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
-ms-transition: opacity 0.5s ease;
}

/*表格寬度*/
.display table, .toggled table, .plurk_box table { width: 470px !important; }
.display .text_holder,.toggled .text_holder, .plurk_box .input_holder, .list table { width: 100% !important; }

/*列表換行*/
.list .plurk_cnt .td_qual { position: absolute; width: auto; overflow: visible; margin-left: 0.1em; }
.list .plurk_cnt .text_holder { margin-top: 1.5em; padding: 0.5em; margin-left: 0.1em; width: auto !important; }

/*浪上噗的寬高*/
.plurk .truncated, .text_holder { width:px; min-height: 18px; }

/*列表延伸動態*/
.list
{
-moz-transition: height 0.5s ease;
-webkit-transition: height 0.5s ease;
-o-transition: height 0.5s ease;
-ms-transition: height 0.5s ease;
}

/*解決噗重疊問題*/
div.plurk .link_extend { z-index: 2200; }
.block_cnt
{
padding: 15px !important;
width: 300px !important;
height: 60px !important;
}
.block_cnt .div_inner, .div_bottom
{
max-height: 0px !important;
}

/*原噗*/
.list .highlight_owner .td_qual a { color: #149 !important; }
.list .highlight_owner .plurk_cnt, .list .highlight_owner .plurk_cnt:hover { border-left: 3px solid #bbb !important; background: #fff !important; }
.list .highlight_owner .plurk_cnt .text_holder { color: #444 !important; }

/*訊息網址*/
.bigplurk .content .avatar img, #shareUser .avatarlist ul li img, .responses li article .avatar img, #plurk_responses #reply .responses li article .avatar img { width: 25px !important; height: 25px !important; }
.controls a { background: none !important; border: 0 !important; padding-left: 4px !important; }
#plurk_responses h2, #response_number h2, .user .time { color: #000 !important; }
#plurker_info section
{
background: none !important;
border: 0 !important;
color: #bbb !important;
}
#response_number h2 a, #plurk_responses div.feed-link a, #plurk_responses ul.responses, #plurk_responses ul.responses li, .del_icon, .reply_to { background: none !important; border: 0 !important; }
#plurk_responses ul.responses { border: 0px solid #000 !important; }
#plurk_responses ul.responses li:hover { background: #fff !important; }

/*頁首*/
.html5 #top_login a, .html5 #top_bar a,
.html5 #top_login a:hover, .html5 #top_bar a:hover
{
font-size: 11px !important;
padding: 5px 3px !important;
margin: 0px !important;
font-weight: 400 !important;
color: #8cf !important;
border: 0 !important;
}
.html5 #top_login a, .html5 #top_login a:hover { color: #777 !important; }
.html5 #top_login a:hover, .html5 #top_bar a:hover { color: #ddd !important; }
#top_bar .sep, #top_bar .item img { width: 0px; }
#alert_beacon, .unread #alert_beacon, .unread_generic, #top_bar #edit_link, #top_bar #edit_link:hover { color: #fff !important; background: none !important; font-size: 11px !important;font-weight: bold !important; }
.unread #alert_beacon, .unread_generic { background: none !important; }
#page_title { color: #48f !important; text-shadow: 0px 0px 4px #8ff; font-size: 13px !important; letter-spacing: 0.03em !important; }
#page_title:hover { color: #8bf !important; }

/*頁尾*/
#languge_selector { color: #fff !important; font-size: 11px !important;}
select, select:focus { background: none; border: 0 !important; color: #89b !important; }
select:focus { background: #000 !important; color: #555 !important; }
.html5 #footer { color: #fff !important; font-size: 11px !important; position: fixed; bottom: 12px; width: 100%; min-width: 1280px; margin: 20px !important; }

/*捲軸語法*/
::-webkit-scrollbar, ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover,
::-moz-scrollbar, ::-moz-scrollbar-thumb, ::-moz-scrollbar-thumb:hover
{
background: #fff !important;
border-radius: 14px;
box-shadow: 0px 0px 5px #ccc;
}
::-webkit-scrollbar-thumb:hover, ::-moz-scrollbar-thumb:hover
{
background: #bebebe !important;
}

/*瀏覽器所選部份底色*/
::-moz-selection
{
background: #000 !important;
color: #89b;
}
::selection
{
background: #000 !important;
color: #89b;
}

/*淡入過場*/
.GB_Gallery .iframe_holder, .GB_Window,
#timeline_cnt, .plurk, .plurk_box
{
-moz-animation-name: fadeIn;
-moz-animation-iteration-count: 1;
-moz-animation-duration: 0.6s;
-webkit-animation-name: fadeIn;
-webkit-animation-iteration-count: 1;
-webkit-animation-duration: 0.6s;
}
@-webkit-keyframes fadeIn
{
0% { opacity: 0; }
100% { opacity: 1; }
}
@-moz-keyframes fadeIn
{
0% { opacity: 0; }
100% { opacity: 1; }
}

/*調整時間軸高度*/
#timeline_holder.permalink { height: auto !important; }
#timeline_holder, #timeline_cnt, #timeline_bg, #timeline_fg { height: 500px !important; }
day_bg .div_inner,.div_inner { height: 480px !important; }
#time_show { top: 500px !important; }
.plurk { margin-top: px; }
#toggle_tab { z-index: 501; }
.permalink { height: auto; min-height: 386px !important; }
#updater, #music_player { top: 495px !important; }
.browse_button { top: 389px !important; }


/*------------------------------------------------------------------------
Date: 2012-10-04
Design by: Be Myself Inc. M6
-- 此噗版CSS僅供個人自用,請勿改製再分享或用於商業用途 --
-- Copyright: 版權所有 保留一切權利 All Rights Reserved --
------------------------------------------------------------------------*/