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
紀錄一下 2019-7-11

#timeline_holder
{height:700px !important;}

.div_bottom{filter: alpha(opacity=0); opacity:0; zoom:1;}

#dynamic_logo ,#logo img
{filter:alpha(opacity=0) ; -moz-opacity:0; opacity: 0; }
img#creature
{ filter:alpha(opacity=0) ; -moz-opacity:0; opacity: 0; }

.browse_button
{filter: alpha(opacity=0); opacity: 0; zoom:1;}

#filter_tab li {clear:none;width:auto;margin-right:5px;}
#filter_tab a {height:25px !important; margin:0 !important;}
#timeline_bg {z-index: -1; }
#timeline_cnt, .timeline_control {z-index: auto; }

.plurk_cnt.new6,
.plurk_cnt.new5,
.plurk_cnt.new4,
.plurk_cnt.new3,
.plurk_cnt.new2,
.plurk_cnt.new1{background:#253c59;}

.plurk_cnt
{border-radius: 10px;}
.response_box
{margin-top:-10px; padding-top:10px}

._lc_ .response_count
{border-radius: 12px;}
._lc_ .new .response_count
{background: #253c59!important;}

#bottom_line {background:none;}

#dash-friends {height:0px;overflow:hidden;}
.dash-segment-friends .segment-content {padding:0;}

#dash-fans {height:0px;overflow:hidden;}
.dash-segment-fans .segment-content {padding:0;}

div#plurk-dashboard
{filter:alpha(opacity=0) !important;
-moz-opacity:0!important;opacity:0!important;
zoom:1;}

div#plurk-dashboard:hover
{filter:alpha(opacity=80) !important;
-moz-opacity:0.8!important;opacity: 0.8!important;zoom:1;}

#karma { color: #ffffff; text-shadow: #FAD689 0 0 8px;}

.dash-segment .segment-content{background:none;}

.submit_img {background: #FAD689;}

#plurk-dashboard{ color:#FAD689;}

#plurk-dashboard .dash-segment-profile #dash-profile #full_name {
margin-left: 100px;padding-top:5px;
line-height: 2;
font-size: 12px;}
#plurk-dashboard .dash-segment-profile #dash-profile .profile-info {margin-left: 100px; bottom: 10px;}

#filter_tab { border:0 !important;}
#filter_tab a.off_tab {
background:#253c59;
color:#FAD689;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
filter:alpha(opacity=80) ; -moz-opacity:0.8; opacity: 0.8;
border:0 !important;
}
#filter_tab a.off_tab:hover {filter:alpha(opacity=100) ; -moz-opacity:1; opacity: 1;}
#filter_tab a.filter_selected {
color:#253c59 ;
background-color:#FAD689;
-khtml-border-radius: 12px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
filter:alpha(opacity=90) ; -moz-opacity:0.9; opacity: 0.5;
border:0 !important;}

#updater .item a {color:#253c59 ;
background-color:#FAD689;
filter:alpha(opacity=90) ; -moz-opacity:0.9; opacity: 0.5; }


@da_me_yo