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
/**=======佈景發佈 by疾患=======**/
/*作者噗浪 http://www.plurk.com/hoshikata*/
/*請直接在自訂佈景把所有的語法貼上即可*/

/**全局**/
body {
  width: 100vw; 
  height: 100vh;
  font-weight: 400;
  letter-spacing: 0.08em;
}
a, 
a:link, 
a:visited, 
a:active, 
a:hover {
  text-decoration: none;
}

/**隱藏頁尾**/
footer {display: none !important;}

/**時間區**/
/*噗下出現的時間*/
.timeline-timeshow {left: 18px !important;}

/**頻道區**/
/*頻道條位置調整*/
.timeline_control {margin-left: 0;}
#timeline_control_holder {width: 100%;}
/*頻道型態設置*/
#updater {left: 10px;}
#filter_tab {padding-right: 20px;}
/*頻道展開*/
#filter_tab li {
  clear: none;
  position: relative;
  width: auto;
}
/*頻道Icon設定*/
#filter_tab a i[class*="pif-"] {
  float: left;
  width: 30px;
  line-height: 25px;
}
#filter_tab a i[class*="pif-"]::before {width: 30px;}
/*未讀數設定*/
#filter_tab a .unread_generic {
  position: absolute;
  top: -11px;
  left: 12px;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  padding-left: 1px;
  line-height: 25px;
  border-radius: 50%;
}
#filter_tab a {
  padding: 0;
  overflow: hidden;
  transition: width 0.3s ease, margin-right 0.3s ease;
}
/*頻道通常高度*/
#filter_tab a, 
#filter_tab:hover a.no_unread {
  height: 25px;
  margin-top: 6px;
}
/*無未讀時的寬度*/
#filter_tab a.no_unread, 
#filter_tab:hover a.no_unread {
  width: 0;
  margin-right: 0;
}
/*平常&有未讀時的寬度*/
#filter_tab a, 
#filter_tab a.filter_selected.no_unread, 
#filter_tab a.has_unread, 
#filter_tab:hover a.filter_selected {
  width: 30px;
  margin-right: 6px;
}

/**河道的噗設定**/
.plurk_cnt {padding-top: 5px; border-radius: 6px;}
/*噗友頭貼*/
.timeline-cnt .p_img {
  margin-right: 6px;
  padding: 0;
  overflow: hidden;
  border-radius: 5px;
}
.timeline-cnt .plurk_box .plurk_cnt {border-radius: 6px 6px 0 0;}
/*R18噗模糊*/
.timeline-cnt .porn .text_holder {
  filter: blur(2px); 
  transition: filter 0.2s ease;
}
.timeline-cnt .link_extend.porn .text_holder {filter: blur(0);}
/*噗的回應數*/
/*常態*/
.response_count {
  border-radius: 5px;
  text-decoration: none;
}

/**噗內回應**/
#form_holder {
  overflow: hidden;
  border-radius: 0 0 6px 6px;
}
/*讓噗內容與發噗人名換行*/
#form_holder .plurk_cnt .td_qual {
  position: absolute;
  margin-left: 0.7em;
}
#form_holder .plurk_cnt .text_holder {
  margin-top: 1.8em;
  margin-left: 0.7em;
  padding: 0.5em;
}

/**主控台全域**/
#plurk-dashboard {line-height: 20px;}

/**主控台發噗區**/
/*發噗區位置調整*/
#plurk-dashboard .dash-group-form {
  position: fixed;
  width: 50%;
}
.dash-group-form {
  z-index: 999;
  bottom: -108px;
  right: 20%;
  min-width: 400px;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease 1s;
}
.dash-group-form:hover {
  bottom: 0; 
  transition-delay: 0s;
}
.dash-group-form::before {
  content: "▲";
  position: absolute;
  display: block;
  top: -30px;
  right: 0;
  width: 50px;
  height: 20px;
  margin: 0;
  padding: 5px;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
  border-radius: 6px 6px 0 0;
}
/*發噗區背景*/
.dash-group-form .segment-content {background: none;}
.dash-group-form {
  padding: 0 10px;
  border-radius: 6px 0 0 0;
}

/**左右主控台位移**/
#dashboard_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: none;
  min-width: auto;
  margin: 0;
  padding: 35px 0 0 0;
}
#dashboard_holder .dash-group-left, 
#dashboard_holder .dash-group-right  {
  float: none; 
  width: auto; 
  max-width: 350px;
}
#dashboard_holder .dash-group-left .segment-content:nth-child(1) {border-top-right-radius: 10px;}
#dashboard_holder .dash-group-right .dash-segment-fans .segment-content {border-bottom-right-radius: 10px;}

/**主控台左右向左收縮**/
#dashboard_holder .dash-group-left, 
#dashboard_holder .dash-group-right {
  left: -100%;
  transition: all 1s ease 0.5s;
}
#dashboard_holder:hover .dash-group-left, 
#dashboard_holder:hover .dash-group-right {left: 0;}
/*頭像位置突出*/
#dashboard_holder .dash-group-left .profile-pic {
  left: calc(100% + 10px);
  transition: all 1s ease 1.2s;
}
#dashboard_holder:hover .dash-group-left .profile-pic {
  left: 0;
  transition-delay: 0.5s;
}
/*指定發噗區時主控台不要彈出來*/
#dashboard_holder .dash-group-form:hover ~ [class*="dash-group"] {left: -100%;}
#dashboard_holder .dash-group-form:hover + .dash-group-left .profile-pic {
  left: calc(100% + 10px);
}

/**主控台左側**/
#plurk-dashboard .dash-group-left {z-index: 999; padding-right: 0;}
#plurk-dashboard .dash-group-left .segment-content {border-radius: 0;}
/*頭像暱稱區*/
#plurk-dashboard .dash-group-left #dash-profile #full_name {
  margin-left: 100px;
  padding-top: 5px;
  font-weight: 600; 
}
#plurk-dashboard .dash-group-left #dash-profile .profile-info {margin-left: 100px;}
#plurk-dashboard .dash-group-left .profile-pic {margin-left: 3px;}
/*自介區*/
#plurk-dashboard .dash-group-left #private_plurk {position: absolute;}
#plurk-dashboard .dash-group-left .segment-content:nth-child(2) {
  margin-top: 0;
  /*外層容器的mt與pt合計11(5+5+1),::before元素高度25(5+15+5),合起來是11+25+11=47*/
  max-height: 47px;
  overflow: hidden;
  transition: all 2s ease;
}
#plurk-dashboard .dash-group-left .segment-content:nth-child(2):hover {max-height: 100vh;}
#plurk-dashboard .dash-group-left #about_me::before {
  content: "♞";
  display: block;
  width: 20px;
  margin: 1px 3px 15px 3px;
  padding: 5px 9px;
  font-size: 20px;
  line-height: 15px;
  text-align: center;
  color: transparent;
}

/**主控台右側**/
#plurk-dashboard .dash-group-right .dash-segment {float: none;}
.dash-group-right {z-index: 998;}
.dash-group-right .segment-content{
  margin-top: 0;
  padding: 5px 10px 0;
  overflow: hidden;
  transition: all 2s ease;
  border-radius: 0;
}
.dash-group-right .segment-content:hover {max-height: 100vh;}
/*統計區*/
.dash-group-right .dash-segment-stats .segment-content {padding: 5px 10px 10px;}
.dash-group-right .dash-stats-karma, 
.dash-group-right #dash-stats-table {float: none !important;}
.dash-segment-stats .segment-content {max-height: 80px;}
/*朋友粉絲區*/
#plurk-dashboard .dash-segment-friends, 
#plurk-dashboard .dash-segment-fans {width: auto;}
#plurk-dashboard .dash-segment-friends {margin-right: 0;}
.dash-segment-friends .segment-content, .dash-segment-fans .segment-content {
  /*外層容器的mt與pt合計5(padding),h2元素高度24(2+20+2),合起來是5+24+5=34*/
  max-height: 34px;
}
#friend_managment, #fan_managment {margin-top: 10px !important;}
.dash-group-right .friend_holder img {border-radius: 5px;}



/*=============== 自訂顏色部分===============*/
/* 展開發噗區的三角形樣式 */
.dash-group-form::before {
  background-color: rgba(34,34,34,0.9); /*背景*/
  color: #ccc; /*字色*/
}
/* 發噗區的背景顏色 */
.dash-group-form {
  background: rgba(34,34,34,0.9); 
}