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
/* 噗調整 */

/*噗本體*/
.cboxAnchor:not(.response) .plurk_cnt {
border-radius: 8px;
background: rgba(255, 255, 255, 1) !important;
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
}
/*噗文寬度*/
.plurk.cboxAnchor:not(.response) {
max-width: 430px;
}
/*噗文邊界*/
.cboxAnchor:not(.response) .tr_cnt {
display: block;
margin: 7px;
max-width: 430px;
}
/*噗文暱稱*/
.cboxAnchor:not(.response) .td_qual {
display: inline-block;
position: relative;
top: 2px;
left: 35px;
}
.name {
font-size: 1.1em;
font-weight: 800;
text-shadow: #fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 1px,
#fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 1px;
}
/*噗文大頭貼*/
.td_img {
position: absolute;
top: 10px;
left: 13px;
z-index: 100;
}
.p_img img {
border-radius: 50%;
width: 25px;
height: 25px;
}
/*動詞*/
.qualifier {
padding: 0 3px 0 3px;

}

}