skin.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. /* LayerSlider Full Width Dark Skin */
  2. .ls-fullwidthdark .ls-ct-half {
  3. background: #444;
  4. }
  5. .ls-fullwidthdark .ls-ct-center {
  6. background: white;
  7. }
  8. .ls-fullwidthdark .ls-playvideo {
  9. width: 50px;
  10. height: 50px;
  11. margin-left: -25px;
  12. margin-top: -25px;
  13. }
  14. .ls-fullwidthdark .ls-playvideo,
  15. .ls-fullwidthdark .ls-nav-sides,
  16. .ls-fullwidthdark .ls-bottom-slidebuttons a,
  17. .ls-fullwidthdark .ls-nav-prev,
  18. .ls-fullwidthdark .ls-nav-next,
  19. .ls-fullwidthdark .ls-nav-start,
  20. .ls-fullwidthdark .ls-nav-stop,
  21. .ls-fullwidthdark .ls-fullscreen,
  22. .ls-fullwidthdark .ls-loading-container {
  23. background-image: url(skin.png);
  24. }
  25. .ls-fullwidthdark .ls-playvideo {
  26. background-position: -300px -150px;
  27. }
  28. .ls-fullwidthdark .ls-playvideo:hover,
  29. .ls-fullwidthdark .ls-vpcontainer:hover .ls-playvideo {
  30. background-position: -375px -150px;
  31. }
  32. .ls-fullwidthdark .ls-nav-prev {
  33. background-position: 0px 0px;
  34. }
  35. .ls-fullwidthdark .ls-nav-prev:hover {
  36. background-position: 0px -75px;
  37. }
  38. .ls-fullwidthdark .ls-nav-next {
  39. background-position: -150px 0px;
  40. }
  41. .ls-fullwidthdark .ls-nav-next:hover {
  42. background-position: -150px -75px;
  43. }
  44. .ls-fullwidthdark .ls-nav-start {
  45. background-position: -300px 0px;
  46. }
  47. .ls-fullwidthdark .ls-nav-start:hover,
  48. .ls-fullwidthdark .ls-nav-start-active {
  49. background-position: -300px -75px;
  50. }
  51. .ls-fullwidthdark .ls-nav-stop {
  52. background-position: -450px 0px;
  53. }
  54. .ls-fullwidthdark .ls-nav-stop:hover,
  55. .ls-fullwidthdark .ls-nav-stop-active {
  56. background-position: -450px -75px;
  57. }
  58. .ls-fullwidthdark .ls-bottom-slidebuttons a {
  59. background-position: 0px -150px;
  60. }
  61. .ls-fullwidthdark .ls-bottom-slidebuttons a.ls-nav-active,
  62. .ls-fullwidthdark .ls-bottom-slidebuttons a:hover {
  63. background-position: -75px -150px;
  64. }
  65. .ls-fullwidthdark .ls-nav-sideleft {
  66. background-position: -150px -150px;
  67. }
  68. .ls-fullwidthdark .ls-nav-sideright {
  69. background-position: -225px -150px;
  70. }
  71. .ls-fullwidthdark .ls-nav-prev,
  72. .ls-fullwidthdark .ls-nav-next {
  73. width: 40px;
  74. height: 40px;
  75. z-index: 10000;
  76. top: 50%;
  77. margin-top: -20px;
  78. position: absolute;
  79. }
  80. .ls-fullwidthdark .ls-nav-prev {
  81. left: 10px;
  82. }
  83. .ls-fullwidthdark .ls-nav-next {
  84. right: 10px;
  85. }
  86. .ls-fullwidthdark .ls-bottom-slidebuttons,
  87. .ls-fullwidthdark .ls-bottom-slidebuttons a,
  88. .ls-fullwidthdark .ls-nav-start,
  89. .ls-fullwidthdark .ls-nav-stop,
  90. .ls-fullwidthdark .ls-nav-sides {
  91. height: 20px;
  92. }
  93. .ls-fullwidthdark .ls-bottom-slidebuttons,
  94. .ls-fullwidthdark .ls-bottom-slidebuttons a,
  95. .ls-fullwidthdark .ls-nav-start,
  96. .ls-fullwidthdark .ls-nav-stop,
  97. .ls-fullwidthdark .ls-nav-sides {
  98. display: inline-block;
  99. }
  100. .ls-fullwidthdark .ls-bottom-slidebuttons,
  101. .ls-fullwidthdark .ls-nav-start,
  102. .ls-fullwidthdark .ls-nav-stop,
  103. .ls-fullwidthdark .ls-nav-sides {
  104. top: -30px;
  105. }
  106. .ls-fullwidthdark .ls-nav-start,
  107. .ls-fullwidthdark .ls-nav-stop {
  108. width: 25px;
  109. }
  110. .ls-fullwidthdark .ls-bottom-slidebuttons a {
  111. width: 20px;
  112. }
  113. .ls-fullwidthdark .ls-nav-sides {
  114. width: 0px;
  115. }
  116. .ls-fullwidthdark .ls-thumbnail-hover {
  117. bottom: 30px;
  118. padding: 2px;
  119. margin-left: 1px;
  120. }
  121. .ls-fullwidthdark .ls-thumbnail-hover-bg {
  122. background: #222;
  123. }
  124. .ls-fullwidthdark .ls-thumbnail-hover span {
  125. border: 5px solid #222;
  126. margin-left: -5px;
  127. }
  128. .ls-fullwidthdark .ls-thumbnail {
  129. top: 10px;
  130. }
  131. .ls-fullwidthdark .ls-thumbnail-inner {
  132. padding: 2px;
  133. margin-left: -2px;
  134. background: #222;
  135. }
  136. .ls-fullwidthdark .ls-thumbnail-slide a {
  137. margin-right: 2px;
  138. }
  139. .ls-fullwidthdark .ls-nothumb {
  140. background: #333;
  141. }
  142. .ls-fullwidthdark .ls-loading-container {
  143. width: 40px;
  144. height: 40px;
  145. margin-left: -20px;
  146. margin-top: -20px;
  147. background-position: -450px -150px;
  148. }
  149. .ls-fullwidthdark .ls-loading-indicator {
  150. width: 22px;
  151. height: 22px;
  152. margin-top: 9px;
  153. background-image: url(loading.gif);
  154. }
  155. .ls-fullwidthdark .ls-fullscreen {
  156. width: 30px;
  157. height: 30px;
  158. right: 10px;
  159. top: 10px;
  160. background-position: -525px -150px;
  161. }
  162. .ls-fullwidthdark .ls-fullscreen:hover {
  163. background-position: -525px -190px;
  164. }