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
/*背景*/
body, html
{
background:url(http://i.imgur.com/Z9R67Em.png); border:hidden; margin: 0;}
}

/*主控台*/
#plurk-dashboard, #full_name
{
line-height: 16px !important;
color: #999 !important;
font-size: 12px !important;
}
#plurk-dashboard a { color: #708090 !important; }
#plurk-dashboard a:hover { color: #708090 !important; }
#full_name { font-weight: 600 !important; }
#profile_pic, #profile_pic:hover { border: 0 !important; width: 166px; }
#plurk-dashboard img, #dash-stats .award_bar img:hover { opacity: 1; zoom: 1; border-radius: 0px; }
#plurk-dashboard img:hover, #dash-stats .award_bar img { opacity: 0.6; zoom: 1; }
#dash-stats h3, #karma, #dash-stats table th, #dash-stats table td { color: #999!important; }
#dash-stats h3 { font-size: 14px !important; margin: 0px 0px 0px 60px !important; }
a.friend_man { background: none !important; border: 1px solid #f1f1f1 !important; border-radius: 0px; }
a.friend_man:hover { text-decoration: none !important; background: none !important; }
.show_all_friends a { margin-left: 4px !important; }
.friend_holder .user_link, .friend_holder .user_link:hover { border-radius: 0px; box-shadow: 2px 1px 4px #ccc; }
.friend_holder .user_link, .friend_holder img { width: 15px !important; height: 15px !important; }
#dash-stats .award_bar { width: 120px !important; margin: 20px 0px 0px 50px !important; }
#dash-stats .award_bar div { padding: 0 !important; margin: 0 !important; }
#dash-stats .award_bar div { width: 30px !important; height: 30px !important; }
#dash-stats .award_bar img
{
-moz-transform: scale(0.5);
-khtml-transform: scale(0.5);
-webkit-transform: scale(0.5);
-o-transform: scale(0.5);
}
div.dash-segment, select
{
opacity: 0.3 !important; zoom: 1;
-moz-transition: opacity 0.4s ease-out;
-webkit-transition: opacity 0.4s ease-out;
-o-transition: opacity 0.4s ease-out;
}
div.dash-segment:hover, select:hover
{
opacity: 1 !important; zoom: 1;
-moz-transition: opacity 0.4s ease-in;
-webkit-transition: opacity 0.4s ease-in;
-o-transition: opacity 0.4s ease-in;
}