Advertisement
_Pandora

In-Den Symbols

Apr 18th, 2022 (edited)
622
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.65 KB | None | 1 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. /* IN-DEN SYMBOLS/MALE/FEMALE */
  7.  
  8. /* MALE ICON */
  9. img[src$="maleicon.png"] {
  10.     content:url('LINK')!important;
  11.     width:10px!important;
  12.  
  13. }
  14.  
  15. /* FEMALE ICON */
  16. img[src$="femaleicon.png"] {
  17.     content:url('LINK')!important;
  18.     width:10px!important;
  19.  
  20. }
  21.  
  22. /* IN-DEN SYMBOLS/OTHER */
  23.  
  24. /* SECURE LION */
  25. img[src$="secure.png"] {
  26.     content:url('LINK')!important;
  27.     width:20px!important;
  28.  
  29. }
  30.  
  31. /* HUNTING */
  32. img[src$="foothunt.png"] {
  33.     content:url('LINK')!important;
  34.     width:20px!important;
  35.  
  36. }
  37.  
  38. /* BROODMOTHER */
  39. img[src$="brood.png"] {
  40.     content:url('LINK')!important;
  41.     width:20px!important;
  42.  
  43. }
  44.  
  45. /* BREEDING COOLDOWN */
  46. img[src$="hourglass.png"] {
  47.     content:url('LINK')!important;
  48.     width:20px!important;
  49.  
  50. }
  51.  
  52. /* NEW LION COOLDOWN */
  53. img[src$="clock.png"] {
  54.     content:url('LINK')!important;
  55.     width:20px!important;
  56.  
  57. }
  58.  
  59. /* PREGNANT DAY 1 */
  60. img[src$="preg1.png"] {
  61.     content:url('LINK')!important;
  62.     width:20px!important;
  63.  
  64. }
  65.  
  66. /* PREGNANT DAY 2 */
  67. img[src$="preg2.png"] {
  68.     content:url('LINK')!important;
  69.     width:20px!important;
  70. }
  71.  
  72. /* PREGNANT DAY 3 */
  73. img[src$="preg3.png"] {
  74.     content:url('LINK')!important;
  75.     width:20px!important;
  76.  
  77. }
  78.  
  79. /* PREGNANT/NO NEST */
  80. img[src$="nonest.png"] {
  81.     content:url('LINK')!important;
  82.     width:20px!important;
  83.  
  84. }
  85.  
  86. /* IN HEAT */
  87. img[src$="inheat.png"] {
  88.     content:url('LINK')!important;
  89.     width:20px!important;
  90.  
  91. }
  92.  
  93. /* REVERESE BREEDING */
  94. img[src$="reversebreeding.png"] {
  95.     content:url('LINK')!important;
  96.     width:20px!important;
  97.  
  98. }
  99.  
  100. /* INFERTILE */
  101. img[src$="inheat-blue.png"] {
  102.     content:url('LINK')!important;
  103.     width:20px!important;
  104.  
  105. }
  106.  
  107. /* SALE LION */
  108. img[src$="trading.png"] {
  109.     content:url('LINK')!important;
  110.     width:20px!important;
  111.  
  112. }
  113.  
  114. /* LEVEL UP */
  115. img[src$="levelup.png"] {
  116.     content:url('LINK')!important;
  117.     width:20px!important;
  118.  
  119. }
  120.  
  121. /* HUNGERY */
  122. img[src$="hungry.png"] {
  123.     content:url('LINK')!important;
  124.     width:20px!important;
  125.  
  126. }
  127.  
  128. /* MOOD/UNHAPPY */
  129. img[src$="unhappy.png"] {
  130.     content:url('LINK')!important;
  131.     width:20px!important;
  132.  
  133. }
  134.  
  135. /* OVERCROWDING/LIGHTNING BOLT */
  136. img[src$="overcrowding.png"] {
  137.     content:url('LINK')!important;
  138.     width:20px!important;
  139.  
  140. }
  141.  
  142. /* UNPROTECTED CUB */
  143. img[src$="unprotected.png"] {
  144.     content:url('LINK')!important;
  145.     width:20px!important;
  146.  
  147. }
  148.  
  149. /* SKULL/LOWSURVIVAL/DANGER */
  150. img[src$="danger.png"] {
  151.     content:url('LINK')!important;
  152.     width:20px!important;
  153.  
  154. }
  155.  
  156. /* FROZEN/IMMORTAL */
  157. img[src$="frozen.png"] {
  158.     content:url('LINK')!important;
  159.     width:20px!important;
  160.  
  161. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement