justcool939

SRDMods CSS 3

Apr 10th, 2015
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.down { background: url(%%unvoted%%); }
  14.  
  15. .arrow.upmod { background: url(%%upvoted%%); }
  16. .arrow.downmod { background: url(%%downvoted%%); }
  17.  
  18.  
  19. /* End Header + Votes */
  20.  
  21. /*Make deleted comments take up less space*/
  22. .deleted > .entry > .grayed { display: none; }
  23.  
  24.  
  25. .debuginfo {
  26.     display: none;
  27. }
  28.  
  29. /* subscribers and online count text */
  30.  
  31. div.titlebox .word {
  32.     display: none
  33. }
  34. div.titlebox .subscribers span.number:after {
  35.     content: " moderators";
  36. }  
  37. div.titlebox .users-online span.number:after {
  38.     content: " users removing posts";
  39. }
Advertisement
Add Comment
Please, Sign In to add comment