Advertisement
_Pandora

Currency Icons

Apr 18th, 2022 (edited)
1,267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.19 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. /* GB/SB ICONS */
  7.  
  8. /* GOLD BEETLE */
  9. img[src$="gold.png"] {
  10.     content:url('LINK')!important;
  11.     width:20px!important;
  12.  
  13. }
  14.  
  15. /* SILVER BEETLE */
  16. img[src$="silver.png"] {
  17.     content:url('LINK')!important;
  18.     width:20px!important;
  19.  
  20. }
  21.  
  22. /* EVENT CURRENCY */
  23.  
  24. /* JAN */
  25. img[src$="dermestid.png"] {
  26.     content:url('LINK')!important;
  27.     width:20px!important;
  28.  
  29. }
  30.  
  31. /* FEB */
  32. img[src$="heartshell.png"] {
  33.     content:url('LINK')!important;
  34.     width:20px!important;
  35.  
  36. }
  37.  
  38. /* MARCH */
  39. img[src$="beetlerhino.png"] {
  40.     content:url('LINK')!important;
  41.     width:20px!important;
  42.  
  43. }
  44.  
  45. /* APRIL */
  46. img[src$="easteregg.png"] {
  47.     content:url('LINK')!important;
  48.     width:20px!important;
  49.  
  50. }
  51.  
  52.  
  53. /* MAY */
  54. img[src$="beetlemant.png"] {
  55.     content:url('LINK')!important;
  56.     width:20px!important;
  57.  
  58. }
  59.  
  60. /* JUNE */
  61. img[src$="khepri.png"] {
  62.     content:url('LINK')!important;
  63.     width:20px!important;
  64.  
  65. }
  66.  
  67. /* JULY MS */
  68. img[src$="shard.png"] {
  69.     content:url('LINK')!important;
  70.     width:20px!important;
  71.  
  72. }
  73.  
  74. /* JULY AC */
  75. img[src$="axion.png"] {
  76.     content:url('LINK')!important;
  77.     width:20px!important;
  78.  
  79. }
  80.  
  81. /* AUG CB */
  82. img[src$="beetlecarrion.png"] {
  83.     content:url('LINK')!important;
  84.     width:20px!important;
  85.  
  86. }
  87.  
  88. /* AUG DB */
  89. img[src$="bone.png"] {
  90.     content:url('LINK')!important;
  91.     width:20px!important;
  92.  
  93. }
  94.  
  95. /* SEPT JB */
  96. img[src$="beetlejewel.png"] {
  97.     content:url('LINK')!important;
  98.     width:20px!important;
  99.  
  100. }
  101.  
  102. /* SEPT ET */
  103. img[src$="eldritch.png"] {
  104.     content:url('LINK')!important;
  105.     width:20px!important;
  106.  
  107. }
  108.  
  109. /* OCT BB */
  110. img[src$="beetleblood.png"] {
  111.     content:url('LINK')!important;
  112.     width:20px!important;
  113.  
  114. }
  115.  
  116. /* OCT NF */
  117. img[src$="nephelinefeather.png"] {
  118.     content:url('LINK')!important;
  119.     width:20px!important;
  120.  
  121. }
  122.  
  123. /* OCT DS */
  124. img[src$="demonicscale.png"] {
  125.     content:url('LINK')!important;
  126.     width:20px!important;
  127.  
  128. }
  129.  
  130. /* NOV */
  131. img[src$="scarabbeetle.png"] {
  132.     content:url('LINK')!important;
  133.     width:20px!important;
  134.  
  135. }
  136.  
  137. /* DEC */
  138. img[src$="stinkbug.png"] {
  139.     content:url('LINK')!important;
  140.     width:20px!important;
  141.  
  142. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement