Advertisement
daisukiseiya

mal v4.1 light

May 5th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.87 KB | None | 0 0
  1. @import url("https://dl.dropboxusercontent.com/u/78340470/anime.css");
  2.  
  3. body {
  4. background-attachment: fixed ! important;
  5. background-color: #F0F0F0 ! important;
  6. background-image: url("http://i.imgur.com/nsMuBmJ.gif") ! important;
  7. background-repeat: repeat-x ! important;
  8. }
  9.  
  10. * {
  11. font-family: Arial,Verdana,Helvetica,sans-serif;
  12. font-size: 13px;
  13. text-decoration: none ! important;
  14. }
  15.  
  16. a {
  17. color: #FFFFFF;
  18. }
  19.  
  20. a:hover {
  21. text-decoration: none;
  22. }
  23.  
  24. a:hover {
  25. border-bottom: 2px solid #5C8AE6;
  26. color: #FFFFFF;
  27. text-decoration: none;
  28. }
  29.  
  30. .status_selected {
  31. background-color: #5C8AE6;
  32. border-color: #000000;
  33. border-width: 0px 1px 1px 0px;
  34. box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
  35. color: #000000;
  36. line-height: 2.5em;
  37. }
  38.  
  39. .status_not_selected {
  40. background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
  41. border-color: #000000;
  42. color: #000000;
  43. line-height: 2.5em;
  44. }
  45.  
  46. #list_surround {
  47. background: url("http://i.imgur.com/azu1K25.png") no-repeat scroll 0% 0% rgba(143, 143, 143, 0.77);
  48. border-radius: 10px;
  49. border: 2px solid #FFFFFF;
  50. box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.41);
  51. height: 100%;
  52. left: 0px;
  53. margin: auto;
  54. padding-top: 200px;
  55. position: relative;
  56. top: 15px;
  57. width: 850px;
  58. }
  59.  
  60. #list_surround .header_cw {
  61. background: url("http://i.imgur.com/uuWODfe.png") no-repeat scroll center center rgba(255, 255, 255, 0.75);
  62. box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
  63. }
  64.  
  65. #list_surround .header_completed {
  66. background: url("http://i.imgur.com/n9e38rQ.png") no-repeat scroll center center rgba(255, 255, 255, 0.75);
  67. box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
  68. }
  69.  
  70. #list_surround .header_onhold {
  71. background: url("http://i.imgur.com/2nFyk8R.png") no-repeat scroll center center rgba(255, 255, 255, 0.75);
  72. box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
  73. }
  74.  
  75. #list_surround .header_ptw {
  76. background: url("http://i.imgur.com/av1NSs6.png") no-repeat scroll center center rgba(255, 255, 255, 0.75);
  77. box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
  78. }
  79.  
  80. #list_surround .header_dropped {
  81. background: url("http://i.imgur.com/gZAmz5H.png") no-repeat scroll center center rgba(255, 255, 255, 0.75);
  82. box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
  83. }
  84.  
  85. #list_surround .header_cw, #list_surround .header_completed, #list_surround .header_onhold, #list_surround .header_ptw, #list_surround .header_dropped {
  86. margin-bottom: 7px;
  87. margin-left: 0px;
  88. padding: 28px;
  89. }
  90.  
  91. #list_surround .header_title span {
  92. color: #000000;
  93. display: none;
  94. font-size: 1px;
  95. }
  96.  
  97. #list_surround .header_title .thickbox {
  98. display: none;
  99. }
  100.  
  101. #list_surround br {
  102. display: none;
  103. }
  104.  
  105. .borderRBL {
  106. color: #969696 ! important;
  107. }
  108.  
  109. .table_header {
  110. background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
  111. border-color: #ABABAB;
  112. border-style: solid;
  113. border-width: 1px 1px 1px 0px;
  114. color: #FFFFFF;
  115. line-height: 1.8em;
  116. padding: 4px;
  117. }
  118.  
  119. .td1 {
  120. background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.56);
  121. line-height: 1.1em;
  122. padding: 4px;
  123. }
  124.  
  125. .td2 {
  126. background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.45);
  127. line-height: 1.1em;
  128. padding: 4px;
  129. }
  130.  
  131. .td1:hover, .td2:hover {
  132.  
  133. }
  134.  
  135. #list_surround .animetitle + small {
  136. background: none repeat scroll 0% 0% #5C8AE6;
  137. font-size: 11px;
  138. margin-left: 10px;
  139. opacity: 1;
  140. padding: 2px;
  141. text-transform: lowercase;
  142. }
  143.  
  144. .td1, .td2, .table_header {
  145. border-color: #FFFFFF;
  146. border-width: 0px 0px 1px ! important;
  147. color: #FFFFFF;
  148. }
  149.  
  150. #list_surround .category_totals {
  151. background-color: rgba(0, 0, 0, 0.7);
  152. color: #FFFFFF;
  153. font-size: 13px;
  154. line-height: 2em;
  155. margin-top: 15px;
  156. text-align: center;
  157. width: 611px;
  158. }
  159.  
  160. #list_surround #grand_totals {
  161. display: none;
  162. }
  163.  
  164. #copyright {
  165. background: none repeat scroll 0% 0% #5C8AE6;
  166. color: #FFFFFF;
  167. font-size: 13px;
  168. height: 15px;
  169. padding: 5px 9px 9px;
  170. position: relative;
  171. }
  172.  
  173. #copyright:before {
  174. content: "Layout by iSayChris";
  175. display: block;
  176. padding-bottom: 20px;
  177. }
  178.  
  179. #search {
  180. bottom: 50px ! important;
  181. left: 100px ! important;
  182. }
  183.  
  184. #searchBox {
  185. background: none repeat scroll 0px 0px #FFFFFF ! important;
  186. border-style: hidden;
  187. box-shadow: 0px 0px 3px #E2E2E2;
  188. color: #AAAAAA;
  189. display: block ! important;
  190. font-family: Consolas,Arial,sans-serif ! important;
  191. font-size: 10px;
  192. height: 20px ! important;
  193. letter-spacing: 0.1em;
  194. padding-left: 10px;
  195. padding-right: 10px;
  196. right: 6px ! important;
  197. text-align: center ! important;
  198. text-transform: uppercase ! important;
  199. top: 8px ! important;
  200. width: 220px ! important;
  201. }
  202.  
  203. #searchListButton {
  204. display: none;
  205. }
  206.  
  207. #mal\_control\_strip {
  208. background-color: rgba(255, 255, 255, 0.6) ! important;
  209. background-image: url("http://i.imgur.com/fv1Pc.png") ! important;
  210. }
  211.  
  212. #mal_cs_powered a {
  213. display: none;
  214. }
  215.  
  216. tr:hover .td2, tr:hover .td1 {
  217. background: none repeat scroll 0% 0% rgba(5, 5, 5, 0.7);
  218. }
  219.  
  220. :hover + .hide {
  221. background-position: center center ! important;
  222. background-repeat: no-repeat ! important;
  223. background-size: cover;
  224. border-color: #FFFFFF;
  225. border-radius: 15px;
  226. border-style: solid;
  227. border-width: 2px;
  228. box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.41);
  229. display: block ! important;
  230. height: 350px;
  231. left: 10px;
  232. padding-bottom: 0px;
  233. position: fixed;
  234. top: 160px;
  235. width: 226px;
  236. }
  237.  
  238. tr:hover td.td1 small, tr:hover td.td2 small {
  239. opacity: 1;
  240. }
  241.  
  242. .td1 small, .td2 small {
  243. opacity: 0;
  244. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement