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
/* 請將語法貼在自訂佈景最後面 */
/* 在自介「最後面」加上這段: 「--* ** ** ** ** ** ** ** *--」(不要複製到引號) */


html{
/* 捏捏噗寶大小 */
--resizenene:1; /* 噗寶縮放倍率,可以自由等比例設定噗寶的大小,小數點OK,預設為1 (180x248px) */
}

#about_me strike:last-child{
box-sizing:border-box;
display: block;
width: calc(180px * var(--resizenene));
height: calc(248px * var(--resizenene));
position:fixed;
left:50px; /* 噗寶位置-左 */
bottom:180px; /* 噗寶位置-下 */
z-index: 99999;
pointer-events: none;
filter: drop-shadow(0px 0px 5px rgba(0,0,0,.3)); /* 噗寶陰影 */
}

#about_me strike:last-child i{
box-sizing:border-box;
display: block;
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
}

#about_me strike:last-child i:nth-child(1), #about_me strike:last-child i:nth-child(2), #about_me strike:last-child i:nth-child(3), #about_me strike:last-child i:nth-child(4), #about_me strike:last-child i:nth-child(5), #about_me strike:last-child i:nth-child(6){
width:3%;
height:20%;
cursor: url(https://images.plurk.com/srxb8LAg52MHo7KbuyxGV.png) , auto !important;
pointer-events:auto;
top:50%;
}

#about_me strike:last-child i:nth-child(1):hover~i:nth-child(7), #about_me strike:last-child i:nth-child(2):hover~i:nth-child(7), #about_me strike:last-child i:nth-child(3):hover~i:nth-child(7), #about_me strike:last-child i:nth-child(4):hover~i:nth-child(7), #about_me strike:last-child i:nth-child(5):hover~i:nth-child(7), #about_me strike:last-child i:nth-child(6):hover~i:nth-child(7) {
background: url() no-repeat top right/30%,url(https://images.plurk.com/6GZ8BD0TEs3wVxWa22bpi8.png) no-repeat center center/contain;
}

#about_me strike:last-child i:nth-child(1):hover~i:nth-child(8), #about_me strike:last-child i:nth-child(2):hover~i:nth-child(8), #about_me strike:last-child i:nth-child(3):hover~i:nth-child(8), #about_me strike:last-child i:nth-child(4):hover~i:nth-child(8), #about_me strike:last-child i:nth-child(5):hover~i:nth-child(8), #about_me strike:last-child i:nth-child(6):hover~i:nth-child(8) {
opacity:1;
}

#about_me strike:last-child i:nth-child(1){left:72%;}
#about_me strike:last-child i:nth-child(2){left:75%;}
#about_me strike:last-child i:nth-child(3){left:78%;}
#about_me strike:last-child i:nth-child(4){left:81%;}
#about_me strike:last-child i:nth-child(5){width:6%;left:84%;}
#about_me strike:last-child i:nth-child(6){width:6%;left:90%;}

#about_me strike:last-child i:nth-child(7){
background: url(https://images.plurk.com/1S2n7W8jxuDXBlwBnctsKy.gif) no-repeat top right/40%,url(https://images.plurk.com/5qyfCeKEfPxnvws2naPWxy.png) no-repeat center center/contain;
z-index:-2;
transform-origin: center bottom;
transition:.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#about_me strike:last-child i:nth-child(8){
background: url(https://images.plurk.com/2PvuEhXrjoKfJXB9t7B3Th.png) no-repeat center center/contain;
z-index:-1;
opacity:0;
transform-origin: center bottom;
transition:.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#about_me strike:last-child i:nth-child(2):hover~i:nth-child(8){transform: scale(1.1, .99);left:.4%;}
#about_me strike:last-child i:nth-child(3):hover~i:nth-child(8){transform: scale(1.12, .98);left:1%;}
#about_me strike:last-child i:nth-child(4):hover~i:nth-child(8){transform: scale(1.13, .97);left:1%;}
#about_me strike:last-child i:nth-child(5):hover~i:nth-child(8){transform: scale(1.14, .96);left:1%;}
#about_me strike:last-child i:nth-child(6):hover~i:nth-child(8){transform: scale(1.2, .95);left:1%;}
#about_me strike:last-child i:nth-child(2):hover~i:nth-child(7){transform: skew(-1deg,0deg) scale(1, .99);}
#about_me strike:last-child i:nth-child(3):hover~i:nth-child(7){transform: skew(-2deg,0deg) scale(1, .98);}
#about_me strike:last-child i:nth-child(4):hover~i:nth-child(7){transform: skew(-3deg,0deg) scale(1, .97);}
#about_me strike:last-child i:nth-child(5):hover~i:nth-child(7){transform: skew(-4deg,0deg) scale(1, .96);}
#about_me strike:last-child i:nth-child(6):hover~i:nth-child(7){transform: skew(-5deg,0deg) scale(1, .95);}