justcool939

SRDMods CSS

Apr 10th, 2015
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.70 KB | None | 0 0
  1. /* Header + Votes */
  2.  
  3. #header {
  4.     background-image: url(%%projector%%);
  5.     background-position: right 10px;
  6. }
  7.  
  8. #header-img {
  9.     margin-left: 3px;
  10. }
  11.  
  12. .arrow.up { background: url(%%unvoted%%); }
  13. .arrow.upmod { background: url(%%upvoted%%); }
  14. .arrow.down { visibility: hidden; }
  15.  
  16.  
  17. /* End Header + Votes */
  18.  
  19. /*Make deleted comments take up less space*/
  20. .deleted > .entry > .grayed { display: none; }
  21.  
  22.  
  23. .debuginfo {
  24.     display: none;
  25. }
  26.  
  27. /* subscribers and online count text */
  28.  
  29. div.titlebox .word {
  30.     display: none
  31. }
  32. div.titlebox .subscribers span.number:after {
  33.     content: " moderators";
  34. }  
  35. div.titlebox .users-online span.number:after {
  36.     content: " users removing posts";
  37. }
Advertisement
Add Comment
Please, Sign In to add comment