Jyuubi

[MAL] → #06 Light Wood - Blue/Brown

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