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 | /*隱藏噗幣(沒有噗幣可以不加,加了也不影響)*/ img#premium-icon { filter: alpha(opacity=0);opacity:0.0; } /*噗幣(代紋)位置*/ #plurk-dashboard .profile-icons { display: inline-block; left: 72px; /*左右移動:數字減少往左,增加則往右*/ bottom: 3px !important; /*上下移動:數字減少往下,增加則往上*/ } /*替換代紋ICON*/ #plurk-dashboard .dash-segment-profile #dash-profile .profile-icons { height: 30px; margin-left:-3px; background-repeat: no-repeat; background-image: url(https://images.plurk.com/5ZlpmiJCrAPBOjdTsfCdUZ.png); } /*url括號內可替換不同顏色的代紋*/ /*年紀、性別位置(如撞到可調整)*/ #plurk-dashboard .profile-info { padding-top: 4px; /*由頂部往下:數字增加往下,減少則往上*/ position: static !important; } = 語法結束 = = 底下為替換用代紋url = 新加入會員(灰色):https://images.plurk.com/5ZlpmiJCrAPBOjdTsfCdUZ.png 1個月(藍紫色):https://images.plurk.com/6viSQ8JYHDts58Zal2COhk.png 2個月(粉色):https://images.plurk.com/4xbQqENhQAt2DuCQYF5ZNS.png 6個月(淺綠):https://images.plurk.com/2qq8nNBoJkgdHHHKTNY5bX.png 12個月(橘色):https://images.plurk.com/4mOlhYNTrSoFxsmXjNAmTf.png 24個月(金色):https://images.plurk.com/6d69C2ov6Ui3mU9RusRgAa.png |
Direct link: https://paste.plurk.com/show/wpfaxmKbq1OvX9AJ6PsG