Advertisement
Guest User

Angel Beats css

a guest
Jul 15th, 2015
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. BODY {
  2. background-attachment: fixed;
  3. background-image: url("http://www.ipicstorage.com/wp-content/uploads/1325031331171.jpg");
  4. background-repeat: no-repeat;
  5. color: #000000;
  6. font-family: trebuchet ms;
  7. font-size: 11px;
  8. line-height: 13px;
  9. text-transform: lowercase;
  10. background-size: cover;
  11. }
  12.  
  13. #list_surround {
  14. float: left;
  15. margin: 0 auto;
  16. padding-left: 310px;
  17. padding-top: 100px;
  18. width: 630px;
  19. }
  20.  
  21. a {
  22. color: #000000;
  23. font-size: 14px;
  24. text-decoration: none;
  25. text-transform: lowercase;
  26. }
  27.  
  28. a:visited {
  29. color: #000000;
  30. text-decoration: none;
  31. }
  32.  
  33. a:hover {
  34. color: #000000;
  35. cursor: yes;
  36. font-size: 14px;
  37. text-decoration: none;
  38. text-transform: lowercase;
  39. }
  40.  
  41. .td1, .td2 {
  42. background-color: transparent;
  43. border: 1px dotted transparent;
  44. color: #000000;
  45. font-size: 10px;
  46. }
  47.  
  48. .table_header {
  49. color: #000000;
  50. font-size: 14px;
  51. padding-bottom: 10px;
  52. }
  53. .table_headerLink {
  54. color: #000000;
  55. font-size: 14px;
  56. }
  57. .table_headerLink:visited {
  58. color: #000000;
  59. font-size: 14px;
  60. }
  61. .table_headerLink:hover {
  62. color: #000000;
  63. font-size: 14px;
  64. }
  65.  
  66. .form {
  67. border-width: 1px 1px 1px 1px;
  68. border-color: #000000;
  69. border-style: solid;
  70. color: #000000;
  71. padding: 2px;
  72. font-size: 11.00px;
  73. font-family: Verdana, Arial;
  74.  
  75. }
  76.  
  77. .status_selected {
  78. color: #000000;
  79. font-size: 14px;
  80. }
  81. .status_not_selected {
  82. color: #000000;
  83. font-size: 14px;
  84. }
  85. .status_selected a {
  86. font-size: 14px;
  87. }
  88. .status_not_selected a {
  89. color: #000000;
  90. font-size: 14px;
  91. }
  92.  
  93. .header_cw {
  94. background-position: center top;
  95. background-repeat: no-repeat;
  96. opacity: 1;
  97. text-align: center;
  98. border-top-right-radius: 10px;
  99. border-top-left-radius: 10px;
  100. height: 67px;
  101. margin-top: 25px;
  102. }
  103. .header_completed {
  104. background-position: center top;
  105. background-repeat: no-repeat;
  106. height: 67px;
  107. margin-top: 25px;
  108. text-align: center;
  109. }
  110. .header_onhold {
  111. background-position: center top;
  112. background-repeat: no-repeat;
  113. height: 67px;
  114. margin-top: 25px;
  115. text-align: center;
  116. }
  117. .header_dropped {
  118. background-position: center top;
  119. background-repeat: no-repeat;
  120. height: 67px;
  121. margin-top: 25px;
  122. text-align: center;
  123. }
  124.  
  125. .header_ptw {
  126. background-position: center top;
  127. background-repeat: no-repeat;
  128. height: 67px;
  129. margin-top: 25px;
  130. }
  131.  
  132. .header_title {
  133. color: #000000;
  134. font-size: 30px;
  135. font-weight: bold;
  136. letter-spacing: -2px;
  137. padding-bottom: 30px;
  138. padding-top: 15px;
  139. text-align: center;
  140. text-transform: lowercase;
  141. }
  142.  
  143.  
  144. .category_totals {
  145. font-size: 9px;
  146. padding-top: 14px;
  147. text-align: center;
  148. }
  149.  
  150. #grand_totals {
  151. font-size: 9px;
  152. text-align: center;
  153. }
  154.  
  155.  
  156. .header_al {
  157. font-weight: bold;
  158. font-size: 16px;
  159. }
  160.  
  161. .header_al_links {
  162.  
  163. }
  164.  
  165. .animetitle {
  166. }
  167.  
  168. #copyright {
  169. font-size: 9px;
  170. margin: 0 auto;
  171. padding-bottom: 20px;
  172. padding-top: 20px;
  173. text-align: center;
  174. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement