Advertisement
_Pandora

Footnote Icons

Sep 17th, 2023 (edited)
1,052
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.99 KB | None | 0 0
  1. /* Codes made by Pandora #144118  
  2. Codes may be edited, used in commissions or for personal use
  3. Please do not remove credit
  4. */
  5.  
  6. /* FOOTNOTE - MUT */
  7. img[src$="footmut.png"] {
  8.     content:url('LINK')!important;
  9.     width:20px!important;
  10.  
  11. }
  12.  
  13. /* FOOTNOTE - HUNT */
  14. img[src$="foothunt.png"] {
  15.     content:url('LINK')!important;
  16.     width:20px!important;
  17.  
  18. }
  19.  
  20. /* FOOTNOTE - HEIR */
  21. img[src$="footheir.png"] {
  22.     content:url('LINK')!important;
  23.     width:20px!important;
  24.  
  25. }
  26.  
  27. /* FOOTNOTE - BREED/HEART */
  28. img[src$="footbreed.png"] {
  29.     content:url('LINK')!important;
  30.     width:20px!important;
  31.  
  32. }
  33.  
  34. /* FOOTNOTE - CROSS/X */
  35. img[src$="footx.png"] {
  36.     content:url('LINK')!important;
  37.     width:20px!important;
  38.  
  39. }
  40.  
  41. /* FOOTNOTE - BIO/BOOK */
  42. img[src$="footbio.png"] {
  43.     content:url('LINK')!important;
  44.     width:20px!important;
  45.  
  46. }
  47.  
  48. /* FOOTNOTE - INFERTILE/BROKEN HEART*/
  49. img[src$="footinfertile.png"] {
  50.     content:url('LINK')!important;
  51.     width:20px!important;
  52.  
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement