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,26 @@
1
+ CREDITS
2
+
3
+ ExtJS port by Mike Wille:
4
+ - https://github.com/digerata
5
+
6
+ MooTools port by Ryan Florence:
7
+ - https://github.com/rpflorence
8
+
9
+ =====
10
+
11
+ Helpful bug reports filed by:
12
+ - https://github.com/wadewinningham
13
+ - https://github.com/tingletech
14
+ - https://stuartcharlton.com
15
+ - https://github.com/garrettdimon
16
+ - https://github.com/kdonald
17
+
18
+ =====
19
+
20
+ Licensed under MIT/GPL.
21
+
22
+ GPL license:
23
+ http://www.gnu.org/licenses/gpl.html
24
+
25
+ MIT license:
26
+ http://www.opensource.org/licenses/mit-license.php
@@ -0,0 +1,326 @@
1
+ // Note: This file is dependent on Sass and Compass.
2
+ // Sass = http://sass-lang.com
3
+ // Compass = http://compass-style.org
4
+
5
+ @import compass/css3
6
+
7
+ // `Widths
8
+ //----------------------------------------------------------------------------------------------------
9
+
10
+ .input_tiny
11
+ width: 50px
12
+
13
+ .input_small
14
+ width: 100px
15
+
16
+ .input_medium
17
+ width: 150px
18
+
19
+ .input_large
20
+ width: 200px
21
+
22
+ .input_xlarge
23
+ width: 250px
24
+
25
+ .input_xxlarge
26
+ width: 300px
27
+
28
+ .input_full
29
+ width: 100%
30
+
31
+ // Added via JS to <textarea> and class="input-full".
32
+ // Applies only to IE7. Other browsers don't need it.
33
+
34
+ .input_full_wrap
35
+ display: block
36
+ padding-right: 8px
37
+
38
+ // `UI Consistency
39
+ //----------------------------------------------------------------------------------------------------
40
+
41
+ input[type="search"]::-webkit-search-decoration
42
+ display: none
43
+
44
+ input,
45
+ button,
46
+ a.button,
47
+ select,
48
+ textarea
49
+ // Suppress red glow that Firefox
50
+ // adds to form fields by default.
51
+ &:invalid
52
+ +box-shadow(none)
53
+
54
+ // Add blue glow.
55
+ &:focus
56
+ +box-shadow(#06f 0 0 5px 0)
57
+ // for Opera
58
+ z-index: 1
59
+
60
+ input[type="file"],
61
+ input[type="radio"],
62
+ input[type="checkbox"]
63
+ &:focus,
64
+ &:active
65
+ +box-shadow(none)
66
+
67
+ button,
68
+ a.button,
69
+ input[type="reset"],
70
+ input[type="submit"],
71
+ input[type="button"]
72
+ -webkit-appearance: none
73
+ +border-radius(4px)
74
+ +background-clip(padding-box)
75
+ background: #ddd image-url('button.png') repeat-x
76
+ +background-image(linear-gradient(#fff, #ddd))
77
+ border: 1px solid
78
+ border-color: #ddd #bbb #999
79
+ cursor: pointer
80
+ color: #333
81
+ display: inline-block
82
+ // Helvetica Neue present, because it works better
83
+ // for line-height on buttons than Arial, on OS X.
84
+ font: bold 12px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif
85
+ outline: 0
86
+ overflow: visible
87
+ margin: 0
88
+ padding: 3px 10px
89
+ text-shadow: #fff 0 1px 1px
90
+ text-decoration: none
91
+ vertical-align: top
92
+ width: auto
93
+ &:hover
94
+ +background-image(linear-gradient(#fff, #eee 1px, #ccc))
95
+ &:active
96
+ +background-image(linear-gradient(#fff, #ddd 1px, #eee))
97
+ +box-shadow(inset rgba(#000, 0.25) 0 1px 2px 0)
98
+ border-color: #999 #bbb #ddd
99
+ // IE7
100
+ *padding-top: 2px
101
+ *padding-bottom: 0
102
+
103
+ // Kill phantom spacing and dotted
104
+ // border that appears in Firefox.
105
+ &::-moz-focus-inner
106
+ border: 0
107
+ padding: 0
108
+
109
+ a.button
110
+ // IE7
111
+ *padding-bottom: 3px
112
+
113
+ button
114
+ // IE7
115
+ *padding-top: 1px
116
+ *padding-bottom: 1px
117
+
118
+ textarea,
119
+ select,
120
+ input[type="date"],
121
+ input[type="datetime"],
122
+ input[type="datetime-local"],
123
+ input[type="email"],
124
+ input[type="month"],
125
+ input[type="number"],
126
+ input[type="password"],
127
+ input[type="search"],
128
+ input[type="tel"],
129
+ input[type="text"],
130
+ input[type="time"],
131
+ input[type="url"],
132
+ input[type="week"]
133
+ +box-sizing(border-box)
134
+ +background-clip(padding-box)
135
+ +border-radius(0)
136
+ -webkit-appearance: none
137
+ background-color: #fff
138
+ border: 1px solid
139
+ border-color: #848484 #c1c1c1 #e1e1e1
140
+ color: #000
141
+ outline: 0
142
+ margin: 0
143
+ padding: 2px 3px
144
+ text-align: left
145
+ font-size: 13px
146
+ // Leaving out Helvetica Neue, to not throw off size="..."
147
+ // on inputs. Arial is more reliable, on Windows and OS X.
148
+ font-family: Arial, 'Liberation Sans', FreeSans, sans-serif
149
+ height: 1.8em
150
+ vertical-align: top
151
+ // IE7
152
+ *padding-top: 2px
153
+ *padding-bottom: 1px
154
+ *height: auto
155
+ &[disabled]
156
+ background-color: #eee
157
+
158
+ button[disabled],
159
+ input[disabled],
160
+ select[disabled],
161
+ select[disabled] option,
162
+ select[disabled] optgroup,
163
+ textarea[disabled],
164
+ a.button_disabled
165
+ +box-shadow(none)
166
+ -moz-user-select: -moz-none
167
+ -webkit-user-select: none
168
+ -khtml-user-select: none
169
+ user-select: none
170
+ color: #888
171
+ cursor: default
172
+
173
+ // Separate rule for Firefox.
174
+ // Separate rule for IE, too.
175
+ // Cannot stack with WebKit's.
176
+ input::-webkit-input-placeholder,
177
+ textarea::-webkit-input-placeholder
178
+ color: #888
179
+
180
+ input:-moz-placeholder,
181
+ textarea:-moz-placeholder
182
+ color: #888
183
+
184
+ input.placeholder_text,
185
+ textarea.placeholder_text
186
+ color: #888
187
+
188
+ textarea,
189
+ select[size],
190
+ select[multiple]
191
+ height: auto
192
+
193
+ // Set height back to normal,
194
+ // for Opera, WebKit, and IE.
195
+ select[size="0"],
196
+ select[size="1"]
197
+ height: 1.8em
198
+ // IE7
199
+ *height: auto
200
+
201
+ // Tweaks for Safari + Chrome.
202
+ @media (-webkit-min-device-pixel-ratio: 0)
203
+ select[size],
204
+ select[multiple],
205
+ select[multiple][size]
206
+ background-image: none
207
+ padding-right: 3px
208
+
209
+ select,
210
+ select[size="0"],
211
+ select[size="1"]
212
+ // Base64 encoded "../images/select_arrow.gif"
213
+ background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==)
214
+ background-repeat: no-repeat
215
+ background-position: right center
216
+ padding-right: 20px
217
+
218
+ ::-webkit-validation-bubble-message
219
+ -webkit-box-shadow: none
220
+ box-shadow: none
221
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000))
222
+ border: 1px solid
223
+ border-color: #747474 #5e5e5e #4f4f4f
224
+ color: #fff
225
+ font: 13px/17px 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif
226
+ overflow: hidden
227
+ padding: 15px 15px 17px
228
+ text-shadow: #000 0 0 1px
229
+ height: 16px
230
+
231
+ ::-webkit-validation-bubble-arrow,
232
+ ::-webkit-validation-bubble-top-outer-arrow,
233
+ ::-webkit-validation-bubble-top-inner-arrow
234
+ -webkit-box-shadow: none
235
+ box-shadow: none
236
+ background: #666
237
+ border: 0
238
+
239
+ textarea
240
+ min-height: 40px
241
+ overflow: auto
242
+ resize: vertical
243
+ width: 100%
244
+
245
+ optgroup
246
+ color: #000
247
+ font-style: normal
248
+ font-weight: normal
249
+ // Font family repeated, for Firefox.
250
+ font-family: Arial, 'Liberation Sans', FreeSans, sans-serif
251
+
252
+ // Kill phantom spacing and dotted
253
+ // border that appears in Firefox.
254
+ &::-moz-focus-inner
255
+ border: 0
256
+ padding: 0
257
+
258
+ // `IE6
259
+ //----------------------------------------------------------------------------------------------------
260
+
261
+ // Everything below this line is for IE6.
262
+ // Delete it if you don't support it! :)
263
+
264
+ // Classes are added dynamically via JS,
265
+ // because IE6 doesn't support attribute
266
+ // selectors: .ie6_button, .ie6_input, etc.
267
+
268
+ // Note: These style rules are somewhat
269
+ // duplicated because IE6 bombs out when
270
+ // it sees attribute selectors. Example:
271
+
272
+ // .ie6_button {
273
+ // This works in IE6.
274
+ // }
275
+
276
+ // .ie6_button,
277
+ // input[type=submit] {
278
+ // This doesn't work.
279
+ // }
280
+
281
+ .ie6_button,
282
+ * html button,
283
+ * html a.button
284
+ background: #ddd image-url('button.png') repeat-x
285
+ border: 1px solid
286
+ border-color: #ddd #bbb #999
287
+ cursor: pointer
288
+ color: #333
289
+ font: bold 12px/1.2 Arial, sans-serif
290
+ padding: 2px 10px 0px
291
+ text-decoration: none
292
+ overflow: visible
293
+ vertical-align: top
294
+ width: auto
295
+
296
+ * html a.button
297
+ position: relative
298
+ top: 3px
299
+ padding-bottom: 2px
300
+
301
+ * html button
302
+ padding-top: 1px
303
+ padding-bottom: 1px
304
+
305
+ .ie6_input,
306
+ * html textarea,
307
+ * html select
308
+ background: #fff
309
+ border: 1px solid
310
+ border-color: #848484 #c1c1c1 #e1e1e1
311
+ color: #000
312
+ padding: 2px 3px 1px
313
+ font-size: 13px
314
+ font-family: Arial, sans-serif
315
+ vertical-align: top
316
+
317
+ * html select
318
+ margin-top: 1px
319
+
320
+ .placeholder_text,
321
+ .ie6_input_disabled,
322
+ .ie6_button_disabled
323
+ color: #888
324
+
325
+ .ie6_input_disabled
326
+ background: #eee
@@ -0,0 +1,654 @@
1
+ a,
2
+ abbr,
3
+ acronym,
4
+ address,
5
+ applet,
6
+ article,
7
+ aside,
8
+ audio,
9
+ b,
10
+ big,
11
+ blockquote,
12
+ body,
13
+ canvas,
14
+ caption,
15
+ center,
16
+ cite,
17
+ code,
18
+ dd,
19
+ del,
20
+ details,
21
+ dfn,
22
+ dialog,
23
+ div,
24
+ dl,
25
+ dt,
26
+ em,
27
+ embed,
28
+ fieldset,
29
+ figcaption,
30
+ figure,
31
+ font,
32
+ footer,
33
+ form,
34
+ h1,
35
+ h2,
36
+ h3,
37
+ h4,
38
+ h5,
39
+ h6,
40
+ header,
41
+ hgroup,
42
+ hr,
43
+ html,
44
+ i,
45
+ iframe,
46
+ img,
47
+ ins,
48
+ kbd,
49
+ label,
50
+ legend,
51
+ li,
52
+ mark,
53
+ menu,
54
+ meter,
55
+ nav,
56
+ object,
57
+ ol,
58
+ output,
59
+ p,
60
+ pre,
61
+ progress,
62
+ q,
63
+ rp,
64
+ rt,
65
+ ruby,
66
+ s,
67
+ samp,
68
+ section,
69
+ small,
70
+ span,
71
+ strike,
72
+ strong,
73
+ sub,
74
+ summary,
75
+ sup,
76
+ table,
77
+ tbody,
78
+ td,
79
+ tfoot,
80
+ th,
81
+ thead,
82
+ time,
83
+ tr,
84
+ tt,
85
+ u,
86
+ ul,
87
+ var,
88
+ video,
89
+ xmp {
90
+ border: 0;
91
+ margin: 0;
92
+ padding: 0;
93
+ font-size: 100%;
94
+ }
95
+
96
+ html,
97
+ body {
98
+ height: 100%;
99
+ }
100
+
101
+ article,
102
+ aside,
103
+ details,
104
+ figcaption,
105
+ figure,
106
+ footer,
107
+ header,
108
+ hgroup,
109
+ menu,
110
+ nav,
111
+ section {
112
+ display: block;
113
+ }
114
+
115
+ b,
116
+ strong {
117
+ font-weight: bold;
118
+ }
119
+
120
+ img {
121
+ color: transparent;
122
+ font-size: 0;
123
+ vertical-align: middle;
124
+ -ms-interpolation-mode: bicubic;
125
+ }
126
+
127
+ ul,
128
+ ol {
129
+ list-style: none;
130
+ }
131
+
132
+ li {
133
+ display: list-item;
134
+ }
135
+
136
+ table {
137
+ border-collapse: collapse;
138
+ border-spacing: 0;
139
+ }
140
+
141
+ th,
142
+ td,
143
+ caption {
144
+ font-weight: normal;
145
+ vertical-align: top;
146
+ text-align: left;
147
+ }
148
+
149
+ q {
150
+ quotes: none;
151
+ }
152
+
153
+ q:before,
154
+ q:after {
155
+ content: "";
156
+ content: none;
157
+ }
158
+
159
+ sub,
160
+ sup,
161
+ small {
162
+ font-size: 75%;
163
+ }
164
+
165
+ sub,
166
+ sup {
167
+ line-height: 0;
168
+ position: relative;
169
+ vertical-align: baseline;
170
+ }
171
+
172
+ sub {
173
+ bottom: -0.25em;
174
+ }
175
+
176
+ sup {
177
+ top: -0.5em;
178
+ }
179
+
180
+ svg {
181
+ overflow: hidden;
182
+ }
183
+
184
+ body {
185
+ font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
186
+ }
187
+
188
+ pre,
189
+ code {
190
+ font-family: "DejaVu Sans Mono", Monaco, Consolas, monospace;
191
+ }
192
+
193
+ hr {
194
+ border: 0 #cccccc solid;
195
+ border-top-width: 1px;
196
+ clear: both;
197
+ height: 0;
198
+ }
199
+
200
+ h1 {
201
+ font-size: 25px;
202
+ }
203
+
204
+ h2 {
205
+ font-size: 23px;
206
+ }
207
+
208
+ h3 {
209
+ font-size: 21px;
210
+ }
211
+
212
+ h4 {
213
+ font-size: 19px;
214
+ }
215
+
216
+ h5 {
217
+ font-size: 17px;
218
+ }
219
+
220
+ h6 {
221
+ font-size: 15px;
222
+ }
223
+
224
+ ol {
225
+ list-style: decimal;
226
+ }
227
+
228
+ ul {
229
+ list-style: disc;
230
+ }
231
+
232
+ li {
233
+ margin-left: 30px;
234
+ }
235
+
236
+ p,
237
+ dl,
238
+ hr,
239
+ h1,
240
+ h2,
241
+ h3,
242
+ h4,
243
+ h5,
244
+ h6,
245
+ ol,
246
+ ul,
247
+ pre,
248
+ table,
249
+ address,
250
+ fieldset,
251
+ figure {
252
+ margin-bottom: 20px;
253
+ }
254
+
255
+ .input_tiny {
256
+ width: 50px;
257
+ }
258
+
259
+ .input_small {
260
+ width: 100px;
261
+ }
262
+
263
+ .input_medium {
264
+ width: 150px;
265
+ }
266
+
267
+ .input_large {
268
+ width: 200px;
269
+ }
270
+
271
+ .input_xlarge {
272
+ width: 250px;
273
+ }
274
+
275
+ .input_xxlarge {
276
+ width: 300px;
277
+ }
278
+
279
+ .input_full {
280
+ width: 100%;
281
+ }
282
+
283
+ .input_full_wrap {
284
+ display: block;
285
+ padding-right: 8px;
286
+ }
287
+
288
+ input[type="search"]::-webkit-search-decoration {
289
+ display: none;
290
+ }
291
+
292
+ input:invalid,
293
+ button:invalid,
294
+ a.button:invalid,
295
+ select:invalid,
296
+ textarea:invalid {
297
+ -webkit-box-shadow: none;
298
+ -moz-box-shadow: none;
299
+ box-shadow: none;
300
+ }
301
+ input:focus,
302
+ button:focus,
303
+ a.button:focus,
304
+ select:focus,
305
+ textarea:focus {
306
+ -webkit-box-shadow: #0066ff 0 0 5px 0;
307
+ -moz-box-shadow: #0066ff 0 0 5px 0;
308
+ box-shadow: #0066ff 0 0 5px 0;
309
+ z-index: 1;
310
+ }
311
+
312
+ input[type="file"]:focus, input[type="file"]:active,
313
+ input[type="radio"]:focus,
314
+ input[type="radio"]:active,
315
+ input[type="checkbox"]:focus,
316
+ input[type="checkbox"]:active {
317
+ -webkit-box-shadow: none;
318
+ -moz-box-shadow: none;
319
+ box-shadow: none;
320
+ }
321
+
322
+ button,
323
+ a.button,
324
+ input[type="reset"],
325
+ input[type="submit"],
326
+ input[type="button"] {
327
+ -webkit-appearance: none;
328
+ -webkit-border-radius: 4px;
329
+ -moz-border-radius: 4px;
330
+ -ms-border-radius: 4px;
331
+ -o-border-radius: 4px;
332
+ border-radius: 4px;
333
+ -webkit-background-clip: padding;
334
+ -moz-background-clip: padding;
335
+ background-clip: padding-box;
336
+ background: #dddddd url('../images/button.png?1298351022') repeat-x;
337
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
338
+ background-image: -webkit-linear-gradient(#ffffff, #dddddd);
339
+ background-image: -moz-linear-gradient(#ffffff, #dddddd);
340
+ background-image: -o-linear-gradient(#ffffff, #dddddd);
341
+ background-image: -ms-linear-gradient(#ffffff, #dddddd);
342
+ background-image: linear-gradient(#ffffff, #dddddd);
343
+ border: 1px solid;
344
+ border-color: #dddddd #bbbbbb #999999;
345
+ cursor: pointer;
346
+ color: #333333;
347
+ display: inline-block;
348
+ font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
349
+ outline: 0;
350
+ overflow: visible;
351
+ margin: 0;
352
+ padding: 3px 10px;
353
+ text-shadow: white 0 1px 1px;
354
+ text-decoration: none;
355
+ vertical-align: top;
356
+ width: auto;
357
+ *padding-top: 2px;
358
+ *padding-bottom: 0;
359
+ }
360
+ button:hover,
361
+ a.button:hover,
362
+ input[type="reset"]:hover,
363
+ input[type="submit"]:hover,
364
+ input[type="button"]:hover {
365
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
366
+ background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
367
+ background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
368
+ background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
369
+ background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
370
+ background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
371
+ }
372
+ button:active,
373
+ a.button:active,
374
+ input[type="reset"]:active,
375
+ input[type="submit"]:active,
376
+ input[type="button"]:active {
377
+ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
378
+ background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
379
+ background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
380
+ background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
381
+ background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
382
+ background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
383
+ -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
384
+ -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
385
+ box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
386
+ border-color: #999999 #bbbbbb #dddddd;
387
+ }
388
+ button::-moz-focus-inner,
389
+ a.button::-moz-focus-inner,
390
+ input[type="reset"]::-moz-focus-inner,
391
+ input[type="submit"]::-moz-focus-inner,
392
+ input[type="button"]::-moz-focus-inner {
393
+ border: 0;
394
+ padding: 0;
395
+ }
396
+
397
+ a.button {
398
+ *padding-bottom: 3px;
399
+ }
400
+
401
+ button {
402
+ *padding-top: 1px;
403
+ *padding-bottom: 1px;
404
+ }
405
+
406
+ textarea,
407
+ select,
408
+ input[type="date"],
409
+ input[type="datetime"],
410
+ input[type="datetime-local"],
411
+ input[type="email"],
412
+ input[type="month"],
413
+ input[type="number"],
414
+ input[type="password"],
415
+ input[type="search"],
416
+ input[type="tel"],
417
+ input[type="text"],
418
+ input[type="time"],
419
+ input[type="url"],
420
+ input[type="week"] {
421
+ -webkit-box-sizing: border-box;
422
+ -moz-box-sizing: border-box;
423
+ box-sizing: border-box;
424
+ -webkit-background-clip: padding;
425
+ -moz-background-clip: padding;
426
+ background-clip: padding-box;
427
+ -webkit-border-radius: 0;
428
+ -moz-border-radius: 0;
429
+ -ms-border-radius: 0;
430
+ -o-border-radius: 0;
431
+ border-radius: 0;
432
+ -webkit-appearance: none;
433
+ background-color: white;
434
+ border: 1px solid;
435
+ border-color: #848484 #c1c1c1 #e1e1e1;
436
+ color: black;
437
+ outline: 0;
438
+ margin: 0;
439
+ padding: 2px 3px;
440
+ text-align: left;
441
+ font-size: 13px;
442
+ font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
443
+ height: 1.8em;
444
+ vertical-align: top;
445
+ *padding-top: 2px;
446
+ *padding-bottom: 1px;
447
+ *height: auto;
448
+ }
449
+ textarea[disabled],
450
+ select[disabled],
451
+ input[type="date"][disabled],
452
+ input[type="datetime"][disabled],
453
+ input[type="datetime-local"][disabled],
454
+ input[type="email"][disabled],
455
+ input[type="month"][disabled],
456
+ input[type="number"][disabled],
457
+ input[type="password"][disabled],
458
+ input[type="search"][disabled],
459
+ input[type="tel"][disabled],
460
+ input[type="text"][disabled],
461
+ input[type="time"][disabled],
462
+ input[type="url"][disabled],
463
+ input[type="week"][disabled] {
464
+ background-color: #eeeeee;
465
+ }
466
+
467
+ button[disabled],
468
+ input[disabled],
469
+ select[disabled],
470
+ select[disabled] option,
471
+ select[disabled] optgroup,
472
+ textarea[disabled],
473
+ a.button_disabled {
474
+ -webkit-box-shadow: none;
475
+ -moz-box-shadow: none;
476
+ box-shadow: none;
477
+ -moz-user-select: -moz-none;
478
+ -webkit-user-select: none;
479
+ -khtml-user-select: none;
480
+ user-select: none;
481
+ color: #888888;
482
+ cursor: default;
483
+ }
484
+
485
+ input::-webkit-input-placeholder,
486
+ textarea::-webkit-input-placeholder {
487
+ color: #888888;
488
+ }
489
+
490
+ input:-moz-placeholder,
491
+ textarea:-moz-placeholder {
492
+ color: #888888;
493
+ }
494
+
495
+ input.placeholder_text,
496
+ textarea.placeholder_text {
497
+ color: #888888;
498
+ }
499
+
500
+ textarea,
501
+ select[size],
502
+ select[multiple] {
503
+ height: auto;
504
+ }
505
+
506
+ select[size="0"],
507
+ select[size="1"] {
508
+ height: 1.8em;
509
+ *height: auto;
510
+ }
511
+
512
+ @media (-webkit-min-device-pixel-ratio: 0) {
513
+ select[size],
514
+ select[multiple],
515
+ select[multiple][size] {
516
+ background-image: none;
517
+ padding-right: 3px;
518
+ }
519
+
520
+ select,
521
+ select[size="0"],
522
+ select[size="1"] {
523
+ background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
524
+ background-repeat: no-repeat;
525
+ background-position: right center;
526
+ padding-right: 20px;
527
+ }
528
+
529
+ ::-webkit-validation-bubble-message {
530
+ -webkit-box-shadow: none;
531
+ box-shadow: none;
532
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
533
+ border: 1px solid;
534
+ border-color: #747474 #5e5e5e #4f4f4f;
535
+ color: white;
536
+ font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
537
+ overflow: hidden;
538
+ padding: 15px 15px 17px;
539
+ text-shadow: black 0 0 1px;
540
+ height: 16px;
541
+ }
542
+
543
+ ::-webkit-validation-bubble-arrow,
544
+ ::-webkit-validation-bubble-top-outer-arrow,
545
+ ::-webkit-validation-bubble-top-inner-arrow {
546
+ -webkit-box-shadow: none;
547
+ box-shadow: none;
548
+ background: #666666;
549
+ border: 0;
550
+ }
551
+ }
552
+ textarea {
553
+ min-height: 40px;
554
+ overflow: auto;
555
+ resize: vertical;
556
+ width: 100%;
557
+ }
558
+
559
+ optgroup {
560
+ color: black;
561
+ font-style: normal;
562
+ font-weight: normal;
563
+ font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
564
+ }
565
+ optgroup::-moz-focus-inner {
566
+ border: 0;
567
+ padding: 0;
568
+ }
569
+
570
+ .ie6_button,
571
+ * html button,
572
+ * html a.button {
573
+ background: #dddddd url('../images/button.png?1298351022') repeat-x;
574
+ border: 1px solid;
575
+ border-color: #dddddd #bbbbbb #999999;
576
+ cursor: pointer;
577
+ color: #333333;
578
+ font: bold 12px/1.2 Arial, sans-serif;
579
+ padding: 2px 10px 0px;
580
+ text-decoration: none;
581
+ overflow: visible;
582
+ vertical-align: top;
583
+ width: auto;
584
+ }
585
+
586
+ * html a.button {
587
+ position: relative;
588
+ top: 3px;
589
+ padding-bottom: 2px;
590
+ }
591
+
592
+ * html button {
593
+ padding-top: 1px;
594
+ padding-bottom: 1px;
595
+ }
596
+
597
+ .ie6_input,
598
+ * html textarea,
599
+ * html select {
600
+ background: white;
601
+ border: 1px solid;
602
+ border-color: #848484 #c1c1c1 #e1e1e1;
603
+ color: black;
604
+ padding: 2px 3px 1px;
605
+ font-size: 13px;
606
+ font-family: Arial, sans-serif;
607
+ vertical-align: top;
608
+ }
609
+
610
+ * html select {
611
+ margin-top: 1px;
612
+ }
613
+
614
+ .placeholder_text,
615
+ .ie6_input_disabled,
616
+ .ie6_button_disabled {
617
+ color: #888888;
618
+ }
619
+
620
+ .ie6_input_disabled {
621
+ background: #eeeeee;
622
+ }
623
+
624
+ body {
625
+ background: white;
626
+ color: black;
627
+ }
628
+
629
+ #wrapper {
630
+ margin: 0 auto;
631
+ padding: 20px;
632
+ width: 800px;
633
+ }
634
+
635
+ label.error {
636
+ background: #ffffcc;
637
+ color: #cc0000;
638
+ font-style: italic;
639
+ }
640
+
641
+ input.error,
642
+ select.error,
643
+ textarea.error {
644
+ background-color: #ffeeee;
645
+ }
646
+
647
+ .horiz {
648
+ margin-top: -20px;
649
+ margin-left: -20px;
650
+ }
651
+
652
+ .horiz td {
653
+ padding: 20px 0 0 20px;
654
+ }