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

div#plurk-dashboard
{
background:#FFF;
border-radius: 6px;
opacity: 0; filter: alpha(opacity=50);
border:0px !important;
line-height:1.8;
color:#976 !important;
font-size:11px !important;
}
#dash-profile, p#about_me, #relationship_container,
#dash-stats, #dash-friends, #dash-fans
{
background:none;
border:6px !important;
padding:12px;
}
#dash-profile
{
margin-top:110px;
}
#dash-additional-info
{
padding-top:10px !important;
margin-bottom:-15px !important;
}