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
/*Plurk-每日照片-搜尋區塊*/
#pane_daily_photo,
#pane_search,
#pane_plurk {
background:#none !important;
border:none;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
width:92%;
margin:0 auto;
filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.5 !important;
}

/*每日照片文字*/
#pane_daily_photo {font-size: 16px!important;color: #ccc !important;}
#pane_daily_photo a {font-size: px!important;color:gray !important;}
#pane_daily_photo a:hover {color: #999 !important;}

/*搜尋區文字*/
#pane_search {color: #fff !important;}
#pane_search a{color: gray!important;}
#pane_search a:hover {color: #444 !important;}

/*選項標籤*/
#toggle_tab {margin-left:3%;}
#toggle_tab li, #plurks_pane_li {
background:#fff !important;
color: #777 !important;
-moz-border-radius: 2px 2px 0px 0px;
-khtml-border-radius: 2px 2px 0px 0px;
-webkit-border-radius: 2px 2px 0px 0px;
margin:0 auto;
filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.5 !important;
border:none!important;
font-size:15px!important;
height:15px;
_height:19px;
margin-right:3px;
}
#toggle_tab li.tt_selected {color: #999 !important;}

/*使用者名稱*/
#main_poster .qual_holder{
color: #777; font-size:20px;
}

/*噗文輸入框*/
textarea#input_big.content {
height:70px;
font-size:18px;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius: 3px;
border:1px solid #222!important;
background:#none !important;
color:#000 !important;
}

/*換發噗大按鈕*/
.cmp_plurk {
background:transparent url('http://s614.photobucket.com/albums/tt230/m66660000/plurk/black.png') no-repeat scroll top left;
height:38px;
width:81px;
}

/*私密語系選項*/
#more_options .on, #more_options, #more_options_holder, #more_options_link {
border:0;
color:#888!important;
background: none!important;
outline:none;position:relative;
}
#more_options .on{
border:0;
background: none!important;
color:#888 !important;
}
#more_options .on, #more_options, #more_options_holder {
background: none!important;
color:#888 !important;
}

/*尚餘字數*/
.char_updater {color:#999!important;}
.char_updater.highlight_light {color:#999important;}

/*語助詞*/
.q_says,.q_is {
background:#333!important;
border:0!important;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius: 3px;
filter:alpha(opacity=80); opacity:0.8; -moz-opacity:0.8 !important;
}
.qualifier, .m_qualifier, .r_qualifier {
border:0!important;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius: 3px;
filter:alpha(opacity=80); opacity:0.8; -moz-opacity:0.8 !important;
}


/*主控台----資訊區--------------------------------------*/
#plurk-dashboard,#plurk-dashboard h2 {
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:none;
font-size:12px;
font-family:Verdana;
background:none;
color:#444 important;
margin: 0 auto;
width:93.5%;
line-height:17px;
}

#dash-stats h2, #dash-friends h2, #dash-fans h2 {
text-align: center;
color:#444!important;
font-size:12px !important;
}
#plurk-dashboard a, #dash-profile, #dash-additional-info,p#about_me, #dash-stats table, #dash-stats table td {color:#888!important;}
#plurk-dashboard a:hover {color:#000 !important;}

/*卡馬*/
#karma {color: #666;font-size: 29px;}
.karma_hover {color: #888;}
.karma_arrow {filter:alpha(opacity=0)!important; opacity:0!important;}
.cmp_karma_up {filter:alpha(opacity=0)!important; opacity:0!important;}

/*控制面板: 個人圖像*/
#profile_pic {width: 120px;border:1px solid #999;}
#profile_pic:hover {width:180px;}

/*小徽章緊密的排排站*/
.award_bar { _height:1%;padding:0; margin-top: 20px;}
.award_bar div {
padding:0 !important;height: 22px;width: 22px !important;margin:0 !important}
.award_bar img{width: 20px;height: 20px;}
a.link_arrow {filter:alpha(opacity=0)!important; opacity:0!important;}

/*朋友區: 隱藏搜尋區*/
#dash-friends p, #dash-friends form {
filter:alpha(opacity=0) !important;
-moz-opacity:0 !important;
opacity: 0 !important;
}

/*朋友區: 隱藏入門說明*/
div #tw_help {
filter:alpha(opacity=0) !important;
-moz-opacity:0 !important;
opacity: 0 !important;
}

/*列出所有朋友粉絲連結*/
#dash-fans not-allowed:first-child {
font-size:9px;color:#444!important;
}
#dash-friends not-allowed:first-child {
font-size:9px;color:#444!important;
}

/*朋友粉絲圖*/
.friend_holder {margin-bottom: 4px;}
.friend_holder table { margin-left: auto;margin-right: auto;}
.friend_holder .user_link{height:23px!important;width:23px!important; }
.friend_holder img{width:23px;height:23px; }
#dash-friends-pics .user_link, #dash-fans-pics .user_link {border:1px solid #999;}
#dash-friends-pics img, #dash-fans-pics img {border:1px solid #999;}

/*朋友粉絲按鈕*/
.friend_man.add_follow, .friend_man.remove, .friend_man.add_friend, .friend_man.pending , .friend_man.private_plurk, .friend_man.block {
background: #444!important;
border-right: 1px solid #444;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
border-left: 1px solid #444;
color: #999 !important;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius: 3px;
}

/*畫面佈景----頁尾--------------------------------------*/
#footer, #footer a {font-size:10px;color:#666 !important;margin:30 auto;font-weight: regular;text-transform:normal;font-family:Verdana;border:0px;}
#footer a:hover {color:#000 !important;}

/*語言選單*/
#languge_selector {font-size:9px;color:#222!important;}

/*畫面佈景----語言字型--------------------------------------*/
body.language-large-font {
font-weight: regular;text-transform:normal;font-family:Verdana;}

/*畫面佈景----頁首--------------------------------------*/
#top_bar, #top_bar a, #top_login, #top_login a {
font-size:11px;color:#444 !important;
font-weight: regular;text-transform:normal;font-family:Verdana;
}
#top_bar .content a#edit_link {font-size:10px;background:none!important;}
#top_bar .content a:hover#edit_link {color:#333!important;}
#alert_beacon {font-size:11px;margin:0 2px;color:#555!important;}
#page_title {font-size:12px;color:#555!important;}

/*畫面佈景----背景--------------------------------------*/
body, html {
background:#fff url(http://i.imgur.com/mHGzRlc.gif) center top no-repeat;
background-size: cover;
font-size:12px;
margin-top:-45px;
}

/*時間軸----背景--------------------------------------*/
#timeline_holder {background:none;border:none!important;}
#timeline_holder .plurk {margin-top:70px;}


/*日期文字*/
.day_start .bottom_start, .day_start .div_start {
color: #333!important;font-size:9px;margin-top:50px;
}

/*換日線*/
.day_bg .div_inner {
background:#fff;
width:12px;
height:3px;
border:none!important;
-khtml-border-radius:1px;
-moz-border-radius:1px;
-webkit-border-radius:1px;
}



/*時間顯示*/
#bottom_line, .evening,.night,.day,.morning {
background: transparent;border:none!important; }
.bottom_start, .bottom_end {
color: #444!important;
font-size:9px;
}
#time_show span, #time_show {
color: #000!important;
font-weight:regular;
font-size:10px !important;
font-family:Verdana;
border:none!important;
-khtml-border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
background:#ccc !important;
filter:alpha(opacity=70); opacity:0.7; -moz-opacity:0.7 !important;
}

/*噗浪生物*/
#dynamic_logo ,#logo img {filter:alpha(opacity=0) ; -moz-opacity:0; opacity: 0; }
img#creature{ filter:alpha(opacity=0) ; -moz-opacity:0; opacity: 0; }

/*所有的plurk標籤*/
#filter_tab {
background:#fff!important;
margin:0 auto;
-moz-border-radius: 0px 0px 3px 3px;
-khtml-border-radius: 0px 0px 3px 3px;
-webkit-border-radius: 0px 0px 3px 3px;
border:none!important;
font-size:11px!important;
color:#777!important;
filter:alpha(opacity=70); opacity:0.7; -moz-opacity:0.7 !important;
}
#filter_tab a.off_tab {
border:0 !important;background:none !important;color:#333!important;}
#filter_tab a.filter_selected { border:0 !important;background: none;color:#666 !important;}
#filter_tab a.off_tab:hover, #filter_tab a.filter_selected:hover {border:0 !important;}

/*更新通知與音樂播放器*/
#updater, #updater .text, #music_player {
background:#fff !important;
margin:0 auto;
padding:3px;
border:none!important;
font-size:11px!important;
color:#666 !important;
font-weight:200!important;
letter-spacing:.95px;
-moz-border-radius: 0px 3px 3px 0px;
-khtml-border-radius: 0px 3px 3px 0px;
-webkit-border-radius: 0px 3px 3px 0px;
filter:alpha(opacity=90); opacity:0.9; -moz-opacity:0.9 !important;
}

#updater a {color:#999!important; }
#updater a:hover {color:#ccc!important; }

/*更換loading圖--------------------------------------*/
.cmp_loading {width:0px;height:0px;}
#div_loading .cnt {
background:transparent url(http://s614.photobucket.com/albums/tt230/m66660000/plurk/loader/loadinfo.gif) no-repeat scroll center !important;
margin-top:140px;
}
.loading img {width:0px;height:0px;}
.loading {
background: url(http://s614.photobucket.com/albums/tt230/m66660000/plurk/loader/loadinfo_s.gif) no-repeat scroll center top !important;
margin-top:30px;
}

/*河道上的噗--------------------------------------*/
#timeline_holder .plurk_cnt {
background:#fff !important;
padding:3px;
font-size:12px;
letter-spacing:.1em;
line-height:17px;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
filter:alpha(opacity=90); opacity:0.9; -moz-opacity:0.9 !important;
}
.plurk_cnt {
background:#fff !important;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
filter:alpha(opacity=90); opacity:0.9; -moz-opacity:0.9 !important;
}

/*回應列表標題*/
.plurk_box .caption {background:#fff !important;border: none; font-size:11px;}

/*回應列表*/
.plurk_box .list {
height: 200px;
background: #fff !important;
filter:alpha(opacity=90); opacity:0.9; -moz-opacity:0.9 !important;
}
td.td_cnt textarea {height:50px;background: #fff !important;}
#input_small {height:50px;background: #fff !important;}
.list, .plurk_box .plurk_cnt .text_holder, .info_box {
border: none!important;
font-size:12px;
letter-spacing:.1em;
line-height:16px;
}

.info_box {
background:#fff !important;
-moz-border-radius:0px 0px 3px 3px;
-webkit-border-radius:0px 0px 3px 3px;
-khtml-border-radius: 0px 0px 3px 3px;
}
.info_box a {font-size:10px;color:#fff !important;}
.info_box a:hover {font-size:10px;color:gray!important;}
.mini_form {border: none!important;filter:alpha(opacity=90); opacity:0.9; -moz-opacity:0.9 !important;background:#fff !important;}

/*加大回應區的列距*/
.list .plurk_cnt {line-height:136%;}

/*回噗對話框底色*/
.plurk_cnt tr {background-color:#fff ;}

/*浪上的噗友圖*/
.p_img {
background:#fff!important;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
filter:alpha(opacity=90); opacity:0.9; -moz-opacity:0.9 !important;
}

/*刪除編輯消音取消*/
.manager .action {color:#000; font-size:10px;}
.manager a:hover {color:#999;font-size:10px; }
.manager .cancel {color:#555; font-size:10px;}
.manager .delete { color:#000;font-size:10px;}
.unmute {color:#222; font-size:10px;}

/*回應時間標示--------------------------------------*/
.response_time .holder {
background: #ccc !important;
filter:alpha(opacity=90); opacity:0.9; -moz-opacity:0.9 !important;
}

/*回應數*/
.response_count {
color:#666!important;
border:none!important;
background:#fff!important;
font-size:12px;
padding:1px 2px 2px 2px;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
filter:alpha(opacity=90); opacity:0.9; -moz-opacity:0.9 !important;
}
.dots .inner {background:none!important;border:none!important;color:gray!important; }
.new .response_count {
background:#666!important;
color:#fff!important;
border:none!important;
font-size:12px;
padding:1px 2px 2px 2px;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

/*影音圖片*/
.youtube img,.pictureservices img,.youtube:hover img,.pictureservices:hover img
{ border: none; }

/*噗上的連結*/
.plurk a.ex_link {color:#777;font-weight: bold;text-decoration:normal;}
.plurk a.ex_link:hover {color:gray;border-bottom: 0px;
text-decoration:normal;}

/*主題----其他--------------------------------------*/

/*往前往後*/
.cmp_arrow_right {
background: url(http://s614.photobucket.com/albums/tt230/m66660000/plurk/fa/nextlabel.gif);
filter: alpha(opacity=30); opacity: 0.3; -moz-opacity: 0.3;
width:63px;height:32px;
}
.cmp_arrow_left {
background: url(http://s614.photobucket.com/albums/tt230/m66660000/plurk/fa/prevlabel.gif);
filter: alpha(opacity=30); opacity: 0.3; -moz-opacity: 0.3;
width:63px;height:32px;
}
.cmp_back_to_today {
background: url(http://s614.photobucket.com/albums/tt230/m66660000/plurk/fa/ic02-21.gif);
filter: alpha(opacity=30); opacity: 0.3; -moz-opacity: 0.3;
width:16px;height:16px;margin-left:20px;
}

/*小視窗*/
.tooltip_cnt {background:#444 !important;color:#888!important;border: none!important; }
.AmiMenu.info_menu .block {background: #112222!important;color:#888!important;}
.AmiMenu.info_menu, .AmiMenu.info_menu td.on, .AmiMenu.info_menu .user_info.on
,.AmiMenu.info_menu .separator {background:#000!important;border:0 !important;color:#888!important;}

/*小視窗背景箭頭圖片*/
.AmiTT_main{background:none;}

/*註冊使用BAR*/
#validate_email,#sign_up_small,#registerToday,.plurk_box .login_to_see a,.red_link,.plurk_box .login_to_see
{background:#333!important;color:#000!important;border:none!important;}
#top_login a#sign_up{background:none!important;color:#ccc!important;border:0;}

/*表情符號圖示*/
#emoticon_selecter img, #emoticon_selecter a:hover img {border:0!important;}
#emoticons_tabs ul li a, #emoticons_tabs ul li {
margin-left:0px;
border:0!important;
background:#555!important;
color: #111!important;
font-weight: regular;
text-transform:normal;
padding:3px 5px;
font-size:11px;
font-family:Verdana;
}

/*單一Plurk頁面--------------------------------------*/
.user-nick {color: #000; }
div.bigplurk h1.content {color: #333; }
div.contentwrapper h1.content {
background: #ccc !important;
-moz-border-radius:3px 3px 0px 0px;
-webkit-border-radius:3px 3px 0px 0px;
-khtml-border-radius:3px 3px 0px 0px;
}
div.time {
background: #fff !important;
-moz-border-radius:0px 0px 3px 3px;
-webkit-border-radius:0px 0px 3px 3px;
-khtml-border-radius: 0px 0px 3px 3px;
}
img.bubble_edge {
filter:alpha(opacity=0)!important;
opacity:0!important;
-moz-opacity:0!important;
}
div.user img {
border:1px solid #112222!important;
padding:3px;
background:#000!important;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

/*上一則_下一則訊息*/
#prev_plurk, #next_plurk {
font-size:12px;
letter-spacing:.1em;
line-height:17px;
color:#666;
background: #ccc !important;
padding:3px;
border:1px solid #112222;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
filter:alpha(opacity=90); opacity:0.9; -moz-opacity:0.9 !important;
}

/*回應區標題*/
#plurk_responses h2 {
color:#999;
font-size:14px;
}

/*回應區*/
#plurk_responses {
background:#000!important;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
filter:alpha(opacity=70); opacity:0.7; -moz-opacity:0.7 !important;
}
#plurk_responses a {color:#333;}

.message {
-khtml-border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border:none !important;
}
.message a {color:#333 !important;}

/*回應區個人圖像*/
img.avatar {
border:1px solid #112222!important;
padding:3px;
background:#000!important;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
filter:alpha(opacity=90); opacity:0.9; -moz-opacity:0.9 !important;
}

/*輸入訊息區*/
#reply #reply_box {
font-size:18px;
-khtml-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius: 3px;
border:1px solid #222!important;
background:#fff !important;
color:#ccc !important;
}
div#reply_box_holder .plurkaction {background:#000 !important;}
#reply_box_holder .qual_holder {color: #555 !important; }

/*朋友搜尋,入門說明,邀請朋友,分享連結,社交小圖示隱藏一次搞定*/
#dash-friends p, #dash-friends form,
div #tw_help,
div a#dashboard-invite,
div #sharePlurk,
.dash-icon
{
filter:alpha(opacity=0) !important;
-moz-opacity:0 !important;
opacity: 0 !important;
height:0 !important;
width:0 !important;
overflow:hidden;
}

#plurk_ads
{
max-height:0px !important;max-width:0px !important;
background:#ccc !important;
border-bottom:1px dotted #111 !important;
border-top:1px dotted #111 !important;
font-size:11px !important;
color:#fff !important;
border-radius:3px;
}
#form_holder .caption {z-index:9999;position:relative;}

/*分享與表情選項圖片*/
.cmp_media_off, .cmp_media_on,
.cmp_media_mini_off, .cmp_media_mini_on
{
background:url(http://i614.photobucket.com/albums/tt230/m66660000/_ic/gray_dark/iphone_12x16.png) no-repeat scroll top left;
width: 12px; height: 16px;
}
img[src="http://static.plurk.com/static/icons/emoticon_off.png"],
img[src="http://static.plurk.com/static/icons/emoticon_on.png"],
img[src="http://static.plurk.com/static/icons/emoticon_mini_off.png"],
img[src="http://static.plurk.com/static/icons/emoticon_mini_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_dark/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_dark/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_dark/lock_stroke_12x16.png) no-repeat scroll top left;
width: 12px; height: 16px;
}

/*同步訊息視窗*/
#sync_checked_form
{
font-size:12px !important;
color:#333;
width:240px;
background:#bbb;
border-color:#aaa !important;
top:-60px !important;
border-radius:2px;
}
#sync_checked_ul a {color:#333;}
.upper_arrow {filter:alpha(opacity=0) !important; opacity:0 !important; zoom:1;}

/*私訊圖示*/
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/icon1/16/open-in-new-window-inv.png) no-repeat 0 1px;
}
.perma_link a,
.perma_link a:hover
{
text-decoration:none !important;
}

/*刪除與回覆回應圖示*/
.reply_to
{
background:transparent url(http://i614.photobucket.com/albums/tt230/m66660000/_ic/gray_dark/comment_stroke_12x11.png) no-repeat scroll 1px 2px;
}
.reply_to:hover
{
background:transparent url(http://i614.photobucket.com/albums/tt230/m66660000/_ic/gray_dark/comment_stroke_12x11.png) no-repeat scroll 1px 2px;
}
.del_icon
{
background:transparent url(http://i614.photobucket.com/albums/tt230/m66660000/_ic/gray_dark/x_7x7.png) no-repeat scroll 5px 4px;
}
.del_icon:hover
{
background:transparent url(http://i614.photobucket.com/albums/tt230/m66660000/_ic/gray_dark/x_7x7.png) no-repeat scroll 5px 4px;
}
div.response_time .holder a {color:#555 !important;}

/*紅背景更正*/
.unread #alert_beacon, .unread_generic
{
background-color:#111;
color:#fff !important;
border-radius:3px;
}

/*無回應 : )*/
.list .empty
{
background:url(http://i614.photobucket.com/albums/tt230/m66660000/icon/icon1/16/uc-level-3-user-goal.png) no-repeat 50% 0px transparent;
height:32px;
color:#fff !important;
margin:20px 0 0 0;
padding:30px 0 0 0;
text-indent:-9999px;
}

/*單則噗連結*/
#plurk_responses ul.responses .message a.user {color:#111 !important;}
#plurk_responses ul.responses .message a {color:#555 !important;}

/*單則噗廣告隱藏*/
div .adsense { display : none ; height:0 !important; width:0 !important; }

/*分享人數圖片隱藏*/
#replurkers_holder { display : none ; height:0 !important; width:0 !important; }

/*單則訊息連結頁去背景更正*/
div#plurk_responses h2 a,
#plurk_responses div.feed-link a,
#plurk_responses ul.responses,
#plurk_responses ul.responses .message,
#reply_box, #reply_box_holder
{
background:none !important;
border:0 !important;
}

._lc_ div.cmp_arrow_right, ._lc_ div.cmp_arrow_left, ._lc_ div.cmp_back_to_today, ._lc_ {
filter: alpha(opacity=100);
opacity: 1;
}