gavin19

Reddit RPGCSS

Oct 1st, 2011
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.59 KB | None | 0 0
  1. //// To make the top text area transparent so that you can see the background pic through it
  2.  
  3. .content .linklisting .thing:first-of-type {background-color:transparent;}
  4.  
  5. //// To make the background image repeat so that you are not just left with a white background further down the page
  6.  
  7. body {background-repeat:repeat-y;}
  8.  
  9. //// Get rid of the white background in the sidebar
  10.  
  11. div.side {background-color:#556B2F;}
  12.  
  13. //// To make alternate layers of textbox backgrounds up to 10 deep
  14.  
  15. .commentarea .comment {
  16.     background-color: #005226 !important;
  17. }
  18.  
  19. .commentarea .comment .comment {
  20.     background-color: #556B2F !important;
  21. }
  22.  
  23. .commentarea .comment .comment .comment {
  24.     background-color: #005226 !important;
  25. }
  26.  
  27. .commentarea .comment .comment .comment .comment {
  28.     background-color: #556B2F !important;
  29. }
  30.  
  31. .commentarea .comment .comment .comment .comment .comment {
  32.     background-color: #005226 !important;
  33. }
  34.  
  35. .commentarea .comment .comment .comment .comment .comment .comment {
  36.     background-color: #556B2F !important;
  37. }
  38.  
  39. .commentarea .comment .comment .comment .comment .comment .comment .comment {
  40.     background-color: #005226 !important;
  41. }
  42.  
  43. .commentarea .comment .comment .comment .comment .comment .comment .comment .comment {
  44.     background-color: #556B2F !important;
  45. }
  46.  
  47. .commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment {
  48.     background-color: #005226 !important;
  49. }
  50.  
  51. .commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
  52.     background-color: #556B2F !important;
  53. }
Add Comment
Please, Sign In to add comment