Advertisement
_Pandora

Time/Season Icons

Apr 18th, 2022 (edited)
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.60 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. /* TIME */
  7.  
  8. /* TIME DAY */
  9. img[src$="day.png"] {
  10.     content:url('LINK')!important;
  11.     width:20px!important;
  12.  
  13. }
  14.  
  15. /* TIME NIGHT */
  16. img[src$="night.png"] {
  17.     content:url('LINK')!important;
  18.     width:20px!important;
  19.  
  20. }
  21.  
  22. /* SEASON */
  23.  
  24. /* DRY SEASON */
  25. img[src$="dry.png"] {
  26.     content:url('LINK')!important;
  27.     width:20px!important;
  28.  
  29. }
  30.  
  31. /* WET SEASON */
  32. img[src$="wet.png"] {
  33.     content:url('LINK')!important;
  34.     width:20px!important;
  35.  
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement