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
/*一般游標*/
*, body, a, a:hover {
cursor: url(https://images.plurk.com/4cuFS9WFyYGjYL4tFq2EPB.png ), auto;
}

/*連結游標*/
a:hover, {
cursor: url(https://images.plurk.com/5zsJrcklw8kFoK5aiHiTcL.png), auto;
}

#plurk-dashboard .dash-segment-profile #dash-profile img.profile-pic {
border-radius: 100px;
}
.dash-segment .segment-content {
background: rgb(0 0 0 / 53%);
padding: 20px;
}
#plurk-dashboard .dash-segment-friends {
display: none;
}
#plurk-dashboard .dash-segment-fans {
display: none;
}
#dashboard_holder a:hover {
color: #d10000;
}
._lc_ .new .response_count {
background: #a50000;
color: #fff;
border-left: 4px solid #c5c5c5;
padding: 0px 10px;
font-size: 8px;
}
.response_count {
color: #232222;
background-color: rgb(255 255 255);
border-left: 4px solid #c5c5c5;
padding: 0px 10px;
font-size: 8px;
}
.plurk a.ex_link {
color: #ac0000;
}
.plurk a.ex_link:hover {
font-weight: bold;
text-decoration: none;
color: #ff0000;
}
.karma_hover .karma_yellow {
color: #ff0000;
}
.karma_hover .pif-arrow-up {
color: #8c0000;
}
.submit_img_color {
background: #ff0e0000;
color: #f00;
}