sso

bootstrap-touch-slider.css 8.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. .bs-slider{
  2. overflow: hidden;
  3. max-height: 837px;
  4. position: relative;
  5. background: #000000;
  6. width: 100%;
  7. }
  8. .bs-slider:hover {
  9. cursor: -moz-grab;
  10. cursor: -webkit-grab;
  11. }
  12. .bs-slider:active {
  13. cursor: -moz-grabbing;
  14. cursor: -webkit-grabbing;
  15. }
  16. .bs-slider .bs-slider-overlay {
  17. position: absolute;
  18. top: 0;
  19. left: 0;
  20. width: 100%;
  21. height: 100%;
  22. /* background-color: rgba(0, 0, 0, 0.40); */
  23. }
  24. .bs-slider > .carousel-inner > .item > img,
  25. .bs-slider > .carousel-inner > .item > a > img {
  26. margin: auto;
  27. width: 100% !important;
  28. }
  29. /********************
  30. *****Slide effect
  31. **********************/
  32. .fade {
  33. opacity: 1;
  34. }
  35. .fade .item {
  36. top: 0;
  37. z-index: 1;
  38. opacity: 0;
  39. width: 100%;
  40. position: absolute;
  41. left: 0 !important;
  42. display: block !important;
  43. -webkit-transition: opacity ease-in-out 1s;
  44. -moz-transition: opacity ease-in-out 1s;
  45. -ms-transition: opacity ease-in-out 1s;
  46. -o-transition: opacity ease-in-out 1s;
  47. transition: opacity ease-in-out 1s;
  48. }
  49. .fade .item:first-child {
  50. top: auto;
  51. position: relative;
  52. }
  53. .fade .item.active {
  54. opacity: 1;
  55. z-index: 2;
  56. -webkit-transition: opacity ease-in-out 1s;
  57. -moz-transition: opacity ease-in-out 1s;
  58. -ms-transition: opacity ease-in-out 1s;
  59. -o-transition: opacity ease-in-out 1s;
  60. transition: opacity ease-in-out 1s;
  61. }
  62. /*---------- LEFT/RIGHT ROUND CONTROL ----------*/
  63. .control-round .carousel-control {
  64. top: 47%;
  65. opacity: 0;
  66. width: 62px;
  67. height: 62px;
  68. z-index: 100;
  69. color: #ffffff;
  70. display: block;
  71. font-size: 24px;
  72. cursor: pointer;
  73. overflow: hidden;
  74. line-height: 68px;
  75. text-shadow: none;
  76. position: absolute;
  77. font-weight: normal;
  78. background: transparent;
  79. }
  80. .control-round:hover .carousel-control{
  81. opacity: 1;
  82. }
  83. .control-round .carousel-control.left {
  84. left: 1%;
  85. }
  86. .control-round .carousel-control.right {
  87. right: 1%;
  88. }
  89. .control-round .carousel-control.left:hover,
  90. .control-round .carousel-control.right:hover{
  91. color: #fdfdfd;
  92. background: #4e576f;
  93. border: 0px transparent;
  94. }
  95. .control-round .carousel-control.left>span:nth-child(1){
  96. left: 45%;
  97. font-size: 36px;
  98. top: 12%;
  99. }
  100. .control-round .carousel-control.right>span:nth-child(1){
  101. right: 45%;
  102. font-size: 36px;
  103. top: 12%;
  104. }
  105. /*---------- INDICATORS CONTROL ----------*/
  106. .indicators-line > .carousel-indicators{
  107. right: 45%;
  108. bottom: 2%;
  109. left: auto;
  110. width: 90%;
  111. height: 20px;
  112. font-size: 0;
  113. overflow-x: auto;
  114. text-align: right;
  115. overflow-y: hidden;
  116. padding-left: 10px;
  117. padding-right: 10px;
  118. padding-top: 1px;
  119. white-space: nowrap;
  120. }
  121. .indicators-line > .carousel-indicators li{
  122. padding: 0;
  123. width: 50px;
  124. height: 3px;
  125. border: 1px solid transparent;
  126. text-indent: 0;
  127. overflow: hidden;
  128. text-align: left;
  129. position: relative;
  130. letter-spacing: 1px;
  131. background: #4f566a;
  132. /* -webkit-font-smoothing: antialiased; */
  133. -webkit-border-radius: 0;
  134. border-radius: 0;
  135. margin-right: 5px;
  136. /* -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  137. transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99); */
  138. z-index: 10;
  139. cursor:pointer;
  140. }
  141. .indicators-line > .carousel-indicators li:last-child{
  142. margin-right: 0;
  143. }
  144. .indicators-line > .carousel-indicators .active{
  145. margin: 1px 5px 1px 1px;
  146. /* box-shadow: 0 0 0 2px #fff; */
  147. background-color: #fff;
  148. position: relative;
  149. -webkit-transition: box-shadow 0.3s ease;
  150. -moz-transition: box-shadow 0.3s ease;
  151. -o-transition: box-shadow 0.3s ease;
  152. transition: box-shadow 0.3s ease;
  153. -webkit-transition: background-color 0.3s ease;
  154. -moz-transition: background-color 0.3s ease;
  155. -o-transition: background-color 0.3s ease;
  156. transition: background-color 0.3s ease;
  157. }
  158. .indicators-line > .carousel-indicators .active:before{
  159. /* transform: scale(0.5);
  160. background-color: #fff;
  161. content:"";
  162. position: absolute;
  163. left:-1px;
  164. top:-1px;
  165. width:15px;
  166. height: 15px;
  167. border-radius: 50%;
  168. -webkit-transition: background-color 0.3s ease;
  169. -moz-transition: background-color 0.3s ease;
  170. -o-transition: background-color 0.3s ease;
  171. transition: background-color 0.3s ease; */
  172. }
  173. /*---------- SLIDE CAPTION ----------*/
  174. .slide_style_left {
  175. text-align: left !important;
  176. }
  177. .slide_style_right {
  178. text-align: right !important;
  179. }
  180. .slide_style_center {
  181. text-align: center !important;
  182. }
  183. .slide-text {
  184. left: 0;
  185. top: 25%;
  186. right: 0;
  187. margin: auto;
  188. padding: 10px;
  189. position: absolute;
  190. text-align: left;
  191. padding: 10px 85px;
  192. }
  193. .slide-text > h1 {
  194. padding: 0;
  195. color: #ffffff;
  196. font-size: 56px;
  197. font-style: normal;
  198. line-height: 60px;
  199. margin-bottom: 30px;
  200. letter-spacing: 1px;
  201. display: inline-block;
  202. -webkit-animation-delay: 0.7s;
  203. animation-delay: 0.7s;
  204. }
  205. .slide-text > p {
  206. padding: 0;
  207. color: #ffffff;
  208. font-size: 20px;
  209. line-height: 24px;
  210. font-weight: 300;
  211. margin-bottom: 40px;
  212. letter-spacing: 1px;
  213. -webkit-animation-delay: 1.1s;
  214. animation-delay: 1.1s;
  215. }
  216. .slide-text > a.btn-default{
  217. color: #000;
  218. font-weight: 400;
  219. font-size: 13px;
  220. line-height: 15px;
  221. margin-right: 10px;
  222. text-align: center;
  223. padding: 17px 30px;
  224. white-space: nowrap;
  225. letter-spacing: 1px;
  226. display: inline-block;
  227. border: none;
  228. text-transform: uppercase;
  229. -webkit-animation-delay: 2s;
  230. animation-delay: 2s;
  231. -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  232. transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  233. }
  234. .slide-text > a.btn-primary{
  235. color: #ffffff;
  236. cursor: pointer;
  237. font-weight: 400;
  238. font-size: 13px;
  239. line-height: 15px;
  240. margin-left: 10px;
  241. text-align: center;
  242. width: 160px;
  243. height: 40px;
  244. line-height: 40px;
  245. padding: 0;
  246. white-space: nowrap;
  247. letter-spacing: 1px;
  248. background: #3388ff;
  249. display: inline-block;
  250. text-decoration: none;
  251. text-transform: uppercase;
  252. border: none;
  253. -webkit-animation-delay: 2s;
  254. animation-delay: 2s;
  255. -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  256. transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  257. border-radius: 4px;
  258. -moz-border-radius: 4px;
  259. -webkit-border-radius: 4px;
  260. -o-border-radius: 4px;
  261. }
  262. .slide-text > a.btn-primary:hover{
  263. background: #0768ee;
  264. }
  265. .slide-text > a:hover,
  266. .slide-text > a:active {
  267. color: #ffffff;
  268. background: #222222;
  269. -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  270. transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  271. }
  272. /*------------------------------------------------------*/
  273. /* RESPONSIVE
  274. /*------------------------------------------------------*/
  275. @media (max-width: 991px) {
  276. .slide-text h1 {
  277. font-size: 40px;
  278. line-height: 50px;
  279. margin-bottom: 20px;
  280. }
  281. .slide-text > p {
  282. font-size: 18px;
  283. }
  284. }
  285. /*---------- MEDIA 480px ----------*/
  286. @media (max-width: 768px) {
  287. .slide-text {
  288. padding: 10px 50px;
  289. }
  290. .slide-text h1 {
  291. font-size: 30px;
  292. line-height: 40px;
  293. margin-bottom: 10px;
  294. }
  295. .slide-text > p {
  296. font-size: 14px;
  297. line-height: 20px;
  298. margin-bottom: 20px;
  299. }
  300. .control-round .carousel-control{
  301. display: none;
  302. }
  303. }
  304. @media (max-width: 480px) {
  305. .slide-text {
  306. padding: 10px 30px;
  307. }
  308. .slide-text h1 {
  309. font-size: 20px;
  310. line-height: 25px;
  311. margin-bottom: 5px;
  312. }
  313. .slide-text > p {
  314. font-size: 12px;
  315. line-height: 18px;
  316. margin-bottom: 10px;
  317. }
  318. .slide-text > a.btn-default,
  319. .slide-text > a.btn-primary {
  320. font-size: 10px;
  321. line-height: 10px;
  322. margin-right: 10px;
  323. text-align: center;
  324. padding: 10px 15px;
  325. }
  326. .indicators-line > .carousel-indicators{
  327. display: none;
  328. }
  329. }