Advertisement
Guest User

Untitled

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