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,55 @@
1
+ @media screen and (max-width: 400px) {
2
+ @-ms-viewport {
3
+ width: 320px;
4
+ }
5
+ }
6
+ .clear {
7
+ clear: both;
8
+ display: block;
9
+ overflow: hidden;
10
+ visibility: hidden;
11
+ width: 0;
12
+ height: 0;
13
+ }
14
+
15
+ .grid-container:before, .clearfix:before,
16
+ .grid-container:after,
17
+ .clearfix:after {
18
+ content: ".";
19
+ display: block;
20
+ overflow: hidden;
21
+ visibility: hidden;
22
+ font-size: 0;
23
+ line-height: 0;
24
+ width: 0;
25
+ height: 0;
26
+ }
27
+
28
+ .grid-container:after, .clearfix:after {
29
+ clear: both;
30
+ }
31
+
32
+ .grid-container {
33
+ margin-left: auto;
34
+ margin-right: auto;
35
+ max-width: 1200px;
36
+ padding-left: 10px;
37
+ padding-right: 10px;
38
+ }
39
+
40
+ .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 {
41
+ -webkit-box-sizing: border-box;
42
+ -moz-box-sizing: border-box;
43
+ box-sizing: border-box;
44
+ padding-left: 10px;
45
+ padding-right: 10px;
46
+ }
47
+
48
+ .grid-parent {
49
+ padding-left: 0;
50
+ padding-right: 0;
51
+ }
52
+
53
+ body {
54
+ min-width: 320px;
55
+ }
@@ -0,0 +1,55 @@
1
+ @media screen and (max-width: 400px) {
2
+ @-ms-viewport {
3
+ width: 320px;
4
+ }
5
+ }
6
+ .clear {
7
+ clear: both;
8
+ display: block;
9
+ overflow: hidden;
10
+ visibility: hidden;
11
+ width: 0;
12
+ height: 0;
13
+ }
14
+
15
+ .grid-container:before, .clearfix:before,
16
+ .grid-container:after,
17
+ .clearfix:after {
18
+ content: ".";
19
+ display: block;
20
+ overflow: hidden;
21
+ visibility: hidden;
22
+ font-size: 0;
23
+ line-height: 0;
24
+ width: 0;
25
+ height: 0;
26
+ }
27
+
28
+ .grid-container:after, .clearfix:after {
29
+ clear: both;
30
+ }
31
+
32
+ .grid-container {
33
+ margin-left: auto;
34
+ margin-right: auto;
35
+ max-width: 1200px;
36
+ padding-left: 10px;
37
+ padding-right: 10px;
38
+ }
39
+
40
+ .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 {
41
+ -webkit-box-sizing: border-box;
42
+ -moz-box-sizing: border-box;
43
+ box-sizing: border-box;
44
+ padding-left: 10px;
45
+ padding-right: 10px;
46
+ }
47
+
48
+ .grid-parent {
49
+ padding-left: 0;
50
+ padding-right: 0;
51
+ }
52
+
53
+ body {
54
+ min-width: 320px;
55
+ }
@@ -0,0 +1,71 @@
1
+ @media screen and (max-width: 400px) {
2
+ @-ms-viewport {
3
+ width: 320px;
4
+ }
5
+ }
6
+ .clear {
7
+ clear: both;
8
+ display: block;
9
+ overflow: hidden;
10
+ visibility: hidden;
11
+ width: 0;
12
+ height: 0;
13
+ }
14
+
15
+ .grid-container:before, .clearfix:before,
16
+ .grid-container:after,
17
+ .clearfix:after {
18
+ content: ".";
19
+ display: block;
20
+ overflow: hidden;
21
+ visibility: hidden;
22
+ font-size: 0;
23
+ line-height: 0;
24
+ width: 0;
25
+ height: 0;
26
+ }
27
+
28
+ .grid-container:after, .clearfix:after {
29
+ clear: both;
30
+ }
31
+
32
+ .grid-container, .clearfix {
33
+ /* <IE7> */
34
+ *zoom: 1;
35
+ /* </IE7> */
36
+ }
37
+
38
+ .grid-container {
39
+ margin-left: auto;
40
+ margin-right: auto;
41
+ max-width: 1200px;
42
+ padding-left: 10px;
43
+ padding-right: 10px;
44
+ }
45
+
46
+ .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 {
47
+ -webkit-box-sizing: border-box;
48
+ -moz-box-sizing: border-box;
49
+ box-sizing: border-box;
50
+ padding-left: 10px;
51
+ padding-right: 10px;
52
+ /* <IE7> */
53
+ *padding-left: 0;
54
+ *padding-right: 0;
55
+ /* </IE7> */
56
+ }
57
+ .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 > * {
58
+ /* <IE7> */
59
+ *margin-left: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
60
+ *margin-right: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
61
+ /* </IE7> */
62
+ }
63
+
64
+ .grid-parent {
65
+ padding-left: 0;
66
+ padding-right: 0;
67
+ }
68
+
69
+ body {
70
+ min-width: 320px;
71
+ }
@@ -0,0 +1,55 @@
1
+ @media screen and (max-width: 400px) {
2
+ @-ms-viewport {
3
+ width: 320px;
4
+ }
5
+ }
6
+ .clear {
7
+ clear: both;
8
+ display: block;
9
+ overflow: hidden;
10
+ visibility: hidden;
11
+ width: 0;
12
+ height: 0;
13
+ }
14
+
15
+ .grid-container:before, .clearfix:before,
16
+ .grid-container:after,
17
+ .clearfix:after {
18
+ content: ".";
19
+ display: block;
20
+ overflow: hidden;
21
+ visibility: hidden;
22
+ font-size: 0;
23
+ line-height: 0;
24
+ width: 0;
25
+ height: 0;
26
+ }
27
+
28
+ .grid-container:after, .clearfix:after {
29
+ clear: both;
30
+ }
31
+
32
+ .grid-container {
33
+ margin-left: auto;
34
+ margin-right: auto;
35
+ max-width: 1200px;
36
+ padding-left: 10px;
37
+ padding-right: 10px;
38
+ }
39
+
40
+ .grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-100, .mobile-grid-100, .tablet-grid-100, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
41
+ -webkit-box-sizing: border-box;
42
+ -moz-box-sizing: border-box;
43
+ box-sizing: border-box;
44
+ padding-left: 10px;
45
+ padding-right: 10px;
46
+ }
47
+
48
+ .grid-parent {
49
+ padding-left: 0;
50
+ padding-right: 0;
51
+ }
52
+
53
+ body {
54
+ min-width: 320px;
55
+ }
@@ -0,0 +1,55 @@
1
+ @media screen and (max-width: 400px) {
2
+ @-ms-viewport {
3
+ width: 320px;
4
+ }
5
+ }
6
+ .clear {
7
+ clear: both;
8
+ display: block;
9
+ overflow: hidden;
10
+ visibility: hidden;
11
+ width: 0;
12
+ height: 0;
13
+ }
14
+
15
+ .grid-container:before, .clearfix:before,
16
+ .grid-container:after,
17
+ .clearfix:after {
18
+ content: ".";
19
+ display: block;
20
+ overflow: hidden;
21
+ visibility: hidden;
22
+ font-size: 0;
23
+ line-height: 0;
24
+ width: 0;
25
+ height: 0;
26
+ }
27
+
28
+ .grid-container:after, .clearfix:after {
29
+ clear: both;
30
+ }
31
+
32
+ .grid-container {
33
+ margin-left: auto;
34
+ margin-right: auto;
35
+ max-width: 1200px;
36
+ padding-left: 10px;
37
+ padding-right: 10px;
38
+ }
39
+
40
+ .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 {
41
+ -webkit-box-sizing: border-box;
42
+ -moz-box-sizing: border-box;
43
+ box-sizing: border-box;
44
+ padding-left: 10px;
45
+ padding-right: 10px;
46
+ }
47
+
48
+ .grid-parent {
49
+ padding-left: 0;
50
+ padding-right: 0;
51
+ }
52
+
53
+ body {
54
+ min-width: 320px;
55
+ }
@@ -0,0 +1,71 @@
1
+ @media screen and (max-width: 400px) {
2
+ @-ms-viewport {
3
+ width: 320px;
4
+ }
5
+ }
6
+ .clear {
7
+ clear: both;
8
+ display: block;
9
+ overflow: hidden;
10
+ visibility: hidden;
11
+ width: 0;
12
+ height: 0;
13
+ }
14
+
15
+ .grid-container:before, .clearfix:before,
16
+ .grid-container:after,
17
+ .clearfix:after {
18
+ content: ".";
19
+ display: block;
20
+ overflow: hidden;
21
+ visibility: hidden;
22
+ font-size: 0;
23
+ line-height: 0;
24
+ width: 0;
25
+ height: 0;
26
+ }
27
+
28
+ .grid-container:after, .clearfix:after {
29
+ clear: both;
30
+ }
31
+
32
+ .grid-container, .clearfix {
33
+ /* <IE7> */
34
+ *zoom: 1;
35
+ /* </IE7> */
36
+ }
37
+
38
+ .grid-container {
39
+ margin-left: auto;
40
+ margin-right: auto;
41
+ max-width: 1200px;
42
+ padding-left: 10px;
43
+ padding-right: 10px;
44
+ }
45
+
46
+ .grid-5, .mobile-grid-5, .tablet-grid-5, .grid-10, .mobile-grid-10, .tablet-grid-10, .grid-15, .mobile-grid-15, .tablet-grid-15, .grid-20, .mobile-grid-20, .tablet-grid-20, .grid-25, .mobile-grid-25, .tablet-grid-25, .grid-30, .mobile-grid-30, .tablet-grid-30, .grid-35, .mobile-grid-35, .tablet-grid-35, .grid-40, .mobile-grid-40, .tablet-grid-40, .grid-45, .mobile-grid-45, .tablet-grid-45, .grid-50, .mobile-grid-50, .tablet-grid-50, .grid-55, .mobile-grid-55, .tablet-grid-55, .grid-60, .mobile-grid-60, .tablet-grid-60, .grid-65, .mobile-grid-65, .tablet-grid-65, .grid-70, .mobile-grid-70, .tablet-grid-70, .grid-75, .mobile-grid-75, .tablet-grid-75, .grid-80, .mobile-grid-80, .tablet-grid-80, .grid-85, .mobile-grid-85, .tablet-grid-85, .grid-90, .mobile-grid-90, .tablet-grid-90, .grid-95, .mobile-grid-95, .tablet-grid-95, .grid-100, .mobile-grid-100, .tablet-grid-100, .grid-33, .mobile-grid-33, .tablet-grid-33, .grid-66, .mobile-grid-66, .tablet-grid-66 {
47
+ -webkit-box-sizing: border-box;
48
+ -moz-box-sizing: border-box;
49
+ box-sizing: border-box;
50
+ padding-left: 10px;
51
+ padding-right: 10px;
52
+ /* <IE7> */
53
+ *padding-left: 0;
54
+ *padding-right: 0;
55
+ /* </IE7> */
56
+ }
57
+ .grid-5 > *, .mobile-grid-5 > *, .tablet-grid-5 > *, .grid-10 > *, .mobile-grid-10 > *, .tablet-grid-10 > *, .grid-15 > *, .mobile-grid-15 > *, .tablet-grid-15 > *, .grid-20 > *, .mobile-grid-20 > *, .tablet-grid-20 > *, .grid-25 > *, .mobile-grid-25 > *, .tablet-grid-25 > *, .grid-30 > *, .mobile-grid-30 > *, .tablet-grid-30 > *, .grid-35 > *, .mobile-grid-35 > *, .tablet-grid-35 > *, .grid-40 > *, .mobile-grid-40 > *, .tablet-grid-40 > *, .grid-45 > *, .mobile-grid-45 > *, .tablet-grid-45 > *, .grid-50 > *, .mobile-grid-50 > *, .tablet-grid-50 > *, .grid-55 > *, .mobile-grid-55 > *, .tablet-grid-55 > *, .grid-60 > *, .mobile-grid-60 > *, .tablet-grid-60 > *, .grid-65 > *, .mobile-grid-65 > *, .tablet-grid-65 > *, .grid-70 > *, .mobile-grid-70 > *, .tablet-grid-70 > *, .grid-75 > *, .mobile-grid-75 > *, .tablet-grid-75 > *, .grid-80 > *, .mobile-grid-80 > *, .tablet-grid-80 > *, .grid-85 > *, .mobile-grid-85 > *, .tablet-grid-85 > *, .grid-90 > *, .mobile-grid-90 > *, .tablet-grid-90 > *, .grid-95 > *, .mobile-grid-95 > *, .tablet-grid-95 > *, .grid-100 > *, .mobile-grid-100 > *, .tablet-grid-100 > *, .grid-33 > *, .mobile-grid-33 > *, .tablet-grid-33 > *, .grid-66 > *, .mobile-grid-66 > *, .tablet-grid-66 > * {
58
+ /* <IE7> */
59
+ *margin-left: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
60
+ *margin-right: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
61
+ /* </IE7> */
62
+ }
63
+
64
+ .grid-parent {
65
+ padding-left: 0;
66
+ padding-right: 0;
67
+ }
68
+
69
+ body {
70
+ min-width: 320px;
71
+ }
@@ -0,0 +1,71 @@
1
+ @media screen and (max-width: 400px) {
2
+ @-ms-viewport {
3
+ width: 320px;
4
+ }
5
+ }
6
+ .clear {
7
+ clear: both;
8
+ display: block;
9
+ overflow: hidden;
10
+ visibility: hidden;
11
+ width: 0;
12
+ height: 0;
13
+ }
14
+
15
+ .grid-container:before, .clearfix:before,
16
+ .grid-container:after,
17
+ .clearfix:after {
18
+ content: ".";
19
+ display: block;
20
+ overflow: hidden;
21
+ visibility: hidden;
22
+ font-size: 0;
23
+ line-height: 0;
24
+ width: 0;
25
+ height: 0;
26
+ }
27
+
28
+ .grid-container:after, .clearfix:after {
29
+ clear: both;
30
+ }
31
+
32
+ .grid-container, .clearfix {
33
+ /* <IE7> */
34
+ *zoom: 1;
35
+ /* </IE7> */
36
+ }
37
+
38
+ .grid-container {
39
+ margin-left: auto;
40
+ margin-right: auto;
41
+ max-width: 1200px;
42
+ padding-left: 10px;
43
+ padding-right: 10px;
44
+ }
45
+
46
+ .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 {
47
+ -webkit-box-sizing: border-box;
48
+ -moz-box-sizing: border-box;
49
+ box-sizing: border-box;
50
+ padding-left: 10px;
51
+ padding-right: 10px;
52
+ /* <IE7> */
53
+ *padding-left: 0;
54
+ *padding-right: 0;
55
+ /* </IE7> */
56
+ }
57
+ .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 > * {
58
+ /* <IE7> */
59
+ *margin-left: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
60
+ *margin-right: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
61
+ /* </IE7> */
62
+ }
63
+
64
+ .grid-parent {
65
+ padding-left: 0;
66
+ padding-right: 0;
67
+ }
68
+
69
+ body {
70
+ min-width: 320px;
71
+ }
@@ -0,0 +1,71 @@
1
+ @media screen and (max-width: 400px) {
2
+ @-ms-viewport {
3
+ width: 320px;
4
+ }
5
+ }
6
+ .clear {
7
+ clear: both;
8
+ display: block;
9
+ overflow: hidden;
10
+ visibility: hidden;
11
+ width: 0;
12
+ height: 0;
13
+ }
14
+
15
+ .grid-container:before, .clearfix:before,
16
+ .grid-container:after,
17
+ .clearfix:after {
18
+ content: ".";
19
+ display: block;
20
+ overflow: hidden;
21
+ visibility: hidden;
22
+ font-size: 0;
23
+ line-height: 0;
24
+ width: 0;
25
+ height: 0;
26
+ }
27
+
28
+ .grid-container:after, .clearfix:after {
29
+ clear: both;
30
+ }
31
+
32
+ .grid-container, .clearfix {
33
+ /* <IE7> */
34
+ *zoom: 1;
35
+ /* </IE7> */
36
+ }
37
+
38
+ .grid-container {
39
+ margin-left: auto;
40
+ margin-right: auto;
41
+ max-width: 1200px;
42
+ padding-left: 10px;
43
+ padding-right: 10px;
44
+ }
45
+
46
+ .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 {
47
+ -webkit-box-sizing: border-box;
48
+ -moz-box-sizing: border-box;
49
+ box-sizing: border-box;
50
+ padding-left: 10px;
51
+ padding-right: 10px;
52
+ /* <IE7> */
53
+ *padding-left: 0;
54
+ *padding-right: 0;
55
+ /* </IE7> */
56
+ }
57
+ .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 > * {
58
+ /* <IE7> */
59
+ *margin-left: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
60
+ *margin-right: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
61
+ /* </IE7> */
62
+ }
63
+
64
+ .grid-parent {
65
+ padding-left: 0;
66
+ padding-right: 0;
67
+ }
68
+
69
+ body {
70
+ min-width: 320px;
71
+ }