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,114 @@
|
|
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
|
+
Comment
|
15
|
+
========================================================================== */
|
16
|
+
|
17
|
+
|
18
|
+
/*
|
19
|
+
------------------------------------------------------------------------------
|
20
|
+
8888b. 888888 888888 db 88 88 88 888888 .dP"Y8 888888 Yb dP 88 888888 .dP"Y8
|
21
|
+
8I Yb 88__ 88__ dPYb 88 88 88 88 `Ybo." 88 YbdP 88 88__ `Ybo."
|
22
|
+
8I dY 88"" 88"" dP__Yb Y8 8P 88 .o 88 o.`Y8b 88 8P 88 .o 88"" o.`Y8b
|
23
|
+
8888Y" 888888 88 dP""""Yb `YbodP' 88ood8 88 8bodP' 88 dP 88ood8 888888 8bodP'
|
24
|
+
------------------------------------------------------------------------------
|
25
|
+
Default style
|
26
|
+
------------------------------------------------------------------------------
|
27
|
+
*/
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
/*
|
32
|
+
------------------------------------------------------------------------------
|
33
|
+
8b d8 888888 8888b. 88 db dP"Yb 88 88 888888 88""Yb Yb dP 8b d8 dP"Yb 88""Yb 88 88 888888
|
34
|
+
88b d88 88__ 8I Yb 88 dPYb dP Yb 88 88 88__ 88__dP YbdP ________ 88b d88 dP Yb 88__dP 88 88 88__
|
35
|
+
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""
|
36
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 88 YY 88 YbodP 88oodP 88 88ood8 888888
|
37
|
+
------------------------------------------------------------------------------
|
38
|
+
Mobile
|
39
|
+
------------------------------------------------------------------------------
|
40
|
+
*/
|
41
|
+
@media only screen and (min-width: $mq-mob-min) and (max-width: $mq-mob-max){
|
42
|
+
|
43
|
+
body{
|
44
|
+
@if($DEBUG == true){
|
45
|
+
@include debug-mq("MOBILE", rgba(255,0,0,0.3));
|
46
|
+
}
|
47
|
+
}
|
48
|
+
|
49
|
+
}// /@media mob
|
50
|
+
|
51
|
+
|
52
|
+
/*
|
53
|
+
------------------------------------------------------------------------------
|
54
|
+
8b d8 888888 8888b. 88 db dP"Yb 88 88 888888 88""Yb Yb dP 888888 db 88""Yb 88 888888 888888
|
55
|
+
88b d88 88__ 8I Yb 88 dPYb dP Yb 88 88 88__ 88__dP YbdP ________ 88 dPYb 88__dP 88 88__ 88
|
56
|
+
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
|
57
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 88 dP""""Yb 88oodP 88ood8 888888 88
|
58
|
+
------------------------------------------------------------------------------
|
59
|
+
Tablet
|
60
|
+
------------------------------------------------------------------------------
|
61
|
+
*/
|
62
|
+
@media only screen and (min-width: $mq-tab-min) and (max-width: $mq-tab-max){
|
63
|
+
|
64
|
+
body{
|
65
|
+
@if($DEBUG == true){
|
66
|
+
@include debug-mq("TABLET", rgba(0,255,0,0.3));
|
67
|
+
}
|
68
|
+
}
|
69
|
+
|
70
|
+
}// /@media tab
|
71
|
+
|
72
|
+
/*
|
73
|
+
------------------------------------------------------------------------------
|
74
|
+
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
|
75
|
+
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
|
76
|
+
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"""
|
77
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 8888Y" 888888 8bodP' 88 Yb 88 YbodP 88
|
78
|
+
------------------------------------------------------------------------------
|
79
|
+
Desktop
|
80
|
+
------------------------------------------------------------------------------
|
81
|
+
*/
|
82
|
+
@media only screen and (min-width: $mq-dsk-min){
|
83
|
+
|
84
|
+
body{
|
85
|
+
@if($DEBUG == true){
|
86
|
+
@include debug-mq("DESKTOP", rgba(0,0,255,0.3));
|
87
|
+
}
|
88
|
+
}
|
89
|
+
|
90
|
+
}// /@media dsk
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
/*
|
95
|
+
------------------------------------------------------------------------------
|
96
|
+
88""Yb 888888 888888 88 88b 88 db
|
97
|
+
88__dP 88__ 88 88 88Yb88 dPYb
|
98
|
+
88"Yb 88"" 88 88 88 Y88 dP__Yb
|
99
|
+
88 Yb 888888 88 88 88 Y8 dP""""Yb
|
100
|
+
------------------------------------------------------------------------------
|
101
|
+
Retina
|
102
|
+
------------------------------------------------------------------------------
|
103
|
+
*/
|
104
|
+
|
105
|
+
@media only screen and (-webkit-min-device-pixel-ratio: $pixel-ratio-min),
|
106
|
+
only screen and (min-device-pixel-ratio: $pixel-ratio-min) {
|
107
|
+
|
108
|
+
body{
|
109
|
+
@if($DEBUG == true){
|
110
|
+
@include debug-mq("RETINA", rgba(255,0,255,0.3) );
|
111
|
+
}
|
112
|
+
}
|
113
|
+
|
114
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
/*
|
2
|
+
------------------------------------------------------------------------------
|
3
|
+
888888 88 88 88b 88 dP""b8 888888 88 dP"Yb 88b 88 .dP"Y8
|
4
|
+
88__ 88 88 88Yb88 dP `" 88 88 dP Yb 88Yb88 `Ybo."
|
5
|
+
88"" Y8 8P 88 Y88 Yb 88 88 Yb dP 88 Y88 o.`Y8b
|
6
|
+
88 `YbodP' 88 Y8 YboodP 88 88 YbodP 88 Y8 8bodP'
|
7
|
+
------------------------------------------------------------------------------
|
8
|
+
Functions
|
9
|
+
------------------------------------------------------------------------------
|
10
|
+
*/
|
@@ -0,0 +1,86 @@
|
|
1
|
+
/* ==========================================================================
|
2
|
+
H5BP Helper classes
|
3
|
+
========================================================================== */
|
4
|
+
|
5
|
+
/*
|
6
|
+
* Image replacement
|
7
|
+
*/
|
8
|
+
|
9
|
+
.ir {
|
10
|
+
border: 0;
|
11
|
+
font: 0/0 a;
|
12
|
+
text-shadow: none;
|
13
|
+
color: transparent;
|
14
|
+
background-color: transparent;
|
15
|
+
}
|
16
|
+
|
17
|
+
/*
|
18
|
+
* Hide from both screenreaders and browsers: h5bp.com/u
|
19
|
+
*/
|
20
|
+
|
21
|
+
.hidden {
|
22
|
+
display: none !important;
|
23
|
+
visibility: hidden;
|
24
|
+
}
|
25
|
+
|
26
|
+
/*
|
27
|
+
* Hide only visually, but have it available for screenreaders: h5bp.com/v
|
28
|
+
*/
|
29
|
+
|
30
|
+
.visuallyhidden {
|
31
|
+
border: 0;
|
32
|
+
clip: rect(0 0 0 0);
|
33
|
+
height: 1px;
|
34
|
+
margin: -1px;
|
35
|
+
overflow: hidden;
|
36
|
+
padding: 0;
|
37
|
+
position: absolute;
|
38
|
+
width: 1px;
|
39
|
+
}
|
40
|
+
|
41
|
+
/*
|
42
|
+
* Extends the .visuallyhidden class to allow the element to be focusable
|
43
|
+
* when navigated to via the keyboard: h5bp.com/p
|
44
|
+
*/
|
45
|
+
|
46
|
+
.visuallyhidden.focusable:active,
|
47
|
+
.visuallyhidden.focusable:focus {
|
48
|
+
clip: auto;
|
49
|
+
height: auto;
|
50
|
+
margin: 0;
|
51
|
+
overflow: visible;
|
52
|
+
position: static;
|
53
|
+
width: auto;
|
54
|
+
}
|
55
|
+
|
56
|
+
/*
|
57
|
+
* Hide visually and from screenreaders, but maintain layout
|
58
|
+
*/
|
59
|
+
|
60
|
+
.invisible {
|
61
|
+
visibility: hidden;
|
62
|
+
}
|
63
|
+
|
64
|
+
/**
|
65
|
+
* Clearfix helper
|
66
|
+
* Used to contain floats: h5bp.com/q
|
67
|
+
*/
|
68
|
+
|
69
|
+
.clearfix:before,
|
70
|
+
.clearfix:after {
|
71
|
+
content: "";
|
72
|
+
display: table;
|
73
|
+
}
|
74
|
+
|
75
|
+
.clearfix:after {
|
76
|
+
clear: both;
|
77
|
+
}
|
78
|
+
|
79
|
+
/*
|
80
|
+
* For IE 6/7 only
|
81
|
+
* Include this rule to trigger hasLayout and contain floats.
|
82
|
+
*/
|
83
|
+
|
84
|
+
.clearfix {
|
85
|
+
*zoom: 1;
|
86
|
+
}
|
@@ -0,0 +1,188 @@
|
|
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
|
+
Comment
|
15
|
+
========================================================================== */
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
/*
|
20
|
+
------------------------------------------------------------------------------
|
21
|
+
8888b. 888888 888888 db 88 88 88 888888 .dP"Y8 888888 Yb dP 88 888888 .dP"Y8
|
22
|
+
8I Yb 88__ 88__ dPYb 88 88 88 88 `Ybo." 88 YbdP 88 88__ `Ybo."
|
23
|
+
8I dY 88"" 88"" dP__Yb Y8 8P 88 .o 88 o.`Y8b 88 8P 88 .o 88"" o.`Y8b
|
24
|
+
8888Y" 888888 88 dP""""Yb `YbodP' 88ood8 88 8bodP' 88 dP 88ood8 888888 8bodP'
|
25
|
+
------------------------------------------------------------------------------
|
26
|
+
Default style
|
27
|
+
------------------------------------------------------------------------------
|
28
|
+
*/
|
29
|
+
|
30
|
+
/* =============================================================================
|
31
|
+
Layouts
|
32
|
+
========================================================================== */
|
33
|
+
.container {
|
34
|
+
@include container;
|
35
|
+
|
36
|
+
@if $DEBUG == true{
|
37
|
+
@include susy-grid-background;
|
38
|
+
}
|
39
|
+
}
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
.l-main,
|
44
|
+
.l-main-side,
|
45
|
+
.l-side-main,
|
46
|
+
.l-side-main-side{
|
47
|
+
//background:$col-light-gray;
|
48
|
+
//border-bottom:1px solid $col-dark-gray;
|
49
|
+
}
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
/*
|
55
|
+
------------------------------------------------------------------------------
|
56
|
+
8b d8 888888 8888b. 88 db dP"Yb 88 88 888888 88""Yb Yb dP 8b d8 dP"Yb 88""Yb 88 88 888888
|
57
|
+
88b d88 88__ 8I Yb 88 dPYb dP Yb 88 88 88__ 88__dP YbdP ________ 88b d88 dP Yb 88__dP 88 88 88__
|
58
|
+
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""
|
59
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 88 YY 88 YbodP 88oodP 88 88ood8 888888
|
60
|
+
------------------------------------------------------------------------------
|
61
|
+
Mobile
|
62
|
+
------------------------------------------------------------------------------
|
63
|
+
*/
|
64
|
+
@media only screen and (min-width: $mq-mob-min) and (max-width: $mq-mob-max){
|
65
|
+
|
66
|
+
/* =============================================================================
|
67
|
+
Comment
|
68
|
+
========================================================================== */
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
}// /@media mob
|
73
|
+
|
74
|
+
|
75
|
+
/*
|
76
|
+
------------------------------------------------------------------------------
|
77
|
+
8b d8 888888 8888b. 88 db dP"Yb 88 88 888888 88""Yb Yb dP 888888 db 88""Yb 88 888888 888888
|
78
|
+
88b d88 88__ 8I Yb 88 dPYb dP Yb 88 88 88__ 88__dP YbdP ________ 88 dPYb 88__dP 88 88__ 88
|
79
|
+
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
|
80
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 88 dP""""Yb 88oodP 88ood8 888888 88
|
81
|
+
------------------------------------------------------------------------------
|
82
|
+
Tablet
|
83
|
+
------------------------------------------------------------------------------
|
84
|
+
*/
|
85
|
+
@media only screen and (min-width: $mq-tab-min) and (max-width: $mq-tab-max){
|
86
|
+
|
87
|
+
/* =============================================================================
|
88
|
+
Comment
|
89
|
+
========================================================================== */
|
90
|
+
|
91
|
+
|
92
|
+
}// /@media tab
|
93
|
+
|
94
|
+
/*
|
95
|
+
------------------------------------------------------------------------------
|
96
|
+
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
|
97
|
+
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
|
98
|
+
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"""
|
99
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 8888Y" 888888 8bodP' 88 Yb 88 YbodP 88
|
100
|
+
------------------------------------------------------------------------------
|
101
|
+
Desktop
|
102
|
+
------------------------------------------------------------------------------
|
103
|
+
*/
|
104
|
+
@media only screen and (min-width: $mq-dsk-min){
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
/* =============================================================================
|
109
|
+
Layout: Main
|
110
|
+
========================================================================== */
|
111
|
+
.l-main{
|
112
|
+
@include legacy-pie-clearfix;
|
113
|
+
|
114
|
+
.mod-content{
|
115
|
+
@include span-columns(12, 12);
|
116
|
+
|
117
|
+
}// /.mod-content
|
118
|
+
|
119
|
+
}// /.l-main
|
120
|
+
|
121
|
+
|
122
|
+
/* =============================================================================
|
123
|
+
Layout: Main Side
|
124
|
+
========================================================================== */
|
125
|
+
.l-main-side{
|
126
|
+
@include legacy-pie-clearfix;
|
127
|
+
|
128
|
+
.mod-sidebar{
|
129
|
+
@include span-columns(3, 12);
|
130
|
+
|
131
|
+
|
132
|
+
&:last-child{
|
133
|
+
@include omega;
|
134
|
+
}
|
135
|
+
}// /.mod-sidebar
|
136
|
+
|
137
|
+
.mod-content{
|
138
|
+
@include span-columns(9, 12);
|
139
|
+
|
140
|
+
}// /.mod-content
|
141
|
+
|
142
|
+
}// /.l-main-side
|
143
|
+
|
144
|
+
|
145
|
+
/* =============================================================================
|
146
|
+
Layout: Side Main
|
147
|
+
========================================================================== */
|
148
|
+
.l-side-main{
|
149
|
+
@include legacy-pie-clearfix;
|
150
|
+
|
151
|
+
.mod-sidebar{
|
152
|
+
@include span-columns(3, 12);
|
153
|
+
}// /.mod-sidebar
|
154
|
+
|
155
|
+
.mod-content{
|
156
|
+
@include span-columns(9 omega, 12);
|
157
|
+
|
158
|
+
}// /.mod-content
|
159
|
+
|
160
|
+
}// /.l-main-side
|
161
|
+
|
162
|
+
|
163
|
+
/* =============================================================================
|
164
|
+
Layout: Side Main Side
|
165
|
+
========================================================================== */
|
166
|
+
.l-side-main-side{
|
167
|
+
@include legacy-pie-clearfix;
|
168
|
+
|
169
|
+
.mod-sidebar{
|
170
|
+
@include span-columns(3, 12);
|
171
|
+
|
172
|
+
&:last-child{
|
173
|
+
@include omega;
|
174
|
+
}
|
175
|
+
}// /.mod-sidebar
|
176
|
+
|
177
|
+
.mod-content{
|
178
|
+
@include span-columns(6, 12);
|
179
|
+
|
180
|
+
}// /.mod-content
|
181
|
+
|
182
|
+
}
|
183
|
+
|
184
|
+
|
185
|
+
}// /@media dsk
|
186
|
+
|
187
|
+
|
188
|
+
|
@@ -0,0 +1,191 @@
|
|
1
|
+
@import "plugins/video-js";
|
2
|
+
|
3
|
+
|
4
|
+
/* ==========================================================================
|
5
|
+
H5BP Normalize bits
|
6
|
+
Media
|
7
|
+
========================================================================== */
|
8
|
+
/*
|
9
|
+
* Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
|
10
|
+
*/
|
11
|
+
|
12
|
+
audio,
|
13
|
+
canvas,
|
14
|
+
video {
|
15
|
+
display: inline-block;
|
16
|
+
*display: inline;
|
17
|
+
*zoom: 1;
|
18
|
+
}
|
19
|
+
|
20
|
+
/*
|
21
|
+
* Prevents modern browsers from displaying `audio` without controls.
|
22
|
+
* Remove excess height in iOS5 devices.
|
23
|
+
*/
|
24
|
+
|
25
|
+
audio:not([controls]) {
|
26
|
+
display: none;
|
27
|
+
height: 0;
|
28
|
+
}
|
29
|
+
|
30
|
+
|
31
|
+
/*
|
32
|
+
* Addresses margin not present in IE6/7/8/9, S5, O11.
|
33
|
+
*/
|
34
|
+
|
35
|
+
figure {
|
36
|
+
margin: 0;
|
37
|
+
}
|
38
|
+
|
39
|
+
/*
|
40
|
+
* 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
|
41
|
+
* 2. Improves image quality when scaled in IE7.
|
42
|
+
* code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
|
43
|
+
*/
|
44
|
+
|
45
|
+
img {
|
46
|
+
border: 0; /* 1 */
|
47
|
+
-ms-interpolation-mode: bicubic; /* 2 */
|
48
|
+
}
|
49
|
+
|
50
|
+
/*
|
51
|
+
* Corrects overflow displayed oddly in IE9.
|
52
|
+
*/
|
53
|
+
|
54
|
+
svg:not(:root) {
|
55
|
+
overflow: hidden;
|
56
|
+
}
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
/*
|
62
|
+
------------------------------------------------------------------------------
|
63
|
+
8888b. 888888 888888 db 88 88 88 888888 .dP"Y8 888888 Yb dP 88 888888 .dP"Y8
|
64
|
+
8I Yb 88__ 88__ dPYb 88 88 88 88 `Ybo." 88 YbdP 88 88__ `Ybo."
|
65
|
+
8I dY 88"" 88"" dP__Yb Y8 8P 88 .o 88 o.`Y8b 88 8P 88 .o 88"" o.`Y8b
|
66
|
+
8888Y" 888888 88 dP""""Yb `YbodP' 88ood8 88 8bodP' 88 dP 88ood8 888888 8bodP'
|
67
|
+
------------------------------------------------------------------------------
|
68
|
+
Default style
|
69
|
+
------------------------------------------------------------------------------
|
70
|
+
*/
|
71
|
+
|
72
|
+
|
73
|
+
figure{
|
74
|
+
img,video{
|
75
|
+
min-width:100%;
|
76
|
+
@include vr-ma;
|
77
|
+
}
|
78
|
+
}
|
79
|
+
|
80
|
+
|
81
|
+
/* =============================================================================
|
82
|
+
Remove the gap between images and the bottom of their containers: h5bp.com/i/440
|
83
|
+
========================================================================== */
|
84
|
+
img {
|
85
|
+
vertical-align: middle;
|
86
|
+
}
|
87
|
+
|
88
|
+
img{
|
89
|
+
max-width:100%;
|
90
|
+
}
|
91
|
+
|
92
|
+
|
93
|
+
video{
|
94
|
+
min-width:100%;
|
95
|
+
max-width:100%;
|
96
|
+
@include vr-mb;
|
97
|
+
p{
|
98
|
+
color:#fff;
|
99
|
+
//background:#fff;
|
100
|
+
}
|
101
|
+
}
|
102
|
+
|
103
|
+
// Figure class
|
104
|
+
.fig-left{
|
105
|
+
float:left;
|
106
|
+
margin-right:2em;
|
107
|
+
@include vr-mb;
|
108
|
+
}
|
109
|
+
.fig-right{
|
110
|
+
float:right;
|
111
|
+
margin-left:2em;
|
112
|
+
@include vr-mb;
|
113
|
+
}
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
/*
|
118
|
+
------------------------------------------------------------------------------
|
119
|
+
8b d8 888888 8888b. 88 db dP"Yb 88 88 888888 88""Yb Yb dP 8b d8 dP"Yb 88""Yb 88 88 888888
|
120
|
+
88b d88 88__ 8I Yb 88 dPYb dP Yb 88 88 88__ 88__dP YbdP ________ 88b d88 dP Yb 88__dP 88 88 88__
|
121
|
+
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""
|
122
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 88 YY 88 YbodP 88oodP 88 88ood8 888888
|
123
|
+
------------------------------------------------------------------------------
|
124
|
+
Mobile
|
125
|
+
------------------------------------------------------------------------------
|
126
|
+
*/
|
127
|
+
@media only screen and (min-width: $mq-mob-min) and (max-width: $mq-mob-max){
|
128
|
+
|
129
|
+
/* =============================================================================
|
130
|
+
Comment
|
131
|
+
========================================================================== */
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
}// /@media mob
|
136
|
+
|
137
|
+
|
138
|
+
/*
|
139
|
+
------------------------------------------------------------------------------
|
140
|
+
8b d8 888888 8888b. 88 db dP"Yb 88 88 888888 88""Yb Yb dP 888888 db 88""Yb 88 888888 888888
|
141
|
+
88b d88 88__ 8I Yb 88 dPYb dP Yb 88 88 88__ 88__dP YbdP ________ 88 dPYb 88__dP 88 88__ 88
|
142
|
+
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
|
143
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 88 dP""""Yb 88oodP 88ood8 888888 88
|
144
|
+
------------------------------------------------------------------------------
|
145
|
+
Tablet
|
146
|
+
------------------------------------------------------------------------------
|
147
|
+
*/
|
148
|
+
@media only screen and (min-width: $mq-tab-min) and (max-width: $mq-tab-max){
|
149
|
+
|
150
|
+
/* =============================================================================
|
151
|
+
Comment
|
152
|
+
========================================================================== */
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
}// /@media tab
|
157
|
+
|
158
|
+
/*
|
159
|
+
------------------------------------------------------------------------------
|
160
|
+
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
|
161
|
+
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
|
162
|
+
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"""
|
163
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 8888Y" 888888 8bodP' 88 Yb 88 YbodP 88
|
164
|
+
------------------------------------------------------------------------------
|
165
|
+
Desktop
|
166
|
+
------------------------------------------------------------------------------
|
167
|
+
*/
|
168
|
+
@media only screen and (min-width: $mq-dsk-min){
|
169
|
+
|
170
|
+
/* =============================================================================
|
171
|
+
Comment
|
172
|
+
========================================================================== */
|
173
|
+
|
174
|
+
|
175
|
+
}// /@media dsk
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
/*
|
180
|
+
------------------------------------------------------------------------------
|
181
|
+
88""Yb 888888 888888 88 88b 88 db
|
182
|
+
88__dP 88__ 88 88 88Yb88 dPYb
|
183
|
+
88"Yb 88"" 88 88 88 Y88 dP__Yb
|
184
|
+
88 Yb 888888 88 88 88 Y8 dP""""Yb
|
185
|
+
------------------------------------------------------------------------------
|
186
|
+
Retina
|
187
|
+
------------------------------------------------------------------------------
|
188
|
+
*/
|
189
|
+
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
|
190
|
+
|
191
|
+
}
|