Advertisement
IchiSora

Animelist Code 4

Feb 27th, 2013
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.85 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=Quicksand:700);
  2. @import "http://dl.dropbox.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSFixed.css";
  3.  
  4. body {
  5. background-attachment: fixed !important;
  6. background-color: white !important;
  7. background-image: url("http://i3.minus.com/ibtq0W8NAIaBk4.jpg") !important;
  8. background-repeat: no-repeat !important;
  9. background-position: top right;
  10. }
  11.  
  12. #list_surround {
  13. position: absolute !important;
  14. left: 60px !important;
  15. }
  16. body {
  17. color: #FFFFFF;
  18. font-family: Verdana,Arial;
  19. font-size: 10px;
  20. }
  21. #inlineContent {
  22. display: inline-block !important;
  23. height: 362px !important;
  24. left: 0 !important;
  25. position: absolute !important;
  26. top: 0 !important;
  27. width: 605px !important;
  28. z-index: -1 !important;
  29. }
  30. #grand_totals {
  31. background-color: transparent;
  32. border: 0 none;
  33. border-radius: 3px 3px 3px 3px;
  34. color: #EEEEEE;
  35. line-height: 20px;
  36. min-height: 20px;
  37. text-align: center;
  38. transition: all 0.25s ease-in-out 0s;
  39. vertical-align: middle;
  40. }
  41. a {
  42. color: #486caa;
  43. text-decoration: none;
  44. }
  45. a:visited {
  46. color: #486caa;
  47. text-decoration: none;
  48. }
  49. a:hover {
  50. color: #FFFFFF;
  51. text-decoration: none;
  52. }
  53. small {
  54. color: #7248b0;
  55. font-size: 8px !important;
  56. text-decoration: none;
  57. }
  58. #list_surround {
  59. background-color: transparent;
  60. background: transparent;
  61. background-position: center top;
  62. background-repeat: no-repeat;
  63. margin-left: 5px;
  64. padding-top: 50px;
  65. text-transform: none;
  66. width: 600px;
  67. }
  68. #list_surround tbody tr:hover {
  69. }
  70. #list_surround tr:hover .category_totals, #list_surround[align="center"] tbody tr:hover
  71. td, #list_surround[align="center"] + tbody tr:hover {
  72. background-color: transparent;
  73. }
  74. .td1, .td2 {
  75. background: rgba(171,219,242,0.8);
  76. background-position: center center;
  77. border-style: hidden;
  78. color: white;
  79. padding: 3px;
  80. }
  81. .table_header {
  82. background: rgba(171,219,242,0.8);
  83. border-style: hidden;
  84. color: #367add !important;
  85. padding: 3px;
  86. }
  87. .td1[width="125"] {
  88. font-size: 11px;
  89. padding: 1px 20px 0px 1px;
  90. width: 200px;
  91. }
  92. .td1[width="45"] {
  93. font-size: 11px;
  94. font-weight: bold;
  95. }
  96. .td1[width="70"] {
  97. font-size: 11px;
  98. font-weight: bold;
  99. }
  100. .td2[width="125"] {
  101. font-size: 11px;
  102. padding: 1px 20px 1px 1px;
  103. width: 200px;
  104. }
  105. .td2[width="45"] {
  106. font-size: 11px;
  107. font-weight: bold;
  108. }
  109. .td2[width="70"] {
  110. font-size: 11px;
  111. font-weight: bold;
  112. }
  113. .td1:last-child, .td2:last-child, .table_header:last-child {
  114. background-position: right center;
  115. }
  116. .table_header[width="125"] {
  117. padding-left: 1px;
  118. padding-right: 20px;
  119. width: 200px;
  120. }
  121. .td1:first-child, .td2:first-child, .table_header:first-child {
  122. background-position: left center;
  123. padding-left: 10px;
  124. text-align: center;
  125. width: 20px;
  126. }
  127. [id^="menu"] .td1 {
  128. padding-left: 50px;
  129. padding-right: 20px;
  130. text-align: left;
  131. }
  132. [id^="menu"] .td2 {
  133. padding-left: 50px;
  134. padding-right: 20px;
  135. text-align: left;
  136. }
  137. small *, small {
  138. font-size: 11px;
  139. }
  140. .table_headerLink {
  141. color: #FFFFFF;
  142. font-weight: normal;
  143. }
  144. .table_headerLink:visited {
  145. color: #FFFFFF;
  146. font-weight: normal;
  147. }
  148. .table_headerLink:hover {
  149. color: #FFFFFF;
  150. font-weight: normal;
  151. }
  152. .status_selected {
  153. color: #FFFFFF;
  154. font-family: Century Gothic,Verdana,Arial;
  155. font-size: 14px;
  156. font-weight: bold;
  157. padding: 5px;
  158. background: rgba(216,254,255, 0.8);
  159. border-bottom-style: solid;
  160. border-top-style: solid;
  161. border-width: 2px !important;
  162. }
  163. .status_not_selected {
  164. color: #FFFFFF;
  165. font-family: Century Gothic,Verdana,Arial;
  166. font-size: 12px;
  167. font-weight: bold;
  168. padding: 5px;
  169. background: rgba(171,219,242,0.8);
  170. border-bottom-style: solid;
  171. border-width: 2px !important;
  172. border-top-style: solid;
  173. }
  174. .header_title {
  175. font-size: 40px;
  176. font-family: quicksand;
  177. color: #367add;
  178. margin-top: -20px;
  179. margin-bottom: 10px;
  180. margin-left: 40px;
  181. }
  182. .header_cw {
  183. margin-top: 25px;
  184. background: rgba(171,219,242,0.8);
  185. border-radius: 30px 30px 0 0;
  186. }
  187. .header_completed {
  188. margin-top: 25px;
  189. background: rgba(171,219,242,0.8);
  190. border-radius: 30px 30px 0 0;
  191. }
  192. .header_onhold {
  193. margin-top: 25px;
  194. background: rgba(171,219,242,0.8);
  195. border-radius: 30px 30px 0 0;
  196. }
  197. .header_dropped {
  198. margin-top: 25px;
  199. background: rgba(171,219,242,0.8);
  200. border-radius: 30px 30px 0 0;
  201. }
  202. .header_ptw {
  203. margin-top: 25px;
  204. background: rgba(171,219,242,0.8);
  205. border-radius: 30px 30px 0 0;
  206. }
  207. .category_totals {
  208. background: rgba(171,219,242,0.8);
  209. font-size: 10px;
  210. color: white;
  211. height: 40px;
  212. text-align: center;
  213. border-radius: 0 0 30px 30px;
  214. }
  215. #grand_totals {
  216. background-position: center top;
  217. background-repeat: no-repeat;
  218. color: #bb3e46;
  219. font-family: Verdana,Arial;
  220. font-size: 10px;
  221. height: 25px;
  222. padding: 29px;
  223. text-align: center;
  224. }
  225. #copyright {
  226. background-image: url("http://i.imgur.com/XZrsPR4.png");
  227. background-repeat: no-repeat;
  228. color: #fef1f8;
  229. font-size: 9px;
  230. font-weight: normal;
  231. height: 50px;
  232. margin: 0 auto;
  233. padding-top: 10px;
  234. text-align: center;
  235. text-shadow: 0 0 0.5em #FFDEEE;
  236. width: 475px;
  237. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement