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
語法紀錄


/*更換噗寶*/
/*先隱藏原本的影像*/
#dynamic_logo img{
filter: alpha(opacity=0);opacity:0.0;
}
#dynamic_logo{
height: 550px; /*請依照圖片調整*/
width: 520px; /*請依照圖片調整*/
margin-top: -60px; /*距離頂部的位置*/
margin-right:70px; /*右位。最剛好839(左位就用left,0)*/
background-repeat: no-repeat; /*防止背景重複*/
/*換上圖片確切網址(記得替圖片去被)*/
background-image: url(https://i.imgur.com/RlTJRHk.png);
}



/* 謝林趴趴回應數 ver.2.0 */

.cboxAnchor[data-type="plurk"]>table{
position: relative;
}

.cboxAnchor[data-type="plurk"]>table::before{
content:"";
color:red;
position: absolute;
width:80px;
height:56px;
right: 50px;
top:-42px;
background-image:url(https://images.plurk.com/5eS3J1nh8XVfKnmS1N0H20.png); /*可替換圖片*/
z-index:100;
background-size:contain;
background-repeat: no-repeat;
}

.timeline-cnt{
position:relative;
margin-top: 30px; /* 增加數字避免讓最上面的趴趴撞到上面的bar */
}



#dynamic_logo{
top: 0;
}