compass_extension 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/templates/project/files/about.html +123 -0
- data/templates/project/files/blog.html +195 -0
- data/templates/project/files/contact.html +186 -0
- data/templates/project/files/dummy-full.png +0 -0
- data/templates/project/files/inc/breadcrumb.html +5 -0
- data/templates/project/files/inc/footer.html +35 -0
- data/templates/project/files/inc/header.html +37 -0
- data/templates/project/files/inc/main-nav.html +7 -0
- data/templates/project/files/index.html +157 -0
- data/templates/project/files/logo.png +0 -0
- data/templates/project/files/logo@2x.png +0 -0
- data/templates/project/files/products.html +107 -0
- data/templates/project/files/services.html +107 -0
- data/templates/project/index.html +154 -0
- data/templates/project/javascripts/{jquery-1.7.2.js → libs/jquery-1.7.2.js} +0 -0
- data/templates/project/javascripts/{jquery-1.7.2.min.js → libs/jquery-1.7.2.min.js} +0 -0
- data/templates/project/javascripts/{jquery-ui-1.8.22.min.js → libs/jquery-ui-1.8.22.min.js} +0 -0
- data/templates/project/javascripts/{modernizr-2.5.3.min.js → libs/modernizr-2.5.3.min.js} +0 -0
- data/templates/project/javascripts/{respond.min.js → libs/respond.min.js} +0 -0
- data/templates/project/javascripts/libs/selectivizr.js +560 -0
- data/templates/project/manifest.rb +59 -39
- 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 +177 -0
- data/templates/project/partials/_media.scss +166 -20
- data/templates/project/partials/_misc.scss +103 -0
- data/templates/project/partials/_mixins.scss +85 -0
- data/templates/project/partials/_mods.scss +65 -0
- data/templates/project/partials/_normalize.scss +36 -0
- data/templates/project/partials/_print.scss +71 -0
- data/templates/project/partials/_type.scss +320 -0
- data/templates/project/partials/_vars.scss +117 -0
- data/templates/project/partials/mods/_mod-block.scss +95 -0
- data/templates/project/partials/mods/_mod-breadcrumb.scss +130 -0
- data/templates/project/partials/mods/_mod-carousel.scss +106 -0
- data/templates/project/partials/mods/_mod-footer.scss +144 -0
- data/templates/project/partials/mods/_mod-form.scss +269 -0
- data/templates/project/partials/mods/_mod-header.scss +203 -0
- data/templates/project/partials/mods/_mod-intro.scss +95 -0
- data/templates/project/partials/mods/_mod-main-nav.scss +139 -0
- data/templates/project/partials/mods/_mod-map.scss +107 -0
- data/templates/project/partials/mods/_mod-paging.scss +101 -0
- data/templates/project/partials/mods/_mod-strip.scss +120 -0
- data/templates/project/partials/mods/_mod-table.scss +118 -0
- data/templates/project/partials/sass-template.scss +103 -0
- data/templates/project/screen.scss +55 -0
- metadata +49 -26
- data/templates/project/partials/SCSS_template.scss +0 -83
- data/templates/project/partials/_base.scss +0 -198
- data/templates/project/partials/_fonts.scss +0 -4
- data/templates/project/partials/_footer.scss +0 -83
- data/templates/project/partials/_header.scss +0 -83
- data/templates/project/partials/_modules.scss +0 -19
- data/templates/project/partials/_overrides.scss +0 -47
- data/templates/project/partials/_page.scss +0 -126
- data/templates/project/partials/modules/_mod-breadcrumb.scss +0 -83
- data/templates/project/partials/modules/_mod-carousels.scss +0 -83
- data/templates/project/partials/modules/_mod-default.scss +0 -83
- data/templates/project/partials/modules/_mod-form.scss +0 -83
- data/templates/project/partials/modules/_mod-login.scss +0 -83
- data/templates/project/partials/modules/_mod-pagination.scss +0 -83
- data/templates/project/partials/modules/_mod-subnav.scss +0 -83
- data/templates/project/partials/modules/_mod-widget.scss +0 -83
- data/templates/project/style.scss +0 -28
@@ -0,0 +1,106 @@
|
|
1
|
+
/*----------------------------------------------------------------------------
|
2
|
+
888888 Yb dP 888888 888888 88b 88 8888b.
|
3
|
+
88__ YbdP 88 88__ 88Yb88 8I Yb
|
4
|
+
88"" dPYb 88 88"" 88 Y88 8I dY
|
5
|
+
888888 dP Yb 88 888888 88 Y8 8888Y"
|
6
|
+
------------------------------------------------------------------------------
|
7
|
+
Extend classes. These are classes should not in your HTML markup.
|
8
|
+
These class should be reused in this module for neatness.
|
9
|
+
----------------------------------------------------------------------------*/
|
10
|
+
|
11
|
+
|
12
|
+
/*----------------------------------------------------------------------------
|
13
|
+
8888b. 888888 888888 db 88 88 88 888888 .dP"Y8 888888 Yb dP 88 888888 .dP"Y8
|
14
|
+
8I Yb 88__ 88__ dPYb 88 88 88 88 `Ybo." 88 YbdP 88 88__ `Ybo."
|
15
|
+
8I dY 88"" 88"" dP__Yb Y8 8P 88 .o 88 o.`Y8b 88 8P 88 .o 88"" o.`Y8b
|
16
|
+
8888Y" 888888 88 dP""""Yb `YbodP' 88ood8 88 8bodP' 88 dP 88ood8 888888 8bodP'
|
17
|
+
------------------------------------------------------------------------------
|
18
|
+
Default style
|
19
|
+
----------------------------------------------------------------------------*/
|
20
|
+
|
21
|
+
/* ===========================================================================
|
22
|
+
Spotlight
|
23
|
+
======================================================================== */
|
24
|
+
.mod-spotlight{
|
25
|
+
ul{
|
26
|
+
|
27
|
+
list-style:none;
|
28
|
+
list-style-position:outside;
|
29
|
+
|
30
|
+
}
|
31
|
+
}
|
32
|
+
|
33
|
+
|
34
|
+
/*----------------------------------------------------------------------------
|
35
|
+
8b d8 888888 8888b. 88 db dP"Yb 88 88 888888 88""Yb Yb dP 8b d8 dP"Yb 88""Yb 88 88 888888
|
36
|
+
88b d88 88__ 8I Yb 88 dPYb dP Yb 88 88 88__ 88__dP YbdP ________ 88b d88 dP Yb 88__dP 88 88 88__
|
37
|
+
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""
|
38
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 88 YY 88 YbodP 88oodP 88 88ood8 888888
|
39
|
+
------------------------------------------------------------------------------
|
40
|
+
Mobile
|
41
|
+
---------------------------------------------------------------------------*/
|
42
|
+
@media only screen and (min-width: $mq-mob-min) and (max-width: $mq-mob-max){
|
43
|
+
|
44
|
+
/* ===========================================================================
|
45
|
+
Comment
|
46
|
+
======================================================================== */
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
}// /@media mob
|
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
|
+
@media only screen and (min-width: $mq-tab-min) and (max-width: $mq-tab-max){
|
62
|
+
|
63
|
+
/* ===========================================================================
|
64
|
+
Comment
|
65
|
+
======================================================================== */
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
}// /@media tab
|
70
|
+
|
71
|
+
/*----------------------------------------------------------------------------
|
72
|
+
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
|
73
|
+
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
|
74
|
+
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"""
|
75
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 8888Y" 888888 8bodP' 88 Yb 88 YbodP 88
|
76
|
+
------------------------------------------------------------------------------
|
77
|
+
Desktop
|
78
|
+
----------------------------------------------------------------------------*/
|
79
|
+
@media only screen and (min-width: $mq-dsk-min){
|
80
|
+
|
81
|
+
/* ===========================================================================
|
82
|
+
Comment
|
83
|
+
======================================================================== */
|
84
|
+
|
85
|
+
}// /@media dsk
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
/*----------------------------------------------------------------------------
|
90
|
+
88""Yb 888888 888888 88 88b 88 db
|
91
|
+
88__dP 88__ 88 88 88Yb88 dPYb
|
92
|
+
88"Yb 88"" 88 88 88 Y88 dP__Yb
|
93
|
+
88 Yb 888888 88 88 88 Y8 dP""""Yb
|
94
|
+
------------------------------------------------------------------------------
|
95
|
+
Retina
|
96
|
+
----------------------------------------------------------------------------*/
|
97
|
+
/*@media screen and (-webkit-min-device-pixel-ratio: $pixel-ratio-min),
|
98
|
+
screen and (max--moz-device-pixel-ratio: $pixel-ratio-min),
|
99
|
+
screen and (-o-min-device-pixel-ratio: ($pixel-ratio-min/1)),
|
100
|
+
screen and (min-device-pixel-ratio: $pixel-ratio-min) {
|
101
|
+
|
102
|
+
}*/
|
103
|
+
@media only screen and (-webkit-min-device-pixel-ratio: $pixel-ratio-min),
|
104
|
+
only screen and (min-device-pixel-ratio: $pixel-ratio-min) {
|
105
|
+
|
106
|
+
}
|
@@ -0,0 +1,144 @@
|
|
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
|
+
8888b. 888888 888888 db 88 88 88 888888 .dP"Y8 888888 Yb dP 88 888888 .dP"Y8
|
17
|
+
8I Yb 88__ 88__ dPYb 88 88 88 88 `Ybo." 88 YbdP 88 88__ `Ybo."
|
18
|
+
8I dY 88"" 88"" dP__Yb Y8 8P 88 .o 88 o.`Y8b 88 8P 88 .o 88"" o.`Y8b
|
19
|
+
8888Y" 888888 88 dP""""Yb `YbodP' 88ood8 88 8bodP' 88 dP 88ood8 888888 8bodP'
|
20
|
+
------------------------------------------------------------------------------
|
21
|
+
Default style
|
22
|
+
------------------------------------------------------------------------------
|
23
|
+
*/
|
24
|
+
|
25
|
+
/* =============================================================================
|
26
|
+
Footer
|
27
|
+
========================================================================== */
|
28
|
+
.mod-footer{
|
29
|
+
background:#eee;
|
30
|
+
//margin-top: (($base-line-height/$base-font-size)+em);
|
31
|
+
padding:(($base-line-height/$base-font-size)+em) 0;
|
32
|
+
}
|
33
|
+
|
34
|
+
.ftr-nav{}
|
35
|
+
|
36
|
+
.vcard{}
|
37
|
+
.ftr-contact{}
|
38
|
+
.mod-social-links{}
|
39
|
+
|
40
|
+
.mod-legal-nav{}
|
41
|
+
|
42
|
+
|
43
|
+
/*
|
44
|
+
------------------------------------------------------------------------------
|
45
|
+
8b d8 888888 8888b. 88 db dP"Yb 88 88 888888 88""Yb Yb dP 8b d8 dP"Yb 88""Yb 88 88 888888
|
46
|
+
88b d88 88__ 8I Yb 88 dPYb dP Yb 88 88 88__ 88__dP YbdP ________ 88b d88 dP Yb 88__dP 88 88 88__
|
47
|
+
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""
|
48
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 88 YY 88 YbodP 88oodP 88 88ood8 888888
|
49
|
+
------------------------------------------------------------------------------
|
50
|
+
Mobile
|
51
|
+
------------------------------------------------------------------------------
|
52
|
+
*/
|
53
|
+
@media only screen and (min-width: $mq-mob-min) and (max-width: $mq-mob-max){
|
54
|
+
|
55
|
+
.mod-footer{
|
56
|
+
ul{
|
57
|
+
list-style:none;
|
58
|
+
}
|
59
|
+
li{
|
60
|
+
text-align:center;
|
61
|
+
//border-bottom:1px solid $col-dark-gray;
|
62
|
+
a{
|
63
|
+
display:block;
|
64
|
+
|
65
|
+
&.active{}
|
66
|
+
}// a
|
67
|
+
}// li
|
68
|
+
}
|
69
|
+
|
70
|
+
}// /@media mob
|
71
|
+
|
72
|
+
|
73
|
+
/*
|
74
|
+
------------------------------------------------------------------------------
|
75
|
+
8b d8 888888 8888b. 88 db dP"Yb 88 88 888888 88""Yb Yb dP 888888 db 88""Yb 88 888888 888888
|
76
|
+
88b d88 88__ 8I Yb 88 dPYb dP Yb 88 88 88__ 88__dP YbdP ________ 88 dPYb 88__dP 88 88__ 88
|
77
|
+
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
|
78
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 88 dP""""Yb 88oodP 88ood8 888888 88
|
79
|
+
------------------------------------------------------------------------------
|
80
|
+
Tablet
|
81
|
+
------------------------------------------------------------------------------
|
82
|
+
*/
|
83
|
+
@media only screen and (min-width: $mq-tab-min) and (max-width: $mq-tab-max){
|
84
|
+
|
85
|
+
.mod-footer{
|
86
|
+
|
87
|
+
}
|
88
|
+
|
89
|
+
.ftr-nav{
|
90
|
+
@include horizontal-list;
|
91
|
+
}
|
92
|
+
|
93
|
+
.vcard{}
|
94
|
+
.ftr-contact{
|
95
|
+
@include horizontal-list;
|
96
|
+
}
|
97
|
+
.mod-social-links{
|
98
|
+
@include horizontal-list;
|
99
|
+
}
|
100
|
+
|
101
|
+
.mod-legal-nav{
|
102
|
+
@include horizontal-list;
|
103
|
+
}
|
104
|
+
|
105
|
+
|
106
|
+
}// /@media tab
|
107
|
+
|
108
|
+
/*
|
109
|
+
------------------------------------------------------------------------------
|
110
|
+
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
|
111
|
+
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
|
112
|
+
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"""
|
113
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 8888Y" 888888 8bodP' 88 Yb 88 YbodP 88
|
114
|
+
------------------------------------------------------------------------------
|
115
|
+
Desktop
|
116
|
+
------------------------------------------------------------------------------
|
117
|
+
*/
|
118
|
+
@media only screen and (min-width: $mq-dsk-min){
|
119
|
+
|
120
|
+
.mod-footer{
|
121
|
+
|
122
|
+
}
|
123
|
+
|
124
|
+
.ftr-nav{
|
125
|
+
@include horizontal-list;
|
126
|
+
}
|
127
|
+
|
128
|
+
.vcard{}
|
129
|
+
.ftr-contact{
|
130
|
+
@include horizontal-list;
|
131
|
+
}
|
132
|
+
.mod-social-links{
|
133
|
+
@include horizontal-list;
|
134
|
+
}
|
135
|
+
|
136
|
+
.mod-legal-nav{
|
137
|
+
@include horizontal-list;
|
138
|
+
}
|
139
|
+
|
140
|
+
|
141
|
+
}// /@media dsk
|
142
|
+
|
143
|
+
|
144
|
+
|
@@ -0,0 +1,269 @@
|
|
1
|
+
/* ===========================================================================
|
2
|
+
Forms - H5BP Normalize bits
|
3
|
+
======================================================================== */
|
4
|
+
/*
|
5
|
+
* Corrects margin displayed oddly in IE6/7.
|
6
|
+
*/
|
7
|
+
|
8
|
+
form {
|
9
|
+
margin: 0;
|
10
|
+
}
|
11
|
+
|
12
|
+
/*
|
13
|
+
* Define consistent border, margin, and padding.
|
14
|
+
*/
|
15
|
+
|
16
|
+
fieldset {
|
17
|
+
padding:0;
|
18
|
+
border: none;
|
19
|
+
//margin: 0 2px;
|
20
|
+
//padding: 0.35em 0.625em 0.75em;
|
21
|
+
}
|
22
|
+
|
23
|
+
/*
|
24
|
+
* 1. Corrects color not being inherited in IE6/7/8/9.
|
25
|
+
* 2. Corrects text not wrapping in FF3.
|
26
|
+
* 3. Corrects alignment displayed oddly in IE6/7.
|
27
|
+
*/
|
28
|
+
|
29
|
+
legend {
|
30
|
+
border: 0; /* 1 */
|
31
|
+
padding: 0;
|
32
|
+
white-space: normal; /* 2 */
|
33
|
+
*margin-left: -7px; /* 3 */
|
34
|
+
}
|
35
|
+
|
36
|
+
/*
|
37
|
+
* 1. Corrects font size not being inherited in all browsers.
|
38
|
+
* 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
|
39
|
+
* 3. Improves appearance and consistency in all browsers.
|
40
|
+
*/
|
41
|
+
|
42
|
+
button,
|
43
|
+
input,
|
44
|
+
select,
|
45
|
+
textarea {
|
46
|
+
font-size: 100%; /* 1 */
|
47
|
+
margin: 0; /* 2 */
|
48
|
+
vertical-align: baseline; /* 3 */
|
49
|
+
*vertical-align: middle; /* 3 */
|
50
|
+
}
|
51
|
+
|
52
|
+
/*
|
53
|
+
* Addresses FF3/4 setting `line-height` on `input` using `!important` in the
|
54
|
+
* UA stylesheet.
|
55
|
+
*/
|
56
|
+
|
57
|
+
button,
|
58
|
+
input {
|
59
|
+
line-height: normal;
|
60
|
+
}
|
61
|
+
|
62
|
+
/*
|
63
|
+
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
64
|
+
* and `video` controls.
|
65
|
+
* 2. Corrects inability to style clickable `input` types in iOS.
|
66
|
+
* 3. Improves usability and consistency of cursor style between image-type
|
67
|
+
* `input` and others.
|
68
|
+
* 4. Removes inner spacing in IE7 without affecting normal text inputs.
|
69
|
+
* Known issue: inner spacing remains in IE6.
|
70
|
+
*/
|
71
|
+
|
72
|
+
button,
|
73
|
+
html input[type="button"], /* 1 */
|
74
|
+
input[type="reset"],
|
75
|
+
input[type="submit"] {
|
76
|
+
-webkit-appearance: button; /* 2 */
|
77
|
+
cursor: pointer; /* 3 */
|
78
|
+
*overflow: visible; /* 4 */
|
79
|
+
}
|
80
|
+
|
81
|
+
/*
|
82
|
+
* Re-set default cursor for disabled elements.
|
83
|
+
*/
|
84
|
+
|
85
|
+
button[disabled],
|
86
|
+
input[disabled] {
|
87
|
+
cursor: default;
|
88
|
+
}
|
89
|
+
|
90
|
+
/*
|
91
|
+
* 1. Addresses box sizing set to content-box in IE8/9.
|
92
|
+
* 2. Removes excess padding in IE8/9.
|
93
|
+
* 3. Removes excess padding in IE7.
|
94
|
+
* Known issue: excess padding remains in IE6.
|
95
|
+
*/
|
96
|
+
|
97
|
+
input[type="checkbox"],
|
98
|
+
input[type="radio"] {
|
99
|
+
box-sizing: border-box; /* 1 */
|
100
|
+
padding: 0; /* 2 */
|
101
|
+
*height: 13px; /* 3 */
|
102
|
+
*width: 13px; /* 3 */
|
103
|
+
}
|
104
|
+
|
105
|
+
/*
|
106
|
+
* 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
|
107
|
+
* 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
|
108
|
+
* to future-proof).
|
109
|
+
*/
|
110
|
+
|
111
|
+
input[type="search"] {
|
112
|
+
-webkit-appearance: textfield; /* 1 */
|
113
|
+
-moz-box-sizing: content-box;
|
114
|
+
-webkit-box-sizing: content-box; /* 2 */
|
115
|
+
box-sizing: content-box;
|
116
|
+
}
|
117
|
+
|
118
|
+
/*
|
119
|
+
* Removes inner padding and search cancel button in S5, Chrome on OS X.
|
120
|
+
*/
|
121
|
+
|
122
|
+
input[type="search"]::-webkit-search-cancel-button,
|
123
|
+
input[type="search"]::-webkit-search-decoration {
|
124
|
+
-webkit-appearance: none;
|
125
|
+
}
|
126
|
+
|
127
|
+
/*
|
128
|
+
* Removes inner padding and border in FF3+.
|
129
|
+
*/
|
130
|
+
|
131
|
+
button::-moz-focus-inner,
|
132
|
+
input::-moz-focus-inner {
|
133
|
+
border: 0;
|
134
|
+
padding: 0;
|
135
|
+
}
|
136
|
+
|
137
|
+
/*
|
138
|
+
* 1. Removes default vertical scrollbar in IE6/7/8/9.
|
139
|
+
* 2. Improves readability and alignment in all browsers.
|
140
|
+
*/
|
141
|
+
|
142
|
+
textarea {
|
143
|
+
overflow: auto; /* 1 */
|
144
|
+
vertical-align: top; /* 2 */
|
145
|
+
resize: vertical;
|
146
|
+
}
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
/*----------------------------------------------------------------------------
|
151
|
+
888888 Yb dP 888888 888888 88b 88 8888b.
|
152
|
+
88__ YbdP 88 88__ 88Yb88 8I Yb
|
153
|
+
88"" dPYb 88 88"" 88 Y88 8I dY
|
154
|
+
888888 dP Yb 88 888888 88 Y8 8888Y"
|
155
|
+
------------------------------------------------------------------------------
|
156
|
+
Extend classes. These are classes should not in your HTML markup.
|
157
|
+
These class should be reused in this module for neatness.
|
158
|
+
----------------------------------------------------------------------------*/
|
159
|
+
|
160
|
+
/* ===========================================================================
|
161
|
+
Forms
|
162
|
+
======================================================================== */
|
163
|
+
.mod-form{
|
164
|
+
background:$col-gray;
|
165
|
+
}
|
166
|
+
|
167
|
+
fieldset{
|
168
|
+
@include vr-ma();
|
169
|
+
//background:$col-light-gray;
|
170
|
+
}
|
171
|
+
|
172
|
+
label{
|
173
|
+
display:block;
|
174
|
+
}
|
175
|
+
input{
|
176
|
+
display:inline-block;
|
177
|
+
|
178
|
+
}
|
179
|
+
|
180
|
+
input[type=text],
|
181
|
+
input[type=email],
|
182
|
+
input[type=search],
|
183
|
+
input[type=tel],
|
184
|
+
input[type=password],
|
185
|
+
select,
|
186
|
+
textarea{
|
187
|
+
width:50%;
|
188
|
+
}
|
189
|
+
|
190
|
+
|
191
|
+
|
192
|
+
/*----------------------------------------------------------------------------
|
193
|
+
8888b. 888888 888888 db 88 88 88 888888 .dP"Y8 888888 Yb dP 88 888888 .dP"Y8
|
194
|
+
8I Yb 88__ 88__ dPYb 88 88 88 88 `Ybo." 88 YbdP 88 88__ `Ybo."
|
195
|
+
8I dY 88"" 88"" dP__Yb Y8 8P 88 .o 88 o.`Y8b 88 8P 88 .o 88"" o.`Y8b
|
196
|
+
8888Y" 888888 88 dP""""Yb `YbodP' 88ood8 88 8bodP' 88 dP 88ood8 888888 8bodP'
|
197
|
+
------------------------------------------------------------------------------
|
198
|
+
Default style
|
199
|
+
----------------------------------------------------------------------------*/
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
|
204
|
+
/*----------------------------------------------------------------------------
|
205
|
+
8b d8 888888 8888b. 88 db dP"Yb 88 88 888888 88""Yb Yb dP 8b d8 dP"Yb 88""Yb 88 88 888888
|
206
|
+
88b d88 88__ 8I Yb 88 dPYb dP Yb 88 88 88__ 88__dP YbdP ________ 88b d88 dP Yb 88__dP 88 88 88__
|
207
|
+
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""
|
208
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 88 YY 88 YbodP 88oodP 88 88ood8 888888
|
209
|
+
------------------------------------------------------------------------------
|
210
|
+
Mobile
|
211
|
+
---------------------------------------------------------------------------*/
|
212
|
+
@media only screen and (min-width: $mq-mob-min) and (max-width: $mq-mob-max){
|
213
|
+
|
214
|
+
/* ===========================================================================
|
215
|
+
Comment
|
216
|
+
======================================================================== */
|
217
|
+
|
218
|
+
|
219
|
+
|
220
|
+
}// /@media mob
|
221
|
+
|
222
|
+
|
223
|
+
/*----------------------------------------------------------------------------
|
224
|
+
8b d8 888888 8888b. 88 db dP"Yb 88 88 888888 88""Yb Yb dP 888888 db 88""Yb 88 888888 888888
|
225
|
+
88b d88 88__ 8I Yb 88 dPYb dP Yb 88 88 88__ 88__dP YbdP ________ 88 dPYb 88__dP 88 88__ 88
|
226
|
+
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
|
227
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 88 dP""""Yb 88oodP 88ood8 888888 88
|
228
|
+
------------------------------------------------------------------------------
|
229
|
+
Tablet
|
230
|
+
----------------------------------------------------------------------------*/
|
231
|
+
@media only screen and (min-width: $mq-tab-min) and (max-width: $mq-tab-max){
|
232
|
+
|
233
|
+
/* ===========================================================================
|
234
|
+
Comment
|
235
|
+
======================================================================== */
|
236
|
+
|
237
|
+
|
238
|
+
|
239
|
+
}// /@media tab
|
240
|
+
|
241
|
+
/*----------------------------------------------------------------------------
|
242
|
+
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
|
243
|
+
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
|
244
|
+
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"""
|
245
|
+
88 YY 88 888888 8888Y" 88 dP""""Yb `"YoYo `YbodP' 888888 88 Yb dP 8888Y" 888888 8bodP' 88 Yb 88 YbodP 88
|
246
|
+
------------------------------------------------------------------------------
|
247
|
+
Desktop
|
248
|
+
----------------------------------------------------------------------------*/
|
249
|
+
@media only screen and (min-width: $mq-dsk-min){
|
250
|
+
|
251
|
+
/* ===========================================================================
|
252
|
+
Comment
|
253
|
+
======================================================================== */
|
254
|
+
|
255
|
+
}// /@media dsk
|
256
|
+
|
257
|
+
|
258
|
+
|
259
|
+
/*----------------------------------------------------------------------------
|
260
|
+
88""Yb 888888 888888 88 88b 88 db
|
261
|
+
88__dP 88__ 88 88 88Yb88 dPYb
|
262
|
+
88"Yb 88"" 88 88 88 Y88 dP__Yb
|
263
|
+
88 Yb 888888 88 88 88 Y8 dP""""Yb
|
264
|
+
------------------------------------------------------------------------------
|
265
|
+
Retina
|
266
|
+
----------------------------------------------------------------------------*/
|
267
|
+
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
|
268
|
+
|
269
|
+
}
|