Advertisement
Guest User

Chitoge CSS

a guest
Nov 3rd, 2014
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. @import "https://dl.dropboxusercontent.com/u/78340470/Club%20layouts/Special/topbarreduxdarkblue.css";
  2. * {
  3. text-decoration: none;
  4. }
  5. body {
  6. background-attachment: fixed;
  7. background-clip: border-box;
  8. background-color: transparent;
  9. background-image: url("http://i.imgur.com/XwauM2S.jpg");
  10. background-position: 33% 0%;
  11. background-repeat: no-repeat no-repeat;
  12. background-size: cover;
  13. }
  14. #inlineContent {
  15. background-image: url("");
  16. background-repeat: no-repeat no-repeat;
  17. display: inline-block !important;
  18. height: 3000px !important;
  19. left: 0 !important;
  20. margin: auto !important;
  21. position: fixed;
  22. top: 0 !important;
  23. width: 3000px !important;
  24. z-index: -4;
  25. }
  26. #list_surround {
  27. background-attachment: scroll;
  28. background-image: url("");
  29. background-position: 50% 0;
  30. background-repeat: no-repeat no-repeat;
  31. font-size: 14px;
  32. height: 200px;
  33. line-height: 1;
  34. margin: 0 auto;
  35. padding-bottom: 10px;
  36. padding-top: 80px;
  37. position: absolute;
  38. right: 10px;
  39. width: 750px;
  40. }
  41. small {
  42. color: #E80083;
  43. font-weight: bold;
  44. text-shadow: 1px 2px 3px black;
  45. }
  46. a {
  47. color: #FFFFFF;
  48. text-shadow: none;
  49. }
  50. a:hover {
  51. color: #FFFFFF;
  52. text-shadow: 1px 2px 5px black;
  53. }
  54. .table_header:first-of-type {
  55. border-radius: 0 0 0 0;
  56. }
  57. .table_header:nth-of-type(2) {
  58. text-align: left;
  59. }
  60. tr:hover [class^="td"] {
  61. background-color: rgba(90,177,253, 0.7);
  62. color: #FFFFFF;
  63. }
  64. .table_header, .td1, .td2, .category_totals {
  65. background-color: rgba(1, 42, 106, 0.9);
  66. border: 0 none;
  67. padding: 4px;
  68. text-align: center;
  69. vertical-align: top;
  70. }
  71. .table_header, .td1, .td2, .category_totals {
  72. color: white;
  73. }
  74. [cellspacing="0"] {
  75. line-height: 17px;
  76. }
  77. .category_totals {
  78. border-radius: 0 0 6px 6px;
  79. text-align: center;
  80. }
  81. .category_totals:hover {
  82. background-color: rgba(104, 156, 232, 0.7);
  83. color: #FFFFFF;
  84. }
  85. [class^="header_"] * {
  86. font-size: 51px;
  87. line-height: 0;
  88. margin-top: 20px;
  89. padding-bottom: 0;
  90. vertical-align: bottom;
  91. }
  92. .header_title {
  93. background-color: rgba(1, 42, 106, 0.9);
  94. border-radius: 6px 6px 0 0;
  95. color: white;
  96. font-style: normal;
  97. height: 40px;
  98. padding-left: 60px !important;
  99. text-align: left;
  100. text-shadow: 4px 4px 5px #007FE8;
  101. width: auto;
  102. }
  103. #grand_totals {
  104. background-color: rgba(1, 42, 106, 0.9);
  105. border: 0 none;
  106. border-radius: 3px 3px 3px 3px;
  107. color: #FFFFFF;
  108. line-height: 20px;
  109. min-height: 20px;
  110. padding: 8px;
  111. text-align: center;
  112. vertical-align: middle;
  113. }
  114. .td1:nth-of-type(2), .td2:nth-of-type(2) {
  115. text-align: left;
  116. }
  117. .status_not_selected:hover {
  118. color: white !important;
  119. opacity: 1;
  120. transition: all 0.4s ease 0s;
  121. }
  122. .status_not_selected, .status_selected {
  123. background-color: rgba(1, 42, 106, 0.9);
  124. border: 0 none !important;
  125. border-radius: 0 0 0 0;
  126. height: auto !important;
  127. padding: 4px;
  128. text-align: center !important;
  129. width: 16.667% !important;
  130. }
  131. .status_not_selected a, .status_selected a {
  132. background-color: rgba(60, 108, 240, 0.8);
  133. border-color: rgba(255,255,255, 0.5);
  134. border-radius: 2px 2px 2px 2px;
  135. border-style: solid;
  136. border-width: 1px;
  137. display: block !important;
  138. font-weight: bold;
  139. padding: 8px;
  140. text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  141. }
  142. .status_selected a {
  143. background-color: rgba(60, 158, 240, 0.7);
  144. border-color: rgba(255,255,255, 0.5);
  145. }
  146. .status_not_selected a:hover {
  147. background-color: rgba(60, 168, 240, 0.8);
  148. border-color: rgba(255, 255, 255, 0.6);
  149. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  150. color: white;
  151. text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  152. }
  153. .status_selected a:hover {
  154. background-color: rgba(60, 168, 240, 0.7);
  155. border-color: rgba(255,255,255, 0.5);
  156. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  157. text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  158. }
  159. #copyright:hover {
  160. }
  161. #copyright:before {
  162. color: black;
  163. font-size: 12px;
  164. padding-right: 10px;
  165. }
  166. #copyright:after {
  167. color: gold;
  168. content: " ";
  169. padding-left: 20px;
  170. }
  171. #copyright a {
  172. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement