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
/*圖片*/
._lc_ .cboxAnchor[data-type="plurk"]>table{
	position: relative;
	top:35px;
}
._lc_ .cboxAnchor[data-type="plurk"]>table::after {
    content: "";
    position: absolute;
    /*不動的alban*/background: url(https://i.imgur.com/H1kXzX4.png);
    width: 60px;
    height: 60px;
    background-size: cover;
    top: -58px;
    right: 20px;
}
._lc_ .cboxAnchor[data-type="plurk"].new>table::after {
    /*會動的alban*/background-image: url(https://i.imgur.com/rnw6vIT.gif);
}

/*鑽石回應數*/
._lc_ .cboxAnchor[data-type="plurk"] .response_count{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 400 300' style='enable-background:new 0 0 400 300;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23eee;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='329.2,0 70.8,0 0,118.3 200,300 400,118.3 '/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    background-position: center;
    text-align: center;
    padding: 4px 8px 5px;
    left: -37px;
    top: -17px;
    min-width: 30px;
    opacity: .75;
    z-index: 1;
}
/*新回應*/
._lc_ .cboxAnchor[data-type="plurk"].new .response_count{
    background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 400 300' style='enable-background:new 0 0 400 300;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F3A06F;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='329.2,0 70.8,0 0,118.3 200,300 400,118.3 '/%3E%3C/svg%3E%0A");
	left: -78px;
	top: -28px;
	opacity: 1;
}