hermes.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. /*-----------------------------------------------------------------------------
  2. - Revolution Slider 5.0 Navigatin Skin Style -
  3. HERMES SKIN
  4. author: ThemePunch
  5. email: info@themepunch.com
  6. website: http://www.themepunch.com
  7. -----------------------------------------------------------------------------*/
  8. /* ARROWS */
  9. .hermes.tparrows {
  10. cursor:pointer;
  11. background:#000;
  12. background:rgba(0,0,0,0.5);
  13. width:30px;
  14. height:110px;
  15. position:absolute;
  16. display:block;
  17. z-index:100;
  18. }
  19. .hermes.tparrows:before {
  20. font-family: "revicons";
  21. font-size:15px;
  22. color:#fff;
  23. display:block;
  24. line-height: 110px;
  25. text-align: center;
  26. transform:translateX(0px);
  27. -webkit-transform:translateX(0px);
  28. transition:all 0.3s;
  29. -webkit-transition:all 0.3s;
  30. }
  31. .hermes.tparrows.tp-leftarrow:before {
  32. content: "\e824";
  33. }
  34. .hermes.tparrows.tp-rightarrow:before {
  35. content: "\e825";
  36. }
  37. .hermes.tparrows.tp-leftarrow:hover:before {
  38. transform:translateX(-20px);
  39. -webkit-transform:translateX(-20px);
  40. opacity:0;
  41. }
  42. .hermes.tparrows.tp-rightarrow:hover:before {
  43. transform:translateX(20px);
  44. -webkit-transform:translateX(20px);
  45. opacity:0;
  46. }
  47. .hermes .tp-arr-allwrapper {
  48. overflow:hidden;
  49. position:absolute;
  50. width:180px;
  51. height:140px;
  52. top:0px;
  53. left:0px;
  54. visibility:hidden;
  55. -webkit-transition: -webkit-transform 0.3s 0.3s;
  56. transition: transform 0.3s 0.3s;
  57. -webkit-perspective: 1000px;
  58. perspective: 1000px;
  59. }
  60. .hermes.tp-rightarrow .tp-arr-allwrapper {
  61. right:0px;left:auto;
  62. }
  63. .hermes.tparrows:hover .tp-arr-allwrapper {
  64. visibility:visible;
  65. }
  66. .hermes .tp-arr-imgholder {
  67. width:180px;position:absolute;
  68. left:0px;top:0px;height:110px;
  69. transform:translateX(-180px);
  70. -webkit-transform:translateX(-180px);
  71. transition:all 0.3s;
  72. transition-delay:0.3s;
  73. }
  74. .hermes.tp-rightarrow .tp-arr-imgholder{
  75. transform:translateX(180px);
  76. -webkit-transform:translateX(180px);
  77. }
  78. .hermes.tparrows:hover .tp-arr-imgholder {
  79. transform:translateX(0px);
  80. -webkit-transform:translateX(0px);
  81. }
  82. .hermes .tp-arr-titleholder {
  83. top:110px;
  84. width:180px;
  85. text-align:left;
  86. display:block;
  87. padding:0px 10px;
  88. line-height:30px; background:#000;
  89. background:rgba(0,0,0,0.75);color:#fff;
  90. font-weight:600; position:absolute;
  91. font-size:12px;
  92. white-space:nowrap;
  93. letter-spacing:1px;
  94. -webkit-transition: all 0.3s;
  95. transition: all 0.3s;
  96. -webkit-transform: rotateX(-90deg);
  97. transform: rotateX(-90deg);
  98. -webkit-transform-origin: 50% 0;
  99. transform-origin: 50% 0;
  100. box-sizing:border-box;
  101. }
  102. .hermes.tparrows:hover .tp-arr-titleholder {
  103. -webkit-transition-delay: 0.6s;
  104. transition-delay: 0.6s;
  105. -webkit-transform: rotateX(0deg);
  106. transform: rotateX(0deg);
  107. }
  108. /* BULLETS */
  109. .hermes.tp-bullets {
  110. }
  111. .hermes .tp-bullet {
  112. overflow:hidden;
  113. border-radius:50%;
  114. width:16px;
  115. height:16px;
  116. background-color: rgba(0, 0, 0, 0);
  117. box-shadow: inset 0 0 0 2px #FFF;
  118. -webkit-transition: background 0.3s ease;
  119. transition: background 0.3s ease;
  120. position:absolute;
  121. }
  122. .hermes .tp-bullet:hover {
  123. background-color: rgba(0, 0, 0, 0.2);
  124. }
  125. .hermes .tp-bullet:after {
  126. content: ' ';
  127. position: absolute;
  128. bottom: 0;
  129. height: 0;
  130. left: 0;
  131. width: 100%;
  132. background-color: #FFF;
  133. box-shadow: 0 0 1px #FFF;
  134. -webkit-transition: height 0.3s ease;
  135. transition: height 0.3s ease;
  136. }
  137. .hermes .tp-bullet.selected:after {
  138. height:100%;
  139. }
  140. /* TABS */
  141. .hermes .tp-tab {
  142. opacity:1;
  143. padding-right:10px;
  144. box-sizing:border-box;
  145. }
  146. .hermes .tp-tab-image
  147. {
  148. width:100%;
  149. height:60%;
  150. position:relative;
  151. }
  152. .hermes .tp-tab-content
  153. {
  154. background:rgb(54,54,54);
  155. position:absolute;
  156. padding:20px 20px 20px 30px;
  157. box-sizing:border-box;
  158. color:#fff;
  159. display:block;
  160. width:100%;
  161. min-height:40%;
  162. bottom:0px;
  163. left:-10px;
  164. }
  165. .hermes .tp-tab-date
  166. {
  167. display:block;
  168. color:#888;
  169. font-weight:600;
  170. font-size:12px;
  171. margin-bottom:10px;
  172. }
  173. .hermes .tp-tab-title
  174. {
  175. display:block;
  176. color:#fff;
  177. font-size:16px;
  178. font-weight:800;
  179. text-transform:uppercase;
  180. line-height:19px;
  181. }
  182. .hermes .tp-tab.selected .tp-tab-title:after {
  183. width: 0px;
  184. height: 0px;
  185. border-style: solid;
  186. border-width: 30px 0 30px 10px;
  187. border-color: transparent transparent transparent rgb(54,54,54);
  188. content:" ";
  189. position:absolute;
  190. right:-9px;
  191. bottom:50%;
  192. margin-bottom:-30px;
  193. }
  194. .hermes .tp-tab-mask {
  195. padding-right:10px !important;
  196. }
  197. /* MEDIA QUERIES */
  198. @media only screen and (max-width: 960px) {
  199. .hermes .tp-tab .tp-tab-title {font-size:14px;line-height:16px;}
  200. .hermes .tp-tab-date { font-size:11px; line-height:13px;margin-bottom:10px;}
  201. .hermes .tp-tab-content { padding:15px 15px 15px 25px;}
  202. }
  203. @media only screen and (max-width: 768px) {
  204. .hermes .tp-tab .tp-tab-title {font-size:12px;line-height:14px;}
  205. .hermes .tp-tab-date {font-size:10px; line-height:12px;margin-bottom:5px;}
  206. .hermes .tp-tab-content {padding:10px 10px 10px 20px;}
  207. }