dione.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. /*-----------------------------------------------------------------------------
  2. - Revolution Slider 5.0 Navigatin Skin Style -
  3. DIONE SKIN
  4. author: ThemePunch
  5. email: info@themepunch.com
  6. website: http://www.themepunch.com
  7. -----------------------------------------------------------------------------*/
  8. /* ARROWS */
  9. .dione.tparrows {
  10. height:100%;
  11. width:100px;
  12. background:transparent;
  13. background:rgba(0,0,0,0);
  14. line-height:100%;
  15. transition:all 0.3s;
  16. -webkit-transition:all 0.3s;
  17. }
  18. .dione.tparrows:hover {
  19. background:rgba(0,0,0,0.45);
  20. }
  21. .dione .tp-arr-imgwrapper {
  22. width:100px;
  23. left:0px;
  24. position:absolute;
  25. height:100%;
  26. top:0px;
  27. overflow:hidden;
  28. }
  29. .dione.tp-rightarrow .tp-arr-imgwrapper {
  30. left:auto;
  31. right:0px;
  32. }
  33. .dione .tp-arr-imgholder {
  34. background-position:center center;
  35. background-size:cover;
  36. width:100px;
  37. height:100%;
  38. top:0px;
  39. visibility:hidden;
  40. transform:translateX(-50px);
  41. -webkit-transform:translateX(-50px);
  42. transition:all 0.3s;
  43. -webkit-transition:all 0.3s;
  44. opacity:0;
  45. left:0px;
  46. }
  47. .dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  48. right:0px;
  49. left:auto;
  50. transform:translateX(50px);
  51. -webkit-transform:translateX(50px);
  52. }
  53. .dione.tparrows:before {
  54. position:absolute;
  55. line-height:30px;
  56. margin-left:-22px;
  57. top:50%;
  58. left:50%;
  59. font-size:30px;
  60. margin-top:-15px;
  61. transition:all 0.3s;
  62. -webkit-transition:all 0.3s;
  63. }
  64. .dione.tparrows.tp-rightarrow:before {
  65. margin-left:6px;
  66. }
  67. .dione.tparrows:hover:before {
  68. transform:translateX(-20px);
  69. -webkit-transform:translateX(-20px);
  70. opacity:0;
  71. }
  72. .dione.tparrows.tp-rightarrow:hover:before {
  73. transform:translateX(20px);
  74. -webkit-transform:translateX(20px);
  75. }
  76. .dione.tparrows:hover .tp-arr-imgholder {
  77. transform:translateX(0px);
  78. -webkit-transform:translateX(0px);
  79. opacity:1;
  80. visibility:visible;
  81. }
  82. /* BULLETS */
  83. .dione .tp-bullet {
  84. opacity:1;
  85. width:50px;
  86. height:50px;
  87. padding:3px;
  88. background:#000;
  89. background-color:rgba(0,0,0,0.25);
  90. margin:0px;
  91. box-sizing:border-box;
  92. transition:all 0.3s;
  93. -webkit-transition:all 0.3s;
  94. }
  95. .dione .tp-bullet-image {
  96. display:block;
  97. box-sizing:border-box;
  98. position:relative;
  99. -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  100. -moz-box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  101. box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
  102. width:44px;
  103. height:44px;
  104. background-size:cover;
  105. background-position:center center;
  106. }
  107. .dione .tp-bullet-title {
  108. position:absolute;
  109. bottom:65px;
  110. display:inline-block;
  111. left:50%;
  112. background:#000;
  113. background:rgba(0,0,0,0.75);
  114. color:#fff;
  115. padding:10px 30px;
  116. border-radius:4px;
  117. -webkit-border-radius:4px;
  118. opacity:0;
  119. transition:all 0.3s;
  120. -webkit-transition:all 0.3s;
  121. transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  122. transform-origin:50% 100%;
  123. -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  124. -webkit-transform-origin:50% 100%;
  125. opacity:0;
  126. white-space:nowrap;
  127. }
  128. .dione .tp-bullet:hover .tp-bullet-title {
  129. transform:rotateX(0deg) translateX(-50%);
  130. -webkit-transform:rotateX(0deg) translateX(-50%);
  131. opacity:1;
  132. }
  133. .dione .tp-bullet.selected,
  134. .dione .tp-bullet:hover {
  135. background: rgba(255,255,255,1);
  136. background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  137. background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(119,119,119,1)));
  138. background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  139. background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  140. background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  141. background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
  142. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#777777", GradientType=0 );
  143. }
  144. .dione .tp-bullet-title:after {
  145. content:" ";
  146. position:absolute;
  147. left:50%;
  148. margin-left:-8px;
  149. width: 0;
  150. height: 0;
  151. border-style: solid;
  152. border-width: 8px 8px 0 8px;
  153. border-color: rgba(0,0,0,0.75) transparent transparent transparent;
  154. bottom:-8px;
  155. }