1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
──────────────────────────────

/*認證圖示*/
#m_or_f {
background: url(http://sandwich1168.tk/plurk/public/images/XX.png) no-repeat;
margin-top: 0.0000000001px;
left: 138px;
width: 74px !important;
height: 1px !important;
overflow: hidden !important;
padding-top: 21px !important;
position: absolute !important;
-webkit-box-shadow: 0 0 2px 2px white;
-moz-box-shadow: 0 0 2px 2px white;
box-shadow: 0 0 2px 2px white;
}

──────────────────────────────
那個「XX.png」的部分自己代入想要的圖示。