Advertisement
Jyuubi

[MAL]—#04 Argyle - Blue/Green

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