Advertisement
_Pandora

In-Den Symbols - Wolvden

Jun 6th, 2022 (edited)
1,593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.64 KB | None | 0 0
  1. /* CSS Layout+Codes made by Pandora #11809
  2. Codes may be edited, used in commissions or for personal use
  3. Please do not remove credit
  4. */
  5.  
  6. /* IN-DEN SYMBOLS/OTHER */
  7.  
  8. /* SECURE */
  9. img[src$="locked.png"] {
  10.     content:url('LINK')!important;
  11.     width:20px!important;
  12.  
  13. }
  14.  
  15. /* HUNTING */
  16. img[src$="foothunt.png"] {
  17.     content:url('LINK')!important;
  18.     width:20px!important;
  19.  
  20. }
  21.  
  22. /* BROODMOTHER */
  23. img[src$="brood.png"] {
  24.     content:url('LINK')!important;
  25.     width:20px!important;
  26.  
  27. }
  28.  
  29. /* HERBALIST */
  30. img[src$="herbalist.png"] {
  31.     content:url('LINK')!important;
  32.     width:20px!important;
  33.  
  34. }
  35.  
  36. /* SCOUT */
  37. img[src$="scout.png"] {
  38.     content:url('LINK')!important;
  39.     width:20px!important;
  40.  
  41. }
  42.  
  43.  
  44. /* COOLDOWN */
  45. img[src$="hourglass.png"] {
  46.     content:url('LINK')!important;
  47.     width:20px!important;
  48.  
  49. }
  50.  
  51. /* PREGNANT DAY 1 */
  52. img[src$="preg1.png"] {
  53.     content:url('LINK')!important;
  54.     width:20px!important;
  55.  
  56. }
  57.  
  58. /* PREGNANT DAY 2 */
  59. img[src$="preg2.png"] {
  60.     content:url('LINK')!important;
  61.     width:20px!important;
  62. }
  63.  
  64. /* PREGNANT DAY 3 */
  65. img[src$="preg3.png"] {
  66.     content:url('LINK')!important;
  67.     width:20px!important;
  68.  
  69. }
  70.  
  71. /* PREGNANT/NO NEST */
  72. img[src$="nonest.png"] {
  73.     content:url('LINK')!important;
  74.     width:20px!important;
  75.  
  76. }
  77.  
  78. /* IN HEAT */
  79. img[src$="inheat.png"] {
  80.     content:url('LINK')!important;
  81.     width:20px!important;
  82.  
  83. }
  84.  
  85. /* HUNGERY */
  86. img[src$="hungry.png"] {
  87.     content:url('LINK')!important;
  88.     width:20px!important;
  89.  
  90. }
  91.  
  92. /* MOOD/UNHAPPY */
  93. img[src$="leaving.png"] {
  94.     content:url('LINK')!important;
  95.     width:20px!important;
  96.  
  97. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement