Jyuubi

[MAL]—#05 Argyle - Pink/Green

Apr 22nd, 2012
2,802
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 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: 650px;
  21. }
  22.  
  23. /*
  24. // All links on your list
  25. */
  26.  
  27. a {
  28. color: #52a64a;
  29. text-decoration: none;
  30. font-weight: normal;
  31. }
  32.  
  33. a:visited {
  34. color: #52a64a;
  35. text-decoration: none;
  36. }
  37.  
  38. a:hover {
  39. color: #33632e;
  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: #f396ae;
  76. border-width: 0px;
  77. background-color: #d82b58;
  78. padding: 5px;
  79. text-align: center;
  80. text-transform: uppercase;
  81. }
  82.  
  83. /*
  84. // headerLink represents the color of the links inside the_header
  85. */
  86.  
  87. .table_headerLink {
  88. color: #f396ae;
  89. }
  90.  
  91. .table_headerLink:Visited {
  92. color: #f396ae;
  93. }
  94.  
  95. .table_headerLink:Hover {
  96. color: #f396ae;
  97. }
  98.  
  99. /*
  100. // Controls the select form decoration (the drop down select box)
  101. */
  102.  
  103. .form {
  104. border-width: ;
  105. border-color: ;
  106. border-style: ;
  107. color: ;
  108. padding: ;
  109. font-size: px;
  110. font-family: ;
  111. }
  112.  
  113. /* Which 'status' up top is selected? */
  114.  
  115. .status_selected {
  116. color: #eb7090;
  117. font-weight: normal;
  118. padding: 8px;
  119. background-color: #0f0f0f;
  120. font-family: consolas;
  121. font-size: 9px;
  122. text-transform: uppercase;
  123. margin-left: 5px;
  124. }
  125.  
  126. .status_selected a {
  127. color: #343434;
  128. text-decoration: line-through;
  129. }
  130.  
  131. .status_selected a:hover {
  132. color: ##52a64a;
  133. }
  134.  
  135. .status_not_selected {
  136. color: #eb7090;
  137. font-weight: normal;
  138. padding: 8px;
  139. background-color: #0f0f0f;
  140. font-family: consolas;
  141. font-size: 9px;
  142. text-transform: uppercase;
  143. margin-left: 5px;
  144. }
  145.  
  146. .status_not_selected a {
  147. color: #343434;
  148. }
  149.  
  150. .status_not_selected a:hover {
  151. color: ##52a64a;
  152. }
  153.  
  154. /*
  155. Header classes for Currently Watching, Completed, Dropped, etc...
  156. */
  157.  
  158. .header_title {
  159. font-family: Book Antiqua;
  160. font-size: 14px;
  161. color: #d82b58;
  162. font-weight: normal;
  163. text-transform: uppercase;
  164. letter-spacing: 14px;
  165. text-align: center;
  166. padding-bottom: 5px;
  167. }
  168.  
  169.  
  170. .category_totals {
  171. }
  172.  
  173. #grand_totals {
  174. text-align: center;
  175. }
  176.  
  177. /* header_al is thesurrounding "User's Anime List" at the top */
  178.  
  179. .header_al {
  180. font-weight: bold;
  181. font-size: 16px;
  182. }
  183.  
  184. /* header_al_links is thewith your "Profile" and "MyAnimeList home" links */
  185.  
  186. .header_al_links
  187. {
  188. }
  189.  
  190. /* controls what styles you can give to all the anime titles in your list */
  191.  
  192. .animetitle {
  193. font-weight: normal;
  194. }
  195.  
  196. /*
  197. copyright contains the "Producted by Garrett Gyssler" text
  198. DO NOT REMOVE OR HIDE THIS DIV
  199. IF FOUND TO BE REMOVED, YOUR LIST WILL BE REMOVED TOO
  200. */
  201.  
  202. #copyright {
  203. padding-top: 6px;
  204. text-align: center;
  205. margin: 0 auto;
  206. width: px;
  207. }
Advertisement
Add Comment
Please, Sign In to add comment