smoothslider 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,603 @@
1
+
2
+ @font-face {font-family: 'Geogrotesque-SemiBold';src: url('/assets/fonts/webfonts/geo-semibold/eot/style_169898.eot');src: url('/assets/fonts/webfonts/geo-semibold/eot/style_169898.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/webfonts/geo-semibold/woff/style_169898.woff') format('woff'),url('/assets/fonts/webfonts/geo-semibold/ttf/style_169898.ttf') format('truetype'),url('/assets/fonts/webfonts/geo-semibold/svg/style_169898.svg#Geogrotesque-SemiBold') format('svg');}
3
+
4
+ /* GEO - Medium */
5
+ @font-face {font-family: 'Geogrotesque-Medium';src: url('/assets/fonts/webfonts/geo-medium/eot/1110FC_0.eot');src: url('/assets/fonts/webfonts/geo-medium/eot/1110FC_0.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/webfonts/geo-medium/woff/1110FC_0.woff') format('woff'),url('/assets/fonts/webfonts/geo-medium/ttf/1110FC_0.ttf') format('truetype'),url('webfonts/1110FC_0.svg#wf') format('svg');}
6
+
7
+ /* GEO - Regular */
8
+ @font-face {font-family: 'Geogrotesque-Regular';src: url('/assets/fonts/webfonts/geo-regular/eot/11014B_0.eot');src: url('/assets/fonts/webfonts/geo-regular/eot/11014B_0.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/webfonts/geo-regular/woff/11014B_0.woff') format('woff'),url('/assets/fonts/webfonts/geo-regular/ttf/11014B_0.ttf') format('truetype'),url('/assets/fonts/webfonts/geo-regular/svg/11014B_0.svg#wf') format('svg');}
9
+
10
+ /* Icon Fonts
11
+ *********************************/
12
+ /* Font-face Icons */
13
+ @font-face {
14
+ font-family: 'smoothslider-icon';
15
+ src:url('/assets/fonts/webfonts/smoothslider-icon.eot');
16
+ src:url('/assets/fonts/webfonts/smoothslider-icon.eot?#iefix') format('embedded-opentype'),
17
+ url('/assets/fonts/webfonts/smoothslider-icon.woff') format('woff'),
18
+ url('/assets/fonts/webfonts/smoothslider-icon.ttf') format('truetype'),
19
+ url('/assets/fonts/webfonts/smoothslider-icon.svg#smoothslider-icon') format('svg');
20
+ font-weight: normal;
21
+ font-style: normal;
22
+ }
23
+
24
+ /* General
25
+ ***********************/
26
+ body {
27
+ background: #42a2ce;
28
+ font-size: 14px;
29
+ font-family: Helvetica, 'Arial', sans-serif;
30
+ -webkit-font-smoothing: antialiased;
31
+ text-rendering: optimizeLegibility;
32
+ height: auto;
33
+ }
34
+ a {
35
+ color: #fff;
36
+ text-decoration: none;
37
+ }
38
+
39
+ h3 {
40
+ margin: 0 0 8px;
41
+ color: #fff;
42
+ font: normal 24px Geogrotesque-semibold, Helvetica, Arial, sans-serif;
43
+ text-shadow: 0 1px 0 #2F4C63;
44
+ }
45
+ p {
46
+ font-size: 14px;
47
+ line-height: 18px;
48
+ }
49
+
50
+ /* --Clearfix */
51
+ .cf:before,
52
+ .cf:after {content:""; display:table;}
53
+ .cf:after {clear:both;}
54
+ .cf {zoom:1;}
55
+
56
+ .toggle { margin: 2px 0 0 14px; float: left; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
57
+ .toggle li { float: left; }
58
+ .toggle li a {width: 50px; padding: 6px 0; text-align: center; display: block; text-shadow: 1px 1px 0 #fff; font-size: 12px; font-weight: 600; color: #666; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; -o-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0;
59
+
60
+ background: #ffffff; /* Old browsers */
61
+ background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
62
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
63
+ background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
64
+ background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
65
+ background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
66
+ background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
67
+
68
+ box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
69
+ -moz-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
70
+ -webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
71
+
72
+ }
73
+ .toggle li:first-child a {-webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; -o-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;}
74
+ .toggle li a:hover { background: #ededed; color: #222; }
75
+ .toggle li a.active { background: #c8e0f3; color: #325874; cursor: default; box-shadow: inset 0 0 3px rgba(0,0,0,0.4); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.4); -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.4); }
76
+
77
+ .slider { margin: 50px 0 10px!important;}
78
+ #carousel li {margin-right: 5px;}
79
+ #carousel img {display: block; opacity: .5; cursor: pointer;}
80
+ #carousel img:hover {opacity: 1;}
81
+ #carousel .flex-active-slide img {opacity: 1; cursor: default;}
82
+
83
+ .button {
84
+ display: inline-block;
85
+ margin: 0;
86
+ padding: .461em 1.563em .41em;
87
+ color: #fff!important;
88
+ text-align: center;
89
+ text-decoration: none;
90
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
91
+ text-transform: uppercase;
92
+ line-height: 1;
93
+ font-size: .9em;
94
+ cursor: pointer;
95
+ font-family: "proxima-nova", sans-serif;
96
+ border: 1px solid #1a4064;
97
+ background: #255a8c;
98
+ -webkit-border-radius: 100px;
99
+ -moz-border-radius: 100px;
100
+ border-radius: 100px;
101
+ -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
102
+ -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
103
+ box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
104
+ }
105
+ .button:active {
106
+ -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
107
+ -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
108
+ box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
109
+ }
110
+ .button.green {
111
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
112
+ border: 1px solid #578824;
113
+ background: #71b02f;
114
+ }
115
+ .button.green:hover {
116
+ background: #79bc32;
117
+ }
118
+
119
+ /* Loading
120
+ ***********************/
121
+ .loading #container {opacity: 0;}
122
+ .loading:before { content: 'LOADING'; display: block; margin: 100px 0 0; text-align: center; color: #fff; font-weight: bold; font-size: 60px; opacity: 0.3; }
123
+ body {width: 100%; float: left; opacity: 1; -webkit-transition: opacity 1s ease;}
124
+
125
+ /* Layout
126
+ ***********************/
127
+ #container {padding: 60px 40px 100px;}
128
+ header {width: 420px; float: left;}
129
+ #main {margin-left: 420px; margin-top: -25px;overflow: hidden;}
130
+ aside h3 {float: left;}
131
+
132
+ /* Header
133
+ ***********************/
134
+ header .logo { display: block; margin: 10px 0 30px; }
135
+ header h1 { font-family: Geogrotesque-Semibold, Helvetica, Arial, sans-serif; margin: 0 0 10px; text-shadow: 0 1px 0 #2F4C63; color: #fff; font-size: 42px; }
136
+ header h2 { margin: 0 0 30px; font: normal 20px Geogrotesque-regular, Helvetica, Arial, sans-serif; text-shadow: 0 1px 1px #555; color: #fff; }
137
+ header .button { margin: 0 0 50px; padding: 10px 15px 10px 15px; position: relative; }
138
+ h3.nav-header { width: 200px; margin: 0 0 10px; padding: 0 0 3px; font-size: 18px; text-shadow: 0 1px 1px #555; color: #fff; font-family: Geogrotesque-Regular, Helvetica, Arial, sans-serif; border-bottom: 1px solid #fff; border-bottom: 1px solid rgba(255,255,255,0.5); }
139
+ nav li {margin: 0 0 7px; font-size: 15px; }
140
+ nav li a:hover,
141
+ nav li.active a {border-bottom: 1px dotted #fff; border-bottom: 1px dotted rgba(255,255,255,0.3); background: none;}
142
+ nav li.active a { cursor: default; }
143
+
144
+ /* Media Queries
145
+ ***********************/
146
+ @media screen and (max-width: 960px) {
147
+ #container {padding: 35px;}
148
+ header {width: 380px;}
149
+ #main {margin-left: 380px;}
150
+ aside h3 {
151
+ float: none;
152
+ font-size: 20px;
153
+ }
154
+ .toggle {
155
+ margin-left: 0;
156
+ float: none;
157
+ }
158
+ }
159
+ @media screen and (max-width: 768px) {
160
+ #container {padding: 20px 30px;}
161
+ header {width: 100%; float: none; text-align: center;}
162
+ header img {width:120px;}
163
+ header h1 { margin: 0 auto 10px; font-size: 32px; }
164
+ header h2 { font-size: 16px; }
165
+ header .button { margin-bottom: 28px; }
166
+
167
+ #main {margin-left: 0;}
168
+ h3.nav-header { margin: 0 auto 10px; font-size: 16px; }
169
+ nav {
170
+ position: relative;
171
+ min-height: 46px;
172
+ margin-bottom: 20px;
173
+ width: 100%;
174
+ }
175
+ nav ul {
176
+ width: 260px;
177
+ padding: 0;
178
+ position: absolute;
179
+ left: 50%;
180
+ margin-left: -130px;
181
+ top: 0;
182
+ z-index: 9999;
183
+ border: 1px solid #1e5486;
184
+ background: #255a8c;
185
+ -webkit-border-radius: 3px;
186
+ -moz-border-radius: 3px;
187
+ border-radius: 3px;
188
+ -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2);
189
+ -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2);
190
+ box-shadow: 0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2);
191
+ }
192
+ nav li {
193
+ display: none; /* hide all <li> items */
194
+ margin: 0;
195
+ }
196
+ nav li a { border: none!important; text-shadow: 1px 1px 0 rgba(0,0,0,0.3); }
197
+ nav li a:hover { text-decoration: underline; }
198
+ nav .active {
199
+ display: block; /* show only current <li> item */
200
+ }
201
+ nav a {
202
+ display: block;
203
+ padding: 10px 20px;
204
+ text-align: center;
205
+ font-size: 12px;
206
+ }
207
+ nav .active a {
208
+ background: none;
209
+ color: #fff;
210
+ position: relative;
211
+ }
212
+ nav .active a:after {
213
+ font-family: smoothslider-icon;
214
+ content: '\f005';
215
+ font-size: 13px;
216
+ position: absolute;
217
+ right: 10px;
218
+ top: 10px;
219
+ }
220
+
221
+ /* on nav hover */
222
+ nav ul:hover {
223
+ background: #32679a;
224
+ }
225
+ nav ul:hover li {
226
+ display: block;
227
+ margin: 0 0 5px;
228
+ }
229
+ nav ul:hover .active {
230
+ border: 1px solid #1e5486!important;
231
+ background: #255a8c;
232
+ -webkit-border-radius: 1px;
233
+ -moz-border-radius: 1px;
234
+ border-radius: 1px;
235
+ }
236
+ nav ul:hover .active a:after {
237
+ display: none;
238
+ }
239
+
240
+ }
241
+
242
+ /*
243
+ SyntaxHighlighter - http://alexgorbatchev.com/SyntaxHighlighter
244
+
245
+ SyntaxHighlighter is donationware. If you are using it, please donate. - http://alexgorbatchev.com/SyntaxHighlighter/donate.html
246
+
247
+ @version - 3.0.83 (July 02 2010)
248
+ @copyright - Copyright (C) 2004-2010 Alex Gorbatchev.
249
+ @license - Dual licensed under the MIT and GPL licenses.
250
+ */
251
+ .syntaxhighlighter a,.syntaxhighlighter div,.syntaxhighlighter code,.syntaxhighlighter table,.syntaxhighlighter table td,.syntaxhighlighter table tr,.syntaxhighlighter table tbody,.syntaxhighlighter table thead,.syntaxhighlighter table caption,.syntaxhighlighter textarea{-moz-border-radius:0 0 0 0 !important;-webkit-border-radius:0 0 0 0 !important;background:none !important;border:0 !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0 !important;outline:0 !important;overflow:visible !important;padding:0 !important;position:static !important;right:auto !important;text-align:left !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;font-family:"Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;font-weight:normal !important;font-style:normal !important;font-size:1em !important;min-height:inherit !important;min-height:auto !important;}
252
+ .syntaxhighlighter{width:100% !important;margin:1em 0 1em 0 !important;position:relative !important;overflow:auto !important;font-size:1em !important;}
253
+ .syntaxhighlighter.source{overflow:hidden !important;}
254
+ .syntaxhighlighter .bold{font-weight:bold !important;}
255
+ .syntaxhighlighter .italic{font-style:italic !important;}
256
+ .syntaxhighlighter .line{white-space:pre !important;}
257
+ .syntaxhighlighter table{width:100% !important;}
258
+ .syntaxhighlighter table caption{text-align:left !important;padding:.5em 0 0.5em 1em !important;}
259
+ .syntaxhighlighter table td.code{width:100% !important;}
260
+ .syntaxhighlighter table td.code .container{position:relative !important;}
261
+ .syntaxhighlighter table td.code .container textarea{box-sizing:border-box !important;position:absolute !important;left:0 !important;top:0 !important;width:100% !important;height:100% !important;border:none !important;background:white !important;padding-left:1em !important;overflow:hidden !important;white-space:pre !important;}
262
+ .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !important;}
263
+ .syntaxhighlighter table td.code .line{padding:0 1em !important;}
264
+ .syntaxhighlighter.nogutter td.code .container textarea,.syntaxhighlighter.nogutter td.code .line{padding-left:0em !important;}
265
+ .syntaxhighlighter.show{display:block !important;}
266
+ .syntaxhighlighter.collapsed table{display:none !important;}
267
+ .syntaxhighlighter.collapsed .toolbar{padding:0.1em 0.8em 0em 0.8em !important;font-size:1em !important;position:static !important;width:auto !important;height:auto !important;}
268
+ .syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
269
+ .syntaxhighlighter.collapsed .toolbar span a{padding:0 !important;display:none !important;}
270
+ .syntaxhighlighter.collapsed .toolbar span a.expandSource{display:inline !important;}
271
+ .syntaxhighlighter .toolbar{position:absolute !important;right:1px !important;top:1px !important;width:11px !important;height:11px !important;font-size:10px !important;z-index:10 !important;}
272
+ .syntaxhighlighter .toolbar span.title{display:inline !important;}
273
+ .syntaxhighlighter .toolbar a{display:block !important;text-align:center !important;text-decoration:none !important;padding-top:1px !important;}
274
+ .syntaxhighlighter .toolbar a.expandSource{display:none !important;}
275
+ .syntaxhighlighter.ie{font-size:.9em !important;padding:1px 0 1px 0 !important;}
276
+ .syntaxhighlighter.ie .toolbar{line-height:8px !important;}
277
+ .syntaxhighlighter.ie .toolbar a{padding-top:0px !important;}
278
+ .syntaxhighlighter.printing .line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .line.highlighted .number,.syntaxhighlighter.printing .line.highlighted.alt1 .content,.syntaxhighlighter.printing .line.highlighted.alt2 .content{background:none !important;}
279
+ .syntaxhighlighter.printing .line .number{color:#bbbbbb !important;}
280
+ .syntaxhighlighter.printing .line .content{color:black !important;}
281
+ .syntaxhighlighter.printing .toolbar{display:none !important;}
282
+ .syntaxhighlighter.printing a{text-decoration:none !important;}
283
+ .syntaxhighlighter.printing .plain,.syntaxhighlighter.printing .plain a{color:black !important;}
284
+ .syntaxhighlighter.printing .comments,.syntaxhighlighter.printing .comments a{color:#008200 !important;}
285
+ .syntaxhighlighter.printing .string,.syntaxhighlighter.printing .string a{color:blue !important;}
286
+ .syntaxhighlighter.printing .keyword{color:#006699 !important;font-weight:bold !important;}
287
+ .syntaxhighlighter.printing .preprocessor{color:gray !important;}
288
+ .syntaxhighlighter.printing .variable{color:#aa7700 !important;}
289
+ .syntaxhighlighter.printing .value{color:#009900 !important;}
290
+ .syntaxhighlighter.printing .functions{color:#ff1493 !important;}
291
+ .syntaxhighlighter.printing .constants{color:#0066cc !important;}
292
+ .syntaxhighlighter.printing .script{font-weight:bold !important;}
293
+ .syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:gray !important;}
294
+ .syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
295
+ .syntaxhighlighter.printing .color3,.syntaxhighlighter.printing .color3 a{color:red !important;}
296
+ .syntaxhighlighter.printing .break,.syntaxhighlighter.printing .break a{color:black !important;}
297
+ /* Theming */
298
+ .syntaxhighlighter { clear: both; width: auto!important; font-size: 13px !important; line-height: 21px !important; font-family: Courier, "Courier New", monospace; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; background-color: #fff !important; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
299
+ .syntaxhighlighter .string, .syntaxhighlighter .string a {color: #ff5454 !important;}
300
+ .syntaxhighlighter .line.alt1,
301
+ .syntaxhighlighter .line.alt2 {width: 100% !important; padding: 0 !important; background-color: #fff !important;}
302
+ .syntaxhighlighter .line.highlighted.alt1,
303
+ .syntaxhighlighter .line.highlighted.alt2 {background-color: #fff !important;}
304
+ .syntaxhighlighter table td.code {width: auto !important; padding: 10px 12px!important;}
305
+ .syntaxhighlighter table td.code .line {width: auto !important; padding: 0 !important;}
306
+ .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {color: #cc7ac6!important;}
307
+ .syntaxhighlighter .plain, .syntaxhighlighter .plain a {color: #888!important;}
308
+ .syntaxhighlighter .comments, .syntaxhighlighter .comments a {color: #999!important;}
309
+ .syntaxhighlighter .keyword {color: #2a93b9!important;}
310
+ /**/
311
+ .syntaxhighlighter{background-color:white !important;}
312
+ .syntaxhighlighter .line.alt1{background-color:white !important;}
313
+ .syntaxhighlighter .line.alt2{background-color:white !important;}
314
+ .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#e0e0e0 !important;}
315
+ .syntaxhighlighter .line.highlighted.number{color:black !important;}
316
+ .syntaxhighlighter table caption{color:black !important;}
317
+ .syntaxhighlighter .gutter{color:#afafaf !important;}
318
+ .syntaxhighlighter .gutter .line{border-right:3px solid #6ce26c !important;}
319
+ .syntaxhighlighter .gutter .line.highlighted{background-color:#6ce26c !important;color:white !important;}
320
+ .syntaxhighlighter.printing .line .content{border:none !important;}
321
+ .syntaxhighlighter.collapsed{overflow:visible !important;}
322
+ .syntaxhighlighter.collapsed .toolbar{color:blue !important;background:white !important;border:1px solid #6ce26c !important;}
323
+ .syntaxhighlighter.collapsed .toolbar a{color:blue !important;}
324
+ .syntaxhighlighter.collapsed .toolbar a:hover{color:red !important;}
325
+ .syntaxhighlighter .toolbar{color:white !important;background:#6ce26c !important;border:none !important;}
326
+ .syntaxhighlighter .toolbar a{color:white !important;}
327
+ .syntaxhighlighter .toolbar a:hover{color:black !important;}
328
+ .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:black !important;}
329
+ .syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#008200 !important;}
330
+ .syntaxhighlighter .string,.syntaxhighlighter .string a{color:blue !important;}
331
+ .syntaxhighlighter .keyword{color:#006699 !important;}
332
+ .syntaxhighlighter .preprocessor{color:gray !important;}
333
+ .syntaxhighlighter .variable{color:#aa7700 !important;}
334
+ .syntaxhighlighter .value{color:#009900 !important;}
335
+ .syntaxhighlighter .functions{color:#ff1493 !important;}
336
+ .syntaxhighlighter .constants{color:#0066cc !important;}
337
+ .syntaxhighlighter .script{font-weight:bold !important;color:#006699 !important;background-color:none !important;}
338
+ .syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:gray !important;}
339
+ .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important;}
340
+ .syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:red !important;}
341
+ .syntaxhighlighter .keyword{font-weight:bold !important;}
342
+
343
+ @font-face {
344
+ font-family: 'smoothslider-icon';
345
+ src: url('/assets/fonts/smoothslider-icon.eot');
346
+ src: url('/assets/fonts/smoothslider-icon.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/smoothslider-icon.woff') format('woff'), url('/assets/fonts/smoothslider-icon.ttf') format('truetype'), url('/assets/fonts/smoothslider-icon.svg#smoothslider-icon') format('svg');
347
+ font-weight: normal;
348
+ font-style: normal;
349
+ }
350
+ /* ====================================================================================================================
351
+ * RESETS
352
+ * ====================================================================================================================*/
353
+ .flex-container a:hover,
354
+ .flex-slider a:hover {
355
+ outline: none;
356
+ }
357
+ .slides,
358
+ .slides > li,
359
+ .flex-control-nav,
360
+ .flex-direction-nav {
361
+ margin: 0;
362
+ padding: 0;
363
+ list-style: none;
364
+ }
365
+ .flex-pauseplay span {
366
+ text-transform: capitalize;
367
+ }
368
+ /* ====================================================================================================================
369
+ * BASE STYLES
370
+ * ====================================================================================================================*/
371
+ .smoothslider {
372
+ margin: 0;
373
+ padding: 0;
374
+ }
375
+ .smoothslider .slides > li {
376
+ display: none;
377
+ -webkit-backface-visibility: hidden;
378
+ }
379
+ .smoothslider .slides img {
380
+ width: 100%;
381
+ display: block;
382
+ }
383
+ .smoothslider .slides:after {
384
+ content: "\0020";
385
+ display: block;
386
+ clear: both;
387
+ visibility: hidden;
388
+ line-height: 0;
389
+ height: 0;
390
+ }
391
+ html[xmlns] .smoothslider .slides {
392
+ display: block;
393
+ }
394
+ * html .smoothslider .slides {
395
+ height: 1%;
396
+ }
397
+ .no-js .smoothslider .slides > li:first-child {
398
+ display: block;
399
+ }
400
+ /* ====================================================================================================================
401
+ * DEFAULT THEME
402
+ * ====================================================================================================================*/
403
+ .smoothslider {
404
+ margin: 0 0 60px;
405
+ background: #fff;
406
+ border: 4px solid #fff;
407
+ position: relative;
408
+ zoom: 1;
409
+ -webkit-border-radius: 4px;
410
+ -moz-border-radius: 4px;
411
+ border-radius: 4px;
412
+ -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
413
+ -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
414
+ -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
415
+ box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
416
+ }
417
+ .smoothslider .slides {
418
+ zoom: 1;
419
+ }
420
+ .smoothslider .slides img {
421
+ height: auto;
422
+ -moz-user-select: none;
423
+ }
424
+ .flex-viewport {
425
+ max-height: 2000px;
426
+ -webkit-transition: all 1s ease;
427
+ -moz-transition: all 1s ease;
428
+ -ms-transition: all 1s ease;
429
+ -o-transition: all 1s ease;
430
+ transition: all 1s ease;
431
+ }
432
+ .loading .flex-viewport {
433
+ max-height: 300px;
434
+ }
435
+ .carousel li {
436
+ margin-right: 5px;
437
+ }
438
+ .flex-direction-nav {
439
+ *height: 0;
440
+ }
441
+ .flex-direction-nav a {
442
+ text-decoration: none;
443
+ display: block;
444
+ width: 40px;
445
+ height: 40px;
446
+ margin: -20px 0 0;
447
+ position: absolute;
448
+ top: 50%;
449
+ z-index: 10;
450
+ overflow: hidden;
451
+ opacity: 0;
452
+ cursor: pointer;
453
+ color: rgba(0, 0, 0, 0.8);
454
+ text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
455
+ -webkit-transition: all 0.3s ease-in-out;
456
+ -moz-transition: all 0.3s ease-in-out;
457
+ -ms-transition: all 0.3s ease-in-out;
458
+ -o-transition: all 0.3s ease-in-out;
459
+ transition: all 0.3s ease-in-out;
460
+ }
461
+ .flex-direction-nav a:before {
462
+ font-family: "smoothslider-icon";
463
+ font-size: 40px;
464
+ display: inline-block;
465
+ content: '\f001';
466
+ color: rgba(0, 0, 0, 0.8);
467
+ text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
468
+ }
469
+ .flex-direction-nav a.flex-next:before {
470
+ content: '\f002';
471
+ }
472
+ .flex-direction-nav .flex-prev {
473
+ left: -50px;
474
+ }
475
+ .flex-direction-nav .flex-next {
476
+ right: -50px;
477
+ text-align: right;
478
+ }
479
+ .smoothslider:hover .flex-direction-nav .flex-prev {
480
+ opacity: 0.7;
481
+ left: 10px;
482
+ }
483
+ .smoothslider:hover .flex-direction-nav .flex-prev:hover {
484
+ opacity: 1;
485
+ }
486
+ .smoothslider:hover .flex-direction-nav .flex-next {
487
+ opacity: 0.7;
488
+ right: 10px;
489
+ }
490
+ .smoothslider:hover .flex-direction-nav .flex-next:hover {
491
+ opacity: 1;
492
+ }
493
+ .flex-direction-nav .flex-disabled {
494
+ opacity: 0!important;
495
+ filter: alpha(opacity=0);
496
+ cursor: default;
497
+ z-index: -1;
498
+ }
499
+ .flex-pauseplay a {
500
+ display: block;
501
+ width: 20px;
502
+ height: 20px;
503
+ position: absolute;
504
+ bottom: 5px;
505
+ left: 10px;
506
+ opacity: 0.8;
507
+ z-index: 10;
508
+ overflow: hidden;
509
+ cursor: pointer;
510
+ color: #000;
511
+ }
512
+ .flex-pauseplay a:before {
513
+ font-family: "smoothslider-icon";
514
+ font-size: 20px;
515
+ display: inline-block;
516
+ content: '\f004';
517
+ }
518
+ .flex-pauseplay a:hover {
519
+ opacity: 1;
520
+ }
521
+ .flex-pauseplay a.flex-play:before {
522
+ content: '\f003';
523
+ }
524
+ .flex-control-nav {
525
+ width: 100%;
526
+ position: absolute;
527
+ bottom: -40px;
528
+ text-align: center;
529
+ }
530
+ .flex-control-nav li {
531
+ margin: 0 6px;
532
+ display: inline-block;
533
+ zoom: 1;
534
+ *display: inline;
535
+ }
536
+ .flex-control-paging li a {
537
+ width: 11px;
538
+ height: 11px;
539
+ display: block;
540
+ background: #666;
541
+ background: rgba(0, 0, 0, 0.5);
542
+ cursor: pointer;
543
+ text-indent: -9999px;
544
+ -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
545
+ -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
546
+ -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
547
+ box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
548
+ -webkit-border-radius: 20px;
549
+ -moz-border-radius: 20px;
550
+ border-radius: 20px;
551
+ }
552
+ .flex-control-paging li a:hover {
553
+ background: #333;
554
+ background: rgba(0, 0, 0, 0.7);
555
+ }
556
+ .flex-control-paging li a.flex-active {
557
+ background: #000;
558
+ background: rgba(0, 0, 0, 0.9);
559
+ cursor: default;
560
+ }
561
+ .flex-control-thumbs {
562
+ margin: 5px 0 0;
563
+ position: static;
564
+ overflow: hidden;
565
+ }
566
+ .flex-control-thumbs li {
567
+ width: 25%;
568
+ float: left;
569
+ margin: 0;
570
+ }
571
+ .flex-control-thumbs img {
572
+ width: 100%;
573
+ height: auto;
574
+ display: block;
575
+ opacity: .7;
576
+ cursor: pointer;
577
+ -moz-user-select: none;
578
+ -webkit-transition: all 1s ease;
579
+ -moz-transition: all 1s ease;
580
+ -ms-transition: all 1s ease;
581
+ -o-transition: all 1s ease;
582
+ transition: all 1s ease;
583
+ }
584
+ .flex-control-thumbs img:hover {
585
+ opacity: 1;
586
+ }
587
+ .flex-control-thumbs .flex-active {
588
+ opacity: 1;
589
+ cursor: default;
590
+ }
591
+ /* ====================================================================================================================
592
+ * RESPONSIVE
593
+ * ====================================================================================================================*/
594
+ @media screen and (max-width: 860px) {
595
+ .flex-direction-nav .flex-prev {
596
+ opacity: 1;
597
+ left: 10px;
598
+ }
599
+ .flex-direction-nav .flex-next {
600
+ opacity: 1;
601
+ right: 10px;
602
+ }
603
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smoothslider
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arjun Ghimire
@@ -94,6 +94,12 @@ files:
94
94
  - lib/smoothslider.rb
95
95
  - lib/smoothslider/version.rb
96
96
  - smoothslider.gemspec
97
+ - vendor/assets/fonts/flexslider-icon.eot
98
+ - vendor/assets/fonts/flexslider-icon.svg
99
+ - vendor/assets/fonts/flexslider-icon.ttf
100
+ - vendor/assets/fonts/flexslider-icon.woff
101
+ - vendor/assets/javascripts/smoothslider.js
102
+ - vendor/assets/stylesheets/smoothslider.scss
97
103
  homepage: https://github.com/careyousit/smoothslider.git
98
104
  licenses:
99
105
  - MIT