justcool939

SRDMods CSS 2

Apr 10th, 2015
340
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. .midcol { visibility: hidden; margin: 0px; width: 0px; }
  13. .arrow { visibility: hidden; margin-left: 0px; }
  14. .link .rank { font-size: 0px; }
  15.  
  16. /* End Header + Votes */
  17.  
  18. /*Make deleted comments take up less space*/
  19. .deleted > .entry > .grayed { display: none; }
  20.  
  21.  
  22. .debuginfo {
  23.     display: none;
  24. }
  25.  
  26. /* subscribers and online count text */
  27.  
  28. div.titlebox .word {
  29.     display: none
  30. }
  31. div.titlebox .subscribers span.number:after {
  32.     content: " moderators";
  33. }  
  34. div.titlebox .users-online span.number:after {
  35.     content: " users removing posts";
  36. }
Advertisement
Add Comment
Please, Sign In to add comment