Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.31 KB | None | 0 0
  1. @import url(http://dl.dropbox.com/s/rogesc5nd2o920m/topbarAnohana.css);
  2. @import url(https://malcat-gen.appspot.com/series?preset=more);
  3. @import url(http://dl.dropbox.com/u/78340470/CSSforFoxgirls.css);
  4. * {
  5. text-decoration: none;
  6. }
  7. body {
  8. background-attachment: fixed;
  9. background-clip: border-box;
  10. background-color: transparent;
  11. background-image: url("https://i.imgur.com/vA3BQbX.jpg");
  12. background-position: 0 0;
  13. background-repeat: no-repeat no-repeat;
  14. background-size: cover;
  15. font-family: calibri;
  16. }
  17. #inlineContent {
  18. background-image: url("");
  19. background-repeat: no-repeat no-repeat;
  20. display: inline-block !important;
  21. height: 3000px !important;
  22. left: 0 !important;
  23. margin: auto !important;
  24. position: fixed;
  25. top: 0 !important;
  26. width: 3000px !important;
  27. z-index: -4;
  28. }
  29. #list_surround {
  30. background-attachment: scroll;
  31. background-image: url("");
  32. background-position: 50% 0;
  33. background-repeat: no-repeat no-repeat;
  34. font-size: 81.25%;
  35. height: 0;
  36. left: 10px !important;
  37. line-height: 1;
  38. margin: 0 auto;
  39. padding-bottom: 10px;
  40. padding-top: 100px;
  41. position: absolute;
  42. width: 650px;
  43. }
  44. a {
  45. color: #FFFFFF;
  46. text-shadow: none;
  47. }
  48. a:hover {
  49. color: #FF4000;
  50. text-shadow: 0 1px rgba(255, 255, 255, 0.15);
  51. }
  52. .table_header {
  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. .table_header:nth-of-type(5) {
  61. border-bottom-right-radius: 0;
  62. border-top-left-radius: 0;
  63. border-top-right-radius: 0;
  64. }
  65. .table_header, .td1, .td2, .status_selected, .status_not_selected, .category_totals {
  66. background-color: rgba(54, 122, 230, 0.7);
  67. border: 0 none;
  68. padding: 4px;
  69. text-align: center;
  70. vertical-align: top;
  71. }
  72. .table_header, .td1, .td2, .category_totals {
  73. color: white;
  74. }
  75. .borderRBL {
  76. line-height: normal !important;
  77. }
  78. [cellspacing="0"] {
  79. line-height: 17px;
  80. }
  81. .category_totals {
  82. background-color: rgba(104, 156, 232, 0.7);
  83. border-radius: 0 0 12px 12px;
  84. text-align: center;
  85. }
  86. .category_totals:hover {
  87. background-color: rgba(104, 156, 232, 0.7);
  88. color: #FFFFFF;
  89. }
  90. [class^="header_"] * {
  91. font-size: 40px;
  92. line-height: 0;
  93. margin-top: -10px;
  94. padding-bottom: 0;
  95. vertical-align: bottom;
  96. }
  97. .header_title {
  98. background-color: rgba(104, 156, 232, 0.7);
  99. border-radius: 20px 20px 0 0;
  100. color: white;
  101. font-family: century Gothic;
  102. font-style: normal;
  103. height: 30px;
  104. text-align: center;
  105. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  106. width: auto;
  107. }
  108. #grand_totals {
  109. background-color: rgba(104, 156, 232, 0.7);
  110. border: 0 none;
  111. border-radius: 3px 3px 3px 3px;
  112. color: #FFFFFF;
  113. line-height: 20px;
  114. min-height: 20px;
  115. padding: 8px;
  116. text-align: center;
  117. vertical-align: middle;
  118. }
  119. .td1:nth-of-type(2), .td2:nth-of-type(2) {
  120. text-align: left;
  121. }
  122. .table_header:nth-of-type(6) {
  123. display: none;
  124. width: 500px;
  125. }
  126. a, .td1, .td2, .category_totals {
  127. }
  128. .status_not_selected {
  129. opacity: 0.5;
  130. }
  131. .status_not_selected:hover {
  132. color: transparent;
  133. opacity: 1;
  134. transition: all 0.4s ease 0s;
  135. }
  136. .status_selected a, .status_not_selected a, .status_selected:hover a, .status_not_selected:hover a {
  137. color: white;
  138. font-family: century gothic;
  139. font-size: 20px;
  140. }
  141. .status_selected {
  142. display: block;
  143. }
  144. .status_not_selected {
  145. display: block;
  146. }
  147. #list_surround .status_selected, #list_surround .status_not_selected {
  148. background-color: rgba(54, 122, 230, 0.7);
  149. border-color: white !important;
  150. border-style: solid !important;
  151. border-width: 1px !important;
  152. left: 670px;
  153. padding: 15px 0;
  154. position: fixed;
  155. top: 160px;
  156. width: 200px;
  157. }
  158. #list_surround .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected {
  159. top: 230px;
  160. }
  161. #list_surround .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected {
  162. top: 300px;
  163. }
  164. #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected {
  165. top: 370px;
  166. }
  167. #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected {
  168. top: 440px;
  169. }
  170. #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected {
  171. top: 510px;
  172. }
  173. tr:hover [class^="td"] {
  174. background-color: rgba(104, 156, 232, 0.7);
  175. transition: all 0.4s ease 0s;
  176. }
  177. :hover + .hide {
  178. background-color: rgba(54, 122, 230, 0.7);
  179. background-position: 50% 18% !important;
  180. background-repeat: no-repeat !important;
  181. background-size: 250px 330px !important;
  182. border-color: white;
  183. border-radius: 25px 25px 25px 25px;
  184. border-style: ridge;
  185. border-width: 2px;
  186. display: block !important;
  187. height: 498px;
  188. padding: 79px 40px 10px 10px;
  189. position: fixed;
  190. right: 3px;
  191. top: 60px;
  192. width: 234px;
  193. }
  194. .hide:before {
  195. background: none repeat scroll 0 0 transparent;
  196. border-radius: 25px 25px 0 0;
  197. color: white;
  198. content: "";
  199. padding-bottom: 5px;
  200. position: absolute;
  201. text-align: center;
  202. top: 10px;
  203. width: 262px;
  204. }
  205. .td1:nth-of-type(6), .td2:nth-of-type(6) {
  206. background-color: transparent !important;
  207. background-image: url("none") !important;
  208. display: none;
  209. font-size: 14px;
  210. height: 145px;
  211. padding: 10px 10px 0 24px;
  212. position: fixed;
  213. right: 13px;
  214. text-align: center;
  215. top: 449px;
  216. width: 235px;
  217. z-index: 1;
  218. }
  219. #copyright, #copyright:hover {
  220. background-color: rgba(104, 156, 232, 0.7);
  221. border-radius: 5px 5px 5px 5px;
  222. bottom: 0;
  223. color: white;
  224. padding: 2px;
  225. width: 650px;
  226. }
  227. #copyright:hover {
  228. }
  229. #copyright:before {
  230. color: black;
  231. content: " Design by SylakentH_ ";
  232. font-size: 12px;
  233. padding-right: 10px;
  234. }
  235. #copyright:after {
  236. color: gold;
  237. content: " ";
  238. padding-left: 20px;
  239. }
  240. #copyright a {
  241. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement