Jyuubi

[MAL]—Mystery Machine Theme #03

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