furatto 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. data/.gitignore +18 -0
  2. data/Gemfile +4 -0
  3. data/LICENSE.txt +22 -0
  4. data/README.md +29 -0
  5. data/Rakefile +1 -0
  6. data/furatto.gemspec +21 -0
  7. data/lib/furatto.rb +16 -0
  8. data/lib/furatto/engine.rb +6 -0
  9. data/lib/furatto/version.rb +3 -0
  10. data/vendor/assets/fonts/fontawesome/FontAwesome.otf +0 -0
  11. data/vendor/assets/fonts/fontawesome/fontawesome-webfont.eot +0 -0
  12. data/vendor/assets/fonts/fontawesome/fontawesome-webfont.svg +399 -0
  13. data/vendor/assets/fonts/fontawesome/fontawesome-webfont.ttf +0 -0
  14. data/vendor/assets/fonts/fontawesome/fontawesome-webfont.woff +0 -0
  15. data/vendor/assets/fonts/meteocons-webfont.eot +0 -0
  16. data/vendor/assets/fonts/meteocons-webfont.svg +81 -0
  17. data/vendor/assets/fonts/meteocons-webfont.ttf +0 -0
  18. data/vendor/assets/fonts/meteocons-webfont.woff +0 -0
  19. data/vendor/assets/images/icheck/aero.png +0 -0
  20. data/vendor/assets/images/icheck/aero@2x.png +0 -0
  21. data/vendor/assets/images/icheck/blue.png +0 -0
  22. data/vendor/assets/images/icheck/blue@2x.png +0 -0
  23. data/vendor/assets/images/icheck/flat.png +0 -0
  24. data/vendor/assets/images/icheck/flat@2x.png +0 -0
  25. data/vendor/assets/images/icheck/green.png +0 -0
  26. data/vendor/assets/images/icheck/green@2x.png +0 -0
  27. data/vendor/assets/images/icheck/grey.png +0 -0
  28. data/vendor/assets/images/icheck/grey@2x.png +0 -0
  29. data/vendor/assets/images/icheck/orange.png +0 -0
  30. data/vendor/assets/images/icheck/orange@2x.png +0 -0
  31. data/vendor/assets/images/icheck/pink.png +0 -0
  32. data/vendor/assets/images/icheck/pink@2x.png +0 -0
  33. data/vendor/assets/images/icheck/purple.png +0 -0
  34. data/vendor/assets/images/icheck/purple@2x.png +0 -0
  35. data/vendor/assets/images/icheck/red.png +0 -0
  36. data/vendor/assets/images/icheck/red@2x.png +0 -0
  37. data/vendor/assets/images/icheck/yellow.png +0 -0
  38. data/vendor/assets/images/icheck/yellow@2x.png +0 -0
  39. data/vendor/assets/images/icons/customize-icon150.png +0 -0
  40. data/vendor/assets/images/icons/flexible-icon.png +0 -0
  41. data/vendor/assets/images/icons/github-128-black.png +0 -0
  42. data/vendor/assets/images/icons/iphone-icon150.png +0 -0
  43. data/vendor/assets/images/icons/lock-icon128.png +0 -0
  44. data/vendor/assets/images/icons/rocket-icon128.png +0 -0
  45. data/vendor/assets/images/icons/rocket-icon150.png +0 -0
  46. data/vendor/assets/images/icons/screen-icon.png +0 -0
  47. data/vendor/assets/images/icons/screens-icon.png +0 -0
  48. data/vendor/assets/images/icons/screens2-icon.png +0 -0
  49. data/vendor/assets/images/next.png +0 -0
  50. data/vendor/assets/images/previous.png +0 -0
  51. data/vendor/assets/images/themes.gif +0 -0
  52. data/vendor/assets/images/toggle.png +0 -0
  53. data/vendor/assets/javascripts/dropdown.js +169 -0
  54. data/vendor/assets/javascripts/furatto.js +15 -0
  55. data/vendor/assets/javascripts/jpanel.js +547 -0
  56. data/vendor/assets/javascripts/jquery.avgrund.js +127 -0
  57. data/vendor/assets/javascripts/jquery.dropkick-1.0.0.js +400 -0
  58. data/vendor/assets/javascripts/jquery.icheck.js +462 -0
  59. data/vendor/assets/javascripts/jquery.tagsinput.js +354 -0
  60. data/vendor/assets/javascripts/jquery.toolbar.js +242 -0
  61. data/vendor/assets/javascripts/legacy.js +140 -0
  62. data/vendor/assets/javascripts/picker.date.js +957 -0
  63. data/vendor/assets/javascripts/picker.js +785 -0
  64. data/vendor/assets/javascripts/picker.time.js +651 -0
  65. data/vendor/assets/javascripts/rainbow-custom.min.js +13 -0
  66. data/vendor/assets/javascripts/responsive-tables.js +67 -0
  67. data/vendor/assets/javascripts/responsiveslides.js +391 -0
  68. data/vendor/assets/javascripts/tooltip.js +353 -0
  69. data/vendor/assets/stylesheets/furatto.scss +101 -0
  70. data/vendor/assets/stylesheets/furatto/_alerts.scss +81 -0
  71. data/vendor/assets/stylesheets/furatto/_base.scss +187 -0
  72. data/vendor/assets/stylesheets/furatto/_buttons.scss +100 -0
  73. data/vendor/assets/stylesheets/furatto/_code.scss +66 -0
  74. data/vendor/assets/stylesheets/furatto/_date_picker.date.scss +266 -0
  75. data/vendor/assets/stylesheets/furatto/_date_picker.scss +158 -0
  76. data/vendor/assets/stylesheets/furatto/_date_picker.time.scss +122 -0
  77. data/vendor/assets/stylesheets/furatto/_dropdown.scss +261 -0
  78. data/vendor/assets/stylesheets/furatto/_font-awesome-ie7.scss +1953 -0
  79. data/vendor/assets/stylesheets/furatto/_fonts.scss +614 -0
  80. data/vendor/assets/stylesheets/furatto/_footer.scss +44 -0
  81. data/vendor/assets/stylesheets/furatto/_forms.scss +290 -0
  82. data/vendor/assets/stylesheets/furatto/_grid.scss +56 -0
  83. data/vendor/assets/stylesheets/furatto/_images.scss +44 -0
  84. data/vendor/assets/stylesheets/furatto/_labels.scss +43 -0
  85. data/vendor/assets/stylesheets/furatto/_layout.scss +0 -0
  86. data/vendor/assets/stylesheets/furatto/_left_navbar.scss +100 -0
  87. data/vendor/assets/stylesheets/furatto/_mixins.scss +283 -0
  88. data/vendor/assets/stylesheets/furatto/_modal.scss +103 -0
  89. data/vendor/assets/stylesheets/furatto/_nav.scss +106 -0
  90. data/vendor/assets/stylesheets/furatto/_navbar.scss +187 -0
  91. data/vendor/assets/stylesheets/furatto/_pagination.scss +158 -0
  92. data/vendor/assets/stylesheets/furatto/_responsive-1200px-min.scss +21 -0
  93. data/vendor/assets/stylesheets/furatto/_responsive-767px-max.scss +82 -0
  94. data/vendor/assets/stylesheets/furatto/_responsive-768px-979px.scss +23 -0
  95. data/vendor/assets/stylesheets/furatto/_responsive_navbar.scss +184 -0
  96. data/vendor/assets/stylesheets/furatto/_responsive_tables.scss +28 -0
  97. data/vendor/assets/stylesheets/furatto/_responsiveslides.scss +202 -0
  98. data/vendor/assets/stylesheets/furatto/_select.scss +191 -0
  99. data/vendor/assets/stylesheets/furatto/_tables.scss +90 -0
  100. data/vendor/assets/stylesheets/furatto/_tags.scss +107 -0
  101. data/vendor/assets/stylesheets/furatto/_toolbars.scss +116 -0
  102. data/vendor/assets/stylesheets/furatto/_tooltips.scss +143 -0
  103. data/vendor/assets/stylesheets/furatto/_typography.scss +266 -0
  104. data/vendor/assets/stylesheets/furatto/_variables.scss +628 -0
  105. data/vendor/assets/stylesheets/furatto/_vrt_navbar.scss +61 -0
  106. data/vendor/assets/stylesheets/furatto/icheck/_aero.scss +64 -0
  107. data/vendor/assets/stylesheets/furatto/icheck/_all.scss +20 -0
  108. data/vendor/assets/stylesheets/furatto/icheck/_blue.scss +64 -0
  109. data/vendor/assets/stylesheets/furatto/icheck/_flat.scss +64 -0
  110. data/vendor/assets/stylesheets/furatto/icheck/_green.scss +64 -0
  111. data/vendor/assets/stylesheets/furatto/icheck/_grey.scss +64 -0
  112. data/vendor/assets/stylesheets/furatto/icheck/_orange.scss +64 -0
  113. data/vendor/assets/stylesheets/furatto/icheck/_pink.scss +64 -0
  114. data/vendor/assets/stylesheets/furatto/icheck/_purple.scss +64 -0
  115. data/vendor/assets/stylesheets/furatto/icheck/_red.scss +64 -0
  116. data/vendor/assets/stylesheets/furatto/icheck/_yellow.scss +64 -0
  117. data/vendor/assets/stylesheets/normalize.scss +403 -0
  118. metadata +162 -0
@@ -0,0 +1,64 @@
1
+ /*------------------------------------*\
2
+ $CHECKBOX AND RADIO BUTTONS PINK
3
+ \*------------------------------------*/
4
+ /**
5
+ * Skins for radio buttons and checkboxes based on:
6
+ * http://damirfoy.com/iCheck/
7
+ *
8
+ * Designed and built @kurenn
9
+ */
10
+
11
+ /* iCheck plugin Flat skin, pink
12
+ ----------------------------------- */
13
+ .icheckbox_flat-pink,
14
+ .iradio_flat-pink {
15
+ display: inline-block;
16
+ margin: 0;
17
+ padding: 0;
18
+ width: 20px;
19
+ height: 20px;
20
+ background: url(/assets/icheck/pink.png) no-repeat;
21
+ border: none;
22
+ cursor: pointer;
23
+ }
24
+
25
+ .icheckbox_flat-pink {
26
+ background-position: 0 0;
27
+ }
28
+ .icheckbox_flat-pink.checked {
29
+ background-position: -22px 0;
30
+ }
31
+ .icheckbox_flat-pink.disabled {
32
+ background-position: -44px 0;
33
+ cursor: default;
34
+ }
35
+ .icheckbox_flat-pink.checked.disabled {
36
+ background-position: -66px 0;
37
+ }
38
+
39
+ .iradio_flat-pink {
40
+ background-position: -88px 0;
41
+ }
42
+ .iradio_flat-pink.checked {
43
+ background-position: -110px 0;
44
+ }
45
+ .iradio_flat-pink.disabled {
46
+ background-position: -132px 0;
47
+ cursor: default;
48
+ }
49
+ .iradio_flat-pink.checked.disabled {
50
+ background-position: -154px 0;
51
+ }
52
+
53
+ /* Retina support */
54
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
55
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
56
+ only screen and (-o-min-device-pixel-ratio: 3/2),
57
+ only screen and (min-device-pixel-ratio: 1.5) {
58
+ .icheckbox_flat-pink,
59
+ .iradio_flat-pink {
60
+ background-image: url(/assets/icheck/pink@2x.png);
61
+ -webkit-background-size: 176px 22px;
62
+ background-size: 176px 22px;
63
+ }
64
+ }
@@ -0,0 +1,64 @@
1
+ /*------------------------------------*\
2
+ $CHECKBOX AND RADIO BUTTONS PURPLE
3
+ \*------------------------------------*/
4
+ /**
5
+ * Skins for radio buttons and checkboxes based on:
6
+ * http://damirfoy.com/iCheck/
7
+ *
8
+ * Designed and built @kurenn
9
+ */
10
+
11
+ /* iCheck plugin Flat skin, purple
12
+ ----------------------------------- */
13
+ .icheckbox_flat-purple,
14
+ .iradio_flat-purple {
15
+ display: inline-block;
16
+ margin: 0;
17
+ padding: 0;
18
+ width: 20px;
19
+ height: 20px;
20
+ background: url(/assets/icheck/purple.png) no-repeat;
21
+ border: none;
22
+ cursor: pointer;
23
+ }
24
+
25
+ .icheckbox_flat-purple {
26
+ background-position: 0 0;
27
+ }
28
+ .icheckbox_flat-purple.checked {
29
+ background-position: -22px 0;
30
+ }
31
+ .icheckbox_flat-purple.disabled {
32
+ background-position: -44px 0;
33
+ cursor: default;
34
+ }
35
+ .icheckbox_flat-purple.checked.disabled {
36
+ background-position: -66px 0;
37
+ }
38
+
39
+ .iradio_flat-purple {
40
+ background-position: -88px 0;
41
+ }
42
+ .iradio_flat-purple.checked {
43
+ background-position: -110px 0;
44
+ }
45
+ .iradio_flat-purple.disabled {
46
+ background-position: -132px 0;
47
+ cursor: default;
48
+ }
49
+ .iradio_flat-purple.checked.disabled {
50
+ background-position: -154px 0;
51
+ }
52
+
53
+ /* Retina support */
54
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
55
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
56
+ only screen and (-o-min-device-pixel-ratio: 3/2),
57
+ only screen and (min-device-pixel-ratio: 1.5) {
58
+ .icheckbox_flat-purple,
59
+ .iradio_flat-purple {
60
+ background-image: url(/assets/icheck/purple@2x.png);
61
+ -webkit-background-size: 176px 22px;
62
+ background-size: 176px 22px;
63
+ }
64
+ }
@@ -0,0 +1,64 @@
1
+ /*------------------------------------*\
2
+ $CHECKBOX AND RADIO BUTTONS RED
3
+ \*------------------------------------*/
4
+ /**
5
+ * Skins for radio buttons and checkboxes based on:
6
+ * http://damirfoy.com/iCheck/
7
+ *
8
+ * Designed and built @kurenn
9
+ */
10
+
11
+ /* iCheck plugin Flat skin, red
12
+ ----------------------------------- */
13
+ .icheckbox_flat-red,
14
+ .iradio_flat-red {
15
+ display: inline-block;
16
+ margin: 0;
17
+ padding: 0;
18
+ width: 20px;
19
+ height: 20px;
20
+ background: url(/assets/icheck/red.png) no-repeat;
21
+ border: none;
22
+ cursor: pointer;
23
+ }
24
+
25
+ .icheckbox_flat-red {
26
+ background-position: 0 0;
27
+ }
28
+ .icheckbox_flat-red.checked {
29
+ background-position: -22px 0;
30
+ }
31
+ .icheckbox_flat-red.disabled {
32
+ background-position: -44px 0;
33
+ cursor: default;
34
+ }
35
+ .icheckbox_flat-red.checked.disabled {
36
+ background-position: -66px 0;
37
+ }
38
+
39
+ .iradio_flat-red {
40
+ background-position: -88px 0;
41
+ }
42
+ .iradio_flat-red.checked {
43
+ background-position: -110px 0;
44
+ }
45
+ .iradio_flat-red.disabled {
46
+ background-position: -132px 0;
47
+ cursor: default;
48
+ }
49
+ .iradio_flat-red.checked.disabled {
50
+ background-position: -154px 0;
51
+ }
52
+
53
+ /* Retina support */
54
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
55
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
56
+ only screen and (-o-min-device-pixel-ratio: 3/2),
57
+ only screen and (min-device-pixel-ratio: 1.5) {
58
+ .icheckbox_flat-red,
59
+ .iradio_flat-red {
60
+ background-image: url(/assets/icheck/red@2x.png);
61
+ -webkit-background-size: 176px 22px;
62
+ background-size: 176px 22px;
63
+ }
64
+ }
@@ -0,0 +1,64 @@
1
+ /*------------------------------------*\
2
+ $CHECKBOX AND RADIO BUTTONS YELLOW
3
+ \*------------------------------------*/
4
+ /**
5
+ * Skins for radio buttons and checkboxes based on:
6
+ * http://damirfoy.com/iCheck/
7
+ *
8
+ * Designed and built @kurenn
9
+ */
10
+
11
+ /* iCheck plugin Flat skin, yellow
12
+ ----------------------------------- */
13
+ .icheckbox_flat-yellow,
14
+ .iradio_flat-yellow {
15
+ display: inline-block;
16
+ margin: 0;
17
+ padding: 0;
18
+ width: 20px;
19
+ height: 20px;
20
+ background: url(/assets/icheck/yellow.png) no-repeat;
21
+ border: none;
22
+ cursor: pointer;
23
+ }
24
+
25
+ .icheckbox_flat-yellow {
26
+ background-position: 0 0;
27
+ }
28
+ .icheckbox_flat-yellow.checked {
29
+ background-position: -22px 0;
30
+ }
31
+ .icheckbox_flat-yellow.disabled {
32
+ background-position: -44px 0;
33
+ cursor: default;
34
+ }
35
+ .icheckbox_flat-yellow.checked.disabled {
36
+ background-position: -66px 0;
37
+ }
38
+
39
+ .iradio_flat-yellow {
40
+ background-position: -88px 0;
41
+ }
42
+ .iradio_flat-yellow.checked {
43
+ background-position: -110px 0;
44
+ }
45
+ .iradio_flat-yellow.disabled {
46
+ background-position: -132px 0;
47
+ cursor: default;
48
+ }
49
+ .iradio_flat-yellow.checked.disabled {
50
+ background-position: -154px 0;
51
+ }
52
+
53
+ /* Retina support */
54
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
55
+ only screen and (-moz-min-device-pixel-ratio: 1.5),
56
+ only screen and (-o-min-device-pixel-ratio: 3/2),
57
+ only screen and (min-device-pixel-ratio: 1.5) {
58
+ .icheckbox_flat-yellow,
59
+ .iradio_flat-yellow {
60
+ background-image: url(/assets/icheck/yellow@2x.png);
61
+ -webkit-background-size: 176px 22px;
62
+ background-size: 176px 22px;
63
+ }
64
+ }
@@ -0,0 +1,403 @@
1
+ /*! normalize.css v2.1.1 | MIT License | git.io/normalize */
2
+
3
+ /* ==========================================================================
4
+ HTML5 display definitions
5
+ ========================================================================== */
6
+
7
+ /**
8
+ * Correct `block` display not defined in IE 8/9.
9
+ */
10
+
11
+ article,
12
+ aside,
13
+ details,
14
+ figcaption,
15
+ figure,
16
+ footer,
17
+ header,
18
+ hgroup,
19
+ main,
20
+ nav,
21
+ section,
22
+ summary {
23
+ display: block;
24
+ }
25
+
26
+ /**
27
+ * Correct `inline-block` display not defined in IE 8/9.
28
+ */
29
+
30
+ audio,
31
+ canvas,
32
+ video {
33
+ display: inline-block;
34
+ }
35
+
36
+ /**
37
+ * Prevent modern browsers from displaying `audio` without controls.
38
+ * Remove excess height in iOS 5 devices.
39
+ */
40
+
41
+ audio:not([controls]) {
42
+ display: none;
43
+ height: 0;
44
+ }
45
+
46
+ /**
47
+ * Address styling not present in IE 8/9.
48
+ */
49
+
50
+ [hidden] {
51
+ display: none;
52
+ }
53
+
54
+ /* ==========================================================================
55
+ Base
56
+ ========================================================================== */
57
+
58
+ /**
59
+ * 1. Prevent system color scheme's background color being used in Firefox, IE,
60
+ * and Opera.
61
+ * 2. Prevent system color scheme's text color being used in Firefox, IE, and
62
+ * Opera.
63
+ * 3. Set default font family to sans-serif.
64
+ * 4. Prevent iOS text size adjust after orientation change, without disabling
65
+ * user zoom.
66
+ */
67
+
68
+ html {
69
+ background: #fff; /* 1 */
70
+ color: #000; /* 2 */
71
+ font-family: sans-serif; /* 3 */
72
+ -ms-text-size-adjust: 100%; /* 4 */
73
+ -webkit-text-size-adjust: 100%; /* 4 */
74
+ }
75
+
76
+ /**
77
+ * Remove default margin.
78
+ */
79
+
80
+ body {
81
+ margin: 0;
82
+ }
83
+
84
+ /* ==========================================================================
85
+ Links
86
+ ========================================================================== */
87
+
88
+ /**
89
+ * Address `outline` inconsistency between Chrome and other browsers.
90
+ */
91
+
92
+ a:focus {
93
+ outline: thin dotted;
94
+ }
95
+
96
+ /**
97
+ * Improve readability when focused and also mouse hovered in all browsers.
98
+ */
99
+
100
+ a:active,
101
+ a:hover {
102
+ outline: 0;
103
+ }
104
+
105
+ /* ==========================================================================
106
+ Typography
107
+ ========================================================================== */
108
+
109
+ /**
110
+ * Address variable `h1` font-size and margin within `section` and `article`
111
+ * contexts in Firefox 4+, Safari 5, and Chrome.
112
+ */
113
+
114
+ h1 {
115
+ font-size: 2em;
116
+ margin: 0.67em 0;
117
+ }
118
+
119
+ /**
120
+ * Address styling not present in IE 8/9, Safari 5, and Chrome.
121
+ */
122
+
123
+ abbr[title] {
124
+ border-bottom: 1px dotted;
125
+ }
126
+
127
+ /**
128
+ * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
129
+ */
130
+
131
+ b,
132
+ strong {
133
+ font-weight: bold;
134
+ }
135
+
136
+ /**
137
+ * Address styling not present in Safari 5 and Chrome.
138
+ */
139
+
140
+ dfn {
141
+ font-style: italic;
142
+ }
143
+
144
+ /**
145
+ * Address differences between Firefox and other browsers.
146
+ */
147
+
148
+ hr {
149
+ -moz-box-sizing: content-box;
150
+ box-sizing: content-box;
151
+ height: 0;
152
+ }
153
+
154
+ /**
155
+ * Address styling not present in IE 8/9.
156
+ */
157
+
158
+ mark {
159
+ background: #ff0;
160
+ color: #000;
161
+ }
162
+
163
+ /**
164
+ * Correct font family set oddly in Safari 5 and Chrome.
165
+ */
166
+
167
+ code,
168
+ kbd,
169
+ pre,
170
+ samp {
171
+ font-family: monospace, serif;
172
+ font-size: 1em;
173
+ }
174
+
175
+ /**
176
+ * Improve readability of pre-formatted text in all browsers.
177
+ */
178
+
179
+ pre {
180
+ white-space: pre;
181
+ white-space: pre-wrap;
182
+ word-wrap: break-word;
183
+ }
184
+
185
+ /**
186
+ * Set consistent quote types.
187
+ */
188
+
189
+ q {
190
+ quotes: "\201C" "\201D" "\2018" "\2019";
191
+ }
192
+
193
+ /**
194
+ * Address inconsistent and variable font size in all browsers.
195
+ */
196
+
197
+ small {
198
+ font-size: 80%;
199
+ }
200
+
201
+ /**
202
+ * Prevent `sub` and `sup` affecting `line-height` in all browsers.
203
+ */
204
+
205
+ sub,
206
+ sup {
207
+ font-size: 75%;
208
+ line-height: 0;
209
+ position: relative;
210
+ vertical-align: baseline;
211
+ }
212
+
213
+ sup {
214
+ top: -0.5em;
215
+ }
216
+
217
+ sub {
218
+ bottom: -0.25em;
219
+ }
220
+
221
+ /* ==========================================================================
222
+ Embedded content
223
+ ========================================================================== */
224
+
225
+ /**
226
+ * Remove border when inside `a` element in IE 8/9.
227
+ */
228
+
229
+ img {
230
+ border: 0;
231
+ }
232
+
233
+ /**
234
+ * Correct overflow displayed oddly in IE 9.
235
+ */
236
+
237
+ svg:not(:root) {
238
+ overflow: hidden;
239
+ }
240
+
241
+ /* ==========================================================================
242
+ Figures
243
+ ========================================================================== */
244
+
245
+ /**
246
+ * Address margin not present in IE 8/9 and Safari 5.
247
+ */
248
+
249
+ figure {
250
+ margin: 0;
251
+ }
252
+
253
+ /* ==========================================================================
254
+ Forms
255
+ ========================================================================== */
256
+
257
+ /**
258
+ * Define consistent border, margin, and padding.
259
+ */
260
+
261
+ fieldset {
262
+ border: 1px solid #c0c0c0;
263
+ margin: 0 2px;
264
+ padding: 0.35em 0.625em 0.75em;
265
+ }
266
+
267
+ /**
268
+ * 1. Correct `color` not being inherited in IE 8/9.
269
+ * 2. Remove padding so people aren't caught out if they zero out fieldsets.
270
+ */
271
+
272
+ legend {
273
+ border: 0; /* 1 */
274
+ padding: 0; /* 2 */
275
+ }
276
+
277
+ /**
278
+ * 1. Correct font family not being inherited in all browsers.
279
+ * 2. Correct font size not being inherited in all browsers.
280
+ * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
281
+ */
282
+
283
+ button,
284
+ input,
285
+ select,
286
+ textarea {
287
+ font-family: inherit; /* 1 */
288
+ font-size: 100%; /* 2 */
289
+ margin: 0; /* 3 */
290
+ }
291
+
292
+ /**
293
+ * Address Firefox 4+ setting `line-height` on `input` using `!important` in
294
+ * the UA stylesheet.
295
+ */
296
+
297
+ button,
298
+ input {
299
+ line-height: normal;
300
+ }
301
+
302
+ /**
303
+ * Address inconsistent `text-transform` inheritance for `button` and `select`.
304
+ * All other form control elements do not inherit `text-transform` values.
305
+ * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
306
+ * Correct `select` style inheritance in Firefox 4+ and Opera.
307
+ */
308
+
309
+ button,
310
+ select {
311
+ text-transform: none;
312
+ }
313
+
314
+ /**
315
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
316
+ * and `video` controls.
317
+ * 2. Correct inability to style clickable `input` types in iOS.
318
+ * 3. Improve usability and consistency of cursor style between image-type
319
+ * `input` and others.
320
+ */
321
+
322
+ button,
323
+ html input[type="button"], /* 1 */
324
+ input[type="reset"],
325
+ input[type="submit"] {
326
+ -webkit-appearance: button; /* 2 */
327
+ cursor: pointer; /* 3 */
328
+ }
329
+
330
+ /**
331
+ * Re-set default cursor for disabled elements.
332
+ */
333
+
334
+ button[disabled] {
335
+ cursor: default;
336
+ }
337
+
338
+ /**
339
+ * 1. Address box sizing set to `content-box` in IE 8/9.
340
+ * 2. Remove excess padding in IE 8/9.
341
+ */
342
+
343
+ input[type="checkbox"],
344
+ input[type="radio"] {
345
+ box-sizing: border-box; /* 1 */
346
+ padding: 0; /* 2 */
347
+ }
348
+
349
+ /**
350
+ * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
351
+ * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
352
+ * (include `-moz` to future-proof).
353
+ */
354
+
355
+ input[type="search"] {
356
+ -webkit-appearance: textfield; /* 1 */
357
+ -moz-box-sizing: content-box;
358
+ -webkit-box-sizing: content-box; /* 2 */
359
+ box-sizing: content-box;
360
+ }
361
+
362
+ /**
363
+ * Remove inner padding and search cancel button in Safari 5 and Chrome
364
+ * on OS X.
365
+ */
366
+
367
+ input[type="search"]::-webkit-search-cancel-button,
368
+ input[type="search"]::-webkit-search-decoration {
369
+ -webkit-appearance: none;
370
+ }
371
+
372
+ /**
373
+ * Remove inner padding and border in Firefox 4+.
374
+ */
375
+
376
+ button::-moz-focus-inner,
377
+ input::-moz-focus-inner {
378
+ border: 0;
379
+ padding: 0;
380
+ }
381
+
382
+ /**
383
+ * 1. Remove default vertical scrollbar in IE 8/9.
384
+ * 2. Improve readability and alignment in all browsers.
385
+ */
386
+
387
+ textarea {
388
+ overflow: auto; /* 1 */
389
+ vertical-align: top; /* 2 */
390
+ }
391
+
392
+ /* ==========================================================================
393
+ Tables
394
+ ========================================================================== */
395
+
396
+ /**
397
+ * Remove most spacing between table cells.
398
+ */
399
+
400
+ table {
401
+ border-collapse: collapse;
402
+ border-spacing: 0;
403
+ }