ClosedDoorKagami

MAL theme Kamigami

Oct 11th, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. @import"http://fonts.googleapis.com/css?family=PT+Sans";
  2.  
  3. #copyright {
  4.  
  5.  
  6. text-align:center;
  7. width:690px
  8. }
  9.  
  10. #grand_totals {
  11. text-align:center
  12. }
  13.  
  14. #list_surround {
  15. left:30px;
  16. position:absolute!important;
  17. width:990px
  18. }
  19.  
  20. #list_surround .animetitle+small {
  21. color:#537DA7;
  22. font-size:10px
  23. }
  24.  
  25. #mal_cs_listinfo,#mal_cs_links,#mal_cs_otherlinks,#mal_cs_powered {
  26. display:none
  27. }
  28.  
  29. * {
  30. color:#000000;
  31. font:400 13px "PT Sans";
  32. text-decoration:initial
  33. }
  34.  
  35. .animetitle {
  36. font-weight:400
  37. }
  38.  
  39. .category_totals {
  40. }
  41.  
  42. .form {
  43. border:1px solid #E0E0E0;
  44. color:#000000;
  45. font:11px Verdana,Arial;
  46. padding:3px
  47. }
  48.  
  49. .header_al {
  50. font-size:16px;
  51. font-weight:400
  52. }
  53.  
  54. .header_al_links {
  55. }
  56.  
  57. .header_completed {
  58. }
  59.  
  60. .header_cw {
  61. }
  62.  
  63. .header_dropped {
  64. }
  65.  
  66. .header_onhold {
  67. }
  68.  
  69. .header_ptw {
  70. }
  71.  
  72. .header_title {
  73. font-size:14px;
  74. font-weight:400
  75. }
  76.  
  77. .status_not_selected a,.status_selected a {
  78. background-color:#537DA7;
  79. border:1px solid rgba(255,255,255,0.2);
  80. border-bottom-left-radius:0;
  81. border-bottom-right-radius:0;
  82. border-style:solid;
  83. border-top-left-radius:0;
  84. border-top-right-radius:0;
  85. color:#FFFFFF;
  86. display:block!important;
  87. font-weight:400;
  88. padding:6px;
  89. transition:all .25s ease-in-out 0
  90. }
  91.  
  92. .status_not_selected a:hover {
  93. background-color:#5F8FBF;
  94. border-color:rgba(255,255,255,0.2);
  95. box-shadow:0 0 0 rgba(0,0,0,0);
  96. transition:all .25s ease-in-out 0
  97. }
  98.  
  99. .status_not_selected,.status_selected {
  100. border:0 none!important;
  101. height:auto!important;
  102. padding:0;
  103. text-align:center!important;
  104. width:16.667%!important
  105. }
  106.  
  107. .status_selected a {
  108. background-color:#537DA7;
  109. border:1px solid rgba(255,255,255,0.2);
  110. border-style:solid
  111. }
  112.  
  113. .status_selected a:hover {
  114. background-color:#5F8FBF;
  115. border-color:rgba(255,255,255,0.2);
  116. box-shadow:0 0 0 rgba(0,0,0,0);
  117. transition:all .25s ease-in-out 0
  118. }
  119.  
  120. .table_header {
  121. background-color:#537DA7;
  122. border-color:rgba(255,255,255,0.2);
  123. border-style:solid;
  124. border-width:1px 1px 1px 0;
  125. color:#000000;
  126. padding:3px
  127. }
  128.  
  129. .table_headerlink {
  130. }
  131.  
  132. .table_headerlink:hover {
  133. }
  134.  
  135. .table_headerlink:visited {
  136. }
  137.  
  138. .td1 {
  139. background-color:rgba(255,255,255,0.2);
  140. border-color:rgba(255,255,255,0.2);
  141. border-style:solid;
  142. border-width:0 1px 1px 0;
  143. color:#FFFFFF;
  144. padding:3px;
  145. transition:all .25s ease-in-out 0
  146. }
  147.  
  148. .td1:nth-of-type(2),.td2:nth-of-type(2) {
  149. text-align:left
  150. }
  151.  
  152. .td2 {
  153. background-color:rgba(255,255,255,0.2);
  154. border-color:rgba(255,255,255,0.2);
  155. border-style:solid;
  156. border-width:0 1px 1px 0;
  157. color:#FFFFFF;
  158. padding:3px;
  159. transition:all .25s ease-in-out 0
  160. }
  161.  
  162. a {
  163. color:#FFFFFF;
  164. text-decoration:initial
  165. }
  166.  
  167. a:hover {
  168. color:#000000;
  169. text-decoration:initial
  170. }
  171.  
  172. a:visited {
  173. color:#FFFFFF;
  174. text-decoration:initial
  175. }
  176.  
  177. body {
  178. background-attachment:fixed!important;
  179. background-image:url(http://i.imgur.com/eIdYAEa.png);
  180. background-position:right bottom;
  181. background-repeat:initial initial;
  182. background-size:cover
  183. }
  184.  
  185. td:nth-of-type(5) {
  186. width:260px
  187. }
  188.  
  189. tr:hover [class^="td"] {
  190. background-color:rgba(82,124,165,0.8)
  191. }
Advertisement
Add Comment
Please, Sign In to add comment