skyframe 0.0.1.beta
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/skyframe.rb +8 -0
- data/lib/skyframe/version.rb +3 -0
- data/stylesheets/_main.scss +1 -0
- data/templates/project/files/404.html +157 -0
- data/templates/project/files/CHANGELOG.md +19 -0
- data/templates/project/files/about.html +96 -0
- data/templates/project/files/apple-touch-icon-114x114-precomposed.png +0 -0
- data/templates/project/files/apple-touch-icon-144x144-precomposed.png +0 -0
- data/templates/project/files/apple-touch-icon-57x57-precomposed.png +0 -0
- data/templates/project/files/apple-touch-icon-72x72-precomposed.png +0 -0
- data/templates/project/files/apple-touch-icon-precomposed.png +0 -0
- data/templates/project/files/apple-touch-icon.png +0 -0
- data/templates/project/files/bg_direction_nav.png +0 -0
- data/templates/project/files/blog-details.html +255 -0
- data/templates/project/files/blog.html +157 -0
- data/templates/project/files/config.rb +28 -0
- data/templates/project/files/contact.html +158 -0
- data/templates/project/files/crossdomain.xml +15 -0
- data/templates/project/files/dummy-full.png +0 -0
- data/templates/project/files/dummy-square.png +0 -0
- data/templates/project/files/favicon.ico +0 -0
- data/templates/project/files/flash/video-js.swf +0 -0
- data/templates/project/files/forgot-password.html +101 -0
- data/templates/project/files/htaccess.txt +536 -0
- data/templates/project/files/humans.txt +18 -0
- data/templates/project/files/icon-gmap.png +0 -0
- data/templates/project/files/icon-search.png +0 -0
- data/templates/project/files/inc/breadcrumb.html +5 -0
- data/templates/project/files/inc/footer.html +37 -0
- data/templates/project/files/inc/header.html +20 -0
- data/templates/project/files/inc/js-bottom.html +21 -0
- data/templates/project/files/inc/js-top.html +10 -0
- data/templates/project/files/inc/main-nav.html +7 -0
- data/templates/project/files/logo.png +0 -0
- data/templates/project/files/logo@2x.png +0 -0
- data/templates/project/files/media/audio/dummy-audio.mp3 +0 -0
- data/templates/project/files/media/video/dummy-video.mp4 +0 -0
- data/templates/project/files/products.html +100 -0
- data/templates/project/files/readme.md +55 -0
- data/templates/project/files/robots.txt +3 -0
- data/templates/project/files/services.html +75 -0
- data/templates/project/files/sign-in.html +104 -0
- data/templates/project/files/sitemap.html +102 -0
- data/templates/project/files/video-js.png +0 -0
- data/templates/project/javascripts/libs/jquery-1.8.0.min.js +2 -0
- data/templates/project/javascripts/libs/jquery.validationEngine.js +1819 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-cz.js +156 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-da.js +135 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-de.js +139 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-en.js +192 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-es.js +137 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-et.js +139 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-fa.js +181 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-fi.js +111 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-fr.js +129 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-hr.js +177 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-hu.js +179 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-it.js +111 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-ja.js +149 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-nl.js +136 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-pl.js +140 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-pt.js +135 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-pt_BR.js +127 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-ro.js +177 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-ru.js +136 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-se.js +153 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-tr.js +156 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-vi.js +179 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-zh_CN.js +177 -0
- data/templates/project/javascripts/libs/languages/jquery.validationEngine-zh_TW.js +177 -0
- data/templates/project/javascripts/libs/modernizr-2.5.3.min.js +4 -0
- data/templates/project/javascripts/libs/respond.min.js +6 -0
- data/templates/project/javascripts/libs/selectivizr.js +560 -0
- data/templates/project/javascripts/plugins.js +83 -0
- data/templates/project/javascripts/script.js +282 -0
- data/templates/project/manifest.rb +136 -0
- data/templates/project/partials/_debug.scss +114 -0
- data/templates/project/partials/_functions.scss +10 -0
- data/templates/project/partials/_helpers.scss +86 -0
- data/templates/project/partials/_layout.scss +188 -0
- data/templates/project/partials/_media.scss +191 -0
- data/templates/project/partials/_misc.scss +103 -0
- data/templates/project/partials/_mixins.scss +140 -0
- data/templates/project/partials/_mods.scss +59 -0
- data/templates/project/partials/_normalize.scss +36 -0
- data/templates/project/partials/_print.scss +80 -0
- data/templates/project/partials/_type.scss +331 -0
- data/templates/project/partials/_vars.scss +114 -0
- data/templates/project/partials/mods/_mod-block.scss +96 -0
- data/templates/project/partials/mods/_mod-breadcrumb.scss +103 -0
- data/templates/project/partials/mods/_mod-carousel.scss +108 -0
- data/templates/project/partials/mods/_mod-footer.scss +199 -0
- data/templates/project/partials/mods/_mod-form.scss +319 -0
- data/templates/project/partials/mods/_mod-header.scss +291 -0
- data/templates/project/partials/mods/_mod-intro.scss +98 -0
- data/templates/project/partials/mods/_mod-layouts.scss +135 -0
- data/templates/project/partials/mods/_mod-main-nav.scss +143 -0
- data/templates/project/partials/mods/_mod-map.scss +107 -0
- data/templates/project/partials/mods/_mod-msg.scss +119 -0
- data/templates/project/partials/mods/_mod-paging.scss +101 -0
- data/templates/project/partials/mods/_mod-sitemap.scss +132 -0
- data/templates/project/partials/mods/_mod-split-form.scss +98 -0
- data/templates/project/partials/mods/_mod-strip.scss +118 -0
- data/templates/project/partials/mods/_mod-table.scss +118 -0
- data/templates/project/partials/mods/_mod-widget.scss +103 -0
- data/templates/project/partials/plugins/_flexslider.scss +82 -0
- data/templates/project/partials/plugins/_validation-engine.scss +137 -0
- data/templates/project/partials/plugins/_video-js.scss +616 -0
- data/templates/project/partials/sass-template.scss +103 -0
- data/templates/project/screen.scss +2 -0
- metadata +220 -0
@@ -0,0 +1,319 @@
|
|
1
|
+
@import '../plugins/validation-engine';
|
2
|
+
/* ===========================================================================
|
3
|
+
Forms - H5BP Normalize bits
|
4
|
+
======================================================================== */
|
5
|
+
/*
|
6
|
+
* Corrects margin displayed oddly in IE6/7.
|
7
|
+
*/
|
8
|
+
|
9
|
+
form {
|
10
|
+
margin: 0;
|
11
|
+
}
|
12
|
+
|
13
|
+
/*
|
14
|
+
* Define consistent border, margin, and padding.
|
15
|
+
*/
|
16
|
+
|
17
|
+
fieldset {
|
18
|
+
padding:0;
|
19
|
+
border: none;
|
20
|
+
//margin: 0 2px;
|
21
|
+
//padding: 0.35em 0.625em 0.75em;
|
22
|
+
}
|
23
|
+
|
24
|
+
/*
|
25
|
+
* 1. Corrects color not being inherited in IE6/7/8/9.
|
26
|
+
* 2. Corrects text not wrapping in FF3.
|
27
|
+
* 3. Corrects alignment displayed oddly in IE6/7.
|
28
|
+
*/
|
29
|
+
|
30
|
+
legend {
|
31
|
+
border: 0; /* 1 */
|
32
|
+
padding: 0;
|
33
|
+
white-space: normal; /* 2 */
|
34
|
+
*margin-left: -7px; /* 3 */
|
35
|
+
}
|
36
|
+
|
37
|
+
/*
|
38
|
+
* 1. Corrects font size not being inherited in all browsers.
|
39
|
+
* 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
|
40
|
+
* 3. Improves appearance and consistency in all browsers.
|
41
|
+
*/
|
42
|
+
|
43
|
+
button,
|
44
|
+
input,
|
45
|
+
select,
|
46
|
+
textarea {
|
47
|
+
font-size: 100%; /* 1 */
|
48
|
+
margin: 0; /* 2 */
|
49
|
+
vertical-align: baseline; /* 3 */
|
50
|
+
*vertical-align: middle; /* 3 */
|
51
|
+
}
|
52
|
+
|
53
|
+
/*
|
54
|
+
* Addresses FF3/4 setting `line-height` on `input` using `!important` in the
|
55
|
+
* UA stylesheet.
|
56
|
+
*/
|
57
|
+
|
58
|
+
button,
|
59
|
+
input {
|
60
|
+
line-height: normal;
|
61
|
+
}
|
62
|
+
|
63
|
+
/*
|
64
|
+
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
65
|
+
* and `video` controls.
|
66
|
+
* 2. Corrects inability to style clickable `input` types in iOS.
|
67
|
+
* 3. Improves usability and consistency of cursor style between image-type
|
68
|
+
* `input` and others.
|
69
|
+
* 4. Removes inner spacing in IE7 without affecting normal text inputs.
|
70
|
+
* Known issue: inner spacing remains in IE6.
|
71
|
+
*/
|
72
|
+
|
73
|
+
button,
|
74
|
+
html input[type="button"], /* 1 */
|
75
|
+
input[type="reset"],
|
76
|
+
input[type="submit"] {
|
77
|
+
-webkit-appearance: button; /* 2 */
|
78
|
+
cursor: pointer; /* 3 */
|
79
|
+
*overflow: visible; /* 4 */
|
80
|
+
}
|
81
|
+
|
82
|
+
/*
|
83
|
+
* Re-set default cursor for disabled elements.
|
84
|
+
*/
|
85
|
+
|
86
|
+
button[disabled],
|
87
|
+
input[disabled] {
|
88
|
+
cursor: default;
|
89
|
+
}
|
90
|
+
|
91
|
+
/*
|
92
|
+
* 1. Addresses box sizing set to content-box in IE8/9.
|
93
|
+
* 2. Removes excess padding in IE8/9.
|
94
|
+
* 3. Removes excess padding in IE7.
|
95
|
+
* Known issue: excess padding remains in IE6.
|
96
|
+
*/
|
97
|
+
|
98
|
+
input[type="checkbox"],
|
99
|
+
input[type="radio"] {
|
100
|
+
box-sizing: border-box; /* 1 */
|
101
|
+
padding: 0; /* 2 */
|
102
|
+
*height: 13px; /* 3 */
|
103
|
+
*width: 13px; /* 3 */
|
104
|
+
}
|
105
|
+
|
106
|
+
/*
|
107
|
+
* 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
|
108
|
+
* 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
|
109
|
+
* to future-proof).
|
110
|
+
*/
|
111
|
+
|
112
|
+
input[type="search"] {
|
113
|
+
-webkit-appearance: textfield; /* 1 */
|
114
|
+
-moz-box-sizing: content-box;
|
115
|
+
-webkit-box-sizing: content-box; /* 2 */
|
116
|
+
box-sizing: content-box;
|
117
|
+
}
|
118
|
+
|
119
|
+
/*
|
120
|
+
* Removes inner padding and search cancel button in S5, Chrome on OS X.
|
121
|
+
*/
|
122
|
+
|
123
|
+
input[type="search"]::-webkit-search-cancel-button,
|
124
|
+
input[type="search"]::-webkit-search-decoration {
|
125
|
+
-webkit-appearance: none;
|
126
|
+
}
|
127
|
+
|
128
|
+
/*
|
129
|
+
* Removes inner padding and border in FF3+.
|
130
|
+
*/
|
131
|
+
|
132
|
+
button::-moz-focus-inner,
|
133
|
+
input::-moz-focus-inner {
|
134
|
+
border: 0;
|
135
|
+
padding: 0;
|
136
|
+
}
|
137
|
+
|
138
|
+
/*
|
139
|
+
* 1. Removes default vertical scrollbar in IE6/7/8/9.
|
140
|
+
* 2. Improves readability and alignment in all browsers.
|
141
|
+
*/
|
142
|
+
|
143
|
+
textarea {
|
144
|
+
overflow: auto; /* 1 */
|
145
|
+
vertical-align: top; /* 2 */
|
146
|
+
resize: vertical;
|
147
|
+
}
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
/*----------------------------------------------------------------------------
|
152
|
+
888888 Yb dP 888888 888888 88b 88 8888b.
|
153
|
+
88__ YbdP 88 88__ 88Yb88 8I Yb
|
154
|
+
88"" dPYb 88 88"" 88 Y88 8I dY
|
155
|
+
888888 dP Yb 88 888888 88 Y8 8888Y"
|
156
|
+
------------------------------------------------------------------------------
|
157
|
+
Extend classes. These are classes should not in your HTML markup.
|
158
|
+
These class should be reused in this module for neatness.
|
159
|
+
----------------------------------------------------------------------------*/
|
160
|
+
|
161
|
+
|
162
|
+
/*----------------------------------------------------------------------------
|
163
|
+
8888b. 888888 888888 db 88 88 88 888888 .dP"Y8 888888 Yb dP 88 888888 .dP"Y8
|
164
|
+
8I Yb 88__ 88__ dPYb 88 88 88 88 `Ybo." 88 YbdP 88 88__ `Ybo."
|
165
|
+
8I dY 88"" 88"" dP__Yb Y8 8P 88 .o 88 o.`Y8b 88 8P 88 .o 88"" o.`Y8b
|
166
|
+
8888Y" 888888 88 dP""""Yb `YbodP' 88ood8 88 8bodP' 88 dP 88ood8 888888 8bodP'
|
167
|
+
------------------------------------------------------------------------------
|
168
|
+
Default style
|
169
|
+
----------------------------------------------------------------------------*/
|
170
|
+
/* ===========================================================================
|
171
|
+
Forms
|
172
|
+
======================================================================== */
|
173
|
+
.mod-form{
|
174
|
+
padding :$lh-px;
|
175
|
+
padding:$lh-rem;
|
176
|
+
|
177
|
+
background:$col-light-gray;
|
178
|
+
|
179
|
+
h2,fieldset{
|
180
|
+
/*
|
181
|
+
padding-left:$lh-px;
|
182
|
+
padding-left:$lh-rem;
|
183
|
+
padding-right:$lh-px;
|
184
|
+
padding-right:$lh-rem;
|
185
|
+
*/
|
186
|
+
}
|
187
|
+
|
188
|
+
}
|
189
|
+
|
190
|
+
fieldset{
|
191
|
+
@include vr-ma();
|
192
|
+
//background:yellow;
|
193
|
+
}
|
194
|
+
|
195
|
+
label{
|
196
|
+
display:block;
|
197
|
+
//@include vr-ma();
|
198
|
+
}
|
199
|
+
input{
|
200
|
+
@include inline-block;
|
201
|
+
|
202
|
+
}
|
203
|
+
|
204
|
+
input[type=text],
|
205
|
+
input[type=email],
|
206
|
+
input[type=search],
|
207
|
+
input[type=tel],
|
208
|
+
input[type=password],
|
209
|
+
select,
|
210
|
+
textarea{
|
211
|
+
width:100%;
|
212
|
+
@include input-style();
|
213
|
+
//@include fz(16px,1);
|
214
|
+
|
215
|
+
//@include box-sizing(border-box);
|
216
|
+
//border:1px solid $col-dark-gray;
|
217
|
+
}
|
218
|
+
|
219
|
+
|
220
|
+
button,
|
221
|
+
input[type="submit"]{
|
222
|
+
@include button-style;
|
223
|
+
}
|
224
|
+
|
225
|
+
|
226
|
+
.lt-ie9{
|
227
|
+
input[type=text],
|
228
|
+
input[type=email],
|
229
|
+
input[type=search],
|
230
|
+
input[type=tel],
|
231
|
+
input[type=password],
|
232
|
+
select,
|
233
|
+
textarea{
|
234
|
+
//width:90%;
|
235
|
+
//padding:4%;
|
236
|
+
//background:$col-light-gray;
|
237
|
+
}
|
238
|
+
}
|
239
|
+
|
240
|
+
|
241
|
+
|
242
|
+
/*----------------------------------------------------------------------------
|
243
|
+
8b d8 888888 8888b. 88 db dP"Yb 88 88 888888 88""Yb Yb dP 8b d8 dP"Yb 88""Yb 88 88 888888
|
244
|
+
88b d88 88__ 8I Yb 88 dPYb dP Yb 88 88 88__ 88__dP YbdP ________ 88b d88 dP Yb 88__dP 88 88 88__
|
245
|
+
88YbdP88 88"" 8I dY 88 dP__Yb Yb b dP Y8 8P 88"" 88"Yb 8P """""""" 88YbdP88 Yb dP 88""Yb 88 88 .o 88""
|
246
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 88 YY 88 YbodP 88oodP 88 88ood8 888888
|
247
|
+
------------------------------------------------------------------------------
|
248
|
+
Mobile
|
249
|
+
---------------------------------------------------------------------------*/
|
250
|
+
@media only screen and (min-width: $mq-mob-min) and (max-width: $mq-mob-max){
|
251
|
+
|
252
|
+
|
253
|
+
|
254
|
+
|
255
|
+
}// /@media mob
|
256
|
+
|
257
|
+
|
258
|
+
/*----------------------------------------------------------------------------
|
259
|
+
8b d8 888888 8888b. 88 db dP"Yb 88 88 888888 88""Yb Yb dP 888888 db 88""Yb 88 888888 888888
|
260
|
+
88b d88 88__ 8I Yb 88 dPYb dP Yb 88 88 88__ 88__dP YbdP ________ 88 dPYb 88__dP 88 88__ 88
|
261
|
+
88YbdP88 88"" 8I dY 88 dP__Yb Yb b dP Y8 8P 88"" 88"Yb 8P """""""" 88 dP__Yb 88""Yb 88 .o 88"" 88
|
262
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 88 dP""""Yb 88oodP 88ood8 888888 88
|
263
|
+
------------------------------------------------------------------------------
|
264
|
+
Tablet
|
265
|
+
----------------------------------------------------------------------------*/
|
266
|
+
@media only screen and (min-width: $mq-tab-min) and (max-width: $mq-tab-max){
|
267
|
+
|
268
|
+
|
269
|
+
input[type=text],
|
270
|
+
input[type=email],
|
271
|
+
input[type=search],
|
272
|
+
input[type=tel],
|
273
|
+
input[type=password],
|
274
|
+
select,
|
275
|
+
textarea{
|
276
|
+
width:75%;
|
277
|
+
}
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
}// /@media tab
|
282
|
+
|
283
|
+
/*----------------------------------------------------------------------------
|
284
|
+
8b d8 888888 8888b. 88 db dP"Yb 88 88 888888 88""Yb Yb dP 8888b. 888888 .dP"Y8 88 dP 888888 dP"Yb 88""Yb
|
285
|
+
88b d88 88__ 8I Yb 88 dPYb dP Yb 88 88 88__ 88__dP YbdP ________ 8I Yb 88__ `Ybo." 88odP 88 dP Yb 88__dP
|
286
|
+
88YbdP88 88"" 8I dY 88 dP__Yb Yb b dP Y8 8P 88"" 88"Yb 8P """""""" 8I dY 88"" o.`Y8b 88"Yb 88 Yb dP 88"""
|
287
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 8888Y" 888888 8bodP' 88 Yb 88 YbodP 88
|
288
|
+
------------------------------------------------------------------------------
|
289
|
+
Desktop
|
290
|
+
----------------------------------------------------------------------------*/
|
291
|
+
@media only screen and (min-width: $mq-dsk-min){
|
292
|
+
|
293
|
+
|
294
|
+
input[type=text],
|
295
|
+
input[type=email],
|
296
|
+
input[type=search],
|
297
|
+
input[type=tel],
|
298
|
+
input[type=password],
|
299
|
+
select,
|
300
|
+
textarea{
|
301
|
+
width:50%;
|
302
|
+
}
|
303
|
+
|
304
|
+
|
305
|
+
}// /@media dsk
|
306
|
+
|
307
|
+
|
308
|
+
|
309
|
+
/*----------------------------------------------------------------------------
|
310
|
+
88""Yb 888888 888888 88 88b 88 db
|
311
|
+
88__dP 88__ 88 88 88Yb88 dPYb
|
312
|
+
88"Yb 88"" 88 88 88 Y88 dP__Yb
|
313
|
+
88 Yb 888888 88 88 88 Y8 dP""""Yb
|
314
|
+
------------------------------------------------------------------------------
|
315
|
+
Retina
|
316
|
+
----------------------------------------------------------------------------*/
|
317
|
+
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
|
318
|
+
|
319
|
+
}
|
@@ -0,0 +1,291 @@
|
|
1
|
+
/*
|
2
|
+
------------------------------------------------------------------------------
|
3
|
+
888888 Yb dP 888888 888888 88b 88 8888b.
|
4
|
+
88__ YbdP 88 88__ 88Yb88 8I Yb
|
5
|
+
88"" dPYb 88 88"" 88 Y88 8I dY
|
6
|
+
888888 dP Yb 88 888888 88 Y8 8888Y"
|
7
|
+
------------------------------------------------------------------------------
|
8
|
+
Extend classes. These are classes should not in your HTML markup.
|
9
|
+
These class should be reused in this module for neatness.
|
10
|
+
------------------------------------------------------------------------------
|
11
|
+
*/
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
/*
|
17
|
+
------------------------------------------------------------------------------
|
18
|
+
8888b. 888888 888888 db 88 88 88 888888 .dP"Y8 888888 Yb dP 88 888888 .dP"Y8
|
19
|
+
8I Yb 88__ 88__ dPYb 88 88 88 88 `Ybo." 88 YbdP 88 88__ `Ybo."
|
20
|
+
8I dY 88"" 88"" dP__Yb Y8 8P 88 .o 88 o.`Y8b 88 8P 88 .o 88"" o.`Y8b
|
21
|
+
8888Y" 888888 88 dP""""Yb `YbodP' 88ood8 88 8bodP' 88 dP 88ood8 888888 8bodP'
|
22
|
+
------------------------------------------------------------------------------
|
23
|
+
Default style
|
24
|
+
------------------------------------------------------------------------------
|
25
|
+
*/
|
26
|
+
|
27
|
+
/* =============================================================================
|
28
|
+
Header
|
29
|
+
========================================================================== */
|
30
|
+
.mod-header{
|
31
|
+
padding: (($base-line-height/$base-font-size)+em) 0;
|
32
|
+
}
|
33
|
+
|
34
|
+
/* =============================================================================
|
35
|
+
Logo
|
36
|
+
========================================================================== */
|
37
|
+
.hdr-logo{
|
38
|
+
display:block;
|
39
|
+
background:transparent url(../img/logo.png) 50% 100% no-repeat;
|
40
|
+
@include background-size(contain);
|
41
|
+
height:$logo-height+px;
|
42
|
+
@include vr-mb;
|
43
|
+
|
44
|
+
img{ display:none; }
|
45
|
+
|
46
|
+
}
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
/* =============================================================================
|
51
|
+
Search
|
52
|
+
========================================================================== */
|
53
|
+
.mod-site-search{
|
54
|
+
@include legacy-pie-clearfix;
|
55
|
+
|
56
|
+
fieldset{
|
57
|
+
margin:0;
|
58
|
+
border:1px solid $col-dark-gray;
|
59
|
+
@include border-radius(5px);
|
60
|
+
&:hover{
|
61
|
+
border: 1px solid darken($col-dark-gray, 20%)
|
62
|
+
}
|
63
|
+
}
|
64
|
+
|
65
|
+
.site-search-label{}
|
66
|
+
.site-search-input{
|
67
|
+
float:left;
|
68
|
+
@include border-radius(5px);
|
69
|
+
border:none;
|
70
|
+
-webkit-appearance:none;
|
71
|
+
padding-left:5px;
|
72
|
+
outline:none;
|
73
|
+
width: 100%;
|
74
|
+
&:hover,
|
75
|
+
&:focus{
|
76
|
+
border:none;
|
77
|
+
}
|
78
|
+
|
79
|
+
}
|
80
|
+
/*
|
81
|
+
.site-search-button{
|
82
|
+
float:left;
|
83
|
+
@include border-radius(0 5px 5px 0);
|
84
|
+
border:none;
|
85
|
+
padding:0;
|
86
|
+
margin:0;
|
87
|
+
line-height:1.5em;
|
88
|
+
|
89
|
+
|
90
|
+
background:$col-light-gray url(../img/icon-search.png) 50% 50% no-repeat;
|
91
|
+
@include background-size(contain);
|
92
|
+
width: 20%;
|
93
|
+
|
94
|
+
-webkit-appearance:none;
|
95
|
+
|
96
|
+
span{
|
97
|
+
@extend .ir;
|
98
|
+
font-size:16px;
|
99
|
+
}
|
100
|
+
}
|
101
|
+
*/
|
102
|
+
|
103
|
+
}
|
104
|
+
|
105
|
+
/* =============================================================================
|
106
|
+
< IE8
|
107
|
+
========================================================================== */
|
108
|
+
.lt-ie8{
|
109
|
+
.site-search-input{
|
110
|
+
padding-left:0;
|
111
|
+
padding-right:0;
|
112
|
+
}
|
113
|
+
.site-search-button{
|
114
|
+
//padding:0;
|
115
|
+
}
|
116
|
+
}
|
117
|
+
|
118
|
+
/* =============================================================================
|
119
|
+
Header Nav
|
120
|
+
========================================================================== */
|
121
|
+
.hdr-nav{
|
122
|
+
@include horizontal-list;
|
123
|
+
li{
|
124
|
+
//@include fz(12px, 1);
|
125
|
+
//margin-top:0;
|
126
|
+
}
|
127
|
+
}
|
128
|
+
|
129
|
+
/*
|
130
|
+
------------------------------------------------------------------------------
|
131
|
+
8b d8 888888 8888b. 88 db dP"Yb 88 88 888888 88""Yb Yb dP 8b d8 dP"Yb 88""Yb 88 88 888888
|
132
|
+
88b d88 88__ 8I Yb 88 dPYb dP Yb 88 88 88__ 88__dP YbdP ________ 88b d88 dP Yb 88__dP 88 88 88__
|
133
|
+
88YbdP88 88"" 8I dY 88 dP__Yb Yb b dP Y8 8P 88"" 88"Yb 8P """""""" 88YbdP88 Yb dP 88""Yb 88 88 .o 88""
|
134
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 88 YY 88 YbodP 88oodP 88 88ood8 888888
|
135
|
+
------------------------------------------------------------------------------
|
136
|
+
Mobile
|
137
|
+
------------------------------------------------------------------------------
|
138
|
+
*/
|
139
|
+
@media only screen and (min-width: $mq-mob-min) and (max-width: $mq-mob-max){
|
140
|
+
|
141
|
+
/* =============================================================================
|
142
|
+
Comment
|
143
|
+
========================================================================== */
|
144
|
+
.hdr-logo{
|
145
|
+
//background:red url(../img/skyframe-logo@2x.png) 0 0 no-repeat;
|
146
|
+
}
|
147
|
+
|
148
|
+
.mod-site-search{
|
149
|
+
|
150
|
+
.site-search-label{}
|
151
|
+
.site-search-input{
|
152
|
+
|
153
|
+
}
|
154
|
+
.site-search-button{
|
155
|
+
span{
|
156
|
+
|
157
|
+
}
|
158
|
+
}
|
159
|
+
}
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
|
164
|
+
.hdr-nav{
|
165
|
+
display:none;
|
166
|
+
}
|
167
|
+
|
168
|
+
}// /@media mob
|
169
|
+
|
170
|
+
|
171
|
+
/*
|
172
|
+
------------------------------------------------------------------------------
|
173
|
+
8b d8 888888 8888b. 88 db dP"Yb 88 88 888888 88""Yb Yb dP 888888 db 88""Yb 88 888888 888888
|
174
|
+
88b d88 88__ 8I Yb 88 dPYb dP Yb 88 88 88__ 88__dP YbdP ________ 88 dPYb 88__dP 88 88__ 88
|
175
|
+
88YbdP88 88"" 8I dY 88 dP__Yb Yb b dP Y8 8P 88"" 88"Yb 8P """""""" 88 dP__Yb 88""Yb 88 .o 88"" 88
|
176
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 88 dP""""Yb 88oodP 88ood8 888888 88
|
177
|
+
------------------------------------------------------------------------------
|
178
|
+
Tablet
|
179
|
+
------------------------------------------------------------------------------
|
180
|
+
*/
|
181
|
+
@media only screen and (min-width: $mq-tab-min) and (max-width: $mq-tab-max){
|
182
|
+
|
183
|
+
/* =============================================================================
|
184
|
+
Header
|
185
|
+
========================================================================== */
|
186
|
+
|
187
|
+
.mod-header{
|
188
|
+
//background:#dedede;
|
189
|
+
@include legacy-pie-clearfix;
|
190
|
+
}
|
191
|
+
|
192
|
+
.hdr-logo{}
|
193
|
+
|
194
|
+
.mod-site-search{
|
195
|
+
width:50%;
|
196
|
+
float:left;
|
197
|
+
|
198
|
+
.site-search-label{}
|
199
|
+
.site-search-input{}
|
200
|
+
.site-search-button{}
|
201
|
+
}
|
202
|
+
|
203
|
+
.hdr-nav{
|
204
|
+
width:50%;
|
205
|
+
float:right;
|
206
|
+
//background:orange;
|
207
|
+
display:block;
|
208
|
+
text-align:right;
|
209
|
+
li{
|
210
|
+
float:right;
|
211
|
+
margin-left:$lh-px;
|
212
|
+
margin-left:$lh-rem;
|
213
|
+
}
|
214
|
+
}
|
215
|
+
|
216
|
+
}// /@media tab
|
217
|
+
|
218
|
+
/*
|
219
|
+
------------------------------------------------------------------------------
|
220
|
+
8b d8 888888 8888b. 88 db dP"Yb 88 88 888888 88""Yb Yb dP 8888b. 888888 .dP"Y8 88 dP 888888 dP"Yb 88""Yb
|
221
|
+
88b d88 88__ 8I Yb 88 dPYb dP Yb 88 88 88__ 88__dP YbdP ________ 8I Yb 88__ `Ybo." 88odP 88 dP Yb 88__dP
|
222
|
+
88YbdP88 88"" 8I dY 88 dP__Yb Yb b dP Y8 8P 88"" 88"Yb 8P """""""" 8I dY 88"" o.`Y8b 88"Yb 88 Yb dP 88"""
|
223
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 8888Y" 888888 8bodP' 88 Yb 88 YbodP 88
|
224
|
+
------------------------------------------------------------------------------
|
225
|
+
Desktop
|
226
|
+
------------------------------------------------------------------------------
|
227
|
+
*/
|
228
|
+
@media only screen and (min-width: $mq-dsk-min){
|
229
|
+
|
230
|
+
/* =============================================================================
|
231
|
+
Header
|
232
|
+
========================================================================== */
|
233
|
+
.mod-header{
|
234
|
+
@include legacy-pie-clearfix;
|
235
|
+
position:relative;
|
236
|
+
padding-bottom:0;
|
237
|
+
}
|
238
|
+
|
239
|
+
.hdr-logo{
|
240
|
+
float:left;
|
241
|
+
width:$logo-width + px;
|
242
|
+
}
|
243
|
+
|
244
|
+
.mod-site-search{
|
245
|
+
position: absolute;
|
246
|
+
right:0;
|
247
|
+
top:$lh-px * 3;
|
248
|
+
width: columns(3,12);
|
249
|
+
|
250
|
+
fieldset{}
|
251
|
+
.site-search-label{}
|
252
|
+
.site-search-input{}
|
253
|
+
.site-search-button{}
|
254
|
+
}// /.mod-site-search
|
255
|
+
|
256
|
+
.hdr-nav{
|
257
|
+
display:block;
|
258
|
+
float:right;
|
259
|
+
}
|
260
|
+
|
261
|
+
}// /@media dsk
|
262
|
+
|
263
|
+
|
264
|
+
|
265
|
+
/*
|
266
|
+
------------------------------------------------------------------------------
|
267
|
+
88""Yb 888888 888888 88 88b 88 db
|
268
|
+
88__dP 88__ 88 88 88Yb88 dPYb
|
269
|
+
88"Yb 88"" 88 88 88 Y88 dP__Yb
|
270
|
+
88 Yb 888888 88 88 88 Y8 dP""""Yb
|
271
|
+
------------------------------------------------------------------------------
|
272
|
+
Retina
|
273
|
+
------------------------------------------------------------------------------
|
274
|
+
*/
|
275
|
+
|
276
|
+
//only screen and (max--moz-device-pixel-ratio: $pixel-ratio-min),
|
277
|
+
//only screen and (-o-min-device-pixel-ratio: 2/1 ),
|
278
|
+
@media only screen and (-webkit-min-device-pixel-ratio: $pixel-ratio-min),
|
279
|
+
only screen and (min-device-pixel-ratio: $pixel-ratio-min) {
|
280
|
+
|
281
|
+
body{
|
282
|
+
//background:orange;
|
283
|
+
}
|
284
|
+
|
285
|
+
.hdr-logo{
|
286
|
+
background:transparent url(../img/logo@2x.png) 0 100% no-repeat;
|
287
|
+
//@include background-size(contain);
|
288
|
+
}
|
289
|
+
|
290
|
+
|
291
|
+
}
|