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
/*頭貼區*/

/*未展開前*/
.dash-segment-profile .segment-content:nth-child(1) {
position:fixed;
z-index:6000;
height:50px;width:50px;
top:45px;
left:0px;
overflow:hidden;
transition:height .5s, width .5s;
}

/*展開後*/
 .dash-segment-profile .segment-content:nth-child(1):hover{
height:120px;width:300px;
background:red;
overflow:visable;
z-index:6001;
}

/*小圖案*/
.dash-segment-profile .segment-content:nth-child(1)::before{
content:
url(https://s.plurk.com/emoticons/random/d507b324a36b6ea37d41.png);
position:absolute;
left:5px;
}

/*游標移上後小圖案*/
.dash-segment-profile .segment-content:nth-child(1):hover::before{content:url(https://s.plurk.com/emoticons/random/c1e3d416fda7b3022d7d.png);}

/*將內容推出*/
.dash-segment-profile .segment-content #dash-profile{padding-left:50px;}


/*自介區*/
.dash-segment-profile .segment-content:nth-child(2) {
position:fixed;
z-index:6000;
height:50px;width:50px;
top:105px;
left:0px;
overflow:hidden;
transition:height .5s, width .5s;
}

 .dash-segment-profile .segment-content:nth-child(2):hover{
height:120px;width:300px;
background:red;
overflow:visable;
z-index:6001;
}

.dash-segment-profile .segment-content:nth-child(2)::before{
content:
url(https://s.plurk.com/emoticons/random/8e944c265a5f5c871103.png);
position:absolute;
left:5px;
}

#plurk-dashboard .dash-segment-profile #dash-additional-info{padding-left:50px;}



/*卡馬區*/
.dash-segment-stats .segment-content{
position:fixed;
z-index:6000;
height:50px;width:50px;
top:165px;
left:0px;
overflow:hidden;
transition:height .5s, width .5s;
}

.dash-segment-stats .segment-content:hover{
height:200px;width:450px;
background:red;
overflow:visable;
z-index:6001;
}

.dash-segment-stats .segment-content::before{
content:
url(https://s.plurk.com/emoticons/random/d507b324a36b6ea37d41.png);
position:absolute;
left:5px;
}

.dash-segment-stats .segment-content #dash-stats{padding-left:50px;}

._lch_ ~ .pop-view.karma_tooltip{display:none !important;}


/*好友區*/
.dash-segment-friends .segment-content{
position:fixed;
z-index:6000;
height:50px;width:50px;
top:225px;
left:0px;
overflow:hidden;
transition:height .5s, width .5s;
}

.dash-segment-friends .segment-content:hover{
height:120px;width:300px;
background:red;
overflow:visable;
z-index:6001;
}

.dash-segment-friends .segment-content::before{
content:
url(https://s.plurk.com/emoticons/random/8e944c265a5f5c871103.png);
position:absolute;
left:5px;
}

.dash-segment-friends .segment-content #dash-friends{padding-left:50px;}


/*粉絲區*/
.dash-segment-fans .segment-content{
position:fixed;
z-index:6000;
height:50px;width:50px;
top:285px;
left:0px;
overflow:hidden;
transition:height .5s, width .5s;
}

.dash-segment-fans .segment-content:hover{
height:120px;width:300px;
background:red;
overflow:visable;
z-index:6001;
}

.dash-segment-fans .segment-content::before{
content:
url(https://s.plurk.com/emoticons/random/d507b324a36b6ea37d41.png);
position:absolute;
left:5px;
}

.dash-segment-fans .segment-content #dash-fans{padding-left:50px;}