Jyuubi

[MAL]—Pink/Brown Theme #01

Feb 23rd, 2012
4,722
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. /*
  2. // Self-explanatory
  3. */
  4. BODY
  5. {
  6. color: #7b675f;
  7. font-size: 11px;
  8. font-family: lucida sans unicode;
  9. background-color: #483e38;
  10. background-image: url('http://s5.postimage.org/bxbkhxfub/bg2.png');
  11. }
  12.  
  13. /*
  14. // Determines the positioning of your list
  15. */
  16.  
  17. #list_surround
  18. {
  19. margin: auto;
  20. width: 700px;
  21. }
  22.  
  23. /*
  24. // All links on your list
  25. */
  26.  
  27. a
  28. {
  29. color: #d4636d;
  30. text-decoration: none;
  31. font-weight: normal;
  32. }
  33.  
  34. a:visited
  35. {
  36. color: #d4636d;
  37. text-decoration: none;
  38. }
  39.  
  40. a:hover
  41. {
  42. color: #688689;
  43. text-decoration: none;
  44. }
  45.  
  46. /*
  47. // Alternating row color 1
  48. */
  49.  
  50. .td1
  51. {
  52. color: #a18980;
  53. border-width: 0px;
  54. border-style: solid;
  55. border-color: #6c5e55;
  56. padding: 5px;
  57. background-color: #554a43;
  58. font-weight: normal;
  59. }
  60.  
  61. /*
  62. // Alternating row color 2
  63. */
  64.  
  65. .td2
  66. {
  67. color: #a18980;
  68. border-width: 0px;
  69. border-style: solid;
  70. border-color: #6c5e55;
  71. padding: 5px;
  72. background-color: #5f524b;
  73. }
  74.  
  75. /*
  76. // This represents the "Anime Title", "Score", "# Eps" columns
  77. */
  78.  
  79. .table_header
  80. {
  81. color: #e0979e;
  82. border-width: 0px;
  83. background-color: #c54b56;
  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: #e0979e;
  94. }
  95.  
  96. .table_headerLink:Visited
  97. {
  98. color: #e0979e;
  99. }
  100.  
  101. .table_headerLink:Hover
  102. {
  103. color: #e0979e;
  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: georgia;
  153. font-size: 14px;
  154. color: #a27f5a;
  155. font-weight: normal;
  156. font-style: italic;
  157. text-transform: lowercase;
  158. letter-spacing: 3px;
  159. }
  160.  
  161. .header_completed
  162. {
  163. font-family: georgia;
  164. font-size: 14px;
  165. color: #a27f5a;
  166. font-weight: normal;
  167. font-style: italic;
  168. text-transform: lowercase;
  169. letter-spacing: 3px;
  170. }
  171.  
  172. .header_onhold
  173. {
  174. font-family: georgia;
  175. font-size: 14px;
  176. color: #a27f5a;
  177. font-weight: normal;
  178. font-style: italic;
  179. text-transform: lowercase;
  180. letter-spacing: 3px;
  181. }
  182.  
  183. .header_dropped
  184. {
  185. font-family: georgia;
  186. font-size: 14px;
  187. color: #a27f5a;
  188. font-weight: normal;
  189. font-style: italic;
  190. text-transform: lowercase;
  191. letter-spacing: 3px;
  192. }
  193.  
  194. .header_ptw
  195. {
  196. font-family: georgia;
  197. font-size: 14px;
  198. color: #a27f5a;
  199. font-weight: normal;
  200. font-style: italic;
  201. text-transform: lowercase;
  202. letter-spacing: 3px;
  203. }
  204.  
  205. .header_title {
  206. font-family: georgia;
  207. font-size: 14px;
  208. color: #a27f5a;
  209. font-weight: normal;
  210. font-style: italic;
  211. text-transform: lowercase;
  212. letter-spacing: 3px;
  213. }
  214.  
  215.  
  216. .category_totals
  217. {
  218.  
  219. }
  220.  
  221. #grand_totals
  222. {
  223. text-align: center;
  224. }
  225.  
  226. /* header_al is thesurrounding "User's Anime List" at the top */
  227.  
  228. .header_al
  229. {
  230. font-weight: bold;
  231. font-size: 16px;
  232. }
  233.  
  234. /* header_al_links is thewith your "Profile" and "MyAnimeList home" links */
  235. .header_al_links
  236. {
  237.  
  238. }
  239.  
  240. /* controls what styles you can give to all the anime titles in your list */
  241. .animetitle
  242. {
  243. font-weight: bold;
  244. }
  245.  
  246. /*
  247. copyright contains the "Producted by Garrett Gyssler" text
  248. DO NOT REMOVE OR HIDE THIS DIV
  249. IF FOUND TO BE REMOVED, YOUR LIST WILL BE REMOVED TOO
  250. */
  251.  
  252. #copyright
  253. {
  254. padding-top: 6px;
  255. text-align: center;
  256. margin: 0 auto;
  257. width: px;
  258. }
Advertisement
Add Comment
Please, Sign In to add comment