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
/*Designed by Be Myself Inc. For personal use only. Please don't present again. All Rights Reserved.*/

/*畫面佈景*//*background*/
html
{
background:#url() center top no-repeat !important;
background-size: cover !important; /*符合瀏覽器大小覆蓋全螢幕*/
}
#timeline_holder, /*時間軸*/
#bottom_line, .day_bg .div_inner, /*時間軸底線與日期線*/
#time_show, /*每則噗的時間*/
#filter_tab a.off_tab, #filter_tab a.off_tab:hover, #filter_tab a.filter_selected, #filter_tab a.filter_selected:hover, /*訊息選單列*/
div#plurk-dashboard, div.segment-content /*主控台與主控台各區塊*/
{
background: none !important;
border: 0 !important;
/*拿掉這些區域的背景與框線*/
}

/*隱藏項目*//*Hide*/

div#empty_timeline_fg img, div#empty_timeline_bg img { display : none !important; }
.day_start .bottom_start, .bottom_start, .bottom_end, /*日期時間軸*/
div#empty_timeline_bg { display : none !important; }
#dash-award { display : none !important; } /*小徽章*/

div#footer { display : none !important; } /*頁尾*/
div.show_mutual_friends, .nick_name, .show_all_friends { display : none !important; }
#getting_started, .login_to_see a,.red_link, .login_to_see, #reply #not_logged_in, #validate_email,#sign_up_small, #registerToday, div.feed-link, div.help, div#plurk-dashboard h2 { display : none !important; } /*登入註冊噗浪說明相關*/
#karma_arrow, .link_arrow { display : none !important; } /*卡馬小箭頭*/
#span_years,#m_or_f,#relationship_container { display : none !important; } /*年齡性別關係等*/

#plurk_ads, div.adsense, div#resp_banner_ads, section.adsense, .sliderAds,section.adsense h3 { -moz-transform: scale(0); -khtml-transform: scale(0); -webkit-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); } /*廣告*/

/*字型與連結*//*font-link*/
/*字型*/
body.language-large-font, body.language-large-font html5,
.textarea, #input_big.content, .content,
td.td_cnt textarea, textarea#input_small,
html,body
{
font-family: "Helvetica", "MS Pゴシック", Osaka, sans-serif !important;
font-weight: 400 !important;
text-transform: normal !important;
}
#timeline_holder .plurk_cnt, .list .plurk_cnt,
.td_cnt .text_holder, div.content,
div#plurk-dashboard, #dash-stats table th, #dash-stats table td
{
font-size: 1em !important;
line-height: 1.6em !important;
letter-spacing: 0.03em !important;
color: # !important;
}
/*連結*/
a, a:link, a:hover, a:visited, a:active,
#dashboard_holder #perma-right a,
.plurk_content a.ex_link, div.holder a.reply_to
{
color: # !important;
text-decoration: none !important;
background: none!important;
}
a:hover { text-decoration: none !important; }
#plurk-dashboard a,
.plurk a.ex_link, .text_holder a.ex_link,
.plurk a.ex_link:visited, .plurk a.ex_link:active,
.plurk_content a.ex_link, div.response_time .holder a
{
color: # !important;
text-decoration: none !important;
text-shadow: 0px 0px 3px #ffeeee !important;
background: none!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; } /*去除連結外框虛線*/

/*主控台*//*dashboard*/
#profile_pic { width: px!important; height: px!important; }
#profile_pic:hover { }
.dash-segment img.profile-pic /*大頭貼*/
{
border:2px solid #bbb;
box-shadow:4px 4px 0px #bbb;
}
#full_name /*姓名*/
{
font-size: 1em !important;
color:#696969 !important;
text-shadow:#8999B0 0 0 8px;
}
#karma /*卡馬*/
{
font-size: 1em !important;
color:#696969 !important;
text-shadow:#8999B0 0 0 8px;
}
/*統計項目與卡馬區對齊調整*/
#dash-stats table th { float : left; height:0px !important;}
.karma_hover { margin:0px !important; }

/*時間軸*//*plurk_form*/
.timeline_control {}
/*調整訊息選單*/
#timeline_control_holder {width:10%!important;}
#filter_tab a {background: none!important;}
#updater a {background: none!important;}
#filter_tab li {clear:none;width:auto;margin-right:5px;}
#filter_tab a {height:25px !important; margin:0 !important;}
.unread #alert_beacon, .unread_generic { background: none !important; color: # !important; } /*未讀數目*/
#music_player {background: none!important; border: 0 !important; color: #999 !important; } /*音樂播放列*/
/*沒有未讀訊息回到所有訊息*/
#empty_timeline_fg, #empty_timeline_bg { color: #8999b0 !important; font-size: 17px !important; text-shadow: 0px 0px 5px rgba(1,1,1,0.4); }
#empty_timeline_fg a, #empty_timeline_bg a { color: #8999b0 !important; }
#time_show span { color: #999 !important; } /*每則噗的日期時間*/

/*河道瀏覽前後箭頭*/
div.browse_button {top:400px!important;}
div.browse_button
{
opacity: 0.3 !important; zoom: 1;
-moz-transition: opacity 0.2s ease-out;
-webkit-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
}
div.browse_button:hover
{
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;
}
div.cmp_arrow_right, div.cmp_arrow_left {font-size: 2em !important; color:# !important;}
div.cmp_back_to_today {font-size: 1em !important; color:#FFF !important;background: none!important;}
div.pif-arrow-left {}
.snowflake {}

/*發噗區*//*plurk_form*/
div.input_holder
{
background: none !important;
border: 0 !important;
}
#input_big
{
background: none !important;
border: 0 !important;
}
#input_big.content {color:#00000 !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;
min-height: 30px;
line-height: 24px;
color: #696969 !important;
font-size: 16px !important;
border-radius: 4px;
padding: 4px 2px 3px 2px !important;
box-shadow: 0pt 0px 0pt rgba(0,0,0,0.02), 0pt 0px 0px rgba(0,0,0,0.01) inset;
}
td.td_cnt textarea, textarea#input_small
{
font-size: 12px !important;
min-height: 70px;
line-height: 21px;
letter-spacing: 0.04em;
color: #444 !important;
padding: 14px 2px 3px 2px !important;
}
textarea:hover, textarea#input_big_private:hover, textarea#input_big:hover, textarea#input_permalink:hover, input#current_query:hover
{
border-bottom: 1px solid #bbb !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
{
box-shadow: 0pt 1px 2px rgba(0,0,0,0.03) inset, 0pt 1px 0pt rgba(255,255,255,0.02);
color: #000 !important;
border-bottom: 1px solid #ddd !important;
}


/*表情符號分享訊息列圖示*/
.icons_holder { margin-left:40px !important; } /*對齊發噗框*/

/*各圖示*/
.pif-emoticon.cmp_emoticon_off, /*表情符號*/
.pif-media.cmp_media_off, /*分享資訊*/
.pif-sync.cmp_sync_off, /*同步更新*/
.pif-anynomous.cmp_anynomous_off, /*偷偷說*/
.pif-privacy.cmp_privacy_off /*私人訊息及隱私選項*/
{ font-size: 1.1em !important; color: rgba(187,187,187,1) !important; width:20px!important; opacity:0.6 !important; zoom:1; transition:opacity 0.3s ease;}

/*各圖示滑鼠移至效果*/
.pif-emoticon.cmp_emoticon_on,
.pif-media.cmp_media_on,
.pif-sync.cmp_sync_on,
.pif-anynomous.cmp_anynomous_on,
.pif-privacy.cmp_privacy_on
{ font-size: 1.1em !important; color:rgba(187,187,187,1) !important; width:20px!important; opacity:1 !important; zoom:1; transition:opacity 0.3s ease; }

/*浪上的噗內發噗區小圖示*/
.cmp_emoticon_mini_off.pif-emoticon,
.pif-media.cmp_media_mini_off
{ color: rgba(187,187,187,0.87) !important; font-size: 0.98em !important; opacity:0.6 !important; zoom:1; transition:opacity 0.3s ease; }
.cmp_emoticon_mini_on.pif-emoticon,
.pif-media.cmp_media_mini_on
{ color: rgba(187,187,187,1) !important; font-size: 0.98em !important; opacity:1 !important; zoom:1; transition:opacity 0.3s ease;}

/*去除表符圖示背景*/
.pif-emoticon.cmp_emoticon_off::before,
.pif-emoticon.cmp_emoticon_off::after,
.pif-emoticon.cmp_emoticon_on::before,
.pif-emoticon.cmp_emoticon_on::after,
.cmp_emoticon_mini_off.pif-emoticon::after,
.cmp_emoticon_mini_on.pif-emoticon::after
{ background: none !important; }

/*plurk按鈕*/
.submit_img {background: none!important;color:#8999b0 !important; font-size: 1em !important; }

/*發噗區語助詞*/
.m_qualifier {background: none!important;font-size: 12px !important; }

/*浪上的噗*//*plurk_cnt*/
.block_cnt .plurk_cnt, #timeline_holder .bigplurk .content, #vert_timeline .bigplurk .content
{
background: rgba(255,255,255,0.1) !important;
border: 0 !important;
border-bottom: 1px solid rgba(204,187,187,0.2) !important;
border-radius: 4px;
-moz-transition: background 0.6s ease;
-webkit-transition: background 0.6s ease;
-o-transition: background 0.6s ease;
-ms-transition: background 0.6s ease;
}
.block_cnt .plurk_cnt
{
padding: 5px 5px 4px 24px !important;
margin: -5px 0px 0px -24px !important;
}
.block_cnt .link_extend .plurk_cnt
{
background: rgba(255,255,255,0.94) !important;
border-bottom: 1px solid rgba(204,187,187,0.2) !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, .plurk_box .caption, .list, .mini_form, .info_box
{
background: rgba(255,255,255,1) !important;
border: 0 !important;
border-bottom: 1px solid rgba(204,187,187,0.2) !important;
border-radius: 4px;
}
.list .plurk_cnt /*展開後的回應區*/
{
background: rgba(255,255,255,0.1) !important;
-moz-transition: background 0.7s ease-out;
-webkit-transition: background 0.7s ease-out;
-o-transition: background 0.7s ease-out;
border-radius: 4px!important;
}
.list .plurk_cnt:hover
{
background: rgba(131,153,176,0.2) !important;
-moz-transition: background 0.7s ease-in;
-webkit-transition: background 0.7s ease-in;
-o-transition: background 0.7s ease-in;
}
.list .plurk_cnt, .list .plurk_cnt:hover { border-bottom: 1px solid #eee; }
.list, .response_box { border-radius: 5px 5px 5px 5px; }
.mini_form { border-radius: 0px 0px 0px 0px; }
.info_box { border-radius: 0px 0px 5px 5px; }
.char_updater, .char_updater span { color: #ccc !important; font-size: 10px !important; font-weight: 400 !important; background: none !important; }
.td_qual a { color: #999 !important; }/*暱稱*/
.list .highlight_owner .td_qual a { color: #555 !important; }/*回應區噗主暱稱*/
.list .highlight_owner .plurk_cnt, .list .highlight_owner .plurk_cnt:hover { border-left: 3px solid #bbb !important; }
.list .highlight_owner .plurk_cnt .text_holder { color: #666 !important; }/*回應區噗主訊息文字*/
div.perma_link { font-size: 10px !important; }
/*調整噗浪寬度*/
.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.7em; margin-left: 0.1em; width: auto !important; }
.plurk .truncated, .text_holder { min-width: 322px !important; min-height: 25px; }
.block_cnt .plurk table { min-width: 322px !important; }
.block_cnt .plurk_cnt .td_qual { position: absolute; overflow: visible; }
.block_cnt .plurk_cnt .text_holder { margin-top: 1.3em; padding: 0.5em; overflow: visible; }
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 /*回應列表高度變化效果*/
{
-moz-transition: height 0.5s ease;
-webkit-transition: height 0.5s ease;
-o-transition: height 0.5s ease;
-ms-transition: height 0.5s ease;
}
/*新噗底色*/
.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(204,187,187,0.3);
}
/*消音*/
div.muted { opacity:0.1!important; zoom:1; }
div.muted:hover { opacity:0.9!important; zoom:1; }
/*頭貼*/
.p_img { border: 0 !important; }
.p_img img { border-radius: 4px!important; }
/*消音推文轉噗喜歡*/
.manager a, .manager a:hover { background: none !important; color: #!important; }
dots .inner { display : none !important; }
/*噗回應數字*/
.response_count { color: #999 !important; background: none !important; margin-left: 4px !important; }
.new .response_count
{
background: #8999b0 !important;
border: 1px solid rgba(204,187,187,0.2) !important;
color: rgba(255,255,255,1) !important;
border-radius: 4px;
padding: 5px 4px 3px 3px !important;
text-decoration: ; /*blink*/
}
/*噗浪連結標注*/
.text_holder a.ex_link[href*="www.plurk.com"]
{
color: # !important;
background: # !important;
margin: 2px !important;
padding: 2px 2px 2px 2px !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: # !important;
text-decoration: none !important;
}
.plurk a.hashtag, .plurk a.hashtag:hover
{
color: # !important;
background: none !important;
border: 0 !important;
border-radius: 0px !important;
box-shadow: 0px 0px 0px rgba(0,0,0,0.2) !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
{
color: #8999b0 !important;
background: none !important;
border: 0 !important;
border-radius: 3px;
margin: 2px !important;
}
a.youtube img, a.youtube:hover img, .youtube img, .youtube:hover img,
.video img, .video:hover img,
a.oembed img, a.oembed:hover img,
a.oembedmeta img, a.oembedmeta:hover img,
a.appledaily img, a.appledaily:hover img,
a.og img, a.og:hover img,
a.meta img, a.meta:hover img,
a.embed img, a.embed:hover img,
a.ex_link pictureservices bigimg, a.ex_link:hover pictureservices bigimg,
.content a.ex_link pictureservices bigimg, .content a.ex_link pictureservices bigimg:hover,
.pictureservices img, .pictureservices:hover img,
.plurk a.pictureservices img, .plurk a.pictureservices:hover img,
.plurk a.pictureservices, .plurk a.pictureservices:hover,
.plurk a.meta:hover img,
body.t #dashboard_holder a.meta:hover img,
body.t #dashboard_holder a.pictureservices img,
body.t #dashboard_holder a.pictureservices,
body.t #dashboard_holder a.pictureservices:hover,
.permaplurk #dashboard_holder a.pictureservices img,
.permaplurk #dashboard_holder a.meta:hover img,
.permaplurk #dashboard_holder a.pictureservices,
.permaplurk #dashboard_holder a.pictureservices:hover,
.permaplurk #timeline_holder a.meta:hover img,
.permaplurk #timeline_holder a.pictureservices img,
.permaplurk #timeline_holder a.pictureservices,
.permaplurk #timeline_holder a.pictureservices:hover
{
max-width: 80px !important;
background: none !important;
border: 0 !important;
border-radius: 3px;
margin: 2px !important;
}
a.youtube:hover img, a.oembed:hover img, .youtube:hover img,
.video:hover img,
.plurk a.meta:hover img,
a.embed:hover img,
a.ex_link:hover pictureservices bigimg,
.pictureservices:hover img,
.plurk a.pictureservices:hover img,
.content a.ex_link pictureservices bigimg:hover,
body.t #dashboard_holder a.meta:hover img,
.permaplurk #dashboard_holder a.meta:hover img,
.permaplurk #timeline_holder a.meta:hover img
{
box-shadow: 0px 0px 5px rgba(170,204,255,0.6) !important;
}
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: 20px !important; }

/*語助詞*//*qualifier*/
.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: #bbb !important;
}

/*換圖片*//*pic*/
.list .empty /*沒有回應的噗*/
{
background: url(http://) no-repeat 50% 0px transparent;
height:32px;
color: #fff !important;
margin: 20px 0 0 0;
padding: 30px 0 0 0;
text-indent: -9999px;
}

/*選取*//*selection*/
::-moz-selection /*瀏覽器選取的部分標注*/
{
background: #ccc !important;
color: #000;
}
::selection
{
background: #ccc !important;
color: #000;
}

/*圖示*//*icon*/
.plurk_icon /*每則噗前面的標注圖示*/
{
color: # !important;
}

/*Designed by Be Myself Inc. For personal use only. Please don't present again. All Rights Reserved.*/
/*(http://www.plurk.com/installDesign/5807705-1475186746)*/