Advertisement
_Pandora

Individual Progress Bars

Apr 25th, 2022 (edited)
750
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.70 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. /* ENERGY */
  7.  
  8. div.progress-bar-warning {
  9.     background: #000000!important;
  10. }
  11.  
  12. /* HUNGER */
  13.  
  14. div.progress-bar-danger {
  15.     background: #000000!important;
  16. }
  17.  
  18. /* EXP. */
  19.  
  20. div.progress-bar-success {
  21.     background: #000000!important;
  22. }
  23.  
  24. /* IMP. */
  25.  
  26. div.progress-bar {
  27.     background: #000000;
  28. }
  29.  
  30.  
  31. /* ACHIEVMENTS */
  32. div:nth-child(2)>div>div>div.progress-bar.progress-bar-success {
  33. background: #000000!important;
  34. }
  35.  
  36. /* ACCOUNT STANDING */
  37. th > div > div.progress-bar.progress-bar-success {
  38.     background: #000000!important;
  39. }
  40.  
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement