Jyuubi

[MAL] → #08 Arial Black / Pink & Grey

Nov 14th, 2013
1,939
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. /*
  2. // Self-explanatory
  3. */
  4.  
  5. BODY {
  6. color: #acacac;
  7. font-size: 7px;
  8. font-family: tahoma;
  9. background-color: #efefef;
  10. letter-spacing: 1px;
  11. text-transform: uppercase;
  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: #f991b1;
  29. text-decoration: none;
  30. font-weight: normal;
  31. }
  32.  
  33. a:visited {
  34. color: #f991b1;
  35. text-decoration: none;
  36. }
  37.  
  38. a:hover {
  39. color: #f991b1;
  40. text-decoration: none;
  41. }
  42.  
  43. /*
  44. // Alternating row color 1
  45. */
  46.  
  47. .td1 {
  48. color: #acacac;
  49. border-width: 0px;
  50. border-style: solid;
  51. border-color: #f6f6f6;
  52. padding: 5px;
  53. background-color: #f6f6f6;
  54. font-weight: normal;
  55. }
  56.  
  57. /*
  58. // Alternating row color 2
  59. */
  60.  
  61. .td2 {
  62. color: #acacac;
  63. border-width: 0px;
  64. border-style: solid;
  65. border-color: #fdfdfd;
  66. padding: 5px;
  67. background-color: #fdfdfd;
  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: #f991b1;
  78. padding: 5px;
  79. text-align: center;
  80. text-transform: uppercase;
  81. letter-spacing: 2px;
  82. }
  83.  
  84. /*
  85. // headerLink represents the color of the links inside the_header
  86. */
  87.  
  88. .table_headerLink {
  89. color: #ffffff;
  90. }
  91.  
  92. .table_headerLink:Visited {
  93. color: #ffffff;
  94. }
  95.  
  96. .table_headerLink:Hover {
  97. color: #ffffff;
  98. }
  99.  
  100. /*
  101. // Controls the select form decoration (the drop down select box)
  102. */
  103.  
  104. .form {
  105. border-width: ;
  106. border-color: ;
  107. border-style: ;
  108. color: ;
  109. padding: ;
  110. font-size: px;
  111. font-family: ;
  112. }
  113.  
  114. /* Which 'status' up top is selected? */
  115.  
  116. .status_selected {
  117. color: #acacac;
  118. font-weight: bold;
  119. padding: 8px;
  120. background-color: #fdfdfd;
  121. font-family: arial black;
  122. font-size: 8px;
  123. text-transform: uppercase;
  124. margin-left: 5px;
  125. }
  126.  
  127. .status_selected a {
  128. color: #acacac;
  129. text-decoration: line-through;
  130. }
  131.  
  132. .status_selected a:hover {
  133. color: #f991b1;
  134. }
  135.  
  136. .status_not_selected {
  137. color: #acacac;
  138. font-weight: bold;
  139. padding: 8px;
  140. background-color: #fdfdfd;
  141. font-family: arial black;
  142. font-size: 8px;
  143. text-transform: uppercase;
  144. margin-left: 5px;
  145. }
  146.  
  147. .status_not_selected a {
  148. color: #acacac;
  149. }
  150.  
  151. .status_not_selected a:hover {
  152. color: #f991b1;
  153. }
  154.  
  155. /*
  156. Header classes for Currently Watching, Completed, Dropped, etc...
  157. */
  158.  
  159. .header_title {
  160. font-family: arial black;
  161. font-size: 40px;
  162. color: #f991b1;
  163. font-weight: bold;
  164. text-transform: uppercase;
  165. letter-spacing: -5px;
  166. text-align: center;
  167. padding-bottom: 5px;
  168. margin-top: 15px;
  169. }
  170.  
  171.  
  172. .category_totals {
  173. }
  174.  
  175. #grand_totals {
  176. text-align: center;
  177. }
  178.  
  179. /* header_al is thesurrounding "User's Anime List" at the top */
  180.  
  181. .header_al {
  182. font-weight: bold;
  183. font-size: 16px;
  184. }
  185.  
  186. /* header_al_links is thewith your "Profile" and "MyAnimeList home" links */
  187.  
  188. .header_al_links
  189. {
  190. }
  191.  
  192. /* controls what styles you can give to all the anime titles in your list */
  193.  
  194. .animetitle {
  195. font-weight: normal;
  196. }
  197.  
  198. /*
  199. copyright contains the "Producted by Garrett Gyssler" text
  200. DO NOT REMOVE OR HIDE THIS DIV
  201. IF FOUND TO BE REMOVED, YOUR LIST WILL BE REMOVED TOO
  202. */
  203.  
  204. #copyright {
  205. padding-top: 6px;
  206. text-align: center;
  207. margin: 0 auto;
  208. width: px;
  209. }
Advertisement
Add Comment
Please, Sign In to add comment