Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.05 KB | None | 0 0
  1. <div class="container">
  2.  
  3. <div class="row mr0 center-block" >
  4. <div class=" col-lg-12 p0 m0 pr+" >
  5. <div id="jssor_1" class="gallary-slider-wrapper">
  6. <!-- Loading Screen -->
  7.  
  8. <div data-u="loading" class="gallary-loading-wrap pt0 pl0">
  9. <div class="gallary-filter pt0 pl0"></div>
  10. <div class="gallary-loading pt0 pl0"></div>
  11. </div>
  12. <div data-u="slides" class="gallary-slider m0 p0">
  13.  
  14. <!-- Slide 1 / removing inline style -->
  15. <div data-p="225.00" style="display: none;">
  16. <!-- removing inline style -->
  17. <div class="col-lg-7 col-md-6 col-sm-7 col-xs-6 m0 p0" >
  18. <div id="icon-wrap" class="icon-overly-close ">
  19. <icon class="icon-md icon-camera3"></icon>
  20. </div>
  21. <figure>
  22. <img class="img-slider" data-u="image" src="https://s.yimg.com/ea/img/-/160205/hero_landscape_1bb7l59-1bb7l5n.jpg" />
  23. </figure>
  24. </div>
  25. <div class="col-lg-5 col-md-4 col-sm-5 col-xs-6 p+ mr0 pr+ slider-content-wrapper" >
  26. <p class="gallary-heading1">MAKE UP</p>
  27. <p class="gallary-heading2">Kanye west and kim kardashian graffiti their own house!</p>
  28. <p class="author-gallary">Jaime Author &nbsp | &nbsp Dec 22, 2015</p>
  29. <p class="gallary-heading3">industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the</p>
  30. </div>
  31. <div data-u="caption" data-t="0" class="slider-caption">
  32. </div>
  33. </div>
  34.  
  35.  
  36. <!-- Slide 2 -->
  37. <div data-p="225.00" style="display: none;">
  38. <!-- removing inline style -->
  39. <div class="col-lg-7 col-md-6 col-sm-7 col-xs-6 m0 p0">
  40. <div id="icon-wrap" class="icon-overly-close ">
  41. <icon class="icon-md icon-camera3"></icon>
  42. </div>
  43. <figure>
  44. <img class="img-slider" data-u="image" src="https://s.yimg.com/ea/img/-/160205/hero_landscape_1bb7l59-1bb7l5n.jpg" />
  45. </figure>
  46. </div>
  47. <div class="col-lg-5 col-md-4 col-sm-5 col-xs-6 p+ mr0 pr+ slider-content-wrapper" >
  48. <p class="gallary-heading1">MAKE UP</p>
  49. <p class="gallary-heading2">Kanye west and kim kardashian graffiti their own house!</p>
  50. <p class="author-gallary">Jaime Author &nbsp | &nbsp Dec 22, 2015</p>
  51. <p class="gallary-heading3">industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the</p>
  52. </div>
  53. <div data-u="caption" data-t="0" class="slider-caption">
  54. </div>
  55. </div>
  56.  
  57.  
  58. <!-- Slide 3 -->
  59.  
  60. <!-- Slide 4 -->
  61.  
  62. <!-- End of Slides -->
  63. </div>
  64. <!-- Bullet Navigator -->
  65. <div data-u="navigator" class="jssorb05 slider-navigator" data-autocenter="1">
  66. <!-- bullet navigator item prototype -->
  67. <div data-u="prototype" class="slider-prototype"></div>
  68. </div>
  69. <!-- Arrow Navigator -->
  70. <span data-u="arrowleft" class="jssora22l slider-arrow-left " data-autocenter="2"></span>
  71. <span data-u="arrowright" class="jssora22r slider-arrow-right " data-autocenter="2"></span>
  72. </div>
  73. <!-- #endregion Jssor Slider End -->
  74. </div>
  75. </div>
  76. </div>
  77.  
  78. /* jssor slider bullet navigator skin 05 css */
  79. /*
  80. .jssorb05 div (normal)
  81. .jssorb05 div:hover (normal mouseover)
  82. .jssorb05 .av (active)
  83. .jssorb05 .av:hover (active mouseover)
  84. .jssorb05 .dn (mousedown)
  85. */
  86.  
  87. /* Variabless START : */
  88. @gallaryHeading1_color : @white;
  89. @gallaryHeading1_size :15px ;
  90. @gallaryHeading2_color :@white;
  91. @gallaryHeading2_size :45px ;
  92. @autherGallary_Color : @black;
  93. @gallaryHeading3_color :@white;
  94. @gallaryHeading3_size : 16px;
  95. @sliderContentWrapper_bg:@mainpink;
  96. @gallaryHeadingHover_color:@pink-hover;
  97.  
  98. /* Variabless END : */
  99.  
  100. .gallary-slider-wrapper{
  101. position: relative;
  102. margin: 0 auto;
  103. top: 0px;
  104. left: 0px;
  105. width: 1200px;
  106. height: 470px;
  107. overflow: hidden;
  108. visibility: hidden;
  109. }
  110.  
  111.  
  112.  
  113. .gallary-loading-wrap{
  114. position: absolute;
  115. }
  116.  
  117. .gallary-filter{
  118. filter: alpha(opacity=70);
  119. opacity: 0.7;
  120. position: absolute;
  121. display: block;
  122. width: 100%;
  123. height: 100%
  124. }
  125. .gallary-loading{
  126. position:absolute;
  127. display:block;
  128. background:url('img/loading.gif/24x24') no-repeat center center;
  129. top:0px;
  130. left:0px;
  131. width:100%;
  132. height:100%
  133. }
  134. .gallary-slider{
  135. cursor: pointer;
  136. position: relative;
  137. top: 0px;
  138. left: 0px;
  139. right:0px;
  140. height: 470px;
  141. overflow: hidden;
  142. padding-right:0px;
  143. }
  144. .img-slider{
  145. width:700px;
  146. height:470px;
  147. opacity: 1.0 !important;
  148. filter: alpha(opacity=40); /* For IE8 and earlier */
  149. }
  150. .img-slider:hover{
  151. opacity: 0.70 !important;
  152. filter: alpha(opacity=100); /* For IE8 and earlier */
  153. }
  154.  
  155.  
  156.  
  157. .slider-content-wrapper{
  158. background-color:@sliderContentWrapper_bg;
  159. height:470px;
  160. text-align:center;
  161. }
  162. .slider-caption{
  163. position: absolute;
  164. top: 100px;
  165. left: 600px
  166. }
  167. .slider-navigator{
  168. bottom:16px;
  169. right:16px
  170. }
  171. .slider-prototype{
  172. width:16px;
  173. height:16px;
  174. }
  175. .slider-arrow-left{
  176. top:0px;
  177. left:12px;
  178. width:20px;
  179. height:58px;
  180. width:20px;
  181. }
  182. .slider-arrow-right{
  183. top:0px;
  184. right:12px;
  185. width:20px;
  186. height:58px;
  187. }
  188.  
  189. .jssorb05 {
  190. position: absolute;
  191. height:60px !important;
  192. }
  193. .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
  194. position: absolute;
  195. /* size of bullet elment */
  196. width: 16px;
  197. height:60px !important;
  198. background: url('img/b05.png') no-repeat;
  199. overflow: hidden;
  200. cursor: pointer;
  201. }
  202. .jssorb05 div { background-position: -7px -7px; }
  203. .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
  204. .jssorb05 .av { background-position: -67px -7px; }
  205. .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
  206.  
  207. /* jssor slider arrow navigator skin 22 css */
  208. /*
  209. .jssora22l (normal)
  210. .jssora22r (normal)
  211. .jssora22l:hover (normal mouseover)
  212. .jssora22r:hover (normal mouseover)
  213. .jssora22l.jssora22ldn (mousedown)
  214. .jssora22r.jssora22rdn (mousedown)
  215. */
  216. .jssora22l, .jssora22r {
  217. display: block;
  218. position: absolute;
  219. /* size of arrow element */
  220. width: 20px;
  221. height: 58px;
  222. cursor: pointer;
  223. background: url('img/a22.png') center center no-repeat;
  224. overflow: hidden;
  225. }
  226. .jssora22l { background-position: -10px -31px; }
  227. .jssora22r { background-position: -90px -31px; }
  228. //.jssora22l:hover { background: url();}
  229.  
  230.  
  231.  
  232. #icon-wrap{
  233. background-color: @white;
  234. width:45px;
  235. height:45px;
  236. text-align: center;
  237. }
  238.  
  239. .gallary-heading1{
  240. color:@gallaryHeading1_color;
  241. .font-family(@font-Oswald-Bold);
  242. font-size: @gallaryHeading1_size;
  243. text-transform: uppercase;
  244. &:hover{
  245. color:@gallaryHeadingHover_color;
  246. }
  247. }
  248.  
  249. .gallary-heading2{
  250. color:@gallaryHeading2_color;
  251. .font-family(@font-Oswald-Bold);
  252. font-size: @gallaryHeading2_size;
  253. text-transform: uppercase;
  254. &:hover{
  255. color:@gallaryHeadingHover_color;
  256. }
  257. }
  258. .author-gallary{
  259. color:@autherGallary_Color;
  260. .font-family(@font-Oswald-Regular);
  261. font-size:12pt;
  262. font-weight: 400;
  263. line-height: 26px;
  264. text-transform: capitalize;
  265. }
  266. .gallary-heading3{
  267. color:@gallaryHeading3_color;
  268. .font-family(@font-SourceSansPro-Regular);
  269. font-size: @gallaryHeading3_size;
  270. text-align: left;
  271. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement