Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
  2. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
  3.  
  4. <style>
  5.  
  6. .owl-carousel.owl-loaded {
  7. display: block;
  8. }
  9.  
  10. .owl-carousel {
  11. display: none;
  12. width: 100%;
  13. -webkit-tap-highlight-color: transparent;
  14. position: relative;
  15. z-index: 1;
  16. }
  17.  
  18. .owl-carousel .owl-stage-outer {
  19. position: relative;
  20. overflow: hidden;
  21. -webkit-transform: translate3d(0,0,0);
  22. }
  23.  
  24. .owl-carousel .owl-stage {
  25. position: relative;
  26. -ms-touch-action: pan-Y;
  27. }
  28.  
  29. .owl-carousel .owl-item {
  30. position: relative;
  31. min-height: 1px;
  32. float: left;
  33. -webkit-backface-visibility: hidden;
  34. -webkit-tap-highlight-color: transparent;
  35. -webkit-touch-callout: none;
  36. }
  37.  
  38. @media screen and (min-width: 62em){
  39. .TPost.D .Image:before, .TPost.D .TPMvCn {
  40. background-color: rgba(0,0,0,.4);
  41. color: #fff;
  42. }
  43. }
  44.  
  45. @media screen and (min-width: 62em){
  46.  
  47. .TPost.D .TPMvCn {
  48. position: absolute;
  49. left: 0;
  50. top: 0;
  51. width: 50%;
  52. height: 100%;
  53. box-shadow: none;
  54. padding: 1.25rem 1.25rem 0;
  55. border-radius: 10px 0 0 10px;
  56. z-index: 2;
  57. min-width: 450px;
  58. overflow: auto;
  59. }
  60. .TPost.D .TPMvCn {
  61. display: block;
  62. }
  63.  
  64. }
  65.  
  66. .TPost.D .TPMvCn .Title {
  67. padding-bottom: 2px;
  68. }
  69.  
  70. @media screen and (min-width: 62em){
  71. .MnBr .Menu>ul>li[class*="AAIco-"]:before, .MnBr .Menu>ul>li[class*="fa-"]:before, .TPost.D .Description a, .TPost.D .Title {
  72. color: #fff;
  73. }
  74. }
  75.  
  76. @media screen and (min-width: 62em){
  77. .TPost.D .Title {
  78. font-size: 1.875rem;
  79. max-height: 62px;
  80. padding: 0;
  81. line-height: 1;
  82. margin-bottom: .3em;
  83. }
  84. }
  85.  
  86. .TPost.D .Title {
  87. font-weight: 300;
  88. }
  89.  
  90. .TPMvCn .Info {
  91. margin-bottom: .4rem;
  92. }
  93.  
  94. p.Info>span.Vote {
  95. font-weight: 700;
  96. }
  97. p.Info>span {
  98. display: inline-block;
  99. vertical-align: top;
  100. font-size: .75rem;
  101. line-height: 20px;
  102. margin-right: .5rem;
  103. margin-bottom: 4px;
  104. }
  105.  
  106. p.Info>span.Qlty, .Qlty {
  107. font-size: .625rem;
  108. }
  109. p.Info>span:last-child {
  110. margin-bottom: 0;
  111. margin-right: 0;
  112. }
  113.  
  114. @media screen and (min-width: 62em){
  115. .TPost.D .Description {
  116. font-size: .875rem;
  117. }
  118. }
  119.  
  120. .TPMvCn .Description, .TPMvCn .Description p {
  121. margin-bottom: .6rem;
  122. }
  123.  
  124. .TPMvCn>.Button.TPlay {
  125. margin-right: 5px;
  126. font-weight: 300;
  127. }
  128. .TPMvCn>.Button {
  129. vertical-align: top;
  130. }
  131.  
  132. .Button, a.Button{
  133. color: #fff;
  134. background-color: #b71c1c;
  135. border: 0;
  136. cursor: pointer;
  137. padding: 0 1rem 3px;
  138. width: auto;
  139. display: inline-block;
  140. text-align: center;
  141. font-weight: 700;
  142. line-height: 37px;
  143. box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
  144. border-radius: 25px;
  145. }
  146.  
  147. .Button, a.Button:hover{
  148. background:#333;
  149. }
  150.  
  151.  
  152. @media screen and (min-width: 62em){
  153. .MovieListSld .owl-dots {
  154. bottom: 2rem;
  155. }
  156. }
  157.  
  158. .MovieListSld .owl-dots {
  159. position: absolute;
  160. right: 2rem;
  161. bottom: 2rem;
  162. font-size: 0;
  163. }
  164.  
  165. .MovieListSld .owl-dots .owl-dot {
  166. width: 10px;
  167. height: 10px;
  168. border-radius: 5px;
  169. opacity: .2;
  170. margin-left: 10px;
  171. cursor: pointer;
  172. background:#fff;
  173. }
  174.  
  175.  
  176. .MovieListSld .owl-dots .owl-dot.active{
  177. background:#b71c1c;
  178. opacity: 1;
  179. }
  180.  
  181.  
  182. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement