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
/* 時間標籤置頂 */

.bottom_start {
position: absolute;
top: 0;
z-index: 800;
height: 18px;
opacity: 0.5;
}


/* 浮動發噗時間 */

#time_show {
top: auto !important;
right: 1%;
bottom: 90%;
left: auto !important;
padding: 10px !important;
background: none;
}

#time_show span {
color: #fff !important;
font-size: 1em !important;
font-weight: bold;
}




/* 個人資訊面板 */


._lc_ #dashboard_holder {
min-width: 0;
min-height: 0;
width: auto;
position: absolute !important;
top: 10px;
bottom: 0;
left: -360px;
margin: 0 !important;
z-index: 910;
background-color:rgba(234,237,245,0.8) !important;/* 可改色 */
background-image: url( ) !important;
background-position: center !important;
background-size: cover !important;
background-attachment: fixed !important;
-webkit-transition: left .6s;
transition: left .6s;
}

.display_name { width: 100%; text-align: left; }
.profile-icons { top: 160px; }
#dashboard_holder:hover { left: 0; }
#plurk-dashboard { background: none !important; border: none !important; }



/* 使各面板垂直排列 */

.dash-segment-profile :first-child.segment-content,
.dash-group-left,
.dash-group-right,
.dash-segment {
clear: both;
width: auto !important;
}

.segment-content {
background: none !important;
border-radius: 0 !important;
}


/* 發文面板 */

.dash-group-form {
position: fixed !important;
bottom: 20px !important;
left: 50%;
transform: translate(-50%, 0);
width: auto !important;
z-index: 910 !important;
background-color: #f0f1f5;/* 可改色 */
color: #000;
border-radius: 5px;
box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0);
}

#plurk_form textarea {
max-height: 380px !important;
width: 40vw !important;
}

.submit_img {
color: #fff !important;
}


/* 各欄樣式 */

#dash-additional-info,
#dash-stats,
#dash-friends,
#dash-fans,
#dash-award {
width: 340px !important;
position: relative;
padding: 5px;
font-size: .9em;
color: rgb(111 109 141) !important;/* 可改色 */
}

.segment-content h2 {
color: rgb(62 61 80) !important !important;/* 可改色 */
background: none !important;
font-size: 1.5em !important;
font-weight: bold;
border-bottom: 0 !important;
}

.segment-content a {
color: rgb(111 109 141) !important;/* 可改色 */
text-decoration: none !important;
}

.segment-content a:hover {
color: rgb(111 109 141) !important;/* 可改色 */
}






/* 個人簡介欄 */

#dash-profile {
width: 100% !important;
height: auto !important;
}


/* 大頭貼 */

#profile_pic {
height: 150px !important;
width: 150px !important;
border-radius: 10px;
position: relative !important;

}

#plurk-dashboard .dash-group-left #dash-profile img.profile-pic {
border-radius: 25px 25px 25px 25px;
}

#plurk-dashboard .dash-segment-profile #dash-additional-info #about_me {
padding-top: 20px;
line-height: 1.5em;
font-size: 20px;
}

.profile-info {
display: none;
}

#full_name,
.profile-info {
line-height: 1.4em;
text-align: leaf;
margin: 0 !important;
position: relative !important;
}

#full_name {
font-size: 17px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: block;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: baseline;
-webkit-align-items: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}


.display_name {
margin-right: auto;
font-size: 150%;
}

#dashboard_holder:hover #karma_holder {
/* (原左移(30px) + 個人簡介欄左移(180px)) * -1 */
margin-left: -210px;
}


/* 自我介紹欄 */

#dash-additional-info {
padding-right: 50px !important;
}

#dashboard_holder:hover #dash-additional-info {
max-height: 50vh;
}


/* 各欄標題樣式 */

.segment-content h2 {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;

/* 第1: 文字 */
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;

}

/* 朋友靠左 */
#plurk-dashboard .dash-segment-friends #dash-friends #friend_managment {
margin-top: 5px;
text-align: left;
}

/* 粉絲靠左 */
#plurk-dashboard .dash-segment-fans #dash-fans #fan_managment {
margin-top: 5px;
text-align: left;
}


/* 第2: 分隔線 */

.segment-content h2::before {
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
height: 1px;
margin: 1px;
content: '';
background-color: rgba(111,109,141,0.7) !important;/* 可改色 */
}


/* 圖示樣式 */

#dash-additional-info::before,
.segment-content h2::after {
width: 1em !important;
color: rgb(111 109 141) !important;/* 可改色 */
font-size: 1.5em !important;
text-align: left;
font-family: FontAwesome !important;
font-weight: 100 !important;
}


/* 圖示代碼 *//* 可改 */


#dash-stats h2::after {
content: '✽';
/* line-chart */
}

#dash-friends h2::after {
content: '✽';
/* child */
}

#dash-fans h2::after {
content: '✽';
/* star-o */
}



:hover.segment-content .dash-stats-karma,
:hover.segment-content #dash-stats-table,
:hover.segment-content #friend_managment,
:hover.segment-content #dash-friends-pics,
:hover.segment-content #fan_managment,
:hover.segment-content #dash-fans-pics {
max-height: 200px;
/* 大於以上任一元素原高度的數字 */
}


/* 狀態數值 */

#dash-stats td {
color: rgb(111 109 141) !important;/* 可改色 */
font-weight: 700;
}

/* 加入好友按鈕, 追蹤按鈕 */

.friend_man {
display: block;
white-space: nowrap;
background: none !important;
border: none !important;
color: #fff !important;/* 可改色 */
font-size: 1.5em !important;
}



/* 避免底部bar擋到東西 */

.timeline_control {
position: absolute;
bottom: 20px;
left: 20px;
width: 0 !important;
height: 0 !important;
z-index: 1000;
}

/* 訊息分區位置 */
#timeline_control_holder {
position: absolute;
bottom: 170px;
}

.response_time {
border: 1px solid #fff;
border-left: 0;
border-radius: 0;
}

.response_time .holder {
background: none !important;
}

._lc_ #about_me { position:relative; }
._lc_ #about_me:before {
display:block;
position:absolute;
content:url(https://images.plurk.com/2cpA6Gb4RsqVH6d5zExwIA.png ); /* 突出區圖片 */
left:350px; top:-270px;
}

/*好友頭像區*/
#dash-friends .friend_holder {
display: none;
}
/*粉絲頭像區*/
#dash-fans .friend_holder {
display: none;
}
/*徽章區*/
#plurk-dashboard .dash-segment-award {
display: none;
}


.karma_hover .karma_green {
color:rgb(62 61 80) !important;/* 卡瑪字可改色 */
}

.karma_hover .pif-arrow-up {
color: #5a71b3;/* 箭頭可改色 */
}

._lc_ #resp_banner_ads, ._lc_ .friend_man {
display:inline;
white-space: nowrap;
background: none !important;
border: none !important;
color: rgb(62 61 80) !important;/* 可改色 */
font-size: 1.5em !important;
}

#plurk-dashboard #dash-stats .dash-stats-karma {
width: 37%;
min-width: 210px;
text-align: center;
margin: 0px 0;
}

#plurk-dashboard #dash-stats table th {
vertical-align: bottom;
font-weight: normal;
text-align: left;
padding: 8px 3px 0 0;
font-size: 12px;
opacity: 1;
}

#plurk-dashboard #dash-stats table td {
vertical-align: bottom;
padding: 8px 5px 0 0;
font-size: 12px;
width: auto;
white-space: nowrap;
}


/*更新的按鈕*/
#updater .item a {
border-radius: 50px 50px 50px 50px;
}
/*頻道的普通按鈕*/
#filter_tab a {
border-radius: 50px 50px 50px 50px;
}
/*頻道的普通按鈕:滑鼠移至*/
#filter_tab a:hover {
border-radius: 50px 50px 50px 50px;
}
/*頻道的選中按鈕*/
#filter_tab a.filter_selected {
border-radius: 50px 50px 50px 50px;
}
/*頻道的選中按鈕:滑鼠移至*/
#filter_tab a.filter_selected:hover {
border-radius: 50px 50px 50px 50px;
}