Jyuubi

[MAL] → #07 Light Wood - Purple/Green

Aug 22nd, 2012
4,523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. /*
  2. // Self-explanatory
  3. */
  4.  
  5. BODY {
  6. color: #bababa;
  7. font-size: 11px;
  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: #a0a389;
  28. text-decoration: none;
  29. }
  30.  
  31. a:visited {
  32. color: #a0a389;
  33. text-decoration: none;
  34. }
  35.  
  36. a:hover {
  37. color: #a0a389;
  38. text-decoration: none;
  39. }
  40.  
  41. /*
  42. // Alternating row color 1
  43. */
  44.  
  45. .td1 {
  46. color: #bababa;
  47. border-width: 0px;
  48. border-style: solid;
  49. border-color: #fbfbfb;
  50. padding: 8px;
  51. background-color: #fbfbfb;
  52. font-weight: normal;
  53. }
  54.  
  55. /*
  56. // Alternating row color 2
  57. */
  58.  
  59. .td2 {
  60. color: #bababa;
  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: #bc9bb8;
  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. font-size: 10px;
  99. color: #bc9bb8;
  100. padding: 10px;
  101. background-color: #fbfbfb;
  102. text-transform: uppercase;
  103. letter-spacing: 1px;
  104. }
  105.  
  106. .status_selected a {
  107. color: #bc9bb8;
  108. }
  109.  
  110. .status_not_selected {
  111. font-size: 10px;
  112. color: #bc9bb8;
  113. padding: 10px;
  114. background-color: #fbfbfb;
  115. text-transform: uppercase;
  116. letter-spacing: 1px;
  117. }
  118.  
  119. .status_not_selected a {
  120. color: #bc9bb8;
  121. }
  122.  
  123. /*
  124. Header classes for Currently Watching, Completed, Dropped, etc...
  125. */
  126.  
  127. .header_title {
  128. font-family: georgia;
  129. font-size: 22px;
  130. color: #c3c5b0;
  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. #grand_totals {
  140. text-align: center;
  141. }
  142.  
  143. /* header_al is thesurrounding "User's Anime List" at the top */
  144.  
  145. .header_al {
  146. font-weight: bold;
  147. font-size: 16px;
  148. }
  149.  
  150. /* controls what styles you can give to all the anime titles in your list */
  151. .animetitle {
  152. font-weight: normal;
  153. }
  154.  
  155. /*
  156. copyright contains the "Producted by Garrett Gyssler" text
  157. DO NOT REMOVE OR HIDE THIS DIV
  158. IF FOUND TO BE REMOVED, YOUR LIST WILL BE REMOVED TOO
  159. */
  160.  
  161. #copyright {
  162. padding-top: 15px;
  163. text-align: center;
  164. margin: 0 auto;
  165. width: px;
  166. }
Advertisement
Add Comment
Please, Sign In to add comment