survivalkit 1.0.beta.11 → 1.0.beta.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. data/CHANGELOG.markdown +4 -0
  2. data/lib/survivalkit.rb +2 -2
  3. data/stylesheets/survivalkit/fonts/_all.scss +2 -0
  4. data/stylesheets/survivalkit/fonts/_ss-social.scss +136 -0
  5. data/stylesheets/survivalkit/fonts/_ss-standard.scss +426 -0
  6. data/stylesheets/survivalkit/reset/_reset.scss +4 -0
  7. data/templates/clean/manifest.rb +0 -2
  8. data/templates/drupal/manifest.rb +0 -2
  9. data/templates/project/manifest.rb +44 -46
  10. data/templates/project/sources/FitVids/README.md +49 -0
  11. data/templates/project/sources/FitVids/jquery.fitvids.js +80 -0
  12. data/templates/project/sources/FitVids/tests.html +66 -0
  13. data/templates/project/sources/Geared-Scrolling/README.md +31 -0
  14. data/templates/project/sources/Geared-Scrolling/css/specific.css +88 -0
  15. data/templates/project/sources/Geared-Scrolling/images/col1.png +0 -0
  16. data/templates/project/sources/Geared-Scrolling/images/col2.png +0 -0
  17. data/templates/project/sources/Geared-Scrolling/images/col3.png +0 -0
  18. data/templates/project/sources/Geared-Scrolling/images/header.png +0 -0
  19. data/templates/project/sources/Geared-Scrolling/index.html +32 -0
  20. data/templates/project/sources/Geared-Scrolling/js/init.js +11 -0
  21. data/templates/project/sources/Geared-Scrolling/js/jquery.heyday.gearedscrolling.js +283 -0
  22. data/templates/project/sources/Lettering.js/README.md +58 -0
  23. data/templates/project/sources/Lettering.js/examples/index.html +135 -0
  24. data/templates/project/sources/Lettering.js/examples/style.css +171 -0
  25. data/templates/project/sources/Lettering.js/jquery.lettering.js +66 -0
  26. data/templates/project/sources/Respond/README.md +100 -0
  27. data/templates/project/sources/Respond/cross-domain/example.html +24 -0
  28. data/templates/project/sources/Respond/cross-domain/respond-proxy.html +96 -0
  29. data/templates/project/sources/Respond/cross-domain/respond.proxy.gif +0 -0
  30. data/templates/project/sources/Respond/cross-domain/respond.proxy.js +127 -0
  31. data/templates/project/sources/Respond/respond.min.js +6 -0
  32. data/templates/project/sources/Respond/respond.src.js +326 -0
  33. data/templates/project/sources/Respond/test/test.css +80 -0
  34. data/templates/project/sources/Respond/test/test.html +20 -0
  35. data/templates/project/sources/Respond/test/test2.css +8 -0
  36. data/templates/project/sources/Respond/test/unit/index.html +29 -0
  37. data/templates/project/sources/Respond/test/unit/qunit/qunit.css +226 -0
  38. data/templates/project/sources/Respond/test/unit/qunit/qunit.js +1598 -0
  39. data/templates/project/sources/Respond/test/unit/test.css +73 -0
  40. data/templates/project/sources/Respond/test/unit/test2.css +5 -0
  41. data/templates/project/sources/Respond/test/unit/test3.css +5 -0
  42. data/templates/project/sources/Respond/test/unit/tests.js +144 -0
  43. data/templates/project/sources/box-sizing-polyfill/README.md +24 -0
  44. data/templates/project/sources/box-sizing-polyfill/boxsizing.htc +501 -0
  45. data/templates/project/sources/formalize/README.txt +26 -0
  46. data/templates/project/sources/formalize/assets/css/_formalize.sass +326 -0
  47. data/templates/project/sources/formalize/assets/css/demo.css +654 -0
  48. data/templates/project/sources/formalize/assets/css/formalize.css +368 -0
  49. data/templates/project/sources/formalize/assets/css/reset.css +211 -0
  50. data/templates/project/sources/formalize/assets/css/text.css +81 -0
  51. data/templates/project/sources/formalize/assets/images/button.png +0 -0
  52. data/templates/project/sources/formalize/assets/images/select_arrow.gif +0 -0
  53. data/templates/project/sources/formalize/assets/js/dojo.formalize.js +202 -0
  54. data/templates/project/sources/formalize/assets/js/dojo.formalize.min.js +1 -0
  55. data/templates/project/sources/formalize/assets/js/extjs.formalize.js +192 -0
  56. data/templates/project/sources/formalize/assets/js/extjs.formalize.min.js +1 -0
  57. data/templates/project/sources/formalize/assets/js/jquery.formalize.js +181 -0
  58. data/templates/project/sources/formalize/assets/js/jquery.formalize.min.js +1 -0
  59. data/templates/project/sources/formalize/assets/js/mootools.formalize.js +193 -0
  60. data/templates/project/sources/formalize/assets/js/mootools.formalize.min.js +1 -0
  61. data/templates/project/sources/formalize/assets/js/prototype.formalize.js +192 -0
  62. data/templates/project/sources/formalize/assets/js/prototype.formalize.min.js +1 -0
  63. data/templates/project/sources/formalize/assets/js/yui.formalize.js +183 -0
  64. data/templates/project/sources/formalize/assets/js/yui.formalize.min.js +1 -0
  65. data/templates/project/sources/formalize/demo.html +130 -0
  66. data/templates/project/sources/formalize/dojo_demo.html +215 -0
  67. data/templates/project/sources/formalize/dojo_disabled.html +215 -0
  68. data/templates/project/sources/formalize/dojo_errors.html +215 -0
  69. data/templates/project/sources/formalize/extjs_demo.html +215 -0
  70. data/templates/project/sources/formalize/extjs_disabled.html +215 -0
  71. data/templates/project/sources/formalize/extjs_errors.html +215 -0
  72. data/templates/project/sources/formalize/jquery_demo.html +215 -0
  73. data/templates/project/sources/formalize/jquery_disabled.html +215 -0
  74. data/templates/project/sources/formalize/jquery_errors.html +215 -0
  75. data/templates/project/sources/formalize/mootools_demo.html +215 -0
  76. data/templates/project/sources/formalize/mootools_disabled.html +215 -0
  77. data/templates/project/sources/formalize/mootools_errors.html +215 -0
  78. data/templates/project/sources/formalize/prototype_demo.html +215 -0
  79. data/templates/project/sources/formalize/prototype_disabled.html +215 -0
  80. data/templates/project/sources/formalize/prototype_errors.html +215 -0
  81. data/templates/project/sources/formalize/unstyled.html +210 -0
  82. data/templates/project/sources/formalize/yui_demo.html +223 -0
  83. data/templates/project/sources/formalize/yui_disabled.html +223 -0
  84. data/templates/project/sources/formalize/yui_errors.html +223 -0
  85. data/templates/project/sources/iOS-Orientationchange-Fix/README.md +16 -0
  86. data/templates/project/sources/iOS-Orientationchange-Fix/demo.html +43 -0
  87. data/templates/project/sources/iOS-Orientationchange-Fix/ios-orientationchange-fix.js +56 -0
  88. data/templates/project/sources/jQuery-widowFix/index.html +159 -0
  89. data/templates/project/sources/jQuery-widowFix/js/jquery-1.4.3.min.js +166 -0
  90. data/templates/project/sources/jQuery-widowFix/js/jquery.widowFix-1.3.2.js +135 -0
  91. data/templates/project/sources/jQuery-widowFix/js/jquery.widowFix-1.3.2.min.js +10 -0
  92. data/templates/project/sources/jQuery-widowFix/sample.html +84 -0
  93. data/templates/project/sources/jquery-html5-placeholder-shim/jquery.html5-placeholder-shim.js +96 -0
  94. data/templates/project/sources/jquery-html5-placeholder-shim/readme.md +22 -0
  95. data/templates/project/sources/jquery-html5-placeholder-shim/test.html +103 -0
  96. data/templates/project/sources/ss-social/ss-social.js +78 -0
  97. data/templates/project/sources/ss-standard/ss-standard.js +78 -0
  98. data/templates/shared/partials/01-variables/_colors.scss +2 -6
  99. data/templates/shared/partials/01-variables/_fonts.scss +49 -2
  100. data/templates/shared/partials/01-variables/_settings.scss +48 -13
  101. data/templates/shared/partials/04-base/_all.scss +0 -2
  102. data/templates/shared/partials/04-base/_common.scss +0 -4
  103. data/templates/shared/partials/05-layout/_grids-susy.scss +4 -4
  104. data/templates/shared/style.scss +9 -9
  105. metadata +93 -5
  106. data/templates/shared/partials/04-base/_edits.scss +0 -8
  107. data/templates/shared/partials/04-base/_font-face.scss +0 -14
@@ -0,0 +1,368 @@
1
+ .input_tiny {
2
+ width: 50px;
3
+ }
4
+
5
+ .input_small {
6
+ width: 100px;
7
+ }
8
+
9
+ .input_medium {
10
+ width: 150px;
11
+ }
12
+
13
+ .input_large {
14
+ width: 200px;
15
+ }
16
+
17
+ .input_xlarge {
18
+ width: 250px;
19
+ }
20
+
21
+ .input_xxlarge {
22
+ width: 300px;
23
+ }
24
+
25
+ .input_full {
26
+ width: 100%;
27
+ }
28
+
29
+ .input_full_wrap {
30
+ display: block;
31
+ padding-right: 8px;
32
+ }
33
+
34
+ input[type="search"]::-webkit-search-decoration {
35
+ display: none;
36
+ }
37
+
38
+ input:invalid,
39
+ button:invalid,
40
+ a.button:invalid,
41
+ select:invalid,
42
+ textarea:invalid {
43
+ -webkit-box-shadow: none;
44
+ -moz-box-shadow: none;
45
+ box-shadow: none;
46
+ }
47
+ input:focus,
48
+ button:focus,
49
+ a.button:focus,
50
+ select:focus,
51
+ textarea:focus {
52
+ -webkit-box-shadow: #0066ff 0 0 5px 0;
53
+ -moz-box-shadow: #0066ff 0 0 5px 0;
54
+ box-shadow: #0066ff 0 0 5px 0;
55
+ z-index: 1;
56
+ }
57
+
58
+ input[type="file"]:focus, input[type="file"]:active,
59
+ input[type="radio"]:focus,
60
+ input[type="radio"]:active,
61
+ input[type="checkbox"]:focus,
62
+ input[type="checkbox"]:active {
63
+ -webkit-box-shadow: none;
64
+ -moz-box-shadow: none;
65
+ box-shadow: none;
66
+ }
67
+
68
+ button,
69
+ a.button,
70
+ input[type="reset"],
71
+ input[type="submit"],
72
+ input[type="button"] {
73
+ -webkit-appearance: none;
74
+ -webkit-border-radius: 4px;
75
+ -moz-border-radius: 4px;
76
+ -ms-border-radius: 4px;
77
+ -o-border-radius: 4px;
78
+ border-radius: 4px;
79
+ -webkit-background-clip: padding;
80
+ -moz-background-clip: padding;
81
+ background-clip: padding-box;
82
+ background: #dddddd url('../images/button.png?1298351022') repeat-x;
83
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
84
+ background-image: -webkit-linear-gradient(#ffffff, #dddddd);
85
+ background-image: -moz-linear-gradient(#ffffff, #dddddd);
86
+ background-image: -o-linear-gradient(#ffffff, #dddddd);
87
+ background-image: -ms-linear-gradient(#ffffff, #dddddd);
88
+ background-image: linear-gradient(#ffffff, #dddddd);
89
+ border: 1px solid;
90
+ border-color: #dddddd #bbbbbb #999999;
91
+ cursor: pointer;
92
+ color: #333333;
93
+ display: inline-block;
94
+ font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
95
+ outline: 0;
96
+ overflow: visible;
97
+ margin: 0;
98
+ padding: 3px 10px;
99
+ text-shadow: white 0 1px 1px;
100
+ text-decoration: none;
101
+ vertical-align: top;
102
+ width: auto;
103
+ *padding-top: 2px;
104
+ *padding-bottom: 0;
105
+ }
106
+ button:hover,
107
+ a.button:hover,
108
+ input[type="reset"]:hover,
109
+ input[type="submit"]:hover,
110
+ input[type="button"]:hover {
111
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
112
+ background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
113
+ background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
114
+ background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
115
+ background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
116
+ background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
117
+ }
118
+ button:active,
119
+ a.button:active,
120
+ input[type="reset"]:active,
121
+ input[type="submit"]:active,
122
+ input[type="button"]:active {
123
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
124
+ background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
125
+ background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
126
+ background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
127
+ background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
128
+ background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
129
+ -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
130
+ -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
131
+ box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
132
+ border-color: #999999 #bbbbbb #dddddd;
133
+ }
134
+ button::-moz-focus-inner,
135
+ a.button::-moz-focus-inner,
136
+ input[type="reset"]::-moz-focus-inner,
137
+ input[type="submit"]::-moz-focus-inner,
138
+ input[type="button"]::-moz-focus-inner {
139
+ border: 0;
140
+ padding: 0;
141
+ }
142
+
143
+ a.button {
144
+ *padding-bottom: 3px;
145
+ }
146
+
147
+ button {
148
+ *padding-top: 1px;
149
+ *padding-bottom: 1px;
150
+ }
151
+
152
+ textarea,
153
+ select,
154
+ input[type="date"],
155
+ input[type="datetime"],
156
+ input[type="datetime-local"],
157
+ input[type="email"],
158
+ input[type="month"],
159
+ input[type="number"],
160
+ input[type="password"],
161
+ input[type="search"],
162
+ input[type="tel"],
163
+ input[type="text"],
164
+ input[type="time"],
165
+ input[type="url"],
166
+ input[type="week"] {
167
+ -webkit-box-sizing: border-box;
168
+ -moz-box-sizing: border-box;
169
+ box-sizing: border-box;
170
+ -webkit-background-clip: padding;
171
+ -moz-background-clip: padding;
172
+ background-clip: padding-box;
173
+ -webkit-border-radius: 0;
174
+ -moz-border-radius: 0;
175
+ -ms-border-radius: 0;
176
+ -o-border-radius: 0;
177
+ border-radius: 0;
178
+ -webkit-appearance: none;
179
+ background-color: white;
180
+ border: 1px solid;
181
+ border-color: #848484 #c1c1c1 #e1e1e1;
182
+ color: black;
183
+ outline: 0;
184
+ margin: 0;
185
+ padding: 2px 3px;
186
+ text-align: left;
187
+ font-size: 13px;
188
+ font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
189
+ height: 1.8em;
190
+ vertical-align: top;
191
+ *padding-top: 2px;
192
+ *padding-bottom: 1px;
193
+ *height: auto;
194
+ }
195
+ textarea[disabled],
196
+ select[disabled],
197
+ input[type="date"][disabled],
198
+ input[type="datetime"][disabled],
199
+ input[type="datetime-local"][disabled],
200
+ input[type="email"][disabled],
201
+ input[type="month"][disabled],
202
+ input[type="number"][disabled],
203
+ input[type="password"][disabled],
204
+ input[type="search"][disabled],
205
+ input[type="tel"][disabled],
206
+ input[type="text"][disabled],
207
+ input[type="time"][disabled],
208
+ input[type="url"][disabled],
209
+ input[type="week"][disabled] {
210
+ background-color: #eeeeee;
211
+ }
212
+
213
+ button[disabled],
214
+ input[disabled],
215
+ select[disabled],
216
+ select[disabled] option,
217
+ select[disabled] optgroup,
218
+ textarea[disabled],
219
+ a.button_disabled {
220
+ -webkit-box-shadow: none;
221
+ -moz-box-shadow: none;
222
+ box-shadow: none;
223
+ -moz-user-select: -moz-none;
224
+ -webkit-user-select: none;
225
+ -khtml-user-select: none;
226
+ user-select: none;
227
+ color: #888888;
228
+ cursor: default;
229
+ }
230
+
231
+ input::-webkit-input-placeholder,
232
+ textarea::-webkit-input-placeholder {
233
+ color: #888888;
234
+ }
235
+
236
+ input:-moz-placeholder,
237
+ textarea:-moz-placeholder {
238
+ color: #888888;
239
+ }
240
+
241
+ input.placeholder_text,
242
+ textarea.placeholder_text {
243
+ color: #888888;
244
+ }
245
+
246
+ textarea,
247
+ select[size],
248
+ select[multiple] {
249
+ height: auto;
250
+ }
251
+
252
+ select[size="0"],
253
+ select[size="1"] {
254
+ height: 1.8em;
255
+ *height: auto;
256
+ }
257
+
258
+ @media (-webkit-min-device-pixel-ratio: 0) {
259
+ select[size],
260
+ select[multiple],
261
+ select[multiple][size] {
262
+ background-image: none;
263
+ padding-right: 3px;
264
+ }
265
+
266
+ select,
267
+ select[size="0"],
268
+ select[size="1"] {
269
+ background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
270
+ background-repeat: no-repeat;
271
+ background-position: right center;
272
+ padding-right: 20px;
273
+ }
274
+
275
+ ::-webkit-validation-bubble-message {
276
+ -webkit-box-shadow: none;
277
+ box-shadow: none;
278
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
279
+ border: 1px solid;
280
+ border-color: #747474 #5e5e5e #4f4f4f;
281
+ color: white;
282
+ font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
283
+ overflow: hidden;
284
+ padding: 15px 15px 17px;
285
+ text-shadow: black 0 0 1px;
286
+ height: 16px;
287
+ }
288
+
289
+ ::-webkit-validation-bubble-arrow,
290
+ ::-webkit-validation-bubble-top-outer-arrow,
291
+ ::-webkit-validation-bubble-top-inner-arrow {
292
+ -webkit-box-shadow: none;
293
+ box-shadow: none;
294
+ background: #666666;
295
+ border: 0;
296
+ }
297
+ }
298
+ textarea {
299
+ min-height: 40px;
300
+ overflow: auto;
301
+ resize: vertical;
302
+ width: 100%;
303
+ }
304
+
305
+ optgroup {
306
+ color: black;
307
+ font-style: normal;
308
+ font-weight: normal;
309
+ font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
310
+ }
311
+ optgroup::-moz-focus-inner {
312
+ border: 0;
313
+ padding: 0;
314
+ }
315
+
316
+ .ie6_button,
317
+ * html button,
318
+ * html a.button {
319
+ background: #dddddd url('../images/button.png?1298351022') repeat-x;
320
+ border: 1px solid;
321
+ border-color: #dddddd #bbbbbb #999999;
322
+ cursor: pointer;
323
+ color: #333333;
324
+ font: bold 12px/1.2 Arial, sans-serif;
325
+ padding: 2px 10px 0px;
326
+ text-decoration: none;
327
+ overflow: visible;
328
+ vertical-align: top;
329
+ width: auto;
330
+ }
331
+
332
+ * html a.button {
333
+ position: relative;
334
+ top: 3px;
335
+ padding-bottom: 2px;
336
+ }
337
+
338
+ * html button {
339
+ padding-top: 1px;
340
+ padding-bottom: 1px;
341
+ }
342
+
343
+ .ie6_input,
344
+ * html textarea,
345
+ * html select {
346
+ background: white;
347
+ border: 1px solid;
348
+ border-color: #848484 #c1c1c1 #e1e1e1;
349
+ color: black;
350
+ padding: 2px 3px 1px;
351
+ font-size: 13px;
352
+ font-family: Arial, sans-serif;
353
+ vertical-align: top;
354
+ }
355
+
356
+ * html select {
357
+ margin-top: 1px;
358
+ }
359
+
360
+ .placeholder_text,
361
+ .ie6_input_disabled,
362
+ .ie6_button_disabled {
363
+ color: #888888;
364
+ }
365
+
366
+ .ie6_input_disabled {
367
+ background: #eeeeee;
368
+ }
@@ -0,0 +1,211 @@
1
+ /* `XHTML, HTML4, HTML5 Reset
2
+ ----------------------------------------------------------------------------------------------------*/
3
+
4
+ a,
5
+ abbr,
6
+ acronym,
7
+ address,
8
+ applet,
9
+ article,
10
+ aside,
11
+ audio,
12
+ b,
13
+ big,
14
+ blockquote,
15
+ body,
16
+ canvas,
17
+ caption,
18
+ center,
19
+ cite,
20
+ code,
21
+ dd,
22
+ del,
23
+ details,
24
+ dfn,
25
+ dialog,
26
+ div,
27
+ dl,
28
+ dt,
29
+ em,
30
+ embed,
31
+ fieldset,
32
+ figcaption,
33
+ figure,
34
+ font,
35
+ footer,
36
+ form,
37
+ h1,
38
+ h2,
39
+ h3,
40
+ h4,
41
+ h5,
42
+ h6,
43
+ header,
44
+ hgroup,
45
+ hr,
46
+ html,
47
+ i,
48
+ iframe,
49
+ img,
50
+ ins,
51
+ kbd,
52
+ label,
53
+ legend,
54
+ li,
55
+ mark,
56
+ menu,
57
+ meter,
58
+ nav,
59
+ object,
60
+ ol,
61
+ output,
62
+ p,
63
+ pre,
64
+ progress,
65
+ q,
66
+ rp,
67
+ rt,
68
+ ruby,
69
+ s,
70
+ samp,
71
+ section,
72
+ small,
73
+ span,
74
+ strike,
75
+ strong,
76
+ sub,
77
+ summary,
78
+ sup,
79
+ table,
80
+ tbody,
81
+ td,
82
+ tfoot,
83
+ th,
84
+ thead,
85
+ time,
86
+ tr,
87
+ tt,
88
+ u,
89
+ ul,
90
+ var,
91
+ video,
92
+ xmp {
93
+ border: 0;
94
+ margin: 0;
95
+ padding: 0;
96
+ font-size: 100%;
97
+ }
98
+
99
+ html,
100
+ body {
101
+ height: 100%;
102
+ }
103
+
104
+ article,
105
+ aside,
106
+ details,
107
+ figcaption,
108
+ figure,
109
+ footer,
110
+ header,
111
+ hgroup,
112
+ menu,
113
+ nav,
114
+ section {
115
+ /*
116
+ Override the default (display: inline) for
117
+ browsers that do not recognize HTML5 tags.
118
+
119
+ IE8 (and lower) requires a shiv:
120
+ http://ejohn.org/blog/html5-shiv
121
+ */
122
+ display: block;
123
+ }
124
+
125
+ b,
126
+ strong {
127
+ /*
128
+ Makes browsers agree.
129
+ IE + Opera = font-weight: bold.
130
+ Gecko + WebKit = font-weight: bolder.
131
+ */
132
+ font-weight: bold;
133
+ }
134
+
135
+ img {
136
+ color: transparent;
137
+ font-size: 0;
138
+ vertical-align: middle;
139
+ /*
140
+ For IE.
141
+ http://css-tricks.com/ie-fix-bicubic-scaling-for-images
142
+ */
143
+ -ms-interpolation-mode: bicubic;
144
+ }
145
+
146
+ ul,
147
+ ol {
148
+ list-style: none;
149
+ }
150
+
151
+ li {
152
+ /*
153
+ For IE6 + IE7:
154
+
155
+ "display: list-item" keeps bullets from
156
+ disappearing if hasLayout is triggered.
157
+ */
158
+ display: list-item;
159
+ }
160
+
161
+ table {
162
+ border-collapse: collapse;
163
+ border-spacing: 0;
164
+ }
165
+
166
+ th,
167
+ td,
168
+ caption {
169
+ font-weight: normal;
170
+ vertical-align: top;
171
+ text-align: left;
172
+ }
173
+
174
+ q {
175
+ quotes: none;
176
+ }
177
+
178
+ q:before,
179
+ q:after {
180
+ content: '';
181
+ content: none;
182
+ }
183
+
184
+ sub,
185
+ sup,
186
+ small {
187
+ font-size: 75%;
188
+ }
189
+
190
+ sub,
191
+ sup {
192
+ line-height: 0;
193
+ position: relative;
194
+ vertical-align: baseline;
195
+ }
196
+
197
+ sub {
198
+ bottom: -0.25em;
199
+ }
200
+
201
+ sup {
202
+ top: -0.5em;
203
+ }
204
+
205
+ svg {
206
+ /*
207
+ For IE9. Without, occasionally draws shapes
208
+ outside the boundaries of <svg> rectangle.
209
+ */
210
+ overflow: hidden;
211
+ }