compass-unsemantic 0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. data/lib/compass-unsemantic.rb +3 -0
  2. data/stylesheets/_compass-unsemantic.scss +13 -0
  3. data/stylesheets/javascripts/adapt.min.js +1 -0
  4. data/stylesheets/javascripts/demo.js +76 -0
  5. data/stylesheets/javascripts/html5.js +4 -0
  6. data/stylesheets/javascripts/jquery.js +5 -0
  7. data/stylesheets/sass/demo.sass +4 -0
  8. data/stylesheets/sass/ie-rtl.sass +10 -0
  9. data/stylesheets/sass/ie.sass +3 -0
  10. data/stylesheets/sass/partials/_demo.sass +50 -0
  11. data/stylesheets/sass/partials/_ie.sass +8 -0
  12. data/stylesheets/sass/partials/_reset.sass +187 -0
  13. data/stylesheets/sass/partials/_text.sass +71 -0
  14. data/stylesheets/sass/partials/_unsemantic-grid-base-tablet.sass +60 -0
  15. data/stylesheets/sass/partials/_unsemantic-grid-base.sass +54 -0
  16. data/stylesheets/sass/partials/_unsemantic-grid-desktop.sass +96 -0
  17. data/stylesheets/sass/partials/_unsemantic-grid-mobile.sass +96 -0
  18. data/stylesheets/sass/partials/_unsemantic-grid-responsive-tablet.sass +22 -0
  19. data/stylesheets/sass/partials/_unsemantic-grid-responsive.sass +17 -0
  20. data/stylesheets/sass/partials/_unsemantic-grid-tablet.sass +96 -0
  21. data/stylesheets/sass/partials/_unsemantic-ie-snap.sass +12 -0
  22. data/stylesheets/sass/partials/_unsemantic-vars.sass +224 -0
  23. data/stylesheets/sass/unsemantic-grid-base-no-ie7-rtl.sass +11 -0
  24. data/stylesheets/sass/unsemantic-grid-base-no-ie7.sass +4 -0
  25. data/stylesheets/sass/unsemantic-grid-base-rtl.sass +9 -0
  26. data/stylesheets/sass/unsemantic-grid-base-tablet-no-ie7-rtl.sass +11 -0
  27. data/stylesheets/sass/unsemantic-grid-base-tablet-no-ie7.sass +5 -0
  28. data/stylesheets/sass/unsemantic-grid-base-tablet-rtl.sass +9 -0
  29. data/stylesheets/sass/unsemantic-grid-base-tablet.sass +4 -0
  30. data/stylesheets/sass/unsemantic-grid-base.sass +2 -0
  31. data/stylesheets/sass/unsemantic-grid-desktop-no-ie7-rtl.sass +10 -0
  32. data/stylesheets/sass/unsemantic-grid-desktop-no-ie7.sass +3 -0
  33. data/stylesheets/sass/unsemantic-grid-desktop-rtl.sass +8 -0
  34. data/stylesheets/sass/unsemantic-grid-desktop.sass +1 -0
  35. data/stylesheets/sass/unsemantic-grid-mobile-no-ie7-rtl.sass +10 -0
  36. data/stylesheets/sass/unsemantic-grid-mobile-no-ie7.sass +3 -0
  37. data/stylesheets/sass/unsemantic-grid-mobile-rtl.sass +8 -0
  38. data/stylesheets/sass/unsemantic-grid-mobile.sass +1 -0
  39. data/stylesheets/sass/unsemantic-grid-responsive-no-ie7-rtl.sass +10 -0
  40. data/stylesheets/sass/unsemantic-grid-responsive-no-ie7.sass +3 -0
  41. data/stylesheets/sass/unsemantic-grid-responsive-rtl.sass +8 -0
  42. data/stylesheets/sass/unsemantic-grid-responsive-tablet-no-ie7-rtl.sass +10 -0
  43. data/stylesheets/sass/unsemantic-grid-responsive-tablet-no-ie7.sass +3 -0
  44. data/stylesheets/sass/unsemantic-grid-responsive-tablet-rtl.sass +8 -0
  45. data/stylesheets/sass/unsemantic-grid-responsive-tablet.sass +1 -0
  46. data/stylesheets/sass/unsemantic-grid-responsive.sass +1 -0
  47. data/stylesheets/sass/unsemantic-grid-tablet-no-ie7-rtl.sass +10 -0
  48. data/stylesheets/sass/unsemantic-grid-tablet-no-ie7.sass +3 -0
  49. data/stylesheets/sass/unsemantic-grid-tablet-rtl.sass +8 -0
  50. data/stylesheets/sass/unsemantic-grid-tablet.sass +1 -0
  51. data/stylesheets/stylesheets/demo.css +303 -0
  52. data/stylesheets/stylesheets/ie-rtl.css +1463 -0
  53. data/stylesheets/stylesheets/ie.css +1463 -0
  54. data/stylesheets/stylesheets/unsemantic-grid-base-no-ie7-rtl.css +55 -0
  55. data/stylesheets/stylesheets/unsemantic-grid-base-no-ie7.css +55 -0
  56. data/stylesheets/stylesheets/unsemantic-grid-base-rtl.css +71 -0
  57. data/stylesheets/stylesheets/unsemantic-grid-base-tablet-no-ie7-rtl.css +55 -0
  58. data/stylesheets/stylesheets/unsemantic-grid-base-tablet-no-ie7.css +55 -0
  59. data/stylesheets/stylesheets/unsemantic-grid-base-tablet-rtl.css +71 -0
  60. data/stylesheets/stylesheets/unsemantic-grid-base-tablet.css +71 -0
  61. data/stylesheets/stylesheets/unsemantic-grid-base.css +71 -0
  62. data/stylesheets/stylesheets/unsemantic-grid-desktop-no-ie7-rtl.css +490 -0
  63. data/stylesheets/stylesheets/unsemantic-grid-desktop-no-ie7.css +490 -0
  64. data/stylesheets/stylesheets/unsemantic-grid-desktop-rtl.css +685 -0
  65. data/stylesheets/stylesheets/unsemantic-grid-desktop.css +685 -0
  66. data/stylesheets/stylesheets/unsemantic-grid-mobile-no-ie7-rtl.css +490 -0
  67. data/stylesheets/stylesheets/unsemantic-grid-mobile-no-ie7.css +490 -0
  68. data/stylesheets/stylesheets/unsemantic-grid-mobile-rtl.css +685 -0
  69. data/stylesheets/stylesheets/unsemantic-grid-mobile.css +685 -0
  70. data/stylesheets/stylesheets/unsemantic-grid-responsive-no-ie7-rtl.css +1044 -0
  71. data/stylesheets/stylesheets/unsemantic-grid-responsive-no-ie7.css +1044 -0
  72. data/stylesheets/stylesheets/unsemantic-grid-responsive-rtl.css +1450 -0
  73. data/stylesheets/stylesheets/unsemantic-grid-responsive-tablet-no-ie7-rtl.css +1536 -0
  74. data/stylesheets/stylesheets/unsemantic-grid-responsive-tablet-no-ie7.css +1536 -0
  75. data/stylesheets/stylesheets/unsemantic-grid-responsive-tablet-rtl.css +2137 -0
  76. data/stylesheets/stylesheets/unsemantic-grid-responsive-tablet.css +2137 -0
  77. data/stylesheets/stylesheets/unsemantic-grid-responsive.css +1450 -0
  78. data/stylesheets/stylesheets/unsemantic-grid-tablet-no-ie7-rtl.css +490 -0
  79. data/stylesheets/stylesheets/unsemantic-grid-tablet-no-ie7.css +490 -0
  80. data/stylesheets/stylesheets/unsemantic-grid-tablet-rtl.css +685 -0
  81. data/stylesheets/stylesheets/unsemantic-grid-tablet.css +685 -0
  82. metadata +141 -0
@@ -0,0 +1,1044 @@
1
+ /* ============================================ */
2
+ /* This file has a mobile-to-desktop breakpoint */
3
+ /* ============================================ */
4
+ @media screen and (max-width: 400px) {
5
+ @-ms-viewport {
6
+ width: 320px;
7
+ }
8
+ }
9
+ @media screen {
10
+ .clear {
11
+ clear: both;
12
+ display: block;
13
+ overflow: hidden;
14
+ visibility: hidden;
15
+ width: 0;
16
+ height: 0;
17
+ }
18
+
19
+ .grid-container:before, .clearfix:before,
20
+ .grid-container:after,
21
+ .clearfix:after {
22
+ content: ".";
23
+ display: block;
24
+ overflow: hidden;
25
+ visibility: hidden;
26
+ font-size: 0;
27
+ line-height: 0;
28
+ width: 0;
29
+ height: 0;
30
+ }
31
+
32
+ .grid-container:after, .clearfix:after {
33
+ clear: both;
34
+ }
35
+
36
+ .grid-container {
37
+ margin-left: auto;
38
+ margin-right: auto;
39
+ max-width: 1200px;
40
+ padding-left: 10px;
41
+ padding-right: 10px;
42
+ }
43
+
44
+ .grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66 {
45
+ -webkit-box-sizing: border-box;
46
+ -moz-box-sizing: border-box;
47
+ box-sizing: border-box;
48
+ padding-left: 10px;
49
+ padding-right: 10px;
50
+ }
51
+
52
+ .grid-parent {
53
+ padding-left: 0;
54
+ padding-right: 0;
55
+ }
56
+
57
+ body {
58
+ min-width: 320px;
59
+ }
60
+ }
61
+ @media screen and (max-width: 767px) {
62
+ .mobile-grid-100:before,
63
+ .mobile-grid-100:after {
64
+ content: ".";
65
+ display: block;
66
+ overflow: hidden;
67
+ visibility: hidden;
68
+ font-size: 0;
69
+ line-height: 0;
70
+ width: 0;
71
+ height: 0;
72
+ }
73
+
74
+ .mobile-grid-100:after {
75
+ clear: both;
76
+ }
77
+
78
+ .mobile-push-5,
79
+ .mobile-pull-5, .mobile-push-10,
80
+ .mobile-pull-10, .mobile-push-15,
81
+ .mobile-pull-15, .mobile-push-20,
82
+ .mobile-pull-20, .mobile-push-25,
83
+ .mobile-pull-25, .mobile-push-30,
84
+ .mobile-pull-30, .mobile-push-35,
85
+ .mobile-pull-35, .mobile-push-40,
86
+ .mobile-pull-40, .mobile-push-45,
87
+ .mobile-pull-45, .mobile-push-50,
88
+ .mobile-pull-50, .mobile-push-55,
89
+ .mobile-pull-55, .mobile-push-60,
90
+ .mobile-pull-60, .mobile-push-65,
91
+ .mobile-pull-65, .mobile-push-70,
92
+ .mobile-pull-70, .mobile-push-75,
93
+ .mobile-pull-75, .mobile-push-80,
94
+ .mobile-pull-80, .mobile-push-85,
95
+ .mobile-pull-85, .mobile-push-90,
96
+ .mobile-pull-90, .mobile-push-95,
97
+ .mobile-pull-95, .mobile-push-33,
98
+ .mobile-pull-33, .mobile-push-66,
99
+ .mobile-pull-66 {
100
+ position: relative;
101
+ }
102
+
103
+ .hide-on-mobile {
104
+ display: none !important;
105
+ }
106
+
107
+ .mobile-grid-5 {
108
+ float: right;
109
+ width: 5%;
110
+ }
111
+
112
+ .mobile-prefix-5 {
113
+ margin-right: 5%;
114
+ }
115
+
116
+ .mobile-suffix-5 {
117
+ margin-left: 5%;
118
+ }
119
+
120
+ .mobile-push-5 {
121
+ right: 5%;
122
+ }
123
+
124
+ .mobile-pull-5 {
125
+ right: -5%;
126
+ }
127
+
128
+ .mobile-grid-10 {
129
+ float: right;
130
+ width: 10%;
131
+ }
132
+
133
+ .mobile-prefix-10 {
134
+ margin-right: 10%;
135
+ }
136
+
137
+ .mobile-suffix-10 {
138
+ margin-left: 10%;
139
+ }
140
+
141
+ .mobile-push-10 {
142
+ right: 10%;
143
+ }
144
+
145
+ .mobile-pull-10 {
146
+ right: -10%;
147
+ }
148
+
149
+ .mobile-grid-15 {
150
+ float: right;
151
+ width: 15%;
152
+ }
153
+
154
+ .mobile-prefix-15 {
155
+ margin-right: 15%;
156
+ }
157
+
158
+ .mobile-suffix-15 {
159
+ margin-left: 15%;
160
+ }
161
+
162
+ .mobile-push-15 {
163
+ right: 15%;
164
+ }
165
+
166
+ .mobile-pull-15 {
167
+ right: -15%;
168
+ }
169
+
170
+ .mobile-grid-20 {
171
+ float: right;
172
+ width: 20%;
173
+ }
174
+
175
+ .mobile-prefix-20 {
176
+ margin-right: 20%;
177
+ }
178
+
179
+ .mobile-suffix-20 {
180
+ margin-left: 20%;
181
+ }
182
+
183
+ .mobile-push-20 {
184
+ right: 20%;
185
+ }
186
+
187
+ .mobile-pull-20 {
188
+ right: -20%;
189
+ }
190
+
191
+ .mobile-grid-25 {
192
+ float: right;
193
+ width: 25%;
194
+ }
195
+
196
+ .mobile-prefix-25 {
197
+ margin-right: 25%;
198
+ }
199
+
200
+ .mobile-suffix-25 {
201
+ margin-left: 25%;
202
+ }
203
+
204
+ .mobile-push-25 {
205
+ right: 25%;
206
+ }
207
+
208
+ .mobile-pull-25 {
209
+ right: -25%;
210
+ }
211
+
212
+ .mobile-grid-30 {
213
+ float: right;
214
+ width: 30%;
215
+ }
216
+
217
+ .mobile-prefix-30 {
218
+ margin-right: 30%;
219
+ }
220
+
221
+ .mobile-suffix-30 {
222
+ margin-left: 30%;
223
+ }
224
+
225
+ .mobile-push-30 {
226
+ right: 30%;
227
+ }
228
+
229
+ .mobile-pull-30 {
230
+ right: -30%;
231
+ }
232
+
233
+ .mobile-grid-35 {
234
+ float: right;
235
+ width: 35%;
236
+ }
237
+
238
+ .mobile-prefix-35 {
239
+ margin-right: 35%;
240
+ }
241
+
242
+ .mobile-suffix-35 {
243
+ margin-left: 35%;
244
+ }
245
+
246
+ .mobile-push-35 {
247
+ right: 35%;
248
+ }
249
+
250
+ .mobile-pull-35 {
251
+ right: -35%;
252
+ }
253
+
254
+ .mobile-grid-40 {
255
+ float: right;
256
+ width: 40%;
257
+ }
258
+
259
+ .mobile-prefix-40 {
260
+ margin-right: 40%;
261
+ }
262
+
263
+ .mobile-suffix-40 {
264
+ margin-left: 40%;
265
+ }
266
+
267
+ .mobile-push-40 {
268
+ right: 40%;
269
+ }
270
+
271
+ .mobile-pull-40 {
272
+ right: -40%;
273
+ }
274
+
275
+ .mobile-grid-45 {
276
+ float: right;
277
+ width: 45%;
278
+ }
279
+
280
+ .mobile-prefix-45 {
281
+ margin-right: 45%;
282
+ }
283
+
284
+ .mobile-suffix-45 {
285
+ margin-left: 45%;
286
+ }
287
+
288
+ .mobile-push-45 {
289
+ right: 45%;
290
+ }
291
+
292
+ .mobile-pull-45 {
293
+ right: -45%;
294
+ }
295
+
296
+ .mobile-grid-50 {
297
+ float: right;
298
+ width: 50%;
299
+ }
300
+
301
+ .mobile-prefix-50 {
302
+ margin-right: 50%;
303
+ }
304
+
305
+ .mobile-suffix-50 {
306
+ margin-left: 50%;
307
+ }
308
+
309
+ .mobile-push-50 {
310
+ right: 50%;
311
+ }
312
+
313
+ .mobile-pull-50 {
314
+ right: -50%;
315
+ }
316
+
317
+ .mobile-grid-55 {
318
+ float: right;
319
+ width: 55%;
320
+ }
321
+
322
+ .mobile-prefix-55 {
323
+ margin-right: 55%;
324
+ }
325
+
326
+ .mobile-suffix-55 {
327
+ margin-left: 55%;
328
+ }
329
+
330
+ .mobile-push-55 {
331
+ right: 55%;
332
+ }
333
+
334
+ .mobile-pull-55 {
335
+ right: -55%;
336
+ }
337
+
338
+ .mobile-grid-60 {
339
+ float: right;
340
+ width: 60%;
341
+ }
342
+
343
+ .mobile-prefix-60 {
344
+ margin-right: 60%;
345
+ }
346
+
347
+ .mobile-suffix-60 {
348
+ margin-left: 60%;
349
+ }
350
+
351
+ .mobile-push-60 {
352
+ right: 60%;
353
+ }
354
+
355
+ .mobile-pull-60 {
356
+ right: -60%;
357
+ }
358
+
359
+ .mobile-grid-65 {
360
+ float: right;
361
+ width: 65%;
362
+ }
363
+
364
+ .mobile-prefix-65 {
365
+ margin-right: 65%;
366
+ }
367
+
368
+ .mobile-suffix-65 {
369
+ margin-left: 65%;
370
+ }
371
+
372
+ .mobile-push-65 {
373
+ right: 65%;
374
+ }
375
+
376
+ .mobile-pull-65 {
377
+ right: -65%;
378
+ }
379
+
380
+ .mobile-grid-70 {
381
+ float: right;
382
+ width: 70%;
383
+ }
384
+
385
+ .mobile-prefix-70 {
386
+ margin-right: 70%;
387
+ }
388
+
389
+ .mobile-suffix-70 {
390
+ margin-left: 70%;
391
+ }
392
+
393
+ .mobile-push-70 {
394
+ right: 70%;
395
+ }
396
+
397
+ .mobile-pull-70 {
398
+ right: -70%;
399
+ }
400
+
401
+ .mobile-grid-75 {
402
+ float: right;
403
+ width: 75%;
404
+ }
405
+
406
+ .mobile-prefix-75 {
407
+ margin-right: 75%;
408
+ }
409
+
410
+ .mobile-suffix-75 {
411
+ margin-left: 75%;
412
+ }
413
+
414
+ .mobile-push-75 {
415
+ right: 75%;
416
+ }
417
+
418
+ .mobile-pull-75 {
419
+ right: -75%;
420
+ }
421
+
422
+ .mobile-grid-80 {
423
+ float: right;
424
+ width: 80%;
425
+ }
426
+
427
+ .mobile-prefix-80 {
428
+ margin-right: 80%;
429
+ }
430
+
431
+ .mobile-suffix-80 {
432
+ margin-left: 80%;
433
+ }
434
+
435
+ .mobile-push-80 {
436
+ right: 80%;
437
+ }
438
+
439
+ .mobile-pull-80 {
440
+ right: -80%;
441
+ }
442
+
443
+ .mobile-grid-85 {
444
+ float: right;
445
+ width: 85%;
446
+ }
447
+
448
+ .mobile-prefix-85 {
449
+ margin-right: 85%;
450
+ }
451
+
452
+ .mobile-suffix-85 {
453
+ margin-left: 85%;
454
+ }
455
+
456
+ .mobile-push-85 {
457
+ right: 85%;
458
+ }
459
+
460
+ .mobile-pull-85 {
461
+ right: -85%;
462
+ }
463
+
464
+ .mobile-grid-90 {
465
+ float: right;
466
+ width: 90%;
467
+ }
468
+
469
+ .mobile-prefix-90 {
470
+ margin-right: 90%;
471
+ }
472
+
473
+ .mobile-suffix-90 {
474
+ margin-left: 90%;
475
+ }
476
+
477
+ .mobile-push-90 {
478
+ right: 90%;
479
+ }
480
+
481
+ .mobile-pull-90 {
482
+ right: -90%;
483
+ }
484
+
485
+ .mobile-grid-95 {
486
+ float: right;
487
+ width: 95%;
488
+ }
489
+
490
+ .mobile-prefix-95 {
491
+ margin-right: 95%;
492
+ }
493
+
494
+ .mobile-suffix-95 {
495
+ margin-left: 95%;
496
+ }
497
+
498
+ .mobile-push-95 {
499
+ right: 95%;
500
+ }
501
+
502
+ .mobile-pull-95 {
503
+ right: -95%;
504
+ }
505
+
506
+ .mobile-grid-33 {
507
+ float: right;
508
+ width: 33.33333%;
509
+ }
510
+
511
+ .mobile-prefix-33 {
512
+ margin-right: 33.33333%;
513
+ }
514
+
515
+ .mobile-suffix-33 {
516
+ margin-left: 33.33333%;
517
+ }
518
+
519
+ .mobile-push-33 {
520
+ right: 33.33333%;
521
+ }
522
+
523
+ .mobile-pull-33 {
524
+ right: -33.33333%;
525
+ }
526
+
527
+ .mobile-grid-66 {
528
+ float: right;
529
+ width: 66.66667%;
530
+ }
531
+
532
+ .mobile-prefix-66 {
533
+ margin-right: 66.66667%;
534
+ }
535
+
536
+ .mobile-suffix-66 {
537
+ margin-left: 66.66667%;
538
+ }
539
+
540
+ .mobile-push-66 {
541
+ right: 66.66667%;
542
+ }
543
+
544
+ .mobile-pull-66 {
545
+ right: -66.66667%;
546
+ }
547
+
548
+ .mobile-grid-100 {
549
+ clear: both;
550
+ width: 100%;
551
+ }
552
+ }
553
+ @media screen and (min-width: 768px) {
554
+ .grid-100:before,
555
+ .grid-100:after {
556
+ content: ".";
557
+ display: block;
558
+ overflow: hidden;
559
+ visibility: hidden;
560
+ font-size: 0;
561
+ line-height: 0;
562
+ width: 0;
563
+ height: 0;
564
+ }
565
+
566
+ .grid-100:after {
567
+ clear: both;
568
+ }
569
+
570
+ .push-5,
571
+ .pull-5, .push-10,
572
+ .pull-10, .push-15,
573
+ .pull-15, .push-20,
574
+ .pull-20, .push-25,
575
+ .pull-25, .push-30,
576
+ .pull-30, .push-35,
577
+ .pull-35, .push-40,
578
+ .pull-40, .push-45,
579
+ .pull-45, .push-50,
580
+ .pull-50, .push-55,
581
+ .pull-55, .push-60,
582
+ .pull-60, .push-65,
583
+ .pull-65, .push-70,
584
+ .pull-70, .push-75,
585
+ .pull-75, .push-80,
586
+ .pull-80, .push-85,
587
+ .pull-85, .push-90,
588
+ .pull-90, .push-95,
589
+ .pull-95, .push-33,
590
+ .pull-33, .push-66,
591
+ .pull-66 {
592
+ position: relative;
593
+ }
594
+
595
+ .hide-on-desktop {
596
+ display: none !important;
597
+ }
598
+
599
+ .grid-5 {
600
+ float: right;
601
+ width: 5%;
602
+ }
603
+
604
+ .prefix-5 {
605
+ margin-right: 5%;
606
+ }
607
+
608
+ .suffix-5 {
609
+ margin-left: 5%;
610
+ }
611
+
612
+ .push-5 {
613
+ right: 5%;
614
+ }
615
+
616
+ .pull-5 {
617
+ right: -5%;
618
+ }
619
+
620
+ .grid-10 {
621
+ float: right;
622
+ width: 10%;
623
+ }
624
+
625
+ .prefix-10 {
626
+ margin-right: 10%;
627
+ }
628
+
629
+ .suffix-10 {
630
+ margin-left: 10%;
631
+ }
632
+
633
+ .push-10 {
634
+ right: 10%;
635
+ }
636
+
637
+ .pull-10 {
638
+ right: -10%;
639
+ }
640
+
641
+ .grid-15 {
642
+ float: right;
643
+ width: 15%;
644
+ }
645
+
646
+ .prefix-15 {
647
+ margin-right: 15%;
648
+ }
649
+
650
+ .suffix-15 {
651
+ margin-left: 15%;
652
+ }
653
+
654
+ .push-15 {
655
+ right: 15%;
656
+ }
657
+
658
+ .pull-15 {
659
+ right: -15%;
660
+ }
661
+
662
+ .grid-20 {
663
+ float: right;
664
+ width: 20%;
665
+ }
666
+
667
+ .prefix-20 {
668
+ margin-right: 20%;
669
+ }
670
+
671
+ .suffix-20 {
672
+ margin-left: 20%;
673
+ }
674
+
675
+ .push-20 {
676
+ right: 20%;
677
+ }
678
+
679
+ .pull-20 {
680
+ right: -20%;
681
+ }
682
+
683
+ .grid-25 {
684
+ float: right;
685
+ width: 25%;
686
+ }
687
+
688
+ .prefix-25 {
689
+ margin-right: 25%;
690
+ }
691
+
692
+ .suffix-25 {
693
+ margin-left: 25%;
694
+ }
695
+
696
+ .push-25 {
697
+ right: 25%;
698
+ }
699
+
700
+ .pull-25 {
701
+ right: -25%;
702
+ }
703
+
704
+ .grid-30 {
705
+ float: right;
706
+ width: 30%;
707
+ }
708
+
709
+ .prefix-30 {
710
+ margin-right: 30%;
711
+ }
712
+
713
+ .suffix-30 {
714
+ margin-left: 30%;
715
+ }
716
+
717
+ .push-30 {
718
+ right: 30%;
719
+ }
720
+
721
+ .pull-30 {
722
+ right: -30%;
723
+ }
724
+
725
+ .grid-35 {
726
+ float: right;
727
+ width: 35%;
728
+ }
729
+
730
+ .prefix-35 {
731
+ margin-right: 35%;
732
+ }
733
+
734
+ .suffix-35 {
735
+ margin-left: 35%;
736
+ }
737
+
738
+ .push-35 {
739
+ right: 35%;
740
+ }
741
+
742
+ .pull-35 {
743
+ right: -35%;
744
+ }
745
+
746
+ .grid-40 {
747
+ float: right;
748
+ width: 40%;
749
+ }
750
+
751
+ .prefix-40 {
752
+ margin-right: 40%;
753
+ }
754
+
755
+ .suffix-40 {
756
+ margin-left: 40%;
757
+ }
758
+
759
+ .push-40 {
760
+ right: 40%;
761
+ }
762
+
763
+ .pull-40 {
764
+ right: -40%;
765
+ }
766
+
767
+ .grid-45 {
768
+ float: right;
769
+ width: 45%;
770
+ }
771
+
772
+ .prefix-45 {
773
+ margin-right: 45%;
774
+ }
775
+
776
+ .suffix-45 {
777
+ margin-left: 45%;
778
+ }
779
+
780
+ .push-45 {
781
+ right: 45%;
782
+ }
783
+
784
+ .pull-45 {
785
+ right: -45%;
786
+ }
787
+
788
+ .grid-50 {
789
+ float: right;
790
+ width: 50%;
791
+ }
792
+
793
+ .prefix-50 {
794
+ margin-right: 50%;
795
+ }
796
+
797
+ .suffix-50 {
798
+ margin-left: 50%;
799
+ }
800
+
801
+ .push-50 {
802
+ right: 50%;
803
+ }
804
+
805
+ .pull-50 {
806
+ right: -50%;
807
+ }
808
+
809
+ .grid-55 {
810
+ float: right;
811
+ width: 55%;
812
+ }
813
+
814
+ .prefix-55 {
815
+ margin-right: 55%;
816
+ }
817
+
818
+ .suffix-55 {
819
+ margin-left: 55%;
820
+ }
821
+
822
+ .push-55 {
823
+ right: 55%;
824
+ }
825
+
826
+ .pull-55 {
827
+ right: -55%;
828
+ }
829
+
830
+ .grid-60 {
831
+ float: right;
832
+ width: 60%;
833
+ }
834
+
835
+ .prefix-60 {
836
+ margin-right: 60%;
837
+ }
838
+
839
+ .suffix-60 {
840
+ margin-left: 60%;
841
+ }
842
+
843
+ .push-60 {
844
+ right: 60%;
845
+ }
846
+
847
+ .pull-60 {
848
+ right: -60%;
849
+ }
850
+
851
+ .grid-65 {
852
+ float: right;
853
+ width: 65%;
854
+ }
855
+
856
+ .prefix-65 {
857
+ margin-right: 65%;
858
+ }
859
+
860
+ .suffix-65 {
861
+ margin-left: 65%;
862
+ }
863
+
864
+ .push-65 {
865
+ right: 65%;
866
+ }
867
+
868
+ .pull-65 {
869
+ right: -65%;
870
+ }
871
+
872
+ .grid-70 {
873
+ float: right;
874
+ width: 70%;
875
+ }
876
+
877
+ .prefix-70 {
878
+ margin-right: 70%;
879
+ }
880
+
881
+ .suffix-70 {
882
+ margin-left: 70%;
883
+ }
884
+
885
+ .push-70 {
886
+ right: 70%;
887
+ }
888
+
889
+ .pull-70 {
890
+ right: -70%;
891
+ }
892
+
893
+ .grid-75 {
894
+ float: right;
895
+ width: 75%;
896
+ }
897
+
898
+ .prefix-75 {
899
+ margin-right: 75%;
900
+ }
901
+
902
+ .suffix-75 {
903
+ margin-left: 75%;
904
+ }
905
+
906
+ .push-75 {
907
+ right: 75%;
908
+ }
909
+
910
+ .pull-75 {
911
+ right: -75%;
912
+ }
913
+
914
+ .grid-80 {
915
+ float: right;
916
+ width: 80%;
917
+ }
918
+
919
+ .prefix-80 {
920
+ margin-right: 80%;
921
+ }
922
+
923
+ .suffix-80 {
924
+ margin-left: 80%;
925
+ }
926
+
927
+ .push-80 {
928
+ right: 80%;
929
+ }
930
+
931
+ .pull-80 {
932
+ right: -80%;
933
+ }
934
+
935
+ .grid-85 {
936
+ float: right;
937
+ width: 85%;
938
+ }
939
+
940
+ .prefix-85 {
941
+ margin-right: 85%;
942
+ }
943
+
944
+ .suffix-85 {
945
+ margin-left: 85%;
946
+ }
947
+
948
+ .push-85 {
949
+ right: 85%;
950
+ }
951
+
952
+ .pull-85 {
953
+ right: -85%;
954
+ }
955
+
956
+ .grid-90 {
957
+ float: right;
958
+ width: 90%;
959
+ }
960
+
961
+ .prefix-90 {
962
+ margin-right: 90%;
963
+ }
964
+
965
+ .suffix-90 {
966
+ margin-left: 90%;
967
+ }
968
+
969
+ .push-90 {
970
+ right: 90%;
971
+ }
972
+
973
+ .pull-90 {
974
+ right: -90%;
975
+ }
976
+
977
+ .grid-95 {
978
+ float: right;
979
+ width: 95%;
980
+ }
981
+
982
+ .prefix-95 {
983
+ margin-right: 95%;
984
+ }
985
+
986
+ .suffix-95 {
987
+ margin-left: 95%;
988
+ }
989
+
990
+ .push-95 {
991
+ right: 95%;
992
+ }
993
+
994
+ .pull-95 {
995
+ right: -95%;
996
+ }
997
+
998
+ .grid-33 {
999
+ float: right;
1000
+ width: 33.33333%;
1001
+ }
1002
+
1003
+ .prefix-33 {
1004
+ margin-right: 33.33333%;
1005
+ }
1006
+
1007
+ .suffix-33 {
1008
+ margin-left: 33.33333%;
1009
+ }
1010
+
1011
+ .push-33 {
1012
+ right: 33.33333%;
1013
+ }
1014
+
1015
+ .pull-33 {
1016
+ right: -33.33333%;
1017
+ }
1018
+
1019
+ .grid-66 {
1020
+ float: right;
1021
+ width: 66.66667%;
1022
+ }
1023
+
1024
+ .prefix-66 {
1025
+ margin-right: 66.66667%;
1026
+ }
1027
+
1028
+ .suffix-66 {
1029
+ margin-left: 66.66667%;
1030
+ }
1031
+
1032
+ .push-66 {
1033
+ right: 66.66667%;
1034
+ }
1035
+
1036
+ .pull-66 {
1037
+ right: -66.66667%;
1038
+ }
1039
+
1040
+ .grid-100 {
1041
+ clear: both;
1042
+ width: 100%;
1043
+ }
1044
+ }