xmisa0923

mal

Oct 2nd, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. /*
  2. // Self-explanatory
  3. */
  4. BODY
  5. {
  6. background-image:
  7. url(http://i.imgur.com/Af7sI6K.png);
  8. background-attachment: fixed;
  9. background-position: bottom right;
  10. background-repeat: no-repeat;
  11.  
  12.  
  13.  
  14. color:#4b4b4b;
  15. font-size:11px;
  16. font-family:myriad pro;
  17. background-color:#ffffff;
  18.  
  19.  
  20. }
  21.  
  22.  
  23. /*
  24. // Determines the positioning of your list
  25. */
  26.  
  27. #list_surround
  28. {
  29. padding-left: 320px;
  30.  
  31. width:500px;
  32. }
  33.  
  34. /*
  35. // All links on your list
  36. */
  37.  
  38. a
  39. {
  40. color:#e8cfed;
  41. text-decoration:none;
  42. }
  43.  
  44. a:visited
  45. {
  46. color:#e8cfed;
  47. text-decoration:none;
  48. }
  49.  
  50. a:hover
  51. {
  52. color:#ffffff;
  53. text-decoration:none;
  54. }
  55.  
  56. /*
  57. // Alternating row color 1
  58. */
  59.  
  60. .td1
  61. {
  62.  
  63. color:#e8cfed;
  64. border-width:500px;
  65. border-style:none;
  66. border-color:4b4b4b;
  67. padding:2px;
  68. background-color:#e42d62;
  69. opacity:0.85;
  70. filter:alpha(opacity=85);
  71. }
  72.  
  73. /*
  74. // Alternating row color 2
  75. */
  76.  
  77. .td2
  78. {
  79.  
  80. color:#e8cfed;
  81. border-width:500px;
  82. border-style:none;
  83. border-color:4b4b4b;
  84. padding:2px;
  85. background-color:#e42d62;
  86. }
  87.  
  88. /*
  89. // This represents the "Anime Title", "Score", "# Eps" columns
  90. */
  91.  
  92. .table_header
  93. {
  94.  
  95. color:#4b4b4b;
  96. border-width:500px;
  97. border-style:none;
  98. border-color:#4b4b4b;
  99. background-color:#4b4b4b;
  100. padding:2px;
  101. }
  102.  
  103. /*
  104. // headerLink represents the color of the links inside the_header
  105. */
  106.  
  107. .table_headerLink
  108. {
  109. color:#ffffff;
  110. }
  111.  
  112. .table_headerLink:Visited
  113. {
  114. color:#ffffff;
  115. }
  116.  
  117. .table_headerLink:Hover
  118. {
  119. color:#ffffff;
  120. }
  121.  
  122. /*
  123. // Controls the select form decoration (the drop down select box)
  124. */
  125.  
  126. .form
  127. {
  128. border-width:500px;
  129. border-color:#ffffff;
  130. border-style:none;
  131. color:#4b4b4b;
  132. padding:2px;
  133. font-size:11px;
  134. font-family:myriad pro;
  135. }
  136.  
  137.  
  138. /* Which 'status' up top is selected? */
  139.  
  140. .status_selected
  141. {
  142.  
  143. color:#fbfbfb;
  144. border-width:500px;
  145. border-style:none;
  146. border-color:#ffffff;
  147. padding:2px;
  148. background-color:#4b4b4b;
  149. }
  150.  
  151. .status_not_selected
  152. {
  153.  
  154. color:#fbfbfb;
  155. border-width:500px;
  156. border-style:none;
  157. border-color:#ffffff;
  158. padding:2px;
  159. background-color:#4b4b4b;
  160. }
  161.  
  162.  
  163.  
  164. /*
  165. Header classes for Currently Watching, Completed, Dropped, etc...
  166. */
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174. .header_cw
  175. {
  176.  
  177. }
  178.  
  179. .header_completed
  180. {
  181.  
  182. }
  183.  
  184. .header_onhold
  185. {
  186.  
  187. }
  188.  
  189. .header_dropped
  190. {
  191.  
  192. }
  193.  
  194. .header_ptw
  195. {
  196.  
  197. }
  198.  
  199. .header_title {
  200. font-size: 14px;
  201. font-weight: bold;
  202. }
  203.  
  204.  
  205. .category_totals
  206. {
  207.  
  208. }
  209.  
  210. #grand_totals
  211. {
  212. text-align: center;
  213. }
  214.  
  215. /* header_al is thesurrounding "User's Anime List" at the top */
  216.  
  217. .header_al
  218. {
  219. font-weight: bold;
  220. font-size: 16px;
  221. }
  222.  
  223. /* header_al_links is thewith your "Profile" and "MyAnimeList home" links */
  224. .header_al_links
  225. {
  226.  
  227. }
  228.  
  229. /* controls what styles you can give to all the anime titles in your list */
  230. .animetitle
  231. {
  232. font-weight: bold;
  233. }
  234.  
  235. /*
  236. copyright contains the "Producted by Garrett Gyssler" text
  237. DO NOT REMOVE OR HIDE THIS DIV
  238. IF FOUND TO BE REMOVED, YOUR LIST WILL BE REMOVED TOO
  239. */
  240.  
  241. #copyright
  242. {
  243. padding-top: 6px;
  244. text-align: center;
  245. margin: 0 auto;
  246. width: 500px;
  247. }
  248.  
  249.  
  250.  
  251.  
  252. /* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://i.imgur.com/O76Seeh.gif), progress !important;} /* End http://www.cursors-4u.com */
Advertisement
Add Comment
Please, Sign In to add comment