archetype 0.0.1.pre.3.90263a7 → 0.0.1.pre.3.811928f
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +1 -24
- data/LICENSE +1 -1
- data/README.md +1 -1
- data/VERSION.yml +1 -1
- data/lib/archetype.rb +0 -4
- data/lib/archetype/functions/hash.rb +12 -28
- data/lib/archetype/functions/helpers.rb +13 -56
- data/lib/archetype/functions/styleguide_memoizer.rb +1 -9
- data/lib/archetype/sass_extensions.rb +0 -1
- data/lib/archetype/sass_extensions/functions/lists.rb +40 -34
- data/lib/archetype/sass_extensions/functions/locale.rb +16 -32
- data/lib/archetype/sass_extensions/functions/styleguide.rb +37 -115
- data/lib/archetype/sass_extensions/functions/ui.rb +2 -3
- data/lib/archetype/sass_extensions/functions/version.rb +6 -11
- data/lib/archetype/version.rb +12 -19
- data/stylesheets/archetype/_base.scss +0 -3
- data/stylesheets/archetype/_config.scss +5 -22
- data/stylesheets/archetype/_hacks.scss +21 -62
- data/stylesheets/archetype/_ui.scss +11 -56
- data/stylesheets/archetype/base/_h5bp.scss +12 -12
- data/stylesheets/archetype/base/_normalize.scss +139 -178
- data/stylesheets/archetype/styleguide/_helpers.scss +4 -1
- data/stylesheets/archetype/styleguide/components/_alerts.scss +1 -1
- data/stylesheets/archetype/styleguide/components/_buttons.scss +6 -7
- data/stylesheets/archetype/styleguide/components/_closes.scss +2 -2
- data/stylesheets/archetype/util/_styles.scss +7 -45
- data/stylesheets/archetype/util/_targeting.scss +0 -2
- data/test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders-s7889ccc8c1.png +0 -0
- data/test/fixtures/stylesheets/archetype/config.rb +0 -2
- data/test/fixtures/stylesheets/archetype/expected/hacks/ie_pseudo.css +3 -3
- data/test/fixtures/stylesheets/archetype/expected/styleguide/buttons.css +18 -110
- data/test/fixtures/stylesheets/archetype/expected/styleguide/selective_state.css +0 -3
- data/test/fixtures/stylesheets/archetype/expected/ui/glyph_icon.css +2 -116
- data/test/fixtures/stylesheets/archetype/expected/utilities/targeting/target-browser.css +0 -5
- data/test/fixtures/stylesheets/archetype/source/styleguide/buttons.scss +1 -5
- data/test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss +1 -1
- data/test/fixtures/stylesheets/archetype/source/styleguide/nested_styleguides.scss +1 -1
- data/test/fixtures/stylesheets/archetype/source/styleguide/selective_state.scss +1 -1
- data/test/fixtures/stylesheets/archetype/source/ui/glyph_icon.scss +0 -30
- data/test/fixtures/stylesheets/archetype/source/utilities/targeting/target-browser.scss +1 -8
- data/test/helpers/test_case.rb +2 -2
- data/test/integrations/archetype_test.rb +1 -3
- data/test/units/sass_extensions_test.rb +25 -18
- metadata +23 -80
- checksums.yaml +0 -7
- data/bin/archetype +0 -3
- data/lib/archetype/actions/help.rb +0 -16
- data/lib/archetype/actions/theme.rb +0 -73
- data/lib/archetype/executor.rb +0 -27
- data/lib/archetype/sass_extensions/monkey_patches.rb +0 -3
- data/lib/archetype/sass_extensions/monkey_patches/handle_include_loop.rb +0 -41
- data/templates/_theme/_components.scss +0 -3
- data/templates/_theme/_config.scss +0 -1
- data/templates/_theme/_core.scss +0 -13
- data/templates/_theme/_helpers.scss +0 -1
- data/templates/_theme/_primitives.scss +0 -3
- data/templates/_theme/components/README +0 -1
- data/templates/_theme/primitives/README +0 -1
- data/test/fixtures/stylesheets/archetype/expected/base.css +0 -349
- data/test/fixtures/stylesheets/archetype/expected/hacks/transparent_focusable.css +0 -4
- data/test/fixtures/stylesheets/archetype/expected/locale.css +0 -23
- data/test/fixtures/stylesheets/archetype/expected/styleguide/alerts.css +0 -675
- data/test/fixtures/stylesheets/archetype/expected/styleguide/drop.css +0 -63
- data/test/fixtures/stylesheets/archetype/expected/styleguide/extend.css +0 -7
- data/test/fixtures/stylesheets/archetype/expected/styleguide/invalid_structures.css +0 -21
- data/test/fixtures/stylesheets/archetype/expected/styleguide/multi_value.css +0 -13
- data/test/fixtures/stylesheets/archetype/expected/utilities/associative.css +0 -9
- data/test/fixtures/stylesheets/archetype/expected/utilities/custom_output_styler.css +0 -8
- data/test/fixtures/stylesheets/archetype/source/base.scss +0 -3
- data/test/fixtures/stylesheets/archetype/source/hacks/transparent_focusable.scss +0 -5
- data/test/fixtures/stylesheets/archetype/source/locale.scss +0 -43
- data/test/fixtures/stylesheets/archetype/source/styleguide/alerts.scss +0 -21
- data/test/fixtures/stylesheets/archetype/source/styleguide/drop.scss +0 -101
- data/test/fixtures/stylesheets/archetype/source/styleguide/extend.scss +0 -23
- data/test/fixtures/stylesheets/archetype/source/styleguide/invalid_structures.scss +0 -85
- data/test/fixtures/stylesheets/archetype/source/styleguide/multi_value.scss +0 -18
- data/test/fixtures/stylesheets/archetype/source/utilities/associative.scss +0 -24
- data/test/fixtures/stylesheets/archetype/source/utilities/custom_output_styler.scss +0 -21
@@ -117,21 +117,6 @@
|
|
117
117
|
clip: rect(1px, 1px, 1px, 1px);
|
118
118
|
}
|
119
119
|
|
120
|
-
// reverse hide-element and make the element visibile again
|
121
|
-
// @mixin unhide-element
|
122
|
-
// @see hide-element
|
123
|
-
// @param $position {String} value for the position property
|
124
|
-
// @param $height {String} value for the height property
|
125
|
-
// @param $width {String} value for the width property
|
126
|
-
// @param $overflow {String} value for the overflow property
|
127
|
-
@mixin unhide-element($position: static, $height:auto, $width:auto, $overflow:visible) {
|
128
|
-
position: $position;
|
129
|
-
height: $height;
|
130
|
-
width: $width;
|
131
|
-
overflow: $overflow;
|
132
|
-
clip: auto;
|
133
|
-
}
|
134
|
-
|
135
120
|
// mixin for generating a fade box which fades from transparent to white
|
136
121
|
// @mixin fade-box
|
137
122
|
// @param $width {String} the width of the overlay
|
@@ -139,7 +124,7 @@
|
|
139
124
|
// @param $direction {String} top=vertical left=horizontal
|
140
125
|
@mixin fade-box($width: 100%, $height: 100%, $direction: top) {
|
141
126
|
$direction: rtl($direction);
|
142
|
-
// TODO - update this when Compass supports IE alpha channels
|
127
|
+
// TODO - update this when Compass supports IE alpha channels
|
143
128
|
@if $direction == left {
|
144
129
|
@include ie-filter(gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1));
|
145
130
|
}
|
@@ -168,35 +153,23 @@
|
|
168
153
|
// @param $size {Number} the size of the icon
|
169
154
|
// @param $color {Color} the color of the font
|
170
155
|
// @param $placement {String} where to place the icon [before|after|inline]
|
171
|
-
// @param $ie-styles {String} styles to apply to IE6/7 (this is needed because the faux :before isn't
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
$archetype-glyph-selector: false;
|
176
|
-
$char-mapping: nil;
|
177
|
-
$char-code: nil;
|
178
|
-
@if $icon {
|
179
|
-
$char-mapping: -compass-list(associative($CONFIG_GLYPHS_MAPPINGS, $icon, $strict: true));
|
180
|
-
$char-code: nth($char-mapping, 1);
|
181
|
-
}
|
156
|
+
// @param $ie-styles {String} styles to apply to IE6/7 (this is needed because the faux :before isn't extensible)
|
157
|
+
@mixin glyph-icon($icon, $size: default, $color: inherit, $placement: before, $ie-styles: false) {
|
158
|
+
$char-mapping: -compass-list(associative($CONFIG_GLYPHS_MAPPINGS, $icon, $strict: true));
|
159
|
+
$char-code: nth($char-mapping, 1);
|
182
160
|
@if $char-code == nil and $icon != false {
|
183
161
|
@warn "could not find character mapping for `#{icon}`";
|
184
162
|
}
|
185
163
|
@else {
|
186
164
|
@if $size == default {
|
187
|
-
$default-size:
|
188
|
-
@if $icon {
|
189
|
-
$default-size: nth-cyclic($char-mapping, 2);
|
190
|
-
}
|
165
|
+
$default-size: nth-cyclic($char-mapping, 2);
|
191
166
|
$size: if(type-of($default-size) == number, $default-size, 100%);
|
192
167
|
}
|
193
168
|
// if the size is under a given threshold, use a halfling, if available
|
194
|
-
|
195
|
-
$char-code: nth-cyclic(-compass-list($char-code), if(comparable($CONFIG_GLYPHS_THRESHOLD, $size) and $size <= $CONFIG_GLYPHS_THRESHOLD, 2, 1));
|
196
|
-
}
|
169
|
+
$char-code: nth-cyclic(-compass-list($char-code), if(comparable($CONFIG_GLYPHS_THRESHOLD, $size) and $size <= $CONFIG_GLYPHS_THRESHOLD, 2, 1));
|
197
170
|
$selector: if(index(before after, $placement), '&:#{$placement}', '&');
|
198
171
|
#{$selector} {
|
199
|
-
font-family:
|
172
|
+
font-family: $CONFIG_GLYPHS_NAME;
|
200
173
|
font-weight: $CONFIG_GLYPHS_WEIGHT;
|
201
174
|
font-style: $CONFIG_GLYPHS_STYLE;
|
202
175
|
text-decoration: inherit;
|
@@ -207,10 +180,9 @@
|
|
207
180
|
content: $char-code;
|
208
181
|
}
|
209
182
|
}
|
210
|
-
$
|
211
|
-
@if($selector != '&' and $ie-styles != nil) {
|
183
|
+
@if($selector != '&') {
|
212
184
|
// support for IE6/7
|
213
|
-
$styles: "font-family:'#{$CONFIG_GLYPHS_NAME}
|
185
|
+
$styles: "font-family:'#{$CONFIG_GLYPHS_NAME}';font-weight:#{$CONFIG_GLYPHS_WEIGHT};font-style:#{$CONFIG_GLYPHS_STYLE};text-decoration:inherit;";
|
214
186
|
@if($size != nil) {
|
215
187
|
$styles: $styles + "font-size:#{$size};"
|
216
188
|
}
|
@@ -220,15 +192,7 @@
|
|
220
192
|
@if($ie-styles) {
|
221
193
|
$styles: $styles + $ie-styles;
|
222
194
|
}
|
223
|
-
@include ie-pseudo($styles: $styles, $content: $char-code, $placement: $placement, $name: glyph
|
224
|
-
@if $archetype-pseudo-selector {
|
225
|
-
$archetype-glyph-selector: '#{$selector}, #{$archetype-pseudo-selector}';
|
226
|
-
}
|
227
|
-
}
|
228
|
-
@if archetype-version('Sass >= 3.2') {
|
229
|
-
#{$archetype-glyph-selector} {
|
230
|
-
@content;
|
231
|
-
}
|
195
|
+
@include ie-pseudo($styles: $styles, $content: $char-code, $placement: $placement, $name: glyph);
|
232
196
|
}
|
233
197
|
}
|
234
198
|
}
|
@@ -341,13 +305,4 @@
|
|
341
305
|
height: $height;
|
342
306
|
margin-left: $width / -2;
|
343
307
|
margin-top: $height / -2;
|
344
|
-
}
|
345
|
-
|
346
|
-
// a method for removing default styling from a button
|
347
|
-
// @mixin unstyled-button
|
348
|
-
@mixin unstyled-button() {
|
349
|
-
background: none;
|
350
|
-
border: none;
|
351
|
-
padding: 0;
|
352
|
-
@include appearance(none);
|
353
308
|
}
|
@@ -6,7 +6,7 @@
|
|
6
6
|
/* ==========================================================================
|
7
7
|
Base styles: opinionated defaults
|
8
8
|
========================================================================== */
|
9
|
-
|
9
|
+
|
10
10
|
html,
|
11
11
|
button,
|
12
12
|
input,
|
@@ -14,32 +14,32 @@
|
|
14
14
|
textarea {
|
15
15
|
color: #222;
|
16
16
|
}
|
17
|
-
|
17
|
+
|
18
18
|
body {
|
19
19
|
font-size: 1em;
|
20
20
|
line-height: 1.4;
|
21
21
|
}
|
22
|
-
|
22
|
+
|
23
23
|
/*
|
24
24
|
* Remove text-shadow in selection highlight: h5bp.com/i
|
25
25
|
* These selection declarations have to be separate.
|
26
26
|
* Customize the background color to match your design.
|
27
27
|
*/
|
28
|
-
|
28
|
+
|
29
29
|
::-moz-selection {
|
30
30
|
background: #b3d4fc;
|
31
31
|
text-shadow: none;
|
32
32
|
}
|
33
|
-
|
33
|
+
|
34
34
|
::selection {
|
35
35
|
background: #b3d4fc;
|
36
36
|
text-shadow: none;
|
37
37
|
}
|
38
|
-
|
38
|
+
|
39
39
|
/*
|
40
40
|
* A better looking default horizontal rule
|
41
41
|
*/
|
42
|
-
|
42
|
+
|
43
43
|
hr {
|
44
44
|
display: block;
|
45
45
|
height: 1px;
|
@@ -54,7 +54,7 @@
|
|
54
54
|
/*
|
55
55
|
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
|
56
56
|
*/
|
57
|
-
|
57
|
+
|
58
58
|
img {
|
59
59
|
vertical-align: middle;
|
60
60
|
}
|
@@ -77,7 +77,7 @@
|
|
77
77
|
/*
|
78
78
|
* Allow only vertical resizing of textareas.
|
79
79
|
*/
|
80
|
-
|
80
|
+
|
81
81
|
textarea {
|
82
82
|
resize: vertical;
|
83
83
|
}
|
@@ -87,7 +87,7 @@
|
|
87
87
|
/* ==========================================================================
|
88
88
|
Chrome Frame prompt
|
89
89
|
========================================================================== */
|
90
|
-
|
90
|
+
|
91
91
|
.chromeframe {
|
92
92
|
margin: 0.2em 0;
|
93
93
|
background: #ccc;
|
@@ -117,7 +117,7 @@
|
|
117
117
|
content: "";
|
118
118
|
display: block;
|
119
119
|
width: 0;
|
120
|
-
height:
|
120
|
+
height: 100%;
|
121
121
|
}
|
122
122
|
|
123
123
|
/*
|
@@ -277,7 +277,7 @@
|
|
277
277
|
// @param $exclude {List} the list of features to exclude from the reset
|
278
278
|
// @link https://github.com/h5bp/html5-boilerplate/
|
279
279
|
@mixin base-h5bp($exclude: ()) {
|
280
|
-
/*! HTML5 Boilerplate | MIT License | @
|
280
|
+
/*! HTML5 Boilerplate | MIT License | @b378ce239d */
|
281
281
|
/*
|
282
282
|
* HTML5 Boilerplate
|
283
283
|
*
|
@@ -1,4 +1,4 @@
|
|
1
|
-
// normalize.css v2.1
|
1
|
+
// normalize.css v2.0.1 | MIT License | git.io/normalize
|
2
2
|
|
3
3
|
// @category base
|
4
4
|
@mixin base-normalize-html5() {
|
@@ -6,9 +6,9 @@
|
|
6
6
|
HTML5 display definitions
|
7
7
|
========================================================================== */
|
8
8
|
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
/*
|
10
|
+
* Corrects `block` display not defined in IE 8/9.
|
11
|
+
*/
|
12
12
|
|
13
13
|
article,
|
14
14
|
aside,
|
@@ -18,16 +18,15 @@
|
|
18
18
|
footer,
|
19
19
|
header,
|
20
20
|
hgroup,
|
21
|
-
main,
|
22
21
|
nav,
|
23
22
|
section,
|
24
23
|
summary {
|
25
24
|
display: block;
|
26
25
|
}
|
27
26
|
|
28
|
-
|
29
|
-
|
30
|
-
|
27
|
+
/*
|
28
|
+
* Corrects `inline-block` display not defined in IE 8/9.
|
29
|
+
*/
|
31
30
|
|
32
31
|
audio,
|
33
32
|
canvas,
|
@@ -35,43 +34,41 @@
|
|
35
34
|
@include inline-block();
|
36
35
|
}
|
37
36
|
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
37
|
+
/*
|
38
|
+
* Prevents modern browsers from displaying `audio` without controls.
|
39
|
+
* Remove excess height in iOS 5 devices.
|
40
|
+
*/
|
42
41
|
|
43
42
|
audio:not([controls]) {
|
44
43
|
display: none;
|
45
44
|
height: 0;
|
46
45
|
}
|
47
46
|
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
*/
|
47
|
+
/*
|
48
|
+
* Addresses styling for `hidden` attribute not present in IE 8/9.
|
49
|
+
*/
|
52
50
|
|
53
|
-
[hidden]
|
54
|
-
template {
|
51
|
+
[hidden] {
|
55
52
|
display: none;
|
56
53
|
}
|
57
54
|
}
|
58
55
|
|
59
56
|
@mixin base-normalize-text-adjust() {
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
57
|
+
/*
|
58
|
+
* 0. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
|
59
|
+
* http://clagnut.com/blog/348/#c790
|
60
|
+
* 1. Sets default font family to sans-serif.
|
61
|
+
* 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
|
62
|
+
* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
|
63
|
+
*/
|
67
64
|
html {
|
68
65
|
// legacy
|
69
66
|
@if $legacy-support-for-ie7 or $legacy-support-for-ie6 {
|
70
67
|
font-size: 100%; /* 0 */
|
71
68
|
}
|
72
69
|
font-family: sans-serif; /* 1 */
|
73
|
-
-ms-text-size-adjust: 100%; /* 2 */
|
74
70
|
-webkit-text-size-adjust: 100%; /* 2 */
|
71
|
+
-ms-text-size-adjust: 100%; /* 2 */
|
75
72
|
}
|
76
73
|
|
77
74
|
}
|
@@ -81,9 +78,9 @@
|
|
81
78
|
Base
|
82
79
|
========================================================================== */
|
83
80
|
|
84
|
-
|
85
|
-
|
86
|
-
|
81
|
+
/*
|
82
|
+
* Removes default margin.
|
83
|
+
*/
|
87
84
|
|
88
85
|
body {
|
89
86
|
margin: 0;
|
@@ -95,29 +92,17 @@
|
|
95
92
|
Links
|
96
93
|
========================================================================== */
|
97
94
|
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
// @see transparent-focusable
|
102
|
-
///**
|
103
|
-
// * Remove the gray background color from active links in IE 10.
|
104
|
-
// */
|
105
|
-
//
|
106
|
-
//a {
|
107
|
-
// background: transparent;
|
108
|
-
//}
|
109
|
-
|
110
|
-
/**
|
111
|
-
* Addresses `outline` inconsistency between Chrome and other browsers.
|
112
|
-
*/
|
95
|
+
/*
|
96
|
+
* Addresses `outline` inconsistency between Chrome and other browsers.
|
97
|
+
*/
|
113
98
|
|
114
99
|
a:focus {
|
115
100
|
outline: thin dotted;
|
116
101
|
}
|
117
102
|
|
118
|
-
|
119
|
-
|
120
|
-
|
103
|
+
/*
|
104
|
+
* Improves readability when focused and also mouse hovered in all browsers.
|
105
|
+
*/
|
121
106
|
|
122
107
|
a:active,
|
123
108
|
a:hover {
|
@@ -126,9 +111,9 @@
|
|
126
111
|
}
|
127
112
|
|
128
113
|
@mixin base-normalize-typogrpahy-core() {
|
129
|
-
|
130
|
-
|
131
|
-
|
114
|
+
/*
|
115
|
+
* Corrects font family set oddly in Safari 5 and Chrome.
|
116
|
+
*/
|
132
117
|
|
133
118
|
code,
|
134
119
|
kbd,
|
@@ -138,9 +123,9 @@
|
|
138
123
|
font-size: 1em;
|
139
124
|
}
|
140
125
|
|
141
|
-
|
142
|
-
|
143
|
-
|
126
|
+
/*
|
127
|
+
* Improves readability of pre-formatted text in all browsers.
|
128
|
+
*/
|
144
129
|
|
145
130
|
pre {
|
146
131
|
white-space: pre;
|
@@ -149,17 +134,17 @@
|
|
149
134
|
}
|
150
135
|
|
151
136
|
|
152
|
-
|
153
|
-
|
154
|
-
|
137
|
+
/*
|
138
|
+
* Addresses inconsistent and variable font size in all browsers.
|
139
|
+
*/
|
155
140
|
|
156
141
|
small {
|
157
142
|
font-size: 80%;
|
158
143
|
}
|
159
144
|
|
160
|
-
|
161
|
-
|
162
|
-
|
145
|
+
/*
|
146
|
+
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
|
147
|
+
*/
|
163
148
|
|
164
149
|
sub,
|
165
150
|
sup {
|
@@ -183,10 +168,10 @@
|
|
183
168
|
Typography
|
184
169
|
========================================================================== */
|
185
170
|
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
171
|
+
/*
|
172
|
+
* Addresses font sizes and margins set differently in IE6/7
|
173
|
+
* Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
|
174
|
+
*/
|
190
175
|
|
191
176
|
h1 {
|
192
177
|
font-size: 2em;
|
@@ -218,45 +203,33 @@
|
|
218
203
|
margin: 2.33em 0;
|
219
204
|
}
|
220
205
|
|
221
|
-
|
222
|
-
|
223
|
-
|
206
|
+
/*
|
207
|
+
* Addresses styling not present in IE 8/9, Safari 5, and Chrome.
|
208
|
+
*/
|
224
209
|
|
225
210
|
abbr[title] {
|
226
211
|
border-bottom: 1px dotted;
|
227
212
|
}
|
228
213
|
|
229
|
-
|
230
|
-
|
231
|
-
|
214
|
+
/*
|
215
|
+
* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
|
216
|
+
*/
|
232
217
|
|
233
218
|
b,
|
234
219
|
strong {
|
235
220
|
font-weight: bold;
|
236
221
|
}
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
*/
|
222
|
+
/*
|
223
|
+
* Addresses styling not present in Safari 5 and Chrome.
|
224
|
+
*/
|
241
225
|
|
242
226
|
dfn {
|
243
227
|
font-style: italic;
|
244
228
|
}
|
245
229
|
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
hr {
|
251
|
-
-moz-box-sizing: content-box;
|
252
|
-
box-sizing: content-box;
|
253
|
-
height: 0;
|
254
|
-
}
|
255
|
-
|
256
|
-
|
257
|
-
/**
|
258
|
-
* Addresses styling not present in IE 8/9.
|
259
|
-
*/
|
230
|
+
/*
|
231
|
+
* Addresses styling not present in IE 8/9.
|
232
|
+
*/
|
260
233
|
|
261
234
|
mark {
|
262
235
|
background: #ff0;
|
@@ -267,9 +240,9 @@
|
|
267
240
|
margin: 1em 40px;
|
268
241
|
}
|
269
242
|
|
270
|
-
|
271
|
-
|
272
|
-
|
243
|
+
/*
|
244
|
+
* Addresses margins set differently in IE6/7
|
245
|
+
*/
|
273
246
|
|
274
247
|
p,
|
275
248
|
pre {
|
@@ -278,9 +251,9 @@
|
|
278
251
|
}
|
279
252
|
|
280
253
|
@mixin base-normalize-quotes() {
|
281
|
-
|
282
|
-
|
283
|
-
|
254
|
+
/*
|
255
|
+
* Sets consistent quote types.
|
256
|
+
*/
|
284
257
|
q {
|
285
258
|
quotes: "\201C" "\201D" "\2018" "\2019";
|
286
259
|
}
|
@@ -293,7 +266,7 @@
|
|
293
266
|
Lists
|
294
267
|
========================================================================== */
|
295
268
|
|
296
|
-
|
269
|
+
/*
|
297
270
|
* Addresses margins set differently in IE6/7
|
298
271
|
*/
|
299
272
|
|
@@ -308,7 +281,7 @@
|
|
308
281
|
margin: 0 0 0 40px;
|
309
282
|
}
|
310
283
|
|
311
|
-
|
284
|
+
/*
|
312
285
|
* Addresses paddings set differently in IE6/7
|
313
286
|
*/
|
314
287
|
|
@@ -318,7 +291,7 @@
|
|
318
291
|
padding: 0 0 0 40px;
|
319
292
|
}
|
320
293
|
|
321
|
-
|
294
|
+
/*
|
322
295
|
* Corrects list images handled incorrectly in IE7
|
323
296
|
*/
|
324
297
|
|
@@ -331,11 +304,11 @@
|
|
331
304
|
}
|
332
305
|
|
333
306
|
@mixin base-normalize-image() {
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
307
|
+
/*
|
308
|
+
* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
|
309
|
+
* 2. Improves image quality when scaled in IE7
|
310
|
+
* code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
|
311
|
+
*/
|
339
312
|
|
340
313
|
img {
|
341
314
|
border: 0; /* 1 */
|
@@ -351,10 +324,10 @@
|
|
351
324
|
Embedded content
|
352
325
|
========================================================================== */
|
353
326
|
@include base-normalize-image();
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
327
|
+
|
328
|
+
/*
|
329
|
+
* Corrects overflow displayed oddly in IE9
|
330
|
+
*/
|
358
331
|
|
359
332
|
svg:not(:root) {
|
360
333
|
overflow: hidden;
|
@@ -366,9 +339,9 @@
|
|
366
339
|
Figures
|
367
340
|
========================================================================== */
|
368
341
|
|
369
|
-
|
370
|
-
|
371
|
-
|
342
|
+
/*
|
343
|
+
* Addresses margin not present in IE6/7/8/9, S5, O11
|
344
|
+
*/
|
372
345
|
|
373
346
|
figure {
|
374
347
|
margin: 0;
|
@@ -376,9 +349,9 @@
|
|
376
349
|
}
|
377
350
|
|
378
351
|
@mixin base-normalize-fieldset() {
|
379
|
-
|
380
|
-
|
381
|
-
|
352
|
+
/*
|
353
|
+
* Define consistent border, margin, and padding.
|
354
|
+
*/
|
382
355
|
|
383
356
|
fieldset {
|
384
357
|
border: 1px solid #c0c0c0;
|
@@ -392,19 +365,19 @@
|
|
392
365
|
Forms
|
393
366
|
========================================================================== */
|
394
367
|
|
395
|
-
|
396
|
-
|
397
|
-
|
368
|
+
/*
|
369
|
+
* Corrects margin displayed oddly in IE6/7
|
370
|
+
*/
|
398
371
|
|
399
372
|
form {
|
400
373
|
margin: 0;
|
401
374
|
}
|
402
375
|
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
376
|
+
/*
|
377
|
+
* 1. Corrects color not being inherited in IE6/7/8/9
|
378
|
+
* 2. Corrects text not wrapping in FF3
|
379
|
+
* 3. Corrects alignment displayed oddly in IE6/7
|
380
|
+
*/
|
408
381
|
|
409
382
|
legend {
|
410
383
|
border: 0; /* 1 */
|
@@ -416,12 +389,12 @@
|
|
416
389
|
}
|
417
390
|
}
|
418
391
|
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
392
|
+
/*
|
393
|
+
* 1. Corrects font family not being inherited in all browsers.
|
394
|
+
* 2. Corrects font size not being inherited in all browsers.
|
395
|
+
* 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
|
396
|
+
* 4. Improves appearance and consistency in all browsers
|
397
|
+
*/
|
425
398
|
|
426
399
|
button,
|
427
400
|
input,
|
@@ -437,35 +410,23 @@
|
|
437
410
|
}
|
438
411
|
}
|
439
412
|
|
440
|
-
|
441
|
-
|
442
|
-
|
413
|
+
/*
|
414
|
+
* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
|
415
|
+
*/
|
443
416
|
|
444
417
|
button,
|
445
418
|
input {
|
446
419
|
line-height: normal; /* 1 */
|
447
420
|
}
|
448
421
|
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
select {
|
458
|
-
text-transform: none;
|
459
|
-
}
|
460
|
-
|
461
|
-
/**
|
462
|
-
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
463
|
-
* and `video` controls.
|
464
|
-
* 2. Correct inability to style clickable `input` types in iOS.
|
465
|
-
* 3. Improve usability and consistency of cursor style between image-type
|
466
|
-
* `input` and others.
|
467
|
-
* 4. Removes inner spacing in IE7 without affecting normal text inputs
|
468
|
-
*/
|
422
|
+
/*
|
423
|
+
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
424
|
+
* and `video` controls.
|
425
|
+
* 2. Corrects inability to style clickable `input` types in iOS.
|
426
|
+
* 3. Improves usability and consistency of cursor style between image-type
|
427
|
+
* `input` and others.
|
428
|
+
* 4. Removes inner spacing in IE7 without affecting normal text inputs
|
429
|
+
*/
|
469
430
|
|
470
431
|
button,
|
471
432
|
html input[type="button"], /* 1 */
|
@@ -479,21 +440,21 @@
|
|
479
440
|
}
|
480
441
|
}
|
481
442
|
|
482
|
-
|
483
|
-
|
484
|
-
|
443
|
+
/*
|
444
|
+
* Re-set default cursor for disabled elements.
|
445
|
+
*/
|
485
446
|
|
486
447
|
button[disabled],
|
487
|
-
|
448
|
+
input[disabled] {
|
488
449
|
cursor: default;
|
489
450
|
}
|
490
451
|
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
452
|
+
/*
|
453
|
+
* 1. Addresses box sizing set to `content-box` in IE 8/9.
|
454
|
+
* 2. Removes excess padding in IE 8/9.
|
455
|
+
* 3. Removes excess padding in IE7
|
495
456
|
Known issue: excess padding remains in IE6
|
496
|
-
|
457
|
+
*/
|
497
458
|
|
498
459
|
input[type="checkbox"],
|
499
460
|
input[type="radio"] {
|
@@ -506,11 +467,11 @@
|
|
506
467
|
}
|
507
468
|
}
|
508
469
|
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
470
|
+
/*
|
471
|
+
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
|
472
|
+
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
|
473
|
+
* (include `-moz` to future-proof).
|
474
|
+
*/
|
514
475
|
|
515
476
|
input[type="search"] {
|
516
477
|
-webkit-appearance: textfield; /* 1 */
|
@@ -520,10 +481,10 @@
|
|
520
481
|
}
|
521
482
|
|
522
483
|
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
484
|
+
/*
|
485
|
+
* Removes inner padding and search cancel button in Safari 5 and Chrome
|
486
|
+
* on OS X.
|
487
|
+
*/
|
527
488
|
|
528
489
|
input[type="search"]::-webkit-search-cancel-button,
|
529
490
|
input[type="search"]::-webkit-search-decoration {
|
@@ -531,9 +492,9 @@
|
|
531
492
|
}
|
532
493
|
|
533
494
|
|
534
|
-
|
535
|
-
|
536
|
-
|
495
|
+
/*
|
496
|
+
* Removes inner padding and border in Firefox 4+.
|
497
|
+
*/
|
537
498
|
|
538
499
|
button::-moz-focus-inner,
|
539
500
|
input::-moz-focus-inner {
|
@@ -541,16 +502,16 @@
|
|
541
502
|
padding: 0;
|
542
503
|
}
|
543
504
|
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
505
|
+
/*
|
506
|
+
* 1. Removes default vertical scrollbar in IE6/7/8/9
|
507
|
+
* 2. Improves readability and alignment in all browsers
|
508
|
+
*/
|
548
509
|
|
549
510
|
textarea {
|
550
511
|
overflow: auto; /* 1 */
|
551
512
|
vertical-align: top; /* 2 */
|
552
513
|
}
|
553
|
-
|
514
|
+
|
554
515
|
}
|
555
516
|
|
556
517
|
@mixin base-normalize-ime() {
|
@@ -568,9 +529,9 @@
|
|
568
529
|
Tables
|
569
530
|
========================================================================== */
|
570
531
|
|
571
|
-
|
572
|
-
|
573
|
-
|
532
|
+
/*
|
533
|
+
* Remove most spacing between table cells.
|
534
|
+
*/
|
574
535
|
|
575
536
|
table {
|
576
537
|
border-collapse: collapse;
|
@@ -584,7 +545,7 @@
|
|
584
545
|
// @param $exclude {List} the list of features to exclude from the reset
|
585
546
|
// @link http://github.com/necolas/normalize.css
|
586
547
|
@mixin base-normalize($exclude: ()) {
|
587
|
-
/*! normalize.css v2.1
|
548
|
+
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
|
588
549
|
$exclude: -compass-list($exclude);
|
589
550
|
@if(not index($exclude, normalize-html5)) {
|
590
551
|
@include base-normalize-html5();
|