Advertisement
daisukiseiya

MAL V3

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