Advertisement
ItzEdInYourBed

XF2 CSS 2

May 10th, 2020
1,300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.53 KB | None | 0 0
  1. // Custom Prefix Colors
  2. .label.label--greyBlack {
  3.     color: #fff;
  4.     background: #000;
  5.     border-color: #999;
  6. }
  7. .label.label--orangeFire {
  8.     color: #fff;
  9.     background: #ff9900;
  10.     border-color: #cc3300;
  11. }
  12. .label.label--dirtBrown {
  13.     color: #fff;
  14.     background: #996633;
  15.     border-color: #663300;
  16. }
  17. .label.label--colorArchived {
  18.     color: #000;
  19.     background: #F1D592;
  20.     border-color: #966B4F;
  21. }
  22. .label.label--colorWorship {
  23.     color: #ffd1fb;
  24.     background: #95398d;
  25.     border-color: #c05db8;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement