Advertisement
daisukiseiya

MAL V2

Apr 15th, 2014
1,247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.67 KB | None | 0 0
  1. /*==========HOVER COVER CSS===========*/
  2. @import url("https://dl.dropboxusercontent.com/u/78340470/anime.css");
  3. /*==========HOVER COVER CSS===========*/
  4.  
  5. /*===============WALLPAPER===============*/
  6. /*=====to make wallpaper fit screen, use background-size: 100% 100%;====*/
  7. body {
  8.      background-attachment: fixed ! important;
  9.      background-clip: border-box ! important;
  10.      background-color: #F0F0F0 ! important;
  11.      background-image: url("http://i.imgur.com/nsMuBmJ.gif") ! important;
  12.      background-repeat: repeat-x ! important;
  13. }
  14. /*===============WALLPAPER===============*/
  15.  
  16. /*===============TEXT===============*/
  17. * {
  18.      border: 0px none;
  19.      color: #FFFFFF;
  20.      font-family: Arial,Verdana,Helvetica,sans-serif;
  21.      font-size: 13px;
  22.      text-decoration: none ! important;
  23. }
  24.  
  25. a:hover {
  26.      text-decoration: none;
  27. }
  28.  
  29. a:hover {
  30.      border-bottom: 2px solid #5C8AE6;
  31.      color: #FFFFFF;
  32.      text-decoration: none;
  33. }
  34. /*===============TEXT===============*/
  35.  
  36.  
  37. /*===================BANNER=========================================*/
  38. /*=====use 230h x 850w image, or any size image, it auto resizes=====*/
  39. #list_surround .header_title {
  40.      background: url("http://i.imgur.com/jUv4u9p.jpg") no-repeat scroll 0px 0px / 100% 100% transparent;
  41.      border-radius: 3px;
  42.      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
  43.      height: 230px;
  44.      left: 0px;
  45.      position: absolute;
  46.      top: -255px;
  47.      width: 850px;
  48. }
  49. /*===================BANNER=========================================*/
  50.  
  51.  
  52. /*===============NAVIGATION BUTTONS===============*/
  53. .status_selected {
  54.      background-color: #5C8AE6;
  55.      border-color: #ABABAB;
  56.      border-style: solid;
  57.      border-width: 0px 1px 1px 0px;
  58.      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
  59.      color: #000000;
  60.      line-height: 2.5em;
  61. }
  62.  
  63. .status_not_selected {
  64.      background: none repeat scroll 0px 0px #3F3F3F;
  65.      border-color: #ABABAB;
  66.      border-style: solid;
  67.      border-width: 0px 1px 1px 0px;
  68.      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.21);
  69.      color: #000000;
  70.      line-height: 2.5em;
  71. }
  72. /*===============NAVIGATION BUTTONS===============*/
  73.  
  74.  
  75. /*===========================HEADERS================================*/
  76. /*======watching..completed..on hold..dropped..watchlist ect========*/
  77. #list_surround .header_cw {
  78.      background: url("http://i.imgur.com/uuWODfe.png") no-repeat scroll center center rgba(255, 255, 255, 0.75);
  79.      box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
  80. }
  81.  
  82. #list_surround .header_completed {
  83.      background: url("http://i.imgur.com/n9e38rQ.png") no-repeat scroll center center rgba(255, 255, 255, 0.75);
  84.      box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
  85. }
  86.  
  87. #list_surround .header_onhold {
  88.      background: url("http://i.imgur.com/2nFyk8R.png") no-repeat scroll center center rgba(255, 255, 255, 0.75);
  89.      box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
  90. }
  91.  
  92. #list_surround .header_ptw {
  93.      background: url("http://i.imgur.com/av1NSs6.png") no-repeat scroll center center rgba(255, 255, 255, 0.75);
  94.      box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
  95. }
  96.  
  97. #list_surround .header_dropped {
  98.      background: url("http://i.imgur.com/gZAmz5H.png") no-repeat scroll center center rgba(255, 255, 255, 0.75);
  99.      box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
  100. }
  101.  
  102. #list_surround .header_cw, #list_surround .header_completed, #list_surround .header_onhold, #list_surround
  103.  
  104. .header_ptw, #list_surround .header_dropped {
  105.      margin-bottom: 7px;
  106.      margin-left: 0px;
  107.      padding: 28px;
  108. }
  109.  
  110. #list_surround .header_title span {
  111.      display: none;
  112.      color: #000000;
  113.      font-size: 1px;
  114. }
  115.  
  116. #list_surround .header_title .thickbox {
  117.      display: none;
  118. }
  119. /*===========================HEADERS================================*/
  120.  
  121.  
  122. /*================== LIST===========================*/
  123. #list_surround {
  124.      background: none repeat scroll 0px 0px rgba(143, 143, 143, 0.47);
  125.      border-radius: 3px;
  126.      border: 2px solid #FFFFFF;
  127.      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.51);
  128.      height: 100%;
  129.      left: 0px;
  130.      margin: auto;
  131.      position: relative;
  132.      top: 280px;
  133.      width: 850px;
  134. }
  135.  
  136. #list_surround br {
  137.      display: none;
  138. }
  139.  
  140. .borderRBL {
  141.      color: #969696 ! important;
  142. }
  143. /*================== LIST===========================*/
  144.  
  145.  
  146. /*==========anime....type....score....tags...ect..======*/
  147. .table_header {
  148.      background: none repeat scroll 0px 0px #3F3F3F;
  149.      border-color: #ABABAB;
  150.      border-style: solid;
  151.      border-width: 1px 1px 1px 0px;
  152.      color: #000000;
  153.      line-height: 2.5em;
  154. }
  155. /*==========anime....type....score....tags...ect..======*/
  156.  
  157.  
  158. /*============ ROW 1=============*/
  159. .td1 {
  160.      background: url("") no-repeat scroll 0px 0px rgba(0, 0, 0, 0.47);
  161.      line-height: 1.7em;
  162. }
  163. /*============ ROW 1============*/
  164.  
  165.  
  166. /*============ ROW 2============*/
  167. .td2 {
  168.      background: url("") no-repeat scroll 0px 0px rgba(0, 0, 0, 0.34);
  169.      line-height: 1.7em;
  170. }
  171. /*============ ROW 2============*/
  172.  
  173.  
  174.  
  175.  
  176.  
  177. /*======== ROW HIGHTLIGHT==========*/
  178. .td1:hover, .td2:hover {
  179.      background-color: #5C8AE6;
  180.      text-decoration: none ! important;
  181. }
  182.  
  183. /*======== ROW HIGHLIGHT===========*/
  184.  
  185.  
  186. /*===========AIRING================*/
  187. #list_surround .animetitle + small {
  188.      background: none repeat scroll 0px 0px #5C8AE6;
  189.      font-size: 11px;
  190.      margin-left: 10px;
  191.      padding: 2px;
  192.      text-transform: lowercase;
  193. }
  194. /*===========AIRING================*/
  195.  
  196.  
  197. /*=========HORIZONTAL LINES===========*/
  198. .td1, .td2, .table_header {
  199.      border-color: #FFFFFF;
  200.      border-style: solid;
  201.      border-width: 0px 0px 1px ! important;
  202. }
  203. /*=========HORIZONTAL LINES===========*/
  204.  
  205.  
  206. /*==========CATEGORY TOTAL BOTTOM========*/
  207. #list_surround .category_totals {
  208.      background-color: #3F3F3F;
  209.      color: #FFFFFF;
  210.      font-size: 13px;
  211.      line-height: 2em;
  212.      margin-top: 15px;
  213.      text-align: center;
  214.      width: 611px;
  215. }
  216.  
  217. #list_surround #grand_totals {
  218.      display: none;
  219. }
  220. /*==========CATEGORY TOTAL BOTTOM========*/
  221.  
  222.  
  223. /*=========COPYRIGHT=========*/
  224. /*==layout by isaychris APRIL 2014==*/
  225. #copyright {
  226.      background: none repeat scroll 0px 0px #5C8AE6;
  227.      font-size: 13px;
  228.      height: 15px;
  229.      padding: 9px;
  230.      position: relative;
  231. }
  232.  
  233. @media not all {
  234.   #copyright {  }
  235. }
  236.  
  237. #copyright:before {
  238.      content: "Layout by iSayChris";
  239.      display: block;
  240.      padding-bottom: 20px;
  241. }
  242. /*=========COPYRIGHT=========*/
  243.  
  244.  
  245. /*========SEARCH BAR=========*/
  246. #search {
  247.      bottom: 50px ! important;
  248.      left: 100px ! important;
  249.      position: fixed ! important;
  250.      z-index: 1000 ! important;
  251. }
  252.  
  253. #searchBox {
  254.      background: none repeat scroll 0px 0px #FFFFFF ! important;
  255.      border-radius: 4px;
  256.      border-style: hidden;
  257.      box-shadow: 0px 0px 4px #E2E2E2;
  258.      color: #AAAAAA;
  259.      display: block ! important;
  260.      font-family: Consolas,Arial,sans-serif ! important;
  261.      font-size: 10px;
  262.      height: 16px ! important;
  263.      letter-spacing: 0.1em;
  264.      padding-left: 10px;
  265.      padding-right: 10px;
  266.      position: fixed;
  267.      right: 6px ! important;
  268.      text-align: center ! important;
  269.      text-transform: uppercase ! important;
  270.      top: 8px ! important;
  271.      width: 220px ! important;
  272.      z-index: 20 ! important;
  273. }
  274.  
  275. #searchListButton {
  276.      display: none;
  277. }
  278. /*=======SEARCH BAAR===========*/
  279.  
  280.  
  281. /*=========TOP BAR=================*/
  282. #mal\_control\_strip {
  283.      background-color: rgba(143, 143, 143, 0.9) ! important;
  284.      background-image: url("http://i.imgur.com/fv1Pc.png") ! important;
  285. }
  286.  
  287. #mal_cs_powered a {
  288.      display: none;
  289. }
  290. /*==========TOP BAR==============*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement