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
/*固定噗高*/
#timeline_holder
{height:500px !important;}

/*每噗的圓角*/
.plurk_cnt
{border-radius: 8px;}
.response_box
{margin-top:-8px; padding-top:8px}

/*每噗訊息數字圓角和改色*/
._lc_ .response_count
{border-radius: 6px;}
._lc_ .new .response_count
{background: #9CC7C8!important;}

/*回應區加高*/
.plurk_box .list
{min-height:250px !important;}


/*主控台透明度調整*/
div.dash-segment
{filter:alpha(opacity=10) !important;opacity:0.1 !important;zoom:1;}
div.dash-segment:hover
{filter:alpha(opacity=100) !important;opacity:1 !important;zoom:1;}

/*隱藏主頁面loading圖*/
#div_loading .cnt
{opacity:.0;}

/*隱藏噗浪生物*/
#dynamic_logo ,#logo img
{filter:alpha(opacity=0) ; -moz-opacity:0; opacity: 0; }
img#creature
{ filter:alpha(opacity=0) ; -moz-opacity:0; opacity: 0; }

/*隱藏每噗loading圖*/
.loading
{opacity:.0;}

/*頁尾區透明度變化*/
#footer
{filter:alpha(opacity=0) !important;opacity:0 !important;zoom:1;}
#footer:hover
{filter:alpha(opacity=100) !important;opacity:1 !important;zoom:1;}