Advertisement
joeyflodder

https://myasiantv Dark Theme

Oct 15th, 2019 (edited)
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.42 KB | None | 0 0
  1. body {
  2.     background: #000
  3. }
  4. #content {
  5.     background: #000
  6. }
  7. #content .content-left .list div h2 a {
  8.     text-shadow:none;
  9.     color: #aaa
  10. }
  11.  
  12. #header .av-top {
  13.     background: #000
  14. }
  15. #header .navbar {
  16.     background: #000
  17. }
  18. #header .navbar .menu ul li {
  19.     background: none
  20. }
  21. #header .navbar .menu ul li a {
  22.     text-shadow: none
  23. }
  24. #content .content-line, #content .content-line-2 {
  25.     filter:brightness(50%)
  26. }
  27. #content .content-right .movie-rank div a, #content .content-left h3.title {
  28.     text-shadow: none;
  29.     color: #aaa
  30. }
  31.  
  32. #content .content-right .movie-rank div i.icon-comment {
  33.     display: none
  34. }
  35. #tooltip, #content .content-right .movie-rank div i.icon-play, #content .content-right .movie-rank div i.icon-download {
  36.     color: #aaa;
  37.     border: none;
  38. }
  39. #tooltip .content {
  40.     background: #000;
  41.     color: #aaa;
  42.     border: none;
  43. }
  44. #tooltip h3 {
  45.     background: #000;
  46.     color: #aaa;
  47. }
  48. #content .content-left .play h1{
  49.     text-shadow: none;
  50.     color: #aaa
  51. }
  52. #content .content-right .watch-sidebar div a {
  53.     text-shadow: none;
  54.     color: #aaa8
  55. }
  56. #content .content-left .play h3 {
  57.     background: #000
  58. }
  59. #content .content-left .play .list-episode {
  60.     border: 0;
  61.     background: #000;
  62.     text-shadow: none
  63. }
  64. #content .content-left .play h2 a {
  65.     text-shadow: none;
  66.     color: #aaa !important;
  67. }
  68. #content .content-left .play h3:before {
  69.     border: none
  70. }
  71. #layout {
  72.     display: none !important
  73. }
  74. #content .content-left .play .list-episode li {
  75.     border: none
  76. }
  77. #content-left > div.play > div.comment {
  78.     display: none;
  79. }
  80. #content .content-left .play .list-episode li:after {
  81.     border: none;
  82. }
  83. #content .content-left .play ul li a:before {
  84.     border: none;
  85. }
  86. #content .content-left .play h3 {
  87.     border: none
  88. }
  89. #content .content-right .movie-rank div i.icon-play, #content .content-right .movie-rank div i.icon-download{
  90.     color: #fff;
  91.     text-shadow: none
  92. }
  93. * {
  94.     color: #aaa
  95. }
  96. #frmFilter select, #frmFilter input {
  97.     background: #000;
  98.     border: 1px solid #aaa7
  99. }
  100. #header .navbar .search form {
  101.     background: #333
  102. }
  103. #tooltip {
  104.     box-shadow: none;
  105.     padding: 0
  106. }
  107. #tooltip .content p {
  108.     color: #aaac;
  109.     padding-left: 5px;
  110.     padding-right: 5px
  111. }
  112. #tooltip .content strong {
  113.     color: #aaa
  114. }
  115. #tooltip > div.body > div > p:nth-child(4) {
  116.     padding-bottom: 5px
  117. }
  118. #content .content-bottom {
  119.     background: none
  120. }
  121. #content .content-left .pagination li.current {
  122.     text-shadow: none;
  123.     color: #aaa
  124. }
  125. #content .content-left .pagination li a {
  126.     text-shadow: none;
  127.     color: #aaa9
  128. }
  129. #content .content-left .pagination li span a.next {
  130.     background: #aaa2;
  131. }
  132. #content .content-left .pagination li span a {
  133.     color: #aaa;
  134.     box-shadow: 0px 1px 0px #aaa2
  135. }
  136. #content .content-right .movie-rank ul li a.current {
  137.     background: #aaa2;
  138.     border: 1px solid #aaa2;
  139.     box-shadow: 0px 1px 0px #aaa2;
  140.     text-shadow: none;
  141.     color: #aaa
  142. }
  143. #content .content-right .movie-rank ul li a.current:before, #content .content-right .movie-rank ul li a:before {
  144.     border: none
  145. }
  146. #content .content-right .movie-rank ul li a {
  147.     background: #aaa2;
  148.     border: 1px solid #aaa2;
  149.     box-shadow: 0px 1px 0px #aaa2;
  150.     text-shadow: none;
  151.     color: #aaa9
  152. }
  153. #content .content-right .movie-rank ul li a.current > i.icon-star {
  154.     background-position: -68px -21px;
  155. }
  156. #footer {
  157.     background: 000
  158. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement