Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. body {background:url('https://angelnet.ru/images/mal_bg.jpg') fixed center no-repeat;background-size:cover}
  2. #list_surround {width:1000px;padding:0 90px;margin:0 auto;}
  3. #list_surround tr:nth-child(n) {background:rgba(255,255,255,0)}
  4. #list_surround tr:nth-child(n),a {transition:all .3s}
  5. #list_surround,#list_surround tr:nth-child(n):hover {
  6. background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 3%, rgba(255,255,255,0.8) 6%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 94%, rgba(255,255,255,0.63) 95%, rgba(255,255,255,0.3) 97%, rgba(255,255,255,0) 100%);
  7. background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(3%,rgba(255,255,255,0.3)), color-stop(6%,rgba(255,255,255,0.8)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(94%,rgba(255,255,255,0.8)), color-stop(95%,rgba(255,255,255,0.63)), color-stop(97%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0)));
  8. background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 3%,rgba(255,255,255,0.8) 6%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.8) 94%,rgba(255,255,255,0.63) 95%,rgba(255,255,255,0.3) 97%,rgba(255,255,255,0) 100%);
  9. background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 3%,rgba(255,255,255,0.8) 6%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.8) 94%,rgba(255,255,255,0.63) 95%,rgba(255,255,255,0.3) 97%,rgba(255,255,255,0) 100%);
  10. background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 3%,rgba(255,255,255,0.8) 6%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.8) 94%,rgba(255,255,255,0.63) 95%,rgba(255,255,255,0.3) 97%,rgba(255,255,255,0) 100%);
  11. background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 3%,rgba(255,255,255,0.8) 6%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.8) 94%,rgba(255,255,255,0.63) 95%,rgba(255,255,255,0.3) 97%,rgba(255,255,255,0) 100%);
  12. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  13. }
  14. a {text-decoration:none;color:#000}
  15. a:hover {color:#f00}
  16. #list_surround .table_header:first-child {opacity:0}
  17. .table_header {color:#000;}
  18. .table_header a {color:#000}
  19. .animetitle {color:#2d2d2d;text-decoration:none;font:500 14px/20px Arial}
  20. small {color:#999;font-size:11px;display:inline-block;margin-left:20px;}
  21. #list_surround td:nth-child(n) {vertical-align:middle;height:20px;line-height:20px;border:0;font-size:12px;}
  22. #list_surround {height:auto!important}
  23. #list_surround td:nth-child(1) {font-size:12px;color:#444;}
  24. #list_surround td:nth-child(2) div:nth-child(n) small {display:block;width:50px;text-indent:-300px;position:relative;height:20px;overflow:hidden;color:#f00 !important}
  25. #list_surround td:nth-child(2) div:nth-child(n) small .List_LightBox {color:#999;position:absolute;top:0;left:0;width:50px;height:20px;line-height:20px;text-indent:0}
  26. .header_title {width:400px;height:50px;overflow:hidden;margin:0 auto;text-align:center;font:500 24px/50px Arial;color:#f00;}
  27. .header_completed tr:nth-child(n),
  28. .header_ptw tr:nth-child(n),
  29. .header_dropped tr:nth-child(n),
  30. .header_onhold tr:nth-child(n),
  31. .header_cw tr:nth-child(n) {background:none!important}
  32. #grand_totals,.category_totals {text-align:center;font:700 14px/35px Arial;margin:0 0 20px}
  33. #list_surround td[width='45']:last-child,#list_surround td[width='125']{display:none;}
  34. #copyright {visibility: hidden;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement