Advertisement
prem

css mal theme

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