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
/*三欄式主控台+連結樣式+消滅(?)好友粉絲+頭像特效*/
/*隱藏朋友粉絲圖和標題*/
div#dash-friends-pics, div#dash-fans-pics, /*圖*/
#dash-fans h2, #dash-friends h2 /*標題*/
{
filter:alpha(opacity=0) !important;opacity: 0 !important;zoom:1;
height:0px;
overflow:hidden;
}
.friend_holder .user_link {
filter:alpha(opacity=0) !important;opacity: 0 !important;zoom:1;
height:0px;
overflow:hidden;
}

/*主控台位置*/

#plurk-dashboard{
background-image: url();
background-repeat: repeat;
background-color:#000000;
}
#dash-stats,#dash-friends,#dash-fans{
text-align: center;color:#5BB1FF;
}
#dash-stats a,#dash-friends a,#dash-fans a{
color:#88A3E5;
}
#dash-stats a:hover,#dash-friends a:hover,#dash-fans a:hover{
color:#88A3E5;
}
#dash-stats h2,#dash-friends h2,#dash-fans h2{
font-size:25px;
color:#88A3E5;}#profile_pic {width: 120px;}
#dash-profile #full_name{color:#DDF0FF}
#dash-profile #location,#dash-profile #span_years , #m_or_f{color:#DDF0FF}
#dash-additional-info #about_me{color:#C5C5C5;}#dash-stats table td {color: #DDF0FF;}
#dash-stats #karma {color:#DDF0FF}
.karma_hover {color: #DDF0FF;}a:link,#footer,#footer a {color: #3f56b1;}
a:visited, a:active, #footer a:hover {color: #3f56b1;}
a:hover {color: #6e1ec7;}

#plurk-dashboard .dash-group-form {
width: 100%;
}

#plurk-dashboard .dash-segment-award{
opacity: 0.8 !important;
}
#plurk-dashboard .dash-group-left{
opacity: 0.8 !important;
height: 310px !important;
}/*height數值影響整體高度,自介較長時請增加*/
#plurk-dashboard .dash-group-form{
opacity: 0.8 !important;
width: 100%;
}
#plurk-dashboard .dash-group-right{
opacity: 0.8 !important;
width: 41%;
height: 300px;
}

._lc_ div#plurk-dashboard {
background-color: rgba(0, 0, 0, 0.5) !important;
overflow: hidden;
border-radius: 10px;
filter: alpha(opacity=90) !important;
opacity: 0 !important;
z-index: 20;
position: inherit;
}
._lc_ div#plurk-dashboard:hover {
opacity: 1 !important;
background: url( ) no-repeat;
background-size:;
background-position: right bottom;
}

._lc_ #dash-stats h2, ._lc_ #dash-friends h2, ._lc_ #dash-fans h2 {
font-size: 20px;
color: #8D8D8D;
line-height: 25px;
letter-spacing: 5px;
}

#plurk-dashboard .dash-segment-profile #dash-profile {
height: 280px;
width: 280px;
position: relative;
overflow: hidden;
}

#plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic {
width: 280px;
height:280px;
border-radius: 8px;
}
#plurk-dashboard .dash-segment-profile #dash-profile #full_name {
padding-left: 5px;
padding-top: 40px;
padding-bottom: 6px;
margin-left: 0px;
font-size: 17px;
position: relative;
top: 200px;
border-radius: 5px;
text-align: center;
}

#plurk-dashboard .dash-segment-profile #dash-profile #full_name:hover {
background: linear-gradient(rgba(121, 94, 94, 0),rgba(0, 0, 0, 0.72));
}

#plurk-dashboard .dash-segment-profile #dash-profile .profile-info {
position: relative;
bottom: 0;
top: 228px;
margin-left: 0px;
padding-left: 5px;
padding-bottom: 5px;
}

.dash-segment .segment-content {
margin: 10px;
padding: 5px;
border-radius: 10px;
background: rgba(34, 34, 34, 0.0);
}

#plurk-dashboard .dash-segment-profile #dash-additional-info {
padding: 5px;
position: relative;
left: 300px;
top: -300px;
}
#plurk-dashboard .dash-segment-profile #dash-additional-info #private_plurk {
margin-left: 20px;
}
#plurk-dashboard .dash-segment-profile #dash-additional-info #about_me {
line-height: 1.4em;
/* height: 60px;
width: 310px;
overflow-y: auto!important;*/
text-align: center;
margin-bottom: 0px!important;
}
._lc_ #plurk-dashboard .dash-group-form {
opacity: 1!important;
}
._lc_ #dash-stats, ._lc_ #dash-friends, ._lc_ #dash-fans {
text-align: center;
color: #BDBDBD !important;
}
#plurk-dashboard h2 {
background: #1B1B1B00;
height: 30px;
border-radius: 20px;
}

.submit_img {
border: 0;
cursor: pointer;
width: 80px;
font-size: 25px;
height: 38px;
text-align: center;
line-height: 38px;
color: #000000;
border-radius: 25px;
margin-left: 6px;
background-color: #3f56b1;
}
.input_holder {
border: none;
}

#plurk-dashboard a {
color: #88A3E5;
}

#plurk-dashboard .dash-segment-profile #dash-additional-info #location_container, #plurk-dashboard .dash-segment-profile #dash-additional-info #relationship_container {
margin-top: 10px;
text-align: center;
}

/*隱藏朋友粉絲圖和標題*/
div#dash-friends-pics, div#dash-fans-pics, /*圖*/
#dash-fans h2, #dash-friends h2 /*標題*/
{
filter:alpha(opacity=0) !important;opacity: 0 !important;zoom:1;
height:0px;
overflow:hidden;
}
.friend_holder .user_link {
filter:alpha(opacity=0) !important;opacity: 0 !important;zoom:1;
height:0px;
overflow:hidden;
}

/*好友粉絲變化*/
._lc_ .friend_holder li {
background: rgba(0,0,0,0.2) !important;
border: 1px solid #bbb !important;
border-radius: 4px !important;
height: 0px !important;
width: 0px !important;
}
._lc_ .friend_holder li:hover {
background: #333 !important;
border: 1px solid #444 !important;
border-radius: 4px !important;
}
._lc_ .friend_holder li img {
height: 0px !important;
width: 0px !important;
opacity: 0 !important;
zoom: 1;
border-radius: 4px !important;
box-shadow:inset 0px 3px 5px rgba(0,0,0,0.2) !important;
transition: opacity 0.5s ease;
}
._lc_ .friend_holder li img:hover {
height: 0px !important;
width: 0px !important;
opacity: 0 !important;
zoom: 1;
transition: opacity 0.5s ease;
}

/*自介連結特效*/
._lc_ #plurk-dashboard .dash-segment-profile #dash-additional-info a {
color: #fafeff;
font: 12px/20px Arial;
text-shadow: 0px 0px 20px #888, 0px 0px 0px #888;
text-decoration: none;
letter-spacing: 1.03px;
background: rgba(67, 53, 70, 0) !important;
padding: 5px 10px 5px 10px;
border: #f9f9fd 1px solid !important;
border-radius: 5px !important;
transition: background 0.8s ease;
}
._lc_ #plurk-dashboard .dash-segment-profile #dash-additional-info a:hover, ._lc_ #plurk-dashboard a:focus {
background: #ffffffe6 !important;
text-decoration: none;
border: #f9f9fd00 1px solid !important;
color: #000000;
}
/*大頭特效*/
._lc_ #dash-profile img:first-of-type {
background:url('') no-repeat; overflow:hidden;height:0px;width:280px;padding-top:280px; background-size:280px auto; margin-top:0px !important;margin-bottom:0px !important; position: center;
}
/*隱藏徽章*/
#dash-award {
height: 0px;
overflow: hidden;
}