Advertisement
daisukiseiya

tsubasa edition

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