Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. body
  2. {background-color: #eeefea;
  3. background-image: url(http://fc09.deviantart.net/fs70/f/2014/353/4/d/q0b2oyfq_by_azizkeybackspace-d8agjvu.png);
  4. background-position: top right;
  5. background-attachment: fixed;
  6. background-repeat: no-repeat;
  7. font-family: georgia;
  8. font-size: 11px;
  9. color: #ba7c4d;
  10. font-style: oblique;}
  11.  
  12. #list_surround
  13. {width: 650px;
  14. left: 0px;
  15. padding-left: 25px;
  16. padding-right: 25px;}
  17.  
  18. .td1, .td2, .table_header
  19. {height: 25px;
  20. line-height: 25px;}
  21.  
  22. .td1
  23. {background-color: #e8e8dc;}
  24. .td2, .table_header
  25. {background-color: #e2ded3;}
  26.  
  27. .header_title
  28. {font-size: 28px;
  29. font-family: Sansita One;}
  30.  
  31. .category_totals, #grand_totals
  32. {text-align: center;}
  33.  
  34. #grand_totals
  35. {color: #763a20;}
  36.  
  37. .td1:nth-of-type(2) div, .td2:nth-of-type(2) div
  38. {opacity: 0;
  39. -webkit-transition: all 0.5s ease-in-out !important;
  40. -moz-transition: all 0.5s ease-in-out !important;
  41. -ms-transition: all 0.5s ease-in-out !important;
  42. -o-transition: all 0.5s ease-in-out !important;
  43. transition: all 0.5s ease-in-out !important;}
  44.  
  45. a
  46. {color: #763a20;
  47. text-decoration: none;
  48. text-shadow:10px 0px transparent, -10px 0px transparent !important;
  49. -webkit-transition: all 0.5s ease-in-out !important;
  50. -moz-transition: all 0.5s ease-in-out !important;
  51. -ms-transition: all 0.5s ease-in-out !important;
  52. -o-transition: all 0.5s ease-in-out !important;
  53. transition: all 0.5s ease-in-out !important;}
  54.  
  55. strong
  56. {font-weight: normal !important;}
  57.  
  58. tr:hover [class^=td] a, #list_surround table:first-of-type a:hover
  59. {text-shadow:0px 0px #763a20, -0px 0px #763a20 !important;
  60. -webkit-transition: all 0.5s ease-in-out !important;
  61. -moz-transition: all 0.5s ease-in-out !important;
  62. -ms-transition: all 0.5s ease-in-out !important;
  63. -o-transition: all 0.5s ease-in-out !important;
  64. transition: all 0.5s ease-in-out !important;}
  65. tr:hover [class^=td] div, tr:hover [class^=td] div
  66. {opacity: 1;}
  67.  
  68. #list_surround table:first-of-type td:first-of-type a
  69. {font-size: 0px !important;
  70. color: transparent !important;}
  71.  
  72. #list_surround table:first-of-type td:first-of-type a:before
  73. {content: "Watching";
  74. font-size: 11px !important;
  75. color: #763a20 !important;}
  76.  
  77. #list_surround table:first-of-type td:first-of-type
  78. {width: 52px;
  79. padding-left: 26px;
  80. padding-right: 27px;}
  81.  
  82. #list_surround table:first-of-type td:nth-of-type(2)
  83. {width: 58px;
  84. padding-left: 26px;
  85. padding-right: 27px;}
  86.  
  87. #list_surround table:first-of-type td:nth-of-type(3)
  88. {width: 46px;
  89. padding-left: 26px;
  90. padding-right: 27px;}
  91.  
  92. #list_surround table:first-of-type td:nth-of-type(4)
  93. {width: 47px;
  94. padding-left: 26px;
  95. padding-right: 27px;}
  96.  
  97. #list_surround table:first-of-type td:nth-of-type(5)
  98. {width: 77px;
  99. padding-left: 26px;
  100. padding-right: 27px;}
  101.  
  102. #list_surround table:first-of-type td:nth-of-type(6)
  103. {width: 52px;
  104. padding-left: 26px;
  105. padding-right: 26px;}
  106.  
  107. ::-webkit-scrollbar
  108. {width: 8px;
  109. background-color: #e2ded3;}
  110.  
  111. ::-webkit-scrollbar-thumb
  112. {background-color: #ba7c4d;
  113. border-radius: 2px;}
  114.  
  115. ::-webkit-scrollbar-thumb:hover
  116. {background-color: #763a20;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement