Advertisement
Guest User

iyer gokul faggot

a guest
Oct 7th, 2015
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. /* Icon-style top menu bar */
  2. @import "http://dl.dropbox.com/u/78340470/Touhou%20Style%20Menu%20Bar/IconStyleCSSFixedwithCategoryTouhou.css";
  3.  
  4. /*
  5. // Self-explanatory*/
  6. body
  7. {
  8. color:#999;
  9. text-shadow:-1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  10. font-size:11px;
  11. font-family:Verdana, Arial;
  12. background-image:url('http://i.imgur.com/AHg72.jpg');
  13. background-color:#000;
  14. background-repeat:no-repeat;
  15. background-position:center center;
  16. background-attachment:fixed;
  17. }
  18.  
  19. /*
  20. // Determines the positioning of your list*/
  21. #list_surround
  22. {
  23. width:900px;
  24. margin:0 auto;
  25. }
  26.  
  27. /*
  28. // All links on your list*/
  29. a
  30. {
  31. color:#51819F;
  32. text-decoration:none;
  33. }
  34.  
  35. a:visited
  36. {
  37. color:#51819F;
  38. text-decoration:none;
  39. }
  40.  
  41. a:hover
  42. {
  43. color:#51819F;
  44. text-decoration:underline;
  45. }
  46.  
  47. /*
  48. // Alternating row color 1 */
  49. .td1
  50. {
  51. background:rgba(0, 0, 0, 0.5);
  52. color:#999;
  53. border-color:#333;
  54. border-style:solid;
  55. border-width:0 1px 1px 0;
  56. padding:2px;
  57. }
  58.  
  59. /*
  60. // Alternating row color 2 */
  61. .td2
  62. {
  63. background:rgba(0, 0, 0, 0.5);
  64. color:#999;
  65. border-color:#333;
  66. border-style:solid;
  67. border-width:0 1px 1px 0;
  68. padding:2px;
  69. }
  70.  
  71. /*
  72. // This represents the "Anime Title", "Score", "# Eps" columns */
  73. .table_header
  74. {
  75. color:#999;
  76. background:rgba(0, 0, 0, 0.75);
  77. border-color:#333;
  78. border-style:solid;
  79. border-width:1px 1px 1px 0;
  80. padding:2px;
  81. }
  82.  
  83. /*
  84. // Controls the select form decoration (the drop down select box)*/
  85. .form
  86. {
  87. color:#999;
  88. font-size:11px;
  89. font-family:Verdana, Arial;
  90. border-color:#333;
  91. border-style:solid;
  92. border-width:1px;
  93. padding:2px;
  94. }
  95.  
  96. /* Which 'status' up top is selected? */
  97. .status_selected
  98. {
  99. color:#000;
  100. background:rgba(0, 0, 0, 0.75);
  101. font-weight:700;
  102. text-decoration:underline;
  103. border-color:#333;
  104. border-style:solid;
  105. border-width:0 1px 1px 0;
  106. padding:2px;
  107. }
  108.  
  109. .status_selected a
  110. {
  111. text-decoration:underline;
  112. }
  113.  
  114. .status_not_selected
  115. {
  116. color:#000;
  117. background:rgba(0, 0, 0, 0.75);
  118. border-color:#333;
  119. border-style:solid;
  120. border-width:0 1px 1px 0;
  121. padding:2px;
  122. }
  123.  
  124. /*
  125. Header classes for Currently Watching, Completed, Dropped, etc...*/
  126. .header_title
  127. {
  128. font-size:20px;
  129. font-weight:700;
  130. text-align:center;
  131. text-shadow:-1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  132. }
  133.  
  134. .category_totals
  135. {
  136. text-align:center;
  137. background:rgba(0, 0, 0, 0.75);
  138. border-color:#333;
  139. border-style:solid;
  140. border-width:0 1px 1px;
  141. }
  142.  
  143. #grand_totals
  144. {
  145. text-align:center;
  146. background:rgba(0, 0, 0, 0.75);
  147. border-color:#333;
  148. border-style:solid;
  149. border-width:1px 1px 1px 1px;
  150. }
  151.  
  152. /* header_al is thesurrounding "User's Anime List" at the top */
  153. .header_al
  154. {
  155. font-weight:700;
  156. font-size:16px;
  157. }
  158.  
  159. /* header_al_links is thewith your "Profile" and "MyAnimeList home" links
  160. controls what styles you can give to all the anime titles in your list */
  161. .animetitle
  162. {
  163. font-weight:700;
  164. }
  165.  
  166. /*
  167. copyright contains the "Producted by Garrett Gyssler" text
  168. DO NOT REMOVE OR HIDE THIS DIV
  169. IF FOUND TO BE REMOVED, YOUR LIST WILL BE REMOVED TOO*/
  170. #copyright
  171. {
  172. padding-top:6px;
  173. text-align:center;
  174. width:900px;
  175. margin:0 auto;
  176. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement