_Pandora

Main Male Icon Decor

Apr 18th, 2022 (edited)
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.68 KB | None | 0 0
  1. /* Codes made by Pandora #144118 and Kat .:Red Lion of Voltron:. #94329
  2. Codes may be edited, used in commissions or for personal use
  3. Please do not remove credit
  4. */
  5.  
  6. /* DECOR ADD-ONS */
  7.  
  8. /* REGULAR ADULT MALE ICON */
  9. #lion_image>div::after {
  10. content : url('TOPDECOR')!important;
  11. display:block;
  12. background-image: url('LINK')!important;
  13. position: absolute!important;
  14. left: -440px!important;
  15. top: -22px!important;
  16. transform: scaleX(-1)!important;
  17. }
  18.  
  19.  
  20. /* REGULAR ADULT FEMALE ICON - SAME AS ANY PRIMAL ADULT FEMALE ICON */
  21. #lion_image>div::after {
  22. content : url('TOPDECOR')!important;
  23. display:block;
  24. background-image: url('LINK')!important;
  25. position: absolute!important;
  26. left: -374px!important;
  27. top: -132!important;
  28. }
  29.  
  30.  
  31. /* REGULAR ADOLESCENT MALE ICON - SAME AS ANY PRIMAL ADOLESCENT MALE ICON */
  32. #lion_image>div::after {
  33. content : url('TOPDECOR')!important;
  34. display:block;
  35. background-image: url('LINK')!important;
  36. position: absolute!important;
  37. left: -329px!important;
  38. top: -53px!important;
  39. transform: scaleX(-1)!important;
  40. }
  41.  
  42.  
  43. /* REGULAR ADOLESCENT FEMALE ICON - SAME AS ANY PRIMAL ADOLESCENT FEMALE ICON */
  44. #lion_image>div::after {
  45. content : url('TOPDECOR')!important;
  46. display:block;
  47. background-image: url('LINK')!important;
  48. position: absolute!important;
  49. left: -337px!important;
  50. top: -204pn!important;
  51. }
  52.  
  53.  
  54. /* NEUTRAL POSE ICON */
  55. #lion_image>div::after {
  56. content : url('TOPDECOR')!important;
  57. display:block;
  58. background-image: url('LINK')!important;
  59. position: absolute!important;
  60. left: -440px!important;
  61. top: -83px!important;
  62. }
  63.  
  64.  
  65. /* KIND POSE ICON */
  66. #lion_image>div::after {
  67. content : url('TOPDECOR')!important;
  68. display:block;
  69. background-image: url('LINK')!important;
  70. position: absolute!important;
  71. left: -409px!important;
  72. top: -19px!important;
  73. transform: scaleX(-1)!important;
  74. }
  75.  
  76.  
  77. /* GOOD POSE ICON */
  78. #lion_image>div::after {
  79. content : url('TOPDECOR')!important;
  80. display:block;
  81. background-image: url('LINK')!important;
  82. position: absolute!important;
  83. left: -361px!important;
  84. top: 0px!important;
  85. }
  86.  
  87.  
  88. /* JOLLY POSE ICON */
  89. #lion_image>div::after {
  90. content : url('TOPDECOR')!important;
  91. display:block;
  92. background-image: url('LINK')!important;
  93. position: absolute!important;
  94. left: 0px!important;
  95. top: -300px!important;
  96. }
  97.  
  98.  
  99. /* SNARKY POSE ICON */
  100. #lion_image>div::after {
  101. content : url('TOPDECOR')!important;
  102. display:block;
  103. background-image: url('LINK')!important;
  104. position: absolute!important;
  105. left: -440px!important;
  106. top: -129px!important;
  107. }
  108.  
  109.  
  110. /* EVIL POSE ICON */
  111. #lion_image>div::after {
  112. content : url('TOPDECOR')!important;
  113. display:block;
  114. background-image: url('LINK')!important;
  115. position: absolute!important;
  116. left: -440px!important;
  117. top: -118px!important;
  118. }
  119.  
  120.  
  121. /* PRIMAL ADULT MALE ICON */
  122. #lion_image>div::after {
  123. content : url('TOPDECOR')!important;
  124. display:block;
  125. background-image: url('LINK')!important;
  126. position: absolute!important;
  127. left: -440px!important;
  128. top: -22px!important;
  129. transform: scaleX(-1)!important;
  130. }
  131.  
  132.  
  133. /* PRIMAL SMILUS ICON */
  134. #lion_image>div::after {
  135. content : url('TOPDECOR')!important;
  136. display:block;
  137. background-image: url('LINK')!important;
  138. position: absolute!important;
  139. left: -440px!important;
  140. top: -65px!important;
  141. transform: scaleX(-1)!important;
  142. }
  143.  
  144.  
  145. /* PRIMAL FELIS MALE ICON */
  146. #lion_image>div::after {
  147. content : url('TOPDECOR')!important;
  148. display:block;
  149. background-image: url('LINK')!important;
  150. position: absolute!important;
  151. left: -440px!important;
  152. top: -22px!important;
  153. transform: scaleX(-1)!important;
  154. }
  155.  
  156.  
  157. /* PRIMAL FELIS FEMALE ICON */
  158. #lion_image>div::after {
  159. content : url('TOPDECOR')!important;
  160. display:block;
  161. background-image: url('LINK')!important;
  162. position: absolute!important;
  163. left: -355px!important;
  164. top: -17px!important;
  165. transform: scaleX(-1)!important;
  166. }
  167.  
  168.  
  169. /* PRIMAL FERUS ICON - BOTH FEMALE AND MALE ARE THE SAME */
  170. #lion_image>div::after {
  171. content : url('TOPDECOR')!important;
  172. display:block;
  173. background-image: url('LINK')!important;
  174. position: absolute!important;
  175. left: -440px!important;
  176. top: -60px!important;
  177. transform: scaleX(-1)!important;
  178. }
  179.  
  180.  
  181. /* DWARFISM ADULT FEMALE ICON */
  182. #lion_image>div::after {
  183. content : url('TOPDECOR')!important;
  184. display:block;
  185. background-image: url('LINK')!important;
  186. position: absolute!important;
  187. left: -362px!important;
  188. top: -124px!important;
  189. }
  190.  
  191.  
  192. /* DWARFISM ADULT MALE ICON */
  193. #lion_image>div::after {
  194. content : url('TOPDECOR')!important;
  195. display:block;
  196. background-image: url('LINK')!important;
  197. position: absolute!important;
  198. left: -408px!important;
  199. top: -122px!important;
  200. transform: scaleX(-1)!important;
  201. }
  202.  
  203.  
  204. /* DWARFISM ADOLESCENT FEMALE ICON */
  205. #lion_image>div::after {
  206. content : url('TOPDECOR')!important;
  207. display:block;
  208. background-image: url('LINK')!important;
  209. position: absolute!important;
  210. left: -322px!important;
  211. top: -161px!important;
  212. }
  213.  
  214.  
  215. /* DWARFISM ADOLESCENT MALE ICON */
  216. #lion_image>div::after {
  217. content : url('TOPDECOR')!important;
  218. display:block;
  219. background-image: url('LINK')!important;
  220. position: absolute!important;
  221. left: -312px!important;
  222. top: -135px!important;
  223. transform: scaleX(-1)!important;
  224. }
  225.  
  226.  
  227. /* TIGON ADULT FEMALE ICON */
  228. #lion_image>div::after {
  229. content : url('TOPDECOR')!important;
  230. display:block;
  231. background-image: url('LINK')!important;
  232. position: absolute!important;
  233. left: -440px!important;
  234. top: -59px!important;
  235. }
  236.  
  237.  
  238. /* TIGON ADULT MALE ICON */
  239. #lion_image>div::after {
  240. content : url('TOPDECOR')!important;
  241. display:block;
  242. background-image: url('LINK')!important;
  243. position: absolute!important;
  244. left: -440px!important;
  245. top: -76px!important;
  246. transform: scaleX(-1)!important;
  247. }
  248.  
  249.  
  250. /* TIGON ADOLESCENT ICON - BOTH FEMALE AND MALE ARE THE SAME */
  251. #lion_image>div::after {
  252. content : url('TOPDECOR')!important;
  253. display:block;
  254. background-image: url('LINK')!important;
  255. position: absolute!important;
  256. left: -305px!important;
  257. top: -39px!important;
  258. transform: scaleX(-1)!important;
  259. }
  260.  
  261.  
  262. /* LEOPON ADULT MALE ICON */
  263. #lion_image>div::after {
  264. content : url('TOPDECOR')!important;
  265. display:block;
  266. background-image: url('LINK')!important;
  267. position: absolute!important;
  268. left: -425px!important;
  269. top: -43px!important;
  270. transform: scaleX(-1)!important;
  271. }
  272.  
  273.  
  274. /* LEOPON ADULT FEMALE ICON */
  275. #lion_image>div::after {
  276. content : url('TOPDECOR')!important;
  277. display:block;
  278. background-image: url('LINK')!important;
  279. position: absolute!important;
  280. left: -384px!important;
  281. top: -105px!important;
  282. transform: scaleX(1)!important;
  283. }
  284.  
  285.  
  286. /* LEOPON ADOLESCENT ICON - BOTH FEMALE AND MALE ARE THE SAME */
  287. #lion_image>div::after {
  288. content : url('TOPDECOR')!important;
  289. display:block;
  290. background-image: url('LINK')!important;
  291. position: absolute!important;
  292. left: -133px!important;
  293. top: -217px!important;
  294. }
Add Comment
Please, Sign In to add comment