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
/* http://plurkcss.koberry.com/    */
/* 讓你與大家分享樣式、簡單的樣式製作器!*/
body, html {
background-image: url(https://images.plurk.com/7KQbIXxZrYRFy9MX7h1H56.jpg);/*與樓下時間軸網址相同*/
background-repeat: no-repeat;
background-color: #FFFFFF;
background-size: cover; /*完整填滿螢幕contain*/
}
#timeline_holder { background:none; }
/*background-image: url(https://images.plurk.com/7KQbIXxZrYRFy9MX7h1H56.jpg);/*與樓上背景網址相同*/
background-repeat: no-repeat;
background-color: #FFFFFF;
background-size: cover; /*完整填滿螢幕contain*/
}*/.day_bg .div_inner {
background-image: url();
background-color:#6B6A5B;
opacity:0.35width:15px;
border:0px;}#timeline_holder #timeline_bg .bottom_start , .bottom_end {color:#000000}
#timeline_holder #bottom_line {
background-image: url();
background-color:#FFFFFF;
border:0px;
opacity:1}div#plurk-dashboard {filter:alpha(opacity=80) !important;opacity:0.80 !important;}
#plurk-dashboard{
background-image: url();
background-repeat: repeat;
background-color:#FFFFFF;}
#dash-stats,#dash-friends,#dash-fans{
text-align: center;color:#;}
#dash-stats a,#dash-friends a,#dash-fans a{
color:#4E146B;}
#dash-stats a:hover,#dash-friends a:hover,#dash-fans a:hover{
color:#4E146B;}
#dash-stats h2,#dash-friends h2,#dash-fans h2{
font-size:25px;
color:#4E146B;}#profile_pic {width: 120px;}
#dash-profile #full_name{color:#6B0303}
#dash-profile #location,#dash-profile #span_years , #m_or_f{color:#6B0303}
#dash-additional-info #about_me{color:#;}#dash-stats table td {color: #6B0303;}
#dash-stats #karma {color:#310F6B}
.karma_hover {color: #6B0303;}a:link,#footer,#footer a {color: #000000;}
a:visited, a:active, #footer a:hover {color: #000000;}
a:hover {color: #000000;}
/*發噗區透明度變化
div#plurk_form
{filter:alpha(opacity=0) !important; opacity:0 !important; zoom:1;}
div#plurk_form:hover
{filter:alpha(opacity=100) !important; opacity:1 !important; zoom:1;}*/


/*plurk-搜尋標籤透明度變化*/
#toggle_tab li
{filter:alpha(opacity=0) !important;opacity:0 !important; zoom:1;}
#toggle_tab li:hover
{filter:alpha(opacity=100) !important;opacity:1 !important; zoom:1;}


/*隱藏頁尾與自介、統計、朋友、粉絲各區,滑鼠移過去後再分別顯現:*/
/*資料面板: 透明度變化*/
div#plurk-dashboard {
filter:alpha(opacity=0) !important; (先將主控台資訊隱藏起來,透明度設0)
-moz-opacity:0!important;
opacity: 0!important;
zoom:1;
}
div#plurk-dashboard:hover {
filter:alpha(opacity=80) !important; (滑鼠移過去,讓主控台資訊顯現出來,透明度設80,0.8,0.8)
-moz-opacity:0.8!important;
opacity: 0.8!important;
zoom:1;
}
/*隱藏時間軸線顯示*/
#timeline_bg .day_bg .div_inner, /*底*/
#bottom_line
{
background:none !important;
border:0 !important;
}

.bottom_start, .bottom_end /*時*/
{
font-size:0px;
height:0;
width:0;
overflow:hidden;
filter:alpha(opacity=0); opacity:0; zoom:1;
}