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
/**======== Create by Plurk CSS Generator ========**/
/**== https://hoshikata.github.io/PlurkCSSGenerator ==**/
/*噗首外觀*/
.timeline-cnt .plurk {
opacity: 0.5;
}
/*噗首外觀:滑鼠移至*/
.timeline-cnt .link_extend {
opacity: 1;
}
/*噗首外觀:被展開*/
.timeline-cnt .plurk_box {
opacity: 1;
}
/*噗首外觀:消音*/
.timeline-cnt .muted {
opacity: 0;
}
/*噗首外觀:偷偷說*/
.timeline-cnt [data-uid="99999"] {
opacity: 1;
}
/*噗首內文*/
.timeline-cnt .plurk_cnt {
background-color: #ffffff;
color: #454545;
font-size: 11px;
line-height:160%;
border-radius: 10px 10px 10px 10px;
}
/*噗首內文:新訊息*/
.timeline-cnt .plurk_cnt[class*="new"] {
background-color: #ffffff;
color: #454545;
font-size: 11px;
line-height:160%;
opacity: 0.5;
border-radius: 10px 10px 10px 10px;
}
/*噗首內文:R18*/
.timeline-cnt .porn:not(.link_extend) .text_holder {
filter: blur(1px);
}
/*噗首的頭像*/
.timeline-cnt .p_img {
opacity: 0;
}
/*噗的回應數*/
.timeline-cnt .response_count {
background-color: #a0b6bb;
font-size: 12px;
opacity: 1;
border-radius: 10px 10px 10px 10px;
}
/*噗的未讀回應數*/
.timeline-cnt .new .response_count {
background-color: rgba(130, 201, 217, 1);
}
/*噗的Hashtag*/
.plurk .text_holder a.hashtag {
background-color: #ffffff;
color: #49699c;
font-size: 11px;
}
/*噗的Hashtag:滑鼠移至*/
.plurk .text_holder a.hashtag:hover {
background-color: #ffffff;
color: #1767e8;
}
/*噗的圖片*/
.plurk a.pictureservices {
opacity: 0.5;
border-radius: 3px 3px 3px 3px;
transition: 0.5s;
}
/*噗的圖片:滑鼠移至*/
.plurk a.pictureservices:hover {
opacity: 1;
border-radius: 03px 3px 3px 3px;
}
/*噗的有圖連結*/
.plurk a.meta {
background-color: #ffffff;
color: #49699c;
}
/*噗的有圖連結:滑鼠移至*/
.plurk a.meta:hover {
background-color: #ffffff;
color: #1767e8;
}
/*噗的有圖連結內的圖片*/
.plurk a.meta img {
opacity: 0.5;
}
/*噗的普通連結*/
.plurk a.ex_link {
color: #49699c;
}
/*噗的普通連結:滑鼠移至*/
.plurk a.ex_link:hover {
color: #1767e8;

}
/*噗的編輯鈕:滑鼠移至*/
.manager > a.edit:hover {
color: #363535 !important;
}
/*噗的選項鈕*/
.manager > a.option {
background-color: rgba(255, 255, 255, 0.5);
color: #49699c;
}
/*時間軸的時間*/
.bottom_start {
background-color: #82c9d9;
color: #ffffff;
opacity: 0.7;
border-radius: 15px 15px 15px 15px;
}
/*時間軸的線*/
#bottom_line {
opacity: 0;
}
/*河道往前往後鈕*/
.browse_button {
opacity: 0;
}
/*河道往前往後鈕:滑鼠移至*/
.browse_button:hover {
opacity: 0;
}
/*噗內整體調整*/
#form_holder {
opacity: 1;
}
/*噗內暱稱上移*/
#form_holder .plurk_cnt .td_qual {
position: absolute;
}
#form_holder .plurk_cnt .text_holder {
margin-top: 1.5em;
padding-left: 0.7em;
}
/*更新的按鈕*/
#updater .item a {
background-color: rgba(255, 255, 255, 0.5);
color: #5ca1b0;
font-size: 11px;
border-radius: 5px 5px 5px 15px;
}
/*更新的按鈕:滑鼠移至*/
#updater .item a:hover {
background-color: rgba(205, 237, 244, 0);
color: #ffffff;
}
/*更新的未讀數字*/
#updater .unread_generic {
background-color: #82c9d9;
color: #ffffff !important;
}
/*頻道的普通按鈕*/
#filter_tab a {
background-color: rgba(255, 255, 255, 0.5);
}
/*頻道的普通按鈕:滑鼠移至*/
#filter_tab a:hover {
background-color: #cdedf4;
color: #ada9a9;
}
/*頻道的選中按鈕*/
#filter_tab a.filter_selected {
background-color: #5f8b95;
color: #ffffff;
}
/*頻道的選中按鈕:滑鼠移至*/
#filter_tab a.filter_selected:hover {
background-color: #85aeb7;
color: #fffff;
}
/*頻道的未讀數字*/
#filter_tab a .unread_generic {
background-color: #6797a2;
}
/*主控台內分區*/
.dash-segment .segment-content {
background-color: rgba(255, 255, 255, 1);
opacity: 0.9;
border-radius: 10px 10px 10px 10px;
border: 0px solid rgba(255, 255, 255, 0);
}
/*個人資料區整體:滑鼠移至*/
.dash-segment-profile .segment-content:hover {
border-radius: 10px 10px 10px 10px;
}
/*個人頭像*/
#plurk-dashboard .dash-group-left #dash-profile img.profile-pic {
border-radius: 15px 15px 15px 15px;
}
/*個人頭像:滑鼠移至*/
#plurk-dashboard .dash-group-left #dash-profile img.profile-pic:hover {
opacity: 0.5;
border-radius: 20px 20px 20px 20px;
}
/*私噗按鈕*/
.friend_man.private_plurk {
background-color: #a0b6bb;
color: #ffffff !important;
}
/*送禮按鈕*/
.friend_man.send_gift {
background-color: #63a2b0;
color: #ffffff !important;
}

/*去除預設背景*/
div.segment-content
{
background: none !important;
border-radius: 0px !important;
border: 0 !important;
}
div#plurk-dashboard
{
background: none !important;
border-radius: 0px !important;
border: 0 !important;
}

/*主控台字型*/
div#plurk-dashboard,
p#about_me
{
font-family: 微軟正黑體 !important;
font-weight: normal !important;
font-size: 12px !important;
line-height: 2em !important;
letter-spacing: 0.14em !important;
color: #ddd !important;
}

/*姓名*/
div#full_name
{
font-size: 13px !important;
color: #fff !important;
}

/*主控台的連結*/
div#plurk-dashboard a,
p#about_me a
{
color: #fff !important;
text-decoration: none !important;
border: 0 !important;
}
/*滑鼠移至的連結*/
div#plurk-dashboard a:hover,
p#about_me a:hover
{
color: #ddd !important;
text-decoration: none !important;
border-bottom: 0 !important;
}

/*卡馬*/
#karma
{
font-family: 微軟正黑體 !important;
font-weight: normal !important;
font-size: 18px !important;
color: #fff !important;
text-shadow: rgba(211,120,16,0.6) 0 0 6px;
}
.karma_hover
{
font-family: 微軟正黑體 !important;
font-weight: normal !important;
font-size: 18px !important;
color: #ccc !important;
}

/*統計*/
#dash-stats table th, /*項目*/
#dash-stats table td /*數值*/
{
font-size: 11px !important;
color: !important;
}

/*大頭貼*/
.dash-segment img.profile-pic
{
width: 100px !important;
height: 100px !important;
border: 2px solid #ddd !important;
border-radius: 60px !important;
}

/*朋友粉絲圖*/
.friend_holder .user_link,
.friend_holder img
{
width: 25px !important;
height: 25px !important;
border: 0 !important;
border-radius: 60px !important;
}
/*朋友粉絲按鈕*/
a.friend_man
{
background: rgba(255,255,255,0.3) !important;
border: 0 !important;
border-radius: 24px !important;
font-size: 12px !important;
color: #fff !important;
transition: background 0.6s ease;
}
a.friend_man:hover
{
background: rgba(255,255,255,0.1) !important;
border: 0 !important;
border-radius: 24px !important;
text-decoration: none !important;
color: #ddd !important;
transition: background 0.6s ease;
}


/**河道的噗**/
/*河道*/
#timeline_holder
{
width: 100% !important; /*寬度*/
height: 600px !important; /*高度*/

}

/*去除預設背景*/
div.segment-content
{
background: none !important;
border-radius: 0px !important;
border: 0 !important;
}
div#plurk-dashboard
{
background: none !important;
border-radius: 0px !important;
border: 0 !important;
}
/*去除統計、朋友、粉絲標題*/
div.segment-content h2
{
background: none !important;
border-radius: 0px !important;
display: none !important;
}

/*主控台字型*/
div#plurk-dashboard,
p#about_me
{
font-family: 微軟正黑體 !important;
font-weight: normal !important;
font-size: 12px !important;
line-height: 2em !important;
letter-spacing: 0.14em !important;
color: #ddd !important;
}

/*姓名*/
div#full_name
{
font-size: 13px !important;
color: #fff !important;
}

/*主控台的連結*/
div#plurk-dashboard a,
p#about_me a
{
color: #fff !important;
text-decoration: none !important;
border: 0 !important;
}
/*滑鼠移至的連結*/
div#plurk-dashboard a:hover,
p#about_me a:hover
{
color: #ddd !important;
text-decoration: none !important;
border-bottom: 0 !important;
}

/*卡馬*/
#karma
{
font-family: 微軟正黑體 !important;
font-weight: normal !important;
font-size: 18px !important;
color: #fff !important;
text-shadow: rgba(211,120,16,0.6) 0 0 6px;
}
.karma_hover
{
font-family: 微軟正黑體 !important;
font-weight: normal !important;
font-size: 18px !important;
color: #ccc !important;
}

/*統計*/
#dash-stats table th, /*項目*/
#dash-stats table td /*數值*/
{
font-size: 11px !important;
color: #ccc !important;
}

/*噗首內文*/
.timeline-cnt .plurk_cnt {
font-size: 10px;
}
/*噗內回應區*/
.response_box {
transition: 0s;
}
/*回應內容*/
.response_box .list .plurk_cnt {
background-color: #ffffff;
color: #303030;
font-size: 11.5px;
line-height:160%;
}
/*噗內暱稱上移*/
#form_holder .plurk_cnt .td_qual {
position: absolute;
}
#form_holder .plurk_cnt .text_holder {
margin-top: 1.5em;
padding-left: 0.7em;
}