pondasee 1.0 → 1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/stylesheets/_pondasee.scss +1 -12
- data/templates/project/manifest.rb +25 -18
- data/templates/project/sass/partials/_base.scss +24 -1
- data/templates/project/sass/partials/_font-awesome.scss +295 -1
- data/templates/project/sass/partials/_grid.scss +37 -1
- data/templates/project/sass/partials/_images.scss +168 -1
- data/templates/project/sass/partials/_media-queries.scss +56 -1
- data/templates/project/sass/partials/_mixins.scss +61 -5
- data/templates/project/sass/partials/_reset.scss +72 -1
- data/templates/project/sass/partials/_table.scss +40 -1
- data/templates/project/sass/partials/_typography.scss +217 -1
- data/templates/project/sass/partials/_utilities.scss +187 -1
- metadata +7 -19
- data/stylesheets/pondasee/_mixins.scss +0 -63
- data/stylesheets/pondasee/_settings.scss +0 -3
- data/stylesheets/pondasee/base.scss +0 -24
- data/stylesheets/pondasee/font-awesome.scss +0 -295
- data/stylesheets/pondasee/forms.scss +0 -345
- data/stylesheets/pondasee/grid.scss +0 -37
- data/stylesheets/pondasee/images.scss +0 -168
- data/stylesheets/pondasee/media-queries.scss +0 -56
- data/stylesheets/pondasee/reset.scss +0 -72
- data/stylesheets/pondasee/table.scss +0 -40
- data/stylesheets/pondasee/typography.scss +0 -217
- data/stylesheets/pondasee/utilities.scss +0 -181
- /data/{stylesheets/pondasee → templates/project/sass/partials}/_variable.scss +0 -0
- /data/{stylesheets/pondasee → templates/project/sass/partials}/mixins/_basic-buttons.scss +0 -0
- /data/{stylesheets/pondasee → templates/project/sass/partials}/mixins/_fonts.scss +0 -0
- /data/{stylesheets/pondasee → templates/project/sass/partials}/mixins/_helper.scss +0 -0
- /data/{stylesheets/pondasee → templates/project/sass/partials}/mixins/_simple-responsive-grid.scss +0 -0
- /data/{stylesheets/pondasee → templates/project/sass/partials}/mixins/_zurb-button.scss +0 -0
@@ -1,24 +0,0 @@
|
|
1
|
-
// Vertical rhythm
|
2
|
-
@include establish-baseline(16px);
|
3
|
-
|
4
|
-
/* SELECTION
|
5
|
-
----------------- */
|
6
|
-
@include selection($black, $white);
|
7
|
-
|
8
|
-
|
9
|
-
/* LINKS
|
10
|
-
----------------- */
|
11
|
-
a {
|
12
|
-
color: $linkColor;
|
13
|
-
text-decoration: none;
|
14
|
-
&:visited {
|
15
|
-
color: $linkColor;
|
16
|
-
}
|
17
|
-
&:hover {
|
18
|
-
color: $linkHover;
|
19
|
-
text-decoration: none;
|
20
|
-
}
|
21
|
-
&:focus {
|
22
|
-
outline: thin dotted;
|
23
|
-
}
|
24
|
-
}
|
@@ -1,295 +0,0 @@
|
|
1
|
-
[class^="icon-"]:before,
|
2
|
-
[class*=" icon-"]:before {
|
3
|
-
font-family: FontAwesome;
|
4
|
-
font-weight: normal;
|
5
|
-
font-style: normal;
|
6
|
-
display: inline-block;
|
7
|
-
*display: inline;
|
8
|
-
text-decoration: inherit;
|
9
|
-
*zoom: 1;
|
10
|
-
}
|
11
|
-
|
12
|
-
a [class^="icon-"],
|
13
|
-
a [class*=" icon-"] {
|
14
|
-
display: inline-block;
|
15
|
-
*display: inline;
|
16
|
-
text-decoration: inherit;
|
17
|
-
*zoom: 1;
|
18
|
-
}
|
19
|
-
|
20
|
-
/* makes the font 33% larger relative to the icon container */
|
21
|
-
.icon-large:before {
|
22
|
-
vertical-align: middle;
|
23
|
-
font-size: 1.3333333333333333em;
|
24
|
-
}
|
25
|
-
|
26
|
-
.btn, .nav-tabs {
|
27
|
-
[class^="icon-"],
|
28
|
-
[class*=" icon-"] {
|
29
|
-
/* keeps button heights with and without icons the same */
|
30
|
-
line-height: .9em;
|
31
|
-
}
|
32
|
-
}
|
33
|
-
|
34
|
-
li {
|
35
|
-
[class^="icon-"],
|
36
|
-
[class*=" icon-"] {
|
37
|
-
display: inline-block;
|
38
|
-
*display: inline;
|
39
|
-
width: 1.25em;
|
40
|
-
text-align: center;
|
41
|
-
*zoom: 1;
|
42
|
-
}
|
43
|
-
.icon-large:before,
|
44
|
-
.icon-large:before {
|
45
|
-
/* 1.5 increased font size for icon-large * 1.25 width */
|
46
|
-
width: 1.5*1.25em;
|
47
|
-
}
|
48
|
-
}
|
49
|
-
|
50
|
-
ul.icons {
|
51
|
-
list-style-type: none;
|
52
|
-
margin-left: 2em;
|
53
|
-
text-indent: -.8em;
|
54
|
-
|
55
|
-
li {
|
56
|
-
[class^="icon-"],
|
57
|
-
[class*=" icon-"] {
|
58
|
-
width: .8em;
|
59
|
-
}
|
60
|
-
.icon-large:before,
|
61
|
-
.icon-large:before {
|
62
|
-
/* 1.5 increased font size for icon-large * 1.25 width */
|
63
|
-
vertical-align: initial; // width: 1.5*1.25em;
|
64
|
-
}
|
65
|
-
}
|
66
|
-
}
|
67
|
-
|
68
|
-
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
69
|
-
readers do not read off random characters that represent icons */
|
70
|
-
.icon-glass:before { content: "\f000"; }
|
71
|
-
.icon-music:before { content: "\f001"; }
|
72
|
-
.icon-search:before { content: "\f002"; }
|
73
|
-
.icon-envelope:before { content: "\f003"; }
|
74
|
-
.icon-heart:before { content: "\f004"; }
|
75
|
-
.icon-star:before { content: "\f005"; }
|
76
|
-
.icon-star-empty:before { content: "\f006"; }
|
77
|
-
.icon-user:before { content: "\f007"; }
|
78
|
-
.icon-film:before { content: "\f008"; }
|
79
|
-
.icon-th-large:before { content: "\f009"; }
|
80
|
-
.icon-th:before { content: "\f00a"; }
|
81
|
-
.icon-th-list:before { content: "\f00b"; }
|
82
|
-
.icon-ok:before { content: "\f00c"; }
|
83
|
-
.icon-remove:before { content: "\f00d"; }
|
84
|
-
.icon-zoom-in:before { content: "\f00e"; }
|
85
|
-
|
86
|
-
.icon-zoom-out:before { content: "\f010"; }
|
87
|
-
.icon-off:before { content: "\f011"; }
|
88
|
-
.icon-signal:before { content: "\f012"; }
|
89
|
-
.icon-cog:before { content: "\f013"; }
|
90
|
-
.icon-trash:before { content: "\f014"; }
|
91
|
-
.icon-home:before { content: "\f015"; }
|
92
|
-
.icon-file:before { content: "\f016"; }
|
93
|
-
.icon-time:before { content: "\f017"; }
|
94
|
-
.icon-road:before { content: "\f018"; }
|
95
|
-
.icon-download-alt:before { content: "\f019"; }
|
96
|
-
.icon-download:before { content: "\f01a"; }
|
97
|
-
.icon-upload:before { content: "\f01b"; }
|
98
|
-
.icon-inbox:before { content: "\f01c"; }
|
99
|
-
.icon-play-circle:before { content: "\f01d"; }
|
100
|
-
.icon-repeat:before { content: "\f01e"; }
|
101
|
-
|
102
|
-
/* \f020 is not a valid unicode character. all shifted one down */
|
103
|
-
.icon-refresh:before { content: "\f021"; }
|
104
|
-
.icon-list-alt:before { content: "\f022"; }
|
105
|
-
.icon-lock:before { content: "\f023"; }
|
106
|
-
.icon-flag:before { content: "\f024"; }
|
107
|
-
.icon-headphones:before { content: "\f025"; }
|
108
|
-
.icon-volume-off:before { content: "\f026"; }
|
109
|
-
.icon-volume-down:before { content: "\f027"; }
|
110
|
-
.icon-volume-up:before { content: "\f028"; }
|
111
|
-
.icon-qrcode:before { content: "\f029"; }
|
112
|
-
.icon-barcode:before { content: "\f02a"; }
|
113
|
-
.icon-tag:before { content: "\f02b"; }
|
114
|
-
.icon-tags:before { content: "\f02c"; }
|
115
|
-
.icon-book:before { content: "\f02d"; }
|
116
|
-
.icon-bookmark:before { content: "\f02e"; }
|
117
|
-
.icon-print:before { content: "\f02f"; }
|
118
|
-
|
119
|
-
.icon-camera:before { content: "\f030"; }
|
120
|
-
.icon-font:before { content: "\f031"; }
|
121
|
-
.icon-bold:before { content: "\f032"; }
|
122
|
-
.icon-italic:before { content: "\f033"; }
|
123
|
-
.icon-text-height:before { content: "\f034"; }
|
124
|
-
.icon-text-width:before { content: "\f035"; }
|
125
|
-
.icon-align-left:before { content: "\f036"; }
|
126
|
-
.icon-align-center:before { content: "\f037"; }
|
127
|
-
.icon-align-right:before { content: "\f038"; }
|
128
|
-
.icon-align-justify:before { content: "\f039"; }
|
129
|
-
.icon-list:before { content: "\f03a"; }
|
130
|
-
.icon-indent-left:before { content: "\f03b"; }
|
131
|
-
.icon-indent-right:before { content: "\f03c"; }
|
132
|
-
.icon-facetime-video:before { content: "\f03d"; }
|
133
|
-
.icon-picture:before { content: "\f03e"; }
|
134
|
-
|
135
|
-
.icon-pencil:before { content: "\f040"; }
|
136
|
-
.icon-map-marker:before { content: "\f041"; }
|
137
|
-
.icon-adjust:before { content: "\f042"; }
|
138
|
-
.icon-tint:before { content: "\f043"; }
|
139
|
-
.icon-edit:before { content: "\f044"; }
|
140
|
-
.icon-share:before { content: "\f045"; }
|
141
|
-
.icon-check:before { content: "\f046"; }
|
142
|
-
.icon-move:before { content: "\f047"; }
|
143
|
-
.icon-step-backward:before { content: "\f048"; }
|
144
|
-
.icon-fast-backward:before { content: "\f049"; }
|
145
|
-
.icon-backward:before { content: "\f04a"; }
|
146
|
-
.icon-play:before { content: "\f04b"; }
|
147
|
-
.icon-pause:before { content: "\f04c"; }
|
148
|
-
.icon-stop:before { content: "\f04d"; }
|
149
|
-
.icon-forward:before { content: "\f04e"; }
|
150
|
-
|
151
|
-
.icon-fast-forward:before { content: "\f050"; }
|
152
|
-
.icon-step-forward:before { content: "\f051"; }
|
153
|
-
.icon-eject:before { content: "\f052"; }
|
154
|
-
.icon-chevron-left:before { content: "\f053"; }
|
155
|
-
.icon-chevron-right:before { content: "\f054"; }
|
156
|
-
.icon-plus-sign:before { content: "\f055"; }
|
157
|
-
.icon-minus-sign:before { content: "\f056"; }
|
158
|
-
.icon-remove-sign:before { content: "\f057"; }
|
159
|
-
.icon-ok-sign:before { content: "\f058"; }
|
160
|
-
.icon-question-sign:before { content: "\f059"; }
|
161
|
-
.icon-info-sign:before { content: "\f05a"; }
|
162
|
-
.icon-screenshot:before { content: "\f05b"; }
|
163
|
-
.icon-remove-circle:before { content: "\f05c"; }
|
164
|
-
.icon-ok-circle:before { content: "\f05d"; }
|
165
|
-
.icon-ban-circle:before { content: "\f05e"; }
|
166
|
-
|
167
|
-
.icon-arrow-left:before { content: "\f060"; }
|
168
|
-
.icon-arrow-right:before { content: "\f061"; }
|
169
|
-
.icon-arrow-up:before { content: "\f062"; }
|
170
|
-
.icon-arrow-down:before { content: "\f063"; }
|
171
|
-
.icon-share-alt:before { content: "\f064"; }
|
172
|
-
.icon-resize-full:before { content: "\f065"; }
|
173
|
-
.icon-resize-small:before { content: "\f066"; }
|
174
|
-
.icon-plus:before { content: "\f067"; }
|
175
|
-
.icon-minus:before { content: "\f068"; }
|
176
|
-
.icon-asterisk:before { content: "\f069"; }
|
177
|
-
.icon-exclamation-sign:before { content: "\f06a"; }
|
178
|
-
.icon-gift:before { content: "\f06b"; }
|
179
|
-
.icon-leaf:before { content: "\f06c"; }
|
180
|
-
.icon-fire:before { content: "\f06d"; }
|
181
|
-
.icon-eye-open:before { content: "\f06e"; }
|
182
|
-
|
183
|
-
.icon-eye-close:before { content: "\f070"; }
|
184
|
-
.icon-warning-sign:before { content: "\f071"; }
|
185
|
-
.icon-plane:before { content: "\f072"; }
|
186
|
-
.icon-calendar:before { content: "\f073"; }
|
187
|
-
.icon-random:before { content: "\f074"; }
|
188
|
-
.icon-comment:before { content: "\f075"; }
|
189
|
-
.icon-magnet:before { content: "\f076"; }
|
190
|
-
.icon-chevron-up:before { content: "\f077"; }
|
191
|
-
.icon-chevron-down:before { content: "\f078"; }
|
192
|
-
.icon-retweet:before { content: "\f079"; }
|
193
|
-
.icon-shopping-cart:before { content: "\f07a"; }
|
194
|
-
.icon-folder-close:before { content: "\f07b"; }
|
195
|
-
.icon-folder-open:before { content: "\f07c"; }
|
196
|
-
.icon-resize-vertical:before { content: "\f07d"; }
|
197
|
-
.icon-resize-horizontal:before { content: "\f07e"; }
|
198
|
-
|
199
|
-
.icon-bar-chart:before { content: "\f080"; }
|
200
|
-
.icon-twitter-sign:before { content: "\f081"; }
|
201
|
-
.icon-facebook-sign:before { content: "\f082"; }
|
202
|
-
.icon-camera-retro:before { content: "\f083"; }
|
203
|
-
.icon-key:before { content: "\f084"; }
|
204
|
-
.icon-cogs:before { content: "\f085"; }
|
205
|
-
.icon-comments:before { content: "\f086"; }
|
206
|
-
.icon-thumbs-up:before { content: "\f087"; }
|
207
|
-
.icon-thumbs-down:before { content: "\f088"; }
|
208
|
-
.icon-star-half:before { content: "\f089"; }
|
209
|
-
.icon-heart-empty:before { content: "\f08a"; }
|
210
|
-
.icon-signout:before { content: "\f08b"; }
|
211
|
-
.icon-linkedin-sign:before { content: "\f08c"; }
|
212
|
-
.icon-pushpin:before { content: "\f08d"; }
|
213
|
-
.icon-external-link:before { content: "\f08e"; }
|
214
|
-
|
215
|
-
.icon-signin:before { content: "\f090"; }
|
216
|
-
.icon-trophy:before { content: "\f091"; }
|
217
|
-
.icon-github-sign:before { content: "\f092"; }
|
218
|
-
.icon-upload-alt:before { content: "\f093"; }
|
219
|
-
.icon-lemon:before { content: "\f094"; }
|
220
|
-
.icon-phone:before { content: "\f095"; }
|
221
|
-
.icon-check-empty:before { content: "\f096"; }
|
222
|
-
.icon-bookmark-empty:before { content: "\f097"; }
|
223
|
-
.icon-phone-sign:before { content: "\f098"; }
|
224
|
-
.icon-twitter:before { content: "\f099"; }
|
225
|
-
.icon-facebook:before { content: "\f09a"; }
|
226
|
-
.icon-github:before { content: "\f09b"; }
|
227
|
-
.icon-unlock:before { content: "\f09c"; }
|
228
|
-
.icon-credit-card:before { content: "\f09d"; }
|
229
|
-
.icon-rss:before { content: "\f09e"; }
|
230
|
-
|
231
|
-
.icon-hdd:before { content: "\f0a0"; }
|
232
|
-
.icon-bullhorn:before { content: "\f0a1"; }
|
233
|
-
.icon-bell:before { content: "\f0a2"; }
|
234
|
-
.icon-certificate:before { content: "\f0a3"; }
|
235
|
-
.icon-hand-right:before { content: "\f0a4"; }
|
236
|
-
.icon-hand-left:before { content: "\f0a5"; }
|
237
|
-
.icon-hand-up:before { content: "\f0a6"; }
|
238
|
-
.icon-hand-down:before { content: "\f0a7"; }
|
239
|
-
.icon-circle-arrow-left:before { content: "\f0a8"; }
|
240
|
-
.icon-circle-arrow-right:before { content: "\f0a9"; }
|
241
|
-
.icon-circle-arrow-up:before { content: "\f0aa"; }
|
242
|
-
.icon-circle-arrow-down:before { content: "\f0ab"; }
|
243
|
-
.icon-globe:before { content: "\f0ac"; }
|
244
|
-
.icon-wrench:before { content: "\f0ad"; }
|
245
|
-
.icon-tasks:before { content: "\f0ae"; }
|
246
|
-
|
247
|
-
.icon-filter:before { content: "\f0b0"; }
|
248
|
-
.icon-briefcase:before { content: "\f0b1"; }
|
249
|
-
.icon-fullscreen:before { content: "\f0b2"; }
|
250
|
-
|
251
|
-
.icon-group:before { content: "\f0c0"; }
|
252
|
-
.icon-link:before { content: "\f0c1"; }
|
253
|
-
.icon-cloud:before { content: "\f0c2"; }
|
254
|
-
.icon-beaker:before { content: "\f0c3"; }
|
255
|
-
.icon-cut:before { content: "\f0c4"; }
|
256
|
-
.icon-copy:before { content: "\f0c5"; }
|
257
|
-
.icon-paper-clip:before { content: "\f0c6"; }
|
258
|
-
.icon-save:before { content: "\f0c7"; }
|
259
|
-
.icon-sign-blank:before { content: "\f0c8"; }
|
260
|
-
.icon-reorder:before { content: "\f0c9"; }
|
261
|
-
.icon-list-ul:before { content: "\f0ca"; }
|
262
|
-
.icon-list-ol:before { content: "\f0cb"; }
|
263
|
-
.icon-strikethrough:before { content: "\f0cc"; }
|
264
|
-
.icon-underline:before { content: "\f0cd"; }
|
265
|
-
.icon-table:before { content: "\f0ce"; }
|
266
|
-
|
267
|
-
.icon-magic:before { content: "\f0d0"; }
|
268
|
-
.icon-truck:before { content: "\f0d1"; }
|
269
|
-
.icon-pinterest:before { content: "\f0d2"; }
|
270
|
-
.icon-pinterest-sign:before { content: "\f0d3"; }
|
271
|
-
.icon-google-plus-sign:before { content: "\f0d4"; }
|
272
|
-
.icon-google-plus:before { content: "\f0d5"; }
|
273
|
-
.icon-money:before { content: "\f0d6"; }
|
274
|
-
.icon-caret-down:before { content: "\f0d7"; }
|
275
|
-
.icon-caret-up:before { content: "\f0d8"; }
|
276
|
-
.icon-caret-left:before { content: "\f0d9"; }
|
277
|
-
.icon-caret-right:before { content: "\f0da"; }
|
278
|
-
.icon-columns:before { content: "\f0db"; }
|
279
|
-
.icon-sort:before { content: "\f0dc"; }
|
280
|
-
.icon-sort-down:before { content: "\f0dd"; }
|
281
|
-
.icon-sort-up:before { content: "\f0de"; }
|
282
|
-
|
283
|
-
.icon-envelope-alt:before { content: "\f0e0"; }
|
284
|
-
.icon-linkedin:before { content: "\f0e1"; }
|
285
|
-
.icon-undo:before { content: "\f0e2"; }
|
286
|
-
.icon-legal:before { content: "\f0e3"; }
|
287
|
-
.icon-dashboard:before { content: "\f0e4"; }
|
288
|
-
.icon-comment-alt:before { content: "\f0e5"; }
|
289
|
-
.icon-comments-alt:before { content: "\f0e6"; }
|
290
|
-
.icon-bolt:before { content: "\f0e7"; }
|
291
|
-
.icon-sitemap:before { content: "\f0e8"; }
|
292
|
-
.icon-umbrella:before { content: "\f0e9"; }
|
293
|
-
.icon-paste:before { content: "\f0ea"; }
|
294
|
-
|
295
|
-
.icon-user-md:before { content: "\f200"; }
|
@@ -1,345 +0,0 @@
|
|
1
|
-
/* BASE FORM STYLES
|
2
|
-
----------------- */
|
3
|
-
|
4
|
-
label {
|
5
|
-
font-weight: bold;
|
6
|
-
font-size: 12px;
|
7
|
-
}
|
8
|
-
|
9
|
-
fieldset {
|
10
|
-
border: 1px solid $grayLight;
|
11
|
-
font-size: 12px;
|
12
|
-
line-height: 1.3em;
|
13
|
-
margin: 0 0 1.5em;
|
14
|
-
padding: 0 1.4em 1.4em 1.4em;
|
15
|
-
}
|
16
|
-
|
17
|
-
legend {
|
18
|
-
background: $whiteDark;
|
19
|
-
border: 1px solid $grayLight;
|
20
|
-
@include border-radius;
|
21
|
-
font-weight: bold;
|
22
|
-
display: block;
|
23
|
-
left: 0;
|
24
|
-
margin: 0;
|
25
|
-
padding: rhythm(.2) rhythm(.8);
|
26
|
-
position: relative;
|
27
|
-
@include text-shadow( 1px 1px 0 rgba($white, .7) );
|
28
|
-
top: 0;
|
29
|
-
}
|
30
|
-
|
31
|
-
fieldset {
|
32
|
-
padding-top: 1.4em;
|
33
|
-
}
|
34
|
-
|
35
|
-
legend {
|
36
|
-
margin-top: 0;
|
37
|
-
margin-bottom: 0;
|
38
|
-
}
|
39
|
-
|
40
|
-
/* INPUT WIDTH
|
41
|
-
----------------- */
|
42
|
-
|
43
|
-
.input-tiny {
|
44
|
-
width: 50px;
|
45
|
-
}
|
46
|
-
|
47
|
-
.input-small {
|
48
|
-
width: 100px;
|
49
|
-
}
|
50
|
-
|
51
|
-
.input-medium {
|
52
|
-
width: 150px;
|
53
|
-
}
|
54
|
-
|
55
|
-
.input-large {
|
56
|
-
width: 200px;
|
57
|
-
}
|
58
|
-
|
59
|
-
.input-xlarge {
|
60
|
-
width: 250px;
|
61
|
-
}
|
62
|
-
|
63
|
-
.input-xxlarge {
|
64
|
-
width: 300px;
|
65
|
-
}
|
66
|
-
|
67
|
-
.input-xxxlarge {
|
68
|
-
width: 350px;
|
69
|
-
}
|
70
|
-
|
71
|
-
.input-full {
|
72
|
-
width: 100%;
|
73
|
-
}
|
74
|
-
|
75
|
-
// Added via JS to <textarea> and class="input-full".
|
76
|
-
// Applies only to IE7. Other browsers don't need it.
|
77
|
-
|
78
|
-
.input_full_wrap {
|
79
|
-
display: block;
|
80
|
-
padding-right: 8px;
|
81
|
-
}
|
82
|
-
|
83
|
-
/* UI Consistency
|
84
|
-
----------------- */
|
85
|
-
|
86
|
-
input[type="search"]::-webkit-search-decoration {
|
87
|
-
display: none;
|
88
|
-
}
|
89
|
-
|
90
|
-
button,
|
91
|
-
select {
|
92
|
-
// Suppress red glow that Firefox
|
93
|
-
// adds to form fields by default.
|
94
|
-
&:invalid {
|
95
|
-
@include box-shadow(none);
|
96
|
-
}
|
97
|
-
}
|
98
|
-
|
99
|
-
// For Firefox
|
100
|
-
input,
|
101
|
-
textarea {
|
102
|
-
// Add blue glow.
|
103
|
-
@include border-radius(3px);
|
104
|
-
@include single-transition(all, .2s, linear, 0s);
|
105
|
-
// Suppress red glow that Firefox
|
106
|
-
// adds to form fields by default.
|
107
|
-
&:invalid {
|
108
|
-
@include box-shadow(none); }
|
109
|
-
|
110
|
-
}
|
111
|
-
|
112
|
-
input[type="file"],
|
113
|
-
input[type="radio"],
|
114
|
-
input[type="checkbox"],
|
115
|
-
select,
|
116
|
-
button,
|
117
|
-
input[type="reset"],
|
118
|
-
input[type="submit"],
|
119
|
-
input[type="button"] {
|
120
|
-
&:focus {
|
121
|
-
@include tab-focus();
|
122
|
-
@include box-shadow(none); // override for file inputs
|
123
|
-
}
|
124
|
-
}
|
125
|
-
|
126
|
-
input[type="file"],
|
127
|
-
input[type="radio"],
|
128
|
-
input[type="checkbox"] {
|
129
|
-
&:focus,
|
130
|
-
&:active {
|
131
|
-
@include box-shadow(none);
|
132
|
-
}
|
133
|
-
}
|
134
|
-
|
135
|
-
button,
|
136
|
-
input[type="reset"],
|
137
|
-
input[type="submit"],
|
138
|
-
input[type="button"] {
|
139
|
-
-webkit-appearance: none;
|
140
|
-
@include border-radius(3px);
|
141
|
-
@include background-clip(padding-box);
|
142
|
-
background: darken($white, 5%) image-url('button.png') repeat-x;
|
143
|
-
@include background-image(linear-gradient($white, darken($white, 5%)));
|
144
|
-
border: 1px solid darken($white, 10%);
|
145
|
-
cursor: pointer;
|
146
|
-
color: #333333;
|
147
|
-
// Helvetica Neue present, because it works better
|
148
|
-
// for line-height on buttons than Arial, on OS X.
|
149
|
-
font: bold 12px / 1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
|
150
|
-
outline: 0;
|
151
|
-
overflow: visible;
|
152
|
-
margin: 0;
|
153
|
-
padding: 10px 20px;
|
154
|
-
// IE7
|
155
|
-
*padding-top: 2px;
|
156
|
-
*padding-bottom: 0;
|
157
|
-
// Kill phantom spacing and dotted
|
158
|
-
// border that appears in Firefox.
|
159
|
-
text-shadow: white 0 1px 1px;
|
160
|
-
@include transition(none);
|
161
|
-
vertical-align: top;
|
162
|
-
width: auto;
|
163
|
-
&:hover {
|
164
|
-
background: $white;
|
165
|
-
@include background-image(linear-gradient(darken($white, 5%), $white));
|
166
|
-
}
|
167
|
-
&:active {
|
168
|
-
@include single-box-shadow( rgba($black, .15), 0, 2px, 3px, 0, true );
|
169
|
-
outline: 0;
|
170
|
-
}
|
171
|
-
|
172
|
-
&::-moz-focus-inner {
|
173
|
-
border: 0;
|
174
|
-
padding: 0;
|
175
|
-
}
|
176
|
-
}
|
177
|
-
|
178
|
-
button {
|
179
|
-
// IE7
|
180
|
-
*padding-top: 1px;
|
181
|
-
*padding-bottom: 1px;
|
182
|
-
}
|
183
|
-
|
184
|
-
textarea,
|
185
|
-
select,
|
186
|
-
input[type="date"],
|
187
|
-
input[type="datetime"],
|
188
|
-
input[type="datetime-local"],
|
189
|
-
input[type="email"],
|
190
|
-
input[type="month"],
|
191
|
-
input[type="number"],
|
192
|
-
input[type="password"],
|
193
|
-
input[type="search"],
|
194
|
-
input[type="tel"],
|
195
|
-
input[type="text"],
|
196
|
-
input[type="time"],
|
197
|
-
input[type="url"],
|
198
|
-
input[type="week"] {
|
199
|
-
@include box-sizing(border-box);
|
200
|
-
@include background-clip(padding-box);
|
201
|
-
@include border-radius(3px);
|
202
|
-
@include single-box-shadow( rgba($black, 0.075), 0, 1px, 1px, 0, true );
|
203
|
-
-webkit-appearance: none;
|
204
|
-
background-color: $white;
|
205
|
-
border: 1px solid;
|
206
|
-
border-color: $gray;
|
207
|
-
color: $black;
|
208
|
-
outline: 0;
|
209
|
-
margin: 0;
|
210
|
-
padding: 3px 4px;
|
211
|
-
text-align: left;
|
212
|
-
font-size: 13px;
|
213
|
-
// Leaving out Helvetica Neue, to not throw off size="..."
|
214
|
-
// on inputs. Arial is more reliable, on Windows and OS X.
|
215
|
-
font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
|
216
|
-
height: 2em;
|
217
|
-
vertical-align: top;
|
218
|
-
// IE7
|
219
|
-
*padding-top: 2px;
|
220
|
-
*padding-bottom: 1px;
|
221
|
-
*height: auto;
|
222
|
-
&[disabled] {
|
223
|
-
background-color: $grayLighter;
|
224
|
-
}
|
225
|
-
&:focus {
|
226
|
-
border-color: rgba(82,168,236,.8);
|
227
|
-
outline: 0;
|
228
|
-
outline: thin dotted \9; /* IE6-9 */
|
229
|
-
@include box-shadow(
|
230
|
-
inset 0 1px 1px rgba($black, .075),
|
231
|
-
0 0 8px rgba(82,168,236,.6)
|
232
|
-
);
|
233
|
-
}
|
234
|
-
}
|
235
|
-
|
236
|
-
button[disabled],
|
237
|
-
input[disabled],
|
238
|
-
select[disabled],
|
239
|
-
select[disabled] option,
|
240
|
-
select[disabled] optgroup,
|
241
|
-
textarea[disabled] {
|
242
|
-
@include box-shadow(none);
|
243
|
-
-moz-user-select: -moz-none;
|
244
|
-
-webkit-user-select: none;
|
245
|
-
-khtml-user-select: none;
|
246
|
-
user-select: none;
|
247
|
-
color: #888888;
|
248
|
-
cursor: default;
|
249
|
-
}
|
250
|
-
|
251
|
-
// Separate rule for Firefox.
|
252
|
-
// Separate rule for IE, too.
|
253
|
-
// Cannot stack with WebKit's.
|
254
|
-
input::-webkit-input-placeholder,
|
255
|
-
textarea::-webkit-input-placeholder {
|
256
|
-
color: #888888;
|
257
|
-
}
|
258
|
-
|
259
|
-
input:-moz-placeholder,
|
260
|
-
textarea:-moz-placeholder {
|
261
|
-
color: #888888;
|
262
|
-
}
|
263
|
-
|
264
|
-
input.placeholder_text,
|
265
|
-
textarea.placeholder_text {
|
266
|
-
color: #888888;
|
267
|
-
}
|
268
|
-
|
269
|
-
textarea,
|
270
|
-
select[size],
|
271
|
-
select[multiple] {
|
272
|
-
height: auto;
|
273
|
-
}
|
274
|
-
|
275
|
-
// Set height back to normal,
|
276
|
-
// for Opera, WebKit, and IE.
|
277
|
-
select[size="0"],
|
278
|
-
select[size="1"] {
|
279
|
-
height: 1.8em;
|
280
|
-
// IE7
|
281
|
-
*height: auto;
|
282
|
-
}
|
283
|
-
|
284
|
-
// Tweaks for Safari + Chrome.
|
285
|
-
@media (-webkit-min-device-pixel-ratio: 0) {
|
286
|
-
select[size],
|
287
|
-
select[multiple],
|
288
|
-
select[multiple][size] {
|
289
|
-
background-image: none;
|
290
|
-
padding-right: 3px;
|
291
|
-
}
|
292
|
-
|
293
|
-
select,
|
294
|
-
select[size="0"],
|
295
|
-
select[size="1"] {
|
296
|
-
background-image: image-url("select_arrow.gif");
|
297
|
-
background-repeat: no-repeat;
|
298
|
-
background-position: right center;
|
299
|
-
padding-right: 20px;
|
300
|
-
}
|
301
|
-
|
302
|
-
::-webkit-validation-bubble-message {
|
303
|
-
-webkit-box-shadow: none;
|
304
|
-
box-shadow: none;
|
305
|
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, $black));
|
306
|
-
border: 1px solid;
|
307
|
-
border-color: #747474 #5e5e5e #4f4f4f;
|
308
|
-
color: $white;
|
309
|
-
font: 13px / 17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
|
310
|
-
overflow: hidden;
|
311
|
-
padding: 15px 15px 17px;
|
312
|
-
@include text-shadow($black 0 0 1px);
|
313
|
-
height: 16px;
|
314
|
-
}
|
315
|
-
|
316
|
-
::-webkit-validation-bubble-arrow,
|
317
|
-
::-webkit-validation-bubble-top-outer-arrow,
|
318
|
-
::-webkit-validation-bubble-top-inner-arrow {
|
319
|
-
-webkit-box-shadow: none;
|
320
|
-
box-shadow: none;
|
321
|
-
background: #666666;
|
322
|
-
border: 0;
|
323
|
-
}
|
324
|
-
}
|
325
|
-
|
326
|
-
textarea {
|
327
|
-
min-height: 40px;
|
328
|
-
overflow: auto;
|
329
|
-
resize: vertical;
|
330
|
-
width: 100%;
|
331
|
-
}
|
332
|
-
|
333
|
-
optgroup {
|
334
|
-
color: $black;
|
335
|
-
font-style: normal;
|
336
|
-
font-weight: normal;
|
337
|
-
// Font family repeated, for Firefox.
|
338
|
-
font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
|
339
|
-
// Kill phantom spacing and dotted
|
340
|
-
// border that appears in Firefox.
|
341
|
-
&::-moz-focus-inner {
|
342
|
-
border: 0;
|
343
|
-
padding: 0;
|
344
|
-
}
|
345
|
-
}
|
@@ -1,37 +0,0 @@
|
|
1
|
-
.container {
|
2
|
-
@include container;
|
3
|
-
}
|
4
|
-
|
5
|
-
.row {
|
6
|
-
@extend .clearfix;
|
7
|
-
[class*="column"] {
|
8
|
-
@include columnBase;
|
9
|
-
}
|
10
|
-
}
|
11
|
-
|
12
|
-
// Generate classes for the grid
|
13
|
-
@for $n from 1 through $totalColumns {
|
14
|
-
.grid-#{$n} {
|
15
|
-
@include column($n);
|
16
|
-
}
|
17
|
-
}
|
18
|
-
|
19
|
-
// Prefix classes
|
20
|
-
//
|
21
|
-
// @for $n from 1 to $totalColumns {
|
22
|
-
// .row {
|
23
|
-
// .prefix#{$n} {
|
24
|
-
// @include prepend($n);
|
25
|
-
// }
|
26
|
-
// }
|
27
|
-
//}
|
28
|
-
|
29
|
-
// Suffix classes
|
30
|
-
//
|
31
|
-
// @for $n from 1 to $totalColumns {
|
32
|
-
// .row {
|
33
|
-
// .suffix#{$n} {
|
34
|
-
// @include append($n);
|
35
|
-
// }
|
36
|
-
// }
|
37
|
-
// }
|