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
/*---------------主控台*/

#dashboard_holder {margin-top:20px;}
#plurk-dashboard
{
color:#ba6;
overflow:auto;
line-height:1.6;
background:none !important;
border:0;
padding:3px;
}
#plurk-dashboard h2
{
background:none;
font-size:12px;
padding:4px;
border-left:3px solid #ba6;
color:#ba6;
}
.dash-segment {width:25%;min-height:300px;}
.dash-segment .segment-content {padding:0px;}
#profile_pic {margin-top:5px;}
.dash-segment img.profile-pic
{
border:0px solid #fff;
box-shadow:4px 4px 0px #bbb;
border-radius:3px;
}
#full_name
{
color:#ba6 !important;
text-shadow:1px 1px 1px #111;
font-size:13px !important;
padding-left:px;
}
#span_years {padding-left:px;}
#m_or_f {}
#location {padding-left:px;}
#relationship_container {font-weight:300 !important;margin-top:-8px!important;}
#relationship_container b { float : left; }
#relationship_container br { display : none; }
#dash-profile, p#about_me, #relationship_container
{
width:200px;
padding:2px 10px;
}
#dash-additional-info {color:# !important;}
#dash-stats,#dash-friends,#dash-fans
{
margin-top:0px;
width:200px;
padding:10px;
}
#dash-stats h3
{
font-size:18px;
font-family:Georgia,"Times New Roman",Times,serif;
font-family: "Tahoma", Calibri;
font-weight: bold;
text-align:left;
margin:10px 0px 10px 0px;
line-height:30px;
}
#dash-stats table {margin:0;}
#dash-stats table th { float : left; height:0px !important; color:#; }
#dash-stats table td { margin:0px; float : right; color:#ba6; }
#dash-stats table tr { clear : left; float : left; }
.karma_top, .karma_hover, #karma
{
color:#e81 !important;
text-shadow:#ffde00 0 0 8px;
}
#karma
{
color:#fff !important;
}
#karma:hover {}
.karma_tooltip {width:315px!important;}
.award_bar
{
width:200px !important;
margin:0px 0px 0px -10px !important;
}
.award_bar div { padding:0 !important; margin:0 !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);
}
#dash-stats .award_bar div { width:20px !important; }
.show_all_friends {margin:0px 0 0px 0;}
.friend_holder td {padding:5px 5px 0px 0;}
#dash-friends-pics,#dash-fans-pics {margin:10px 0 0 0 !important;}
.friend_holder .user_link, .friend_holder img {height:30px!important;width:30px!important; border-radius:4px;}
.friend_holder img
{
box-shadow:4px 4px 0px rgba(238,238,238,0.3);
}
.user_link {border:1px solid #333 !important;}
.user_link:hover {border:1px solid #222 !important;}
a.friend_man
{
color:#ba6 !important;
font-size:11px !important;
text-decoration:none !important;
border-radius:6px;
border:1px solid #333 !important;
background:url(http://i614.photobucket.com/albums/tt230/m66660000/plurk/imgbg/lightblack.png) !important;
}
a.friend_man:hover {color:#fff !important;}
.friend_man.private_plurk {}
#dash-additional-info a, .show_all_friends a
{
color:#ec8 !important;
text-decoration:none !important;
}
.show_all_friends a {font-size:11px !important;}
#dash-additional-info a:hover, .show_all_friends a:hover {text-shadow:1px 1px 1px #222;}