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 | 【無咒紋】 /*噗浪生物*/ /*隱藏*/ #dynamic_logo img {opacity: 0;} /*無光影*/ #dynamic_logo {height: 500px; width: 583px; margin-top: 0px;/*生物距離頂部的位置*/ margin-left: 0px; /*生物的左右位置 ( px > 0 時會往左邊,px < 0 時會往右邊)*/ background-repeat: no-repeat; background-image: url(https://images.plurk.com/4qrYdKTZmTw47hGcgZ4UwY.png);} 【有咒紋】 /*噗浪生物*/ /*隱藏*/ #dynamic_logo img {opacity: 0;} /*有光影*/ #dynamic_logo {height: 500px; width: 583px; margin-top: 0px;/*生物距離頂部的位置*/ margin-left: 0px; /*生物的左右位置 ( px > 0 時會往左邊,px < 0 時會往右邊)*/ background-repeat: no-repeat; background-image: url(https://images.plurk.com/3iv63sw3KSKKL8Ndbtr9kW.png);} |
Direct link: https://paste.plurk.com/show/H3WlVK7wFshKBck8Bx7X