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
/*消音透明度*/
div.muted { opacity:0.1!important; zoom:1; }
div.muted:hover { opacity:0.9!important; zoom:1; }
/*數值可自行修改,透明為0,不透明為1*/

/****◆ 往前往後左右箭頭隱藏◆****/
.browse_button{ filter: alpha(opacity=0); opacity: 0; zoom:1;}

/* 變更 Plurk 生物外觀 */
/*先隱藏原本的影像*/
#dynamic_logo img{
filter: alpha(opacity=0);opacity:0.0;
}
._lc_ #timeline_holder {
background-image: url(https://i.imgur.com/Tgxuihd.png);/*圖片*/
background-repeat:no-repeat;/*不重複*/
background-position:200px 4px;/*起始位置 離左方距離 離上方距離*/
}
._lc_ #timeline_holder:hover {
background-position:10px 4px;/*最後位置 離左方距離 離上方距離*/
transition:1s;
}

/*加丘http://i.imgur.com/r6LX2qB.png ;
伊魯索 http://i.imgur.com/cri3eq4.png;
梅洛尼 http://i.imgur.com/BJmV3Gp.png
梅洛尼2 http://i.imgur.com/cqEn4aU.png
醫生 https://i.imgur.com/BIMrix9.png
紅葉老師 https://i.imgur.com/V7eO0Mn.png
褐雙子 https://i.imgur.com/Tgxuihd.png*/

/* 變更 Plurk 生物外觀 */


/*時間線-第二個噗寶*/
.timeline-bg {
background-image:url(https://images.plurk.com/4cMZK08gdMMYMnBFiQdZL1.png );
background-position:right 4px;
background-repeat:no-repeat;/*防止圖重複*/
/*bro祭典 https://images.plurk.com/4cMZK08gdMMYMnBFiQdZL1.png*/}
/*隱藏時間線,不可刪*/
.bottom-line {height: 0px;}
/*隱藏時間標記,不可刪*/
.timeline-bg .block_bg .bottom_start, .timeline-timeshow {opacity: 0;}


/*回應區噗主暱稱顏色和背景色修改*/
/*.list .highlight_owner .td_qual a { color:#4f3a30 !important; text-decoration:none; }
.list .highlight_owner .plurk_cnt, ._lc_ .list .highlight_owner .plurk_cnt tr { background:#ccbbb1 !important; }*/

/*回應列表加底線*/
.list .plurk_cnt {border-bottom:1px solid #473b34 !important;}

._lc_ #plurk-dashboard{
background:url(https://i.imgur.com/BIMrix9.png) no-repeat right bottom;
}

._lc_ #footer {
height:350px; padding-top:300px;
background-image:url(https://i.imgur.com/V7eO0Mn.png) ;
background-position: right top;
background-repeat:no-repeat;
}