pure-place-rails 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +4 -0
  3. data/LICENSE.txt +22 -0
  4. data/README.md +27 -0
  5. data/Rakefile +1 -0
  6. data/app/assets/stylesheets/pure-place/.bowerrc +4 -0
  7. data/app/assets/stylesheets/pure-place/.csslintrc +5 -0
  8. data/app/assets/stylesheets/pure-place/.gitignore +6 -0
  9. data/app/assets/stylesheets/pure-place/.travis.yml +6 -0
  10. data/app/assets/stylesheets/pure-place/CONTRIBUTING.md +131 -0
  11. data/app/assets/stylesheets/pure-place/Gruntfile.js +444 -0
  12. data/app/assets/stylesheets/pure-place/HISTORY.md +109 -0
  13. data/app/assets/stylesheets/pure-place/LICENSE.md +52 -0
  14. data/app/assets/stylesheets/pure-place/README.md +120 -0
  15. data/app/assets/stylesheets/pure-place/bower.json +7 -0
  16. data/app/assets/stylesheets/pure-place/build/base-context-min.css +11 -0
  17. data/app/assets/stylesheets/pure-place/build/base-context.css +243 -0
  18. data/app/assets/stylesheets/pure-place/build/base-min.css +11 -0
  19. data/app/assets/stylesheets/pure-place/build/base.css +538 -0
  20. data/app/assets/stylesheets/pure-place/build/buttons-core-min.css +7 -0
  21. data/app/assets/stylesheets/pure-place/build/buttons-core.css +28 -0
  22. data/app/assets/stylesheets/pure-place/build/buttons-min.css +7 -0
  23. data/app/assets/stylesheets/pure-place/build/buttons.css +105 -0
  24. data/app/assets/stylesheets/pure-place/build/forms-core-min.css +11 -0
  25. data/app/assets/stylesheets/pure-place/build/forms-core.css +159 -0
  26. data/app/assets/stylesheets/pure-place/build/forms-min.css +11 -0
  27. data/app/assets/stylesheets/pure-place/build/forms-nr-min.css +11 -0
  28. data/app/assets/stylesheets/pure-place/build/forms-nr.css +404 -0
  29. data/app/assets/stylesheets/pure-place/build/forms.css +467 -0
  30. data/app/assets/stylesheets/pure-place/build/grids-core-min.css +7 -0
  31. data/app/assets/stylesheets/pure-place/build/grids-core.css +31 -0
  32. data/app/assets/stylesheets/pure-place/build/grids-min.css +7 -0
  33. data/app/assets/stylesheets/pure-place/build/grids-nr-min.css +7 -0
  34. data/app/assets/stylesheets/pure-place/build/grids-nr.css +180 -0
  35. data/app/assets/stylesheets/pure-place/build/grids-units-min.css +7 -0
  36. data/app/assets/stylesheets/pure-place/build/grids-units.css +154 -0
  37. data/app/assets/stylesheets/pure-place/build/grids.css +242 -0
  38. data/app/assets/stylesheets/pure-place/build/menus-core-min.css +7 -0
  39. data/app/assets/stylesheets/pure-place/build/menus-core.css +143 -0
  40. data/app/assets/stylesheets/pure-place/build/menus-min.css +7 -0
  41. data/app/assets/stylesheets/pure-place/build/menus-nr-min.css +7 -0
  42. data/app/assets/stylesheets/pure-place/build/menus-nr.css +265 -0
  43. data/app/assets/stylesheets/pure-place/build/menus-paginator-min.css +7 -0
  44. data/app/assets/stylesheets/pure-place/build/menus-paginator.css +40 -0
  45. data/app/assets/stylesheets/pure-place/build/menus.css +276 -0
  46. data/app/assets/stylesheets/pure-place/build/pure-min.css +16 -0
  47. data/app/assets/stylesheets/pure-place/build/pure-nr-min.css +16 -0
  48. data/app/assets/stylesheets/pure-place/build/tables-min.css +11 -0
  49. data/app/assets/stylesheets/pure-place/build/tables.css +84 -0
  50. data/app/assets/stylesheets/pure-place/grunt-pure-place.js +95 -0
  51. data/app/assets/stylesheets/pure-place/package.json +23 -0
  52. data/app/assets/stylesheets/pure-place/scss/_grid-classes.scss +4 -0
  53. data/app/assets/stylesheets/pure-place/scss/_grid-functions.scss +62 -0
  54. data/app/assets/stylesheets/pure-place/scss/_pure-classes-nr.scss +9 -0
  55. data/app/assets/stylesheets/pure-place/scss/_pure-classes.scss +9 -0
  56. data/app/assets/stylesheets/pure-place/scss/_pure-placeholders-nr.scss +8 -0
  57. data/app/assets/stylesheets/pure-place/scss/_pure-placeholders.scss +8 -0
  58. data/app/assets/stylesheets/pure-place/scss/classes/_base.scss +565 -0
  59. data/app/assets/stylesheets/pure-place/scss/classes/_buttons.scss +118 -0
  60. data/app/assets/stylesheets/pure-place/scss/classes/_forms-nr.scss +453 -0
  61. data/app/assets/stylesheets/pure-place/scss/classes/_forms.scss +517 -0
  62. data/app/assets/stylesheets/pure-place/scss/classes/_grids-nr.scss +188 -0
  63. data/app/assets/stylesheets/pure-place/scss/classes/_grids.scss +256 -0
  64. data/app/assets/stylesheets/pure-place/scss/classes/_menus-nr.scss +292 -0
  65. data/app/assets/stylesheets/pure-place/scss/classes/_menus.scss +303 -0
  66. data/app/assets/stylesheets/pure-place/scss/classes/_tables.scss +95 -0
  67. data/app/assets/stylesheets/pure-place/scss/placeholders/_base.scss +423 -0
  68. data/app/assets/stylesheets/pure-place/scss/placeholders/_buttons.scss +113 -0
  69. data/app/assets/stylesheets/pure-place/scss/placeholders/_forms-nr.scss +400 -0
  70. data/app/assets/stylesheets/pure-place/scss/placeholders/_forms.scss +464 -0
  71. data/app/assets/stylesheets/pure-place/scss/placeholders/_grids-nr.scss +180 -0
  72. data/app/assets/stylesheets/pure-place/scss/placeholders/_grids.scss +245 -0
  73. data/app/assets/stylesheets/pure-place/scss/placeholders/_menus-nr.scss +287 -0
  74. data/app/assets/stylesheets/pure-place/scss/placeholders/_menus.scss +298 -0
  75. data/app/assets/stylesheets/pure-place/scss/placeholders/_tables.scss +83 -0
  76. data/app/assets/stylesheets/pure-place/src/base/LICENSE.md +19 -0
  77. data/app/assets/stylesheets/pure-place/src/base/README.md +17 -0
  78. data/app/assets/stylesheets/pure-place/src/base/bower.json +23 -0
  79. data/app/assets/stylesheets/pure-place/src/base/css/normalize-context.css +233 -0
  80. data/app/assets/stylesheets/pure-place/src/base/css/normalize.css +528 -0
  81. data/app/assets/stylesheets/pure-place/src/base/tests/manual/test.html +354 -0
  82. data/app/assets/stylesheets/pure-place/src/buttons/css/buttons-core.css +22 -0
  83. data/app/assets/stylesheets/pure-place/src/buttons/css/buttons.css +76 -0
  84. data/app/assets/stylesheets/pure-place/src/buttons/tests/manual/button.html +112 -0
  85. data/app/assets/stylesheets/pure-place/src/forms/css/forms-core.css +149 -0
  86. data/app/assets/stylesheets/pure-place/src/forms/css/forms-r.css +62 -0
  87. data/app/assets/stylesheets/pure-place/src/forms/css/forms.css +244 -0
  88. data/app/assets/stylesheets/pure-place/src/forms/tests/manual/forms.html +324 -0
  89. data/app/assets/stylesheets/pure-place/src/grids/css/grids-core.css +25 -0
  90. data/app/assets/stylesheets/pure-place/src/grids/css/grids-r.css +61 -0
  91. data/app/assets/stylesheets/pure-place/src/grids/css/grids-units.css +148 -0
  92. data/app/assets/stylesheets/pure-place/src/grids/tests/manual/responsive.html +174 -0
  93. data/app/assets/stylesheets/pure-place/src/menus/css/menus-core.css +137 -0
  94. data/app/assets/stylesheets/pure-place/src/menus/css/menus-paginator.css +34 -0
  95. data/app/assets/stylesheets/pure-place/src/menus/css/menus-r.css +10 -0
  96. data/app/assets/stylesheets/pure-place/src/menus/css/menus.css +86 -0
  97. data/app/assets/stylesheets/pure-place/src/menus/tests/manual/menus.html +191 -0
  98. data/app/assets/stylesheets/pure-place/src/tables/css/tables.css +74 -0
  99. data/app/assets/stylesheets/pure-place/src/tables/tests/manual/tables.html +251 -0
  100. data/lib/pure-place.rb +16 -0
  101. data/lib/pure-place/engine.rb +5 -0
  102. data/lib/pure-place/version.rb +3 -0
  103. data/pure-place-rails.gemspec +24 -0
  104. metadata +161 -0
@@ -0,0 +1,528 @@
1
+ /* THIS FILE IS GENERATED BY A BUILD SCRIPT - DO NOT EDIT! */
2
+ /*! normalize.css v1.1.2 | MIT License | git.io/normalize */
3
+
4
+ /* ==========================================================================
5
+ HTML5 display definitions
6
+ ========================================================================== */
7
+
8
+ /**
9
+ * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
10
+ */
11
+
12
+ article,
13
+ aside,
14
+ details,
15
+ figcaption,
16
+ figure,
17
+ footer,
18
+ header,
19
+ hgroup,
20
+ main,
21
+ nav,
22
+ section,
23
+ summary {
24
+ display: block;
25
+ }
26
+
27
+ /**
28
+ * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
29
+ */
30
+
31
+ audio,
32
+ canvas,
33
+ video {
34
+ display: inline-block;
35
+ *display: inline;
36
+ *zoom: 1;
37
+ }
38
+
39
+ /**
40
+ * Prevent modern browsers from displaying `audio` without controls.
41
+ * Remove excess height in iOS 5 devices.
42
+ */
43
+
44
+ audio:not([controls]) {
45
+ display: none;
46
+ height: 0;
47
+ }
48
+
49
+ /**
50
+ * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
51
+ * Known issue: no IE 6 support.
52
+ */
53
+
54
+ [hidden] {
55
+ display: none;
56
+ }
57
+
58
+ /* ==========================================================================
59
+ Base
60
+ ========================================================================== */
61
+
62
+ /**
63
+ * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
64
+ * `em` units.
65
+ * 2. Prevent iOS text size adjust after orientation change, without disabling
66
+ * user zoom.
67
+ */
68
+
69
+ html {
70
+ font-size: 100%; /* 1 */
71
+ -ms-text-size-adjust: 100%; /* 2 */
72
+ -webkit-text-size-adjust: 100%; /* 2 */
73
+ }
74
+
75
+ /**
76
+ * Address `font-family` inconsistency between `textarea` and other form
77
+ * elements.
78
+ */
79
+
80
+ html,
81
+ button,
82
+ input,
83
+ select,
84
+ textarea {
85
+ font-family: sans-serif;
86
+ }
87
+
88
+ /**
89
+ * Address margins handled incorrectly in IE 6/7.
90
+ */
91
+
92
+ body {
93
+ margin: 0;
94
+ }
95
+
96
+ /* ==========================================================================
97
+ Links
98
+ ========================================================================== */
99
+
100
+ /**
101
+ * Address `outline` inconsistency between Chrome and other browsers.
102
+ */
103
+
104
+ a:focus {
105
+ outline: thin dotted;
106
+ }
107
+
108
+ /**
109
+ * Improve readability when focused and also mouse hovered in all browsers.
110
+ */
111
+
112
+ a:active,
113
+ a:hover {
114
+ outline: 0;
115
+ }
116
+
117
+ /* ==========================================================================
118
+ Typography
119
+ ========================================================================== */
120
+
121
+ /**
122
+ * Address font sizes and margins set differently in IE 6/7.
123
+ * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
124
+ * and Chrome.
125
+ */
126
+
127
+ h1 {
128
+ font-size: 2em;
129
+ margin: 0.67em 0;
130
+ }
131
+
132
+ h2 {
133
+ font-size: 1.5em;
134
+ margin: 0.83em 0;
135
+ }
136
+
137
+ h3 {
138
+ font-size: 1.17em;
139
+ margin: 1em 0;
140
+ }
141
+
142
+ h4 {
143
+ font-size: 1em;
144
+ margin: 1.33em 0;
145
+ }
146
+
147
+ h5 {
148
+ font-size: 0.83em;
149
+ margin: 1.67em 0;
150
+ }
151
+
152
+ h6 {
153
+ font-size: 0.67em;
154
+ margin: 2.33em 0;
155
+ }
156
+
157
+ /**
158
+ * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
159
+ */
160
+
161
+ abbr[title] {
162
+ border-bottom: 1px dotted;
163
+ }
164
+
165
+ /**
166
+ * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
167
+ */
168
+
169
+ b,
170
+ strong {
171
+ font-weight: bold;
172
+ }
173
+
174
+ blockquote {
175
+ margin: 1em 40px;
176
+ }
177
+
178
+ /**
179
+ * Address styling not present in Safari 5 and Chrome.
180
+ */
181
+
182
+ dfn {
183
+ font-style: italic;
184
+ }
185
+
186
+ /**
187
+ * Address differences between Firefox and other browsers.
188
+ * Known issue: no IE 6/7 normalization.
189
+ */
190
+
191
+ hr {
192
+ -moz-box-sizing: content-box;
193
+ box-sizing: content-box;
194
+ height: 0;
195
+ }
196
+
197
+ /**
198
+ * Address styling not present in IE 6/7/8/9.
199
+ */
200
+
201
+ mark {
202
+ background: #ff0;
203
+ color: #000;
204
+ }
205
+
206
+ /**
207
+ * Address margins set differently in IE 6/7.
208
+ */
209
+
210
+ p,
211
+ pre {
212
+ margin: 1em 0;
213
+ }
214
+
215
+ /**
216
+ * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
217
+ */
218
+
219
+ code,
220
+ kbd,
221
+ pre,
222
+ samp {
223
+ font-family: monospace, serif;
224
+ _font-family: 'courier new', monospace;
225
+ font-size: 1em;
226
+ }
227
+
228
+ /**
229
+ * Improve readability of pre-formatted text in all browsers.
230
+ */
231
+
232
+ pre {
233
+ white-space: pre;
234
+ white-space: pre-wrap;
235
+ word-wrap: break-word;
236
+ }
237
+
238
+ /**
239
+ * Address CSS quotes not supported in IE 6/7.
240
+ */
241
+
242
+ q {
243
+ quotes: none;
244
+ }
245
+
246
+ /**
247
+ * Address `quotes` property not supported in Safari 4.
248
+ */
249
+
250
+ q:before,
251
+ q:after {
252
+ content: '';
253
+ content: none;
254
+ }
255
+
256
+ /**
257
+ * Address inconsistent and variable font size in all browsers.
258
+ */
259
+
260
+ small {
261
+ font-size: 80%;
262
+ }
263
+
264
+ /**
265
+ * Prevent `sub` and `sup` affecting `line-height` in all browsers.
266
+ */
267
+
268
+ sub,
269
+ sup {
270
+ font-size: 75%;
271
+ line-height: 0;
272
+ position: relative;
273
+ vertical-align: baseline;
274
+ }
275
+
276
+ sup {
277
+ top: -0.5em;
278
+ }
279
+
280
+ sub {
281
+ bottom: -0.25em;
282
+ }
283
+
284
+ /* ==========================================================================
285
+ Lists
286
+ ========================================================================== */
287
+
288
+ /**
289
+ * Address margins set differently in IE 6/7.
290
+ */
291
+
292
+ dl,
293
+ menu,
294
+ ol,
295
+ ul {
296
+ margin: 1em 0;
297
+ }
298
+
299
+ dd {
300
+ margin: 0 0 0 40px;
301
+ }
302
+
303
+ /**
304
+ * Address paddings set differently in IE 6/7.
305
+ */
306
+
307
+ menu,
308
+ ol,
309
+ ul {
310
+ padding: 0 0 0 40px;
311
+ }
312
+
313
+ /**
314
+ * Correct list images handled incorrectly in IE 7.
315
+ */
316
+
317
+ nav ul,
318
+ nav ol {
319
+ list-style: none;
320
+ list-style-image: none;
321
+ }
322
+
323
+ /* ==========================================================================
324
+ Embedded content
325
+ ========================================================================== */
326
+
327
+ /**
328
+ * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
329
+ * 2. Improve image quality when scaled in IE 7.
330
+ */
331
+
332
+ img {
333
+ border: 0; /* 1 */
334
+ -ms-interpolation-mode: bicubic; /* 2 */
335
+ }
336
+
337
+ /**
338
+ * Correct overflow displayed oddly in IE 9.
339
+ */
340
+
341
+ svg:not(:root) {
342
+ overflow: hidden;
343
+ }
344
+
345
+ /* ==========================================================================
346
+ Figures
347
+ ========================================================================== */
348
+
349
+ /**
350
+ * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
351
+ */
352
+
353
+ figure {
354
+ margin: 0;
355
+ }
356
+
357
+ /* ==========================================================================
358
+ Forms
359
+ ========================================================================== */
360
+
361
+ /**
362
+ * Correct margin displayed oddly in IE 6/7.
363
+ */
364
+
365
+ form {
366
+ margin: 0;
367
+ }
368
+
369
+ /**
370
+ * Define consistent border, margin, and padding.
371
+ */
372
+
373
+ fieldset {
374
+ border: 1px solid #c0c0c0;
375
+ margin: 0 2px;
376
+ padding: 0.35em 0.625em 0.75em;
377
+ }
378
+
379
+ /**
380
+ * 1. Correct color not being inherited in IE 6/7/8/9.
381
+ * 2. Correct text not wrapping in Firefox 3.
382
+ * 3. Correct alignment displayed oddly in IE 6/7.
383
+ */
384
+
385
+ legend {
386
+ border: 0; /* 1 */
387
+ padding: 0;
388
+ white-space: normal; /* 2 */
389
+ *margin-left: -7px; /* 3 */
390
+ }
391
+
392
+ /**
393
+ * 1. Correct font size not being inherited in all browsers.
394
+ * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
395
+ * and Chrome.
396
+ * 3. Improve appearance and consistency in all browsers.
397
+ */
398
+
399
+ button,
400
+ input,
401
+ select,
402
+ textarea {
403
+ font-size: 100%; /* 1 */
404
+ margin: 0; /* 2 */
405
+ vertical-align: baseline; /* 3 */
406
+ *vertical-align: middle; /* 3 */
407
+ }
408
+
409
+ /**
410
+ * Address Firefox 3+ setting `line-height` on `input` using `!important` in
411
+ * the UA stylesheet.
412
+ */
413
+
414
+ button,
415
+ input {
416
+ line-height: normal;
417
+ }
418
+
419
+ /**
420
+ * Address inconsistent `text-transform` inheritance for `button` and `select`.
421
+ * All other form control elements do not inherit `text-transform` values.
422
+ * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
423
+ * Correct `select` style inheritance in Firefox 4+ and Opera.
424
+ */
425
+
426
+ button,
427
+ select {
428
+ text-transform: none;
429
+ }
430
+
431
+ /**
432
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
433
+ * and `video` controls.
434
+ * 2. Correct inability to style clickable `input` types in iOS.
435
+ * 3. Improve usability and consistency of cursor style between image-type
436
+ * `input` and others.
437
+ * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
438
+ * Known issue: inner spacing remains in IE 6.
439
+ */
440
+
441
+ button,
442
+ html input[type="button"], /* 1 */
443
+ input[type="reset"],
444
+ input[type="submit"] {
445
+ -webkit-appearance: button; /* 2 */
446
+ cursor: pointer; /* 3 */
447
+ *overflow: visible; /* 4 */
448
+ }
449
+
450
+ /**
451
+ * Re-set default cursor for disabled elements.
452
+ */
453
+
454
+ button[disabled],
455
+ html input[disabled] {
456
+ cursor: default;
457
+ }
458
+
459
+ /**
460
+ * 1. Address box sizing set to content-box in IE 8/9.
461
+ * 2. Remove excess padding in IE 8/9.
462
+ * 3. Remove excess padding in IE 7.
463
+ * Known issue: excess padding remains in IE 6.
464
+ */
465
+
466
+ input[type="checkbox"],
467
+ input[type="radio"] {
468
+ box-sizing: border-box; /* 1 */
469
+ padding: 0; /* 2 */
470
+ *height: 13px; /* 3 */
471
+ *width: 13px; /* 3 */
472
+ }
473
+
474
+ /**
475
+ * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
476
+ * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
477
+ * (include `-moz` to future-proof).
478
+ */
479
+
480
+ input[type="search"] {
481
+ -webkit-appearance: textfield; /* 1 */
482
+ -moz-box-sizing: content-box;
483
+ -webkit-box-sizing: content-box; /* 2 */
484
+ box-sizing: content-box;
485
+ }
486
+
487
+ /**
488
+ * Remove inner padding and search cancel button in Safari 5 and Chrome
489
+ * on OS X.
490
+ */
491
+
492
+ input[type="search"]::-webkit-search-cancel-button,
493
+ input[type="search"]::-webkit-search-decoration {
494
+ -webkit-appearance: none;
495
+ }
496
+
497
+ /**
498
+ * Remove inner padding and border in Firefox 3+.
499
+ */
500
+
501
+ button::-moz-focus-inner,
502
+ input::-moz-focus-inner {
503
+ border: 0;
504
+ padding: 0;
505
+ }
506
+
507
+ /**
508
+ * 1. Remove default vertical scrollbar in IE 6/7/8/9.
509
+ * 2. Improve readability and alignment in all browsers.
510
+ */
511
+
512
+ textarea {
513
+ overflow: auto; /* 1 */
514
+ vertical-align: top; /* 2 */
515
+ }
516
+
517
+ /* ==========================================================================
518
+ Tables
519
+ ========================================================================== */
520
+
521
+ /**
522
+ * Remove most spacing between table cells.
523
+ */
524
+
525
+ table {
526
+ border-collapse: collapse;
527
+ border-spacing: 0;
528
+ }