ares.css 4.9 KB

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