justcool939

MSRD CSS

Apr 10th, 2015
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.20 KB | None | 0 0
  1. /*
  2. ===============================================================
  3. HEADER AND UP/DOWNVOTES
  4. ===============================================================
  5. */
  6.  
  7. .arrow.up { background: url(%%unvoted%%); }
  8. .arrow.down { background: url(%%unvoted%%); }
  9.  
  10. .arrow.upmod { background: url(%%upvoted%%); }
  11. .arrow.downmod { background: url(%%downvoted%%); }
  12.  
  13. #header {
  14. background-image: url(%%popcorn-header%%);
  15. background-position: left 10px;
  16. }
  17.  
  18. .pagename.redditname a:before {
  19.     content: "SubredditDrama" !important;
  20.     font-size: 16px;
  21.     /*height: 30px;*/
  22. }
  23. .pagename.redditname a {
  24.     font-size: 0px;
  25. }
  26.  
  27. /* END HEADER + VOTING STUFF */
  28.  
  29. /*Make deleted comments take up less space*/
  30. .deleted > .entry > .grayed { display: none; }
  31.  
  32.  
  33. .debuginfo {
  34.     display: none;
  35. }
  36.  
  37. /* subscribers and online count text */
  38.  
  39. div.titlebox .word {
  40.     display: none
  41. }
  42. div.titlebox .subscribers span.number:after {
  43.     content: " dramanauts";
  44. }  
  45. div.titlebox .users-online span.number:after {
  46.     content: " talking about people munching on popcorn";
  47. }
  48.  
  49. /* GRR AYY */
  50.  
  51. .roundfield { background-color: #DBDBDB !important; }
  52.  
  53. .linkinfo { background-color: #DBDBDB; border: 1px solid #414141; }
Advertisement
Add Comment
Please, Sign In to add comment