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
/*主控台內分區*/
.dash-segment .segment-content {
background-color: rgba(235, 233, 231, 1);
border: 2px solid rgba(152,152, 152, 1);
border-radius:0;
}

/*個人資料區整體*/
.dash-segment-profile .segment-content {
color: #000000;
}
/*卡碼資訊區整體*/
.dash-segment-stats .segment-content {
color: #000000;
}

/*頭貼區*/
.dash-segment-profile .segment-content:nth-child(1) {
position:fixed;
z-index:1000;
margin:0;
width:350px;
top:45px;
left:-325px;
transition:left .6s;
}
/*噗幣位置*/
#plurk-dashboard .profile-icons {
display: inline-block;
left: 67px;
bottom: 3px !important;
}
#plurk-dashboard .profile-info {
padding-top: 5px;
position: static !important;
}

/*自介區*/
.dash-segment-profile .segment-content:nth-child(2) {
position:fixed;
z-index:1000;
margin:0;
width:350px;
top:120px;
left:-325px;
transition:left .6s;
}

/*卡馬區*/
.dash-segment-stats .segment-content{
position:fixed;
z-index:1000;
margin:0;
width:350px;
top:195px;
left: -325px;
transition:left .6s;
}

/*好友區*/
.dash-segment-friends .segment-content{
position:fixed;
z-index:1000;
margin:0;
width:350px;
top:270px;
left:-325px;
transition:left .6s;
}
/*粉絲區*/
.dash-segment-fans .segment-content{
position:fixed;
z-index:1000;
margin:0;
width:350px;
top:345px;
left:-325px;
transition:left .6s;
}
/*徽章區*/
#plurk-dashboard .dash-segment-award {
display: none;
}
/*徽章區*/
#plurk-dashboard .dash-segment-award {
position:fixed;
z-index:1000;
margin:0;
width:350px;
top:420px;
left:0px;
transition:left .6s;
}

.dash-segment-profile .segment-content:nth-child(1):hover, .dash-segment-profile .segment-content:nth-child(2):hover,.dash-segment-stats .segment-content:hover,.dash-segment-friends .segment-content:hover,.dash-segment-fans .segment-content:hover{ left:25px;}

/*發文面板*/
.dash-group-form {
position: fixed !important;
bottom: 35px !important;
left: 50%;
transform: translate(-50%, 0);
width: calc(100vw - 150px) !important;
max-width: 950px !important;
border-radius: 30px;

z-index: 900;
}
#plurk-dashboard .dash-group-form .segment-content {
min-height: 62px;
}
.dash-group-form:hover {
z-index: 1100;
}
.plurkForm {
display: flex;
align-items: flex-end;
margin: 0 0 5px 3px;
flex-wrap: wrap;
justify-content: flex-end;
}
.submit_img {
order: 3;
width: auto;
border-radius: 20px;
padding: 0 15px 0 15px;
line-height: 35px;
margin-right: 5px;
}
.input_holder {
order: 1;
flex-grow: 1;
border-radius: 20px;
padding-right: 10px;
min-width: 200px;
}
.icons_holder {
order: 2;
margin-left: 10px;
}
#main_poster .icons_holder {
min-width: 190px;
}
.m_qualifier {
border-radius: 15px;
padding: 3px 11px 4px 10px;
}