Advertisement
_Pandora

Online/Offline

Jul 11th, 2022 (edited)
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.69 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. /* USE THESE TO CHANGE COLOR */
  7.  
  8. /* MEMBER ONLINE */
  9.  
  10. .member-online {
  11.     background: #000000;
  12.  
  13. }
  14.  
  15. /* MEMBER OFFLINE */
  16.  
  17. .member-offline {
  18.     background: #000000;
  19.  
  20. }
  21.  
  22.  
  23. /* USE THESE TO CHANGE TO AN IMAGE */
  24.  
  25. /* MEMBER ONLINE */
  26.  
  27. .member-online {
  28.     background: rgba(207,207,207,0);
  29.     content:url('LINK')!important;
  30.      width:20px!important;
  31.      height:20px;
  32.  
  33. }
  34.  
  35. /* MEMBER OFFLINE */
  36.  
  37. .member-offline {
  38.     background: rgba(207,207,207,0);
  39.     content:url('LINK')!important;
  40.      width:20px!important;
  41.      height:20px;
  42.  
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement