Jyuubi

[MAL]—Sugar Theme #02

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