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
/*=======================================*/
/基礎(整體)設定/
/*=======================================*/

/噗版變身圓角版/

.plurk_cnt, /浪上的噗/
#timeline_holder .plurk_cnt, /浪上的噗/
.plurk_box .caption, /回應列表標題/
.plurk_box .list, /噗打開後的回應列表/
.plurk_box .mini_form, /回應列表下方欄位內表格/
.info_box, /回應列表下方欄位/
td.td_cnt textarea, /回應列表輸入回應區/
textarea#input_small, /回應列表輸入回應區/
.response_count, /回應數(已讀)/
.new .response_count, /回應數(未讀)/
.dots .inner, /回應數與噗中間的.../
#top_bar .content a:hover#edit_link, /頁首編輯文字背景(滑鼠移過去顯示)/
#time_show, .evening,.night,.day,.morning, /每則噗對應的時間顯示/
#filter_tab a.off_tab, /所有的噗標籤(未選)/
#filter_tab a.filter_selected, /所有的噗標籤(正選)/
#updater, /更新通知/
#music_player, /音樂播放器/
#plurk-dashboard, /主控台資料面板/
#dash-profile,#dash-additional-info, p#about_me, /個人簡介區*/
#dash-stats, /統計資料區/
#dash-fans, /粉絲區/
#dash-friends, /朋友區/
#pane_plurk, /plurk發噗區/
#pane_daily_photo, /每日照片/
#pane_search, /搜尋/
#toggle_tab li.tt_selected, /發噗區標籤(正選)/
.qualifier, .m_qualifier, /語助詞*/
textarea#input_big.content, /*發噗區輸入框*/
textarea#input_big, /*發噗區輸入框*/
textarea#input_permalink, /*發噗區輸入框*/
input#current_query, /*搜尋輸入框*/
#more_options_link, /*私密語系選項(未打開)*/
#more_options .on, /*私密語系選項(打開後)*/
#more_options, /*私密語系選項(打開後)*/
#more_options_holder /*私密語系選項(打開後)*/
/*圓角適用*/
{
-moz-border-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
}


/*隱藏 噗浪生物*/

#dynamic_logo ,#logo img
{filter:alpha(opacity=0); opacity: 0;zoom:1;}

img#creature
{filter:alpha(opacity=0); opacity: 0;zoom:1;}


/*=======================================*/
/*以下發噗區設定*/
/*=======================================*/

/*發噗區透明度變化*/
div#plurk_form
{filter:alpha(opacity=100) !important; opacity:0.5 !important; zoom:1;
}

div#plurk_form:hover
{filter:alpha(opacity=100) !important; opacity:1 !important; zoom:1;
}

/*plurk-搜尋標籤透明度變化*/

#toggle_tab li
{filter:alpha(opacity=100) !important;opacity:0.5 !important; zoom:1;}
#toggle_tab li:hover
{filter:alpha(opacity=100) !important; opacity:1 !important; zoom:1;}



/*=======================================*/
/*以下主選單區設定*/
/*=======================================*/


/*主選單統計區*/

#dash-stats
{filter:alpha(opacity=100) !important;opacity:0.8 !important; zoom:1;
background:#3DC5FF;

border:2px;
border-style:solid;
border-color:#000000;

padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;

font-size:12px; /*字大小*/
line-height:160%; /*行距*/
letter-spacing:0.06em; /*字距*/
padding:4px; /*表格間距*/
color:#000000;
}

/*標題-統計*/
#dash-stats h2
{

font-size:12px; /*字大小*/
line-height:160%; /*行距*/
letter-spacing:0.06em; /*字距*/
padding:4px; /*表格間距*/
color:#000000;
}


/*=======================================*/

/*主選單朋友區*/

#dash-friends
{filter:alpha(opacity=100) !important;opacity:0.8 !important; zoom:1;
background:#FFD83D;

border:2px;
border-style:solid;
border-color:#000000;

padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;

font-size:12px; /*字大小*/
line-height:160%; /*行距*/
letter-spacing:0.06em; /*字距*/
padding:4px; /*表格間距*/
color:#000000;
}

/*標題-朋友*/
#dash-friends h2
{
font-size:12px; /*字大小*/
line-height:160%; /*行距*/
letter-spacing:0.06em; /*字距*/
padding:4px; /*表格間距*/
color:#000000;
}



/*=======================================*/
/*主選單粉絲區*/

#dash-fans
{filter:alpha(opacity=100) !important;opacity:0.8 !important; zoom:1;
background:#FF3D64;

border:2px;
border-style:solid;
border-color:#000000;

padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;

font-size:12px; /*字大小*/
line-height:160%; /*行距*/
letter-spacing:0.06em; /*字距*/
padding:4px; /*表格間距*/
color:#000000;
}

/*標題-粉絲*/
#dash-fans h2
{
font-size:12px; /*字大小*/
line-height:160%; /*行距*/
letter-spacing:0.06em; /*字距*/
padding:4px; /*表格間距*/
color:#000000;
}


/*=======================================*/

/*主選單去背景*/

div#plurk-dashboard

{
background:none !important;
border:0 !important;
}

/*=======================================*/
/*文字編輯part1*/
/*=======================================*/

/*登入區文字*/
#top_login a
{
filter:alpha(opacity=0) !important; opacity:0 !important; zoom:1
}

/*標題*/
#page_title
{
font-family: impact;
color: #000000;
font-weight: bold;
}


/*選取反白*/
#top_login a:hover
{
filter:alpha(opacity=100) !important; opacity:1 !important; zoom:1;
font-weight: bold;
font-style: italic;
color: #000000;
}
/*=======================================*/
/*文字編輯part2*/
/*=======================================*/

/*上方左邊文字*/
#top_bar .content a
{
filter:alpha(opacity=100) !important; opacity:0.7 !important; zoom:1;
color:#000000 !important;
font-weight: 100;
font-style: italic;
}

/*反白*/
#top_bar .content a:hover
{
filter:alpha(opacity=100) !important; opacity:1 !important; zoom:1;
color:#000000 !important;
font-weight: 900;
font-style: italic;
}

/*=======================================*/

#edit_link, /*編輯文字*/
{
color:#000000 !important;
font-weight: bold;
font-style: italic;
}

#alert_beacon /*通知數字*/
{
color:#000000 !important;
font-weight: bold;
}

.unread #alert_beacon /*通知數字:未讀*/
{
color:#000000 !important;
font-weight: bold;
}

#languge_selector /*切換語言*/
{
color:#FFFFFF;
}

/*底部文字超連結*/
#footer a
{
color: #FFFFFF;
}


/*=======================================*/
/*浪上的噗*/
/*=======================================*/

#timeline_holder div.plurk
{
background-image:url(http://i.imgur.com/FUa3j.png);
background-repeat: no-repeat;
background-position:top right;
}


.block_cnt .plurk_cnt /*噗外框*/
{
font-size:12px; /*字大小*/
line-height:160%; /*行距*/
letter-spacing:0.06em; /*字距*/
padding:4px; /*表格間距*/

filter:alpha(opacity=80) !important;opacity:0.8 !important; zoom:1; /*透明度*/

margin-top:20px; /*邊界上升*/

background:#f0f0f0 !important; /*換底色*/
}


.block_cnt .link_extend .plurk_cnt /*滑鼠移過去延伸的噗*/
{
background:#f0f0f0 !important; /*換底色*/
filter:alpha(opacity=80) !important;opacity:0.8 !important; zoom:1; /*透明度*/
}

.block_cnt .plurk_box .plurk_cnt /*噗打開後*/
{
background:#f0f0f0 !important; /*換底色*/
filter:alpha(opacity=80) !important;opacity:0.8 !important; zoom:1; /*透明度*/
}


/*浪上的噗動態效果*/

#timeline_holder div.plurk /*淡入*/
{
-webkit-transition:top 0.5s ease, -webkit-transform 0.5s ease;
-webkit-transform-origin:0 0;
-moz-transition:top 0.5s ease, -moz-transform 0.5s ease;
-moz-transform-origin:0 0;
}


/*=======================================*/
/*背景設定*/
/*=======================================*/

/*下方背景設定*/
body, html
{
background-image:url(http://i.imgur.com/qalkU.jpg);
background-repeat: no-repeat;
background-position: -250px 200px;

/*大小縮放*/
-o-background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
}

/*河道(時間軸)設定*/

#timeline_holder
{
background-image:url(http://i.imgur.com/nj0uF.png);
background-repeat: no-repeat;
background-position:top;

margin-top:0px; /*去上邊界*/

filter:alpha(opacity=0) !important;opacity:1 !important; zoom:1; /*透明度*/
}


/*頁首登入列*/
#top_login
{
background-image:url(http://i.imgur.com/G5Npt.png);
background-repeat: no-repeat;
background-position:top right;
background-color:#FFD83D;

border:0px;

margin-top:0px; /*去邊界*/
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}


/*頁首左邊小圖*/
#top_bar .item img
{
background-image:url(http://i.imgur.com/59hG9.png);
background-repeat: no-repeat;
background-position:top right;
background-color:none;
}


/*=======================================*/
/*換日線*/
/*=======================================*/

#timeline_bg .day_bg .div_inner
{
background-image:url(http://i.imgur.com/VUvV6.png);
background-repeat: no-repeat;
background-position:top;
background-color:##FFFFFF;
width:20px;
}


/*=======================================*/
/*時間軸相關*/
/*=======================================*/


/*隱藏時間軸*/

.bottom_start, .bottom_end /*時*/
{
font-size:0px;
height:0;
width:0;
overflow:hidden;
filter:alpha(opacity=0); opacity:0; zoom:1;
}

/*顯示時間軸日期*/
.day_start .bottom_start, .day_start .div_start /*日*/
{
font-size:12px !important;
width:auto;
height:auto;
filter:alpha(opacity=100) !important; opacity:1 !important; zoom:1;
}