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.
- data/lib/compass-unsemantic.rb +3 -0
- data/stylesheets/_compass-unsemantic.scss +13 -0
- data/stylesheets/javascripts/adapt.min.js +1 -0
- data/stylesheets/javascripts/demo.js +76 -0
- data/stylesheets/javascripts/html5.js +4 -0
- data/stylesheets/javascripts/jquery.js +5 -0
- data/stylesheets/sass/demo.sass +4 -0
- data/stylesheets/sass/ie-rtl.sass +10 -0
- data/stylesheets/sass/ie.sass +3 -0
- data/stylesheets/sass/partials/_demo.sass +50 -0
- data/stylesheets/sass/partials/_ie.sass +8 -0
- data/stylesheets/sass/partials/_reset.sass +187 -0
- data/stylesheets/sass/partials/_text.sass +71 -0
- data/stylesheets/sass/partials/_unsemantic-grid-base-tablet.sass +60 -0
- data/stylesheets/sass/partials/_unsemantic-grid-base.sass +54 -0
- data/stylesheets/sass/partials/_unsemantic-grid-desktop.sass +96 -0
- data/stylesheets/sass/partials/_unsemantic-grid-mobile.sass +96 -0
- data/stylesheets/sass/partials/_unsemantic-grid-responsive-tablet.sass +22 -0
- data/stylesheets/sass/partials/_unsemantic-grid-responsive.sass +17 -0
- data/stylesheets/sass/partials/_unsemantic-grid-tablet.sass +96 -0
- data/stylesheets/sass/partials/_unsemantic-ie-snap.sass +12 -0
- data/stylesheets/sass/partials/_unsemantic-vars.sass +224 -0
- data/stylesheets/sass/unsemantic-grid-base-no-ie7-rtl.sass +11 -0
- data/stylesheets/sass/unsemantic-grid-base-no-ie7.sass +4 -0
- data/stylesheets/sass/unsemantic-grid-base-rtl.sass +9 -0
- data/stylesheets/sass/unsemantic-grid-base-tablet-no-ie7-rtl.sass +11 -0
- data/stylesheets/sass/unsemantic-grid-base-tablet-no-ie7.sass +5 -0
- data/stylesheets/sass/unsemantic-grid-base-tablet-rtl.sass +9 -0
- data/stylesheets/sass/unsemantic-grid-base-tablet.sass +4 -0
- data/stylesheets/sass/unsemantic-grid-base.sass +2 -0
- data/stylesheets/sass/unsemantic-grid-desktop-no-ie7-rtl.sass +10 -0
- data/stylesheets/sass/unsemantic-grid-desktop-no-ie7.sass +3 -0
- data/stylesheets/sass/unsemantic-grid-desktop-rtl.sass +8 -0
- data/stylesheets/sass/unsemantic-grid-desktop.sass +1 -0
- data/stylesheets/sass/unsemantic-grid-mobile-no-ie7-rtl.sass +10 -0
- data/stylesheets/sass/unsemantic-grid-mobile-no-ie7.sass +3 -0
- data/stylesheets/sass/unsemantic-grid-mobile-rtl.sass +8 -0
- data/stylesheets/sass/unsemantic-grid-mobile.sass +1 -0
- data/stylesheets/sass/unsemantic-grid-responsive-no-ie7-rtl.sass +10 -0
- data/stylesheets/sass/unsemantic-grid-responsive-no-ie7.sass +3 -0
- data/stylesheets/sass/unsemantic-grid-responsive-rtl.sass +8 -0
- data/stylesheets/sass/unsemantic-grid-responsive-tablet-no-ie7-rtl.sass +10 -0
- data/stylesheets/sass/unsemantic-grid-responsive-tablet-no-ie7.sass +3 -0
- data/stylesheets/sass/unsemantic-grid-responsive-tablet-rtl.sass +8 -0
- data/stylesheets/sass/unsemantic-grid-responsive-tablet.sass +1 -0
- data/stylesheets/sass/unsemantic-grid-responsive.sass +1 -0
- data/stylesheets/sass/unsemantic-grid-tablet-no-ie7-rtl.sass +10 -0
- data/stylesheets/sass/unsemantic-grid-tablet-no-ie7.sass +3 -0
- data/stylesheets/sass/unsemantic-grid-tablet-rtl.sass +8 -0
- data/stylesheets/sass/unsemantic-grid-tablet.sass +1 -0
- data/stylesheets/stylesheets/demo.css +303 -0
- data/stylesheets/stylesheets/ie-rtl.css +1463 -0
- data/stylesheets/stylesheets/ie.css +1463 -0
- data/stylesheets/stylesheets/unsemantic-grid-base-no-ie7-rtl.css +55 -0
- data/stylesheets/stylesheets/unsemantic-grid-base-no-ie7.css +55 -0
- data/stylesheets/stylesheets/unsemantic-grid-base-rtl.css +71 -0
- data/stylesheets/stylesheets/unsemantic-grid-base-tablet-no-ie7-rtl.css +55 -0
- data/stylesheets/stylesheets/unsemantic-grid-base-tablet-no-ie7.css +55 -0
- data/stylesheets/stylesheets/unsemantic-grid-base-tablet-rtl.css +71 -0
- data/stylesheets/stylesheets/unsemantic-grid-base-tablet.css +71 -0
- data/stylesheets/stylesheets/unsemantic-grid-base.css +71 -0
- data/stylesheets/stylesheets/unsemantic-grid-desktop-no-ie7-rtl.css +490 -0
- data/stylesheets/stylesheets/unsemantic-grid-desktop-no-ie7.css +490 -0
- data/stylesheets/stylesheets/unsemantic-grid-desktop-rtl.css +685 -0
- data/stylesheets/stylesheets/unsemantic-grid-desktop.css +685 -0
- data/stylesheets/stylesheets/unsemantic-grid-mobile-no-ie7-rtl.css +490 -0
- data/stylesheets/stylesheets/unsemantic-grid-mobile-no-ie7.css +490 -0
- data/stylesheets/stylesheets/unsemantic-grid-mobile-rtl.css +685 -0
- data/stylesheets/stylesheets/unsemantic-grid-mobile.css +685 -0
- data/stylesheets/stylesheets/unsemantic-grid-responsive-no-ie7-rtl.css +1044 -0
- data/stylesheets/stylesheets/unsemantic-grid-responsive-no-ie7.css +1044 -0
- data/stylesheets/stylesheets/unsemantic-grid-responsive-rtl.css +1450 -0
- data/stylesheets/stylesheets/unsemantic-grid-responsive-tablet-no-ie7-rtl.css +1536 -0
- data/stylesheets/stylesheets/unsemantic-grid-responsive-tablet-no-ie7.css +1536 -0
- data/stylesheets/stylesheets/unsemantic-grid-responsive-tablet-rtl.css +2137 -0
- data/stylesheets/stylesheets/unsemantic-grid-responsive-tablet.css +2137 -0
- data/stylesheets/stylesheets/unsemantic-grid-responsive.css +1450 -0
- data/stylesheets/stylesheets/unsemantic-grid-tablet-no-ie7-rtl.css +490 -0
- data/stylesheets/stylesheets/unsemantic-grid-tablet-no-ie7.css +490 -0
- data/stylesheets/stylesheets/unsemantic-grid-tablet-rtl.css +685 -0
- data/stylesheets/stylesheets/unsemantic-grid-tablet.css +685 -0
- metadata +141 -0
@@ -0,0 +1 @@
|
|
1
|
+
@import "partials/unsemantic-grid-tablet"
|
@@ -0,0 +1,303 @@
|
|
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
|
+
main,
|
53
|
+
mark,
|
54
|
+
menu,
|
55
|
+
meter,
|
56
|
+
nav,
|
57
|
+
object,
|
58
|
+
ol,
|
59
|
+
output,
|
60
|
+
p,
|
61
|
+
pre,
|
62
|
+
progress,
|
63
|
+
q,
|
64
|
+
rp,
|
65
|
+
rt,
|
66
|
+
ruby,
|
67
|
+
s,
|
68
|
+
samp,
|
69
|
+
section,
|
70
|
+
small,
|
71
|
+
span,
|
72
|
+
strike,
|
73
|
+
strong,
|
74
|
+
sub,
|
75
|
+
summary,
|
76
|
+
sup,
|
77
|
+
table,
|
78
|
+
tbody,
|
79
|
+
td,
|
80
|
+
tfoot,
|
81
|
+
th,
|
82
|
+
thead,
|
83
|
+
time,
|
84
|
+
tr,
|
85
|
+
tt,
|
86
|
+
u,
|
87
|
+
ul,
|
88
|
+
var,
|
89
|
+
video,
|
90
|
+
xmp {
|
91
|
+
border: 0;
|
92
|
+
margin: 0;
|
93
|
+
padding: 0;
|
94
|
+
font-size: 100%;
|
95
|
+
}
|
96
|
+
|
97
|
+
html,
|
98
|
+
body {
|
99
|
+
height: 100%;
|
100
|
+
}
|
101
|
+
|
102
|
+
article,
|
103
|
+
aside,
|
104
|
+
details,
|
105
|
+
figcaption,
|
106
|
+
figure,
|
107
|
+
footer,
|
108
|
+
header,
|
109
|
+
hgroup,
|
110
|
+
main,
|
111
|
+
menu,
|
112
|
+
nav,
|
113
|
+
section {
|
114
|
+
display: block;
|
115
|
+
}
|
116
|
+
|
117
|
+
b,
|
118
|
+
strong {
|
119
|
+
font-weight: bold;
|
120
|
+
}
|
121
|
+
|
122
|
+
img {
|
123
|
+
color: transparent;
|
124
|
+
font-size: 0;
|
125
|
+
vertical-align: middle;
|
126
|
+
-ms-interpolation-mode: bicubic;
|
127
|
+
}
|
128
|
+
|
129
|
+
ul,
|
130
|
+
ol {
|
131
|
+
list-style: none;
|
132
|
+
}
|
133
|
+
|
134
|
+
li {
|
135
|
+
display: list-item;
|
136
|
+
}
|
137
|
+
|
138
|
+
table {
|
139
|
+
border-collapse: collapse;
|
140
|
+
border-spacing: 0;
|
141
|
+
}
|
142
|
+
|
143
|
+
th,
|
144
|
+
td,
|
145
|
+
caption {
|
146
|
+
font-weight: normal;
|
147
|
+
vertical-align: top;
|
148
|
+
text-align: left;
|
149
|
+
}
|
150
|
+
|
151
|
+
q {
|
152
|
+
quotes: none;
|
153
|
+
}
|
154
|
+
|
155
|
+
q:before,
|
156
|
+
q:after {
|
157
|
+
content: "";
|
158
|
+
content: none;
|
159
|
+
}
|
160
|
+
|
161
|
+
sub,
|
162
|
+
sup,
|
163
|
+
small {
|
164
|
+
font-size: 75%;
|
165
|
+
}
|
166
|
+
|
167
|
+
sub,
|
168
|
+
sup {
|
169
|
+
line-height: 0;
|
170
|
+
position: relative;
|
171
|
+
vertical-align: baseline;
|
172
|
+
}
|
173
|
+
|
174
|
+
sub {
|
175
|
+
bottom: -0.25em;
|
176
|
+
}
|
177
|
+
|
178
|
+
sup {
|
179
|
+
top: -0.5em;
|
180
|
+
}
|
181
|
+
|
182
|
+
svg {
|
183
|
+
overflow: hidden;
|
184
|
+
}
|
185
|
+
|
186
|
+
body {
|
187
|
+
font: 13px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
|
188
|
+
}
|
189
|
+
|
190
|
+
pre,
|
191
|
+
code {
|
192
|
+
font-family: "DejaVu Sans Mono", Monaco, Consolas, monospace;
|
193
|
+
}
|
194
|
+
|
195
|
+
hr {
|
196
|
+
border: 0 #cccccc solid;
|
197
|
+
border-top-width: 1px;
|
198
|
+
clear: both;
|
199
|
+
height: 0;
|
200
|
+
}
|
201
|
+
|
202
|
+
h1 {
|
203
|
+
font-size: 25px;
|
204
|
+
}
|
205
|
+
|
206
|
+
h2 {
|
207
|
+
font-size: 23px;
|
208
|
+
}
|
209
|
+
|
210
|
+
h3 {
|
211
|
+
font-size: 21px;
|
212
|
+
}
|
213
|
+
|
214
|
+
h4 {
|
215
|
+
font-size: 19px;
|
216
|
+
}
|
217
|
+
|
218
|
+
h5 {
|
219
|
+
font-size: 17px;
|
220
|
+
}
|
221
|
+
|
222
|
+
h6 {
|
223
|
+
font-size: 15px;
|
224
|
+
}
|
225
|
+
|
226
|
+
ol {
|
227
|
+
list-style: decimal;
|
228
|
+
}
|
229
|
+
|
230
|
+
ul {
|
231
|
+
list-style: disc;
|
232
|
+
}
|
233
|
+
|
234
|
+
li {
|
235
|
+
margin-left: 30px;
|
236
|
+
}
|
237
|
+
|
238
|
+
p,
|
239
|
+
dl,
|
240
|
+
hr,
|
241
|
+
h1,
|
242
|
+
h2,
|
243
|
+
h3,
|
244
|
+
h4,
|
245
|
+
h5,
|
246
|
+
h6,
|
247
|
+
ol,
|
248
|
+
ul,
|
249
|
+
pre,
|
250
|
+
table,
|
251
|
+
address,
|
252
|
+
fieldset,
|
253
|
+
figure {
|
254
|
+
margin-bottom: 20px;
|
255
|
+
}
|
256
|
+
|
257
|
+
body {
|
258
|
+
background: white;
|
259
|
+
color: #333333;
|
260
|
+
text-align: center;
|
261
|
+
}
|
262
|
+
|
263
|
+
a {
|
264
|
+
color: blue;
|
265
|
+
text-decoration: none;
|
266
|
+
}
|
267
|
+
a:hover {
|
268
|
+
text-decoration: underline;
|
269
|
+
}
|
270
|
+
|
271
|
+
h1 {
|
272
|
+
padding-top: 20px;
|
273
|
+
}
|
274
|
+
|
275
|
+
.example-block {
|
276
|
+
background: #eeeeee;
|
277
|
+
font-size: 10px;
|
278
|
+
overflow: hidden;
|
279
|
+
margin-bottom: 20px;
|
280
|
+
padding: 10px 0;
|
281
|
+
text-align: center;
|
282
|
+
}
|
283
|
+
|
284
|
+
.grid-container {
|
285
|
+
padding-bottom: 20px;
|
286
|
+
}
|
287
|
+
|
288
|
+
.grid-container > hr {
|
289
|
+
margin-left: 10px;
|
290
|
+
margin-right: 10px;
|
291
|
+
}
|
292
|
+
|
293
|
+
div[class*="push-"] section {
|
294
|
+
background: #ddeecc;
|
295
|
+
}
|
296
|
+
|
297
|
+
div[class*="pull-"] section {
|
298
|
+
background: #ffccdd;
|
299
|
+
}
|
300
|
+
|
301
|
+
.dynamic-px-width {
|
302
|
+
display: block;
|
303
|
+
}
|
@@ -0,0 +1,1463 @@
|
|
1
|
+
.clear {
|
2
|
+
clear: both;
|
3
|
+
display: block;
|
4
|
+
overflow: hidden;
|
5
|
+
visibility: hidden;
|
6
|
+
width: 0;
|
7
|
+
height: 0;
|
8
|
+
}
|
9
|
+
|
10
|
+
.grid-container:before, .grid-100:before, .clearfix:before,
|
11
|
+
.grid-container:after,
|
12
|
+
.grid-100:after,
|
13
|
+
.clearfix:after {
|
14
|
+
content: ".";
|
15
|
+
display: block;
|
16
|
+
overflow: hidden;
|
17
|
+
visibility: hidden;
|
18
|
+
font-size: 0;
|
19
|
+
line-height: 0;
|
20
|
+
width: 0;
|
21
|
+
height: 0;
|
22
|
+
}
|
23
|
+
|
24
|
+
.grid-container:after, .grid-100:after, .clearfix:after {
|
25
|
+
clear: both;
|
26
|
+
}
|
27
|
+
|
28
|
+
.grid-container, .grid-100, .clearfix {
|
29
|
+
/* <IE7> */
|
30
|
+
*zoom: 1;
|
31
|
+
/* </IE7> */
|
32
|
+
}
|
33
|
+
|
34
|
+
.grid-container {
|
35
|
+
margin-left: auto;
|
36
|
+
margin-right: auto;
|
37
|
+
max-width: 1200px;
|
38
|
+
padding-left: 10px;
|
39
|
+
padding-right: 10px;
|
40
|
+
}
|
41
|
+
|
42
|
+
.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 {
|
43
|
+
-webkit-box-sizing: border-box;
|
44
|
+
-moz-box-sizing: border-box;
|
45
|
+
box-sizing: border-box;
|
46
|
+
padding-left: 10px;
|
47
|
+
padding-right: 10px;
|
48
|
+
/* <IE7> */
|
49
|
+
*padding-left: 0;
|
50
|
+
*padding-right: 0;
|
51
|
+
/* </IE7> */
|
52
|
+
}
|
53
|
+
.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 > * {
|
54
|
+
/* <IE7> */
|
55
|
+
*margin-left: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
|
56
|
+
*margin-right: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
|
57
|
+
/* </IE7> */
|
58
|
+
}
|
59
|
+
|
60
|
+
.grid-parent {
|
61
|
+
padding-left: 0;
|
62
|
+
padding-right: 0;
|
63
|
+
}
|
64
|
+
|
65
|
+
.push-5,
|
66
|
+
.pull-5, .push-10,
|
67
|
+
.pull-10, .push-15,
|
68
|
+
.pull-15, .push-20,
|
69
|
+
.pull-20, .push-25,
|
70
|
+
.pull-25, .push-30,
|
71
|
+
.pull-30, .push-35,
|
72
|
+
.pull-35, .push-40,
|
73
|
+
.pull-40, .push-45,
|
74
|
+
.pull-45, .push-50,
|
75
|
+
.pull-50, .push-55,
|
76
|
+
.pull-55, .push-60,
|
77
|
+
.pull-60, .push-65,
|
78
|
+
.pull-65, .push-70,
|
79
|
+
.pull-70, .push-75,
|
80
|
+
.pull-75, .push-80,
|
81
|
+
.pull-80, .push-85,
|
82
|
+
.pull-85, .push-90,
|
83
|
+
.pull-90, .push-95,
|
84
|
+
.pull-95, .push-33,
|
85
|
+
.pull-33, .push-66,
|
86
|
+
.pull-66 {
|
87
|
+
position: relative;
|
88
|
+
}
|
89
|
+
|
90
|
+
.hide-on-desktop {
|
91
|
+
display: none !important;
|
92
|
+
}
|
93
|
+
|
94
|
+
.grid-5 {
|
95
|
+
float: right;
|
96
|
+
width: 5%;
|
97
|
+
/* <IE7> */
|
98
|
+
*width: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
99
|
+
/* </IE7> */
|
100
|
+
}
|
101
|
+
|
102
|
+
.prefix-5 {
|
103
|
+
margin-right: 5%;
|
104
|
+
}
|
105
|
+
|
106
|
+
.suffix-5 {
|
107
|
+
margin-left: 5%;
|
108
|
+
}
|
109
|
+
|
110
|
+
.push-5 {
|
111
|
+
right: 5%;
|
112
|
+
/* <IE7> */
|
113
|
+
*right: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
114
|
+
/* </IE7> */
|
115
|
+
}
|
116
|
+
|
117
|
+
.pull-5 {
|
118
|
+
right: -5%;
|
119
|
+
/* <IE7> */
|
120
|
+
*right: expression(Math.floor(-0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
121
|
+
/* </IE7> */
|
122
|
+
}
|
123
|
+
|
124
|
+
.grid-10 {
|
125
|
+
float: right;
|
126
|
+
width: 10%;
|
127
|
+
/* <IE7> */
|
128
|
+
*width: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
129
|
+
/* </IE7> */
|
130
|
+
}
|
131
|
+
|
132
|
+
.prefix-10 {
|
133
|
+
margin-right: 10%;
|
134
|
+
}
|
135
|
+
|
136
|
+
.suffix-10 {
|
137
|
+
margin-left: 10%;
|
138
|
+
}
|
139
|
+
|
140
|
+
.push-10 {
|
141
|
+
right: 10%;
|
142
|
+
/* <IE7> */
|
143
|
+
*right: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
144
|
+
/* </IE7> */
|
145
|
+
}
|
146
|
+
|
147
|
+
.pull-10 {
|
148
|
+
right: -10%;
|
149
|
+
/* <IE7> */
|
150
|
+
*right: expression(Math.floor(-0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
151
|
+
/* </IE7> */
|
152
|
+
}
|
153
|
+
|
154
|
+
.grid-15 {
|
155
|
+
float: right;
|
156
|
+
width: 15%;
|
157
|
+
/* <IE7> */
|
158
|
+
*width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
159
|
+
/* </IE7> */
|
160
|
+
}
|
161
|
+
|
162
|
+
.prefix-15 {
|
163
|
+
margin-right: 15%;
|
164
|
+
}
|
165
|
+
|
166
|
+
.suffix-15 {
|
167
|
+
margin-left: 15%;
|
168
|
+
}
|
169
|
+
|
170
|
+
.push-15 {
|
171
|
+
right: 15%;
|
172
|
+
/* <IE7> */
|
173
|
+
*right: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
174
|
+
/* </IE7> */
|
175
|
+
}
|
176
|
+
|
177
|
+
.pull-15 {
|
178
|
+
right: -15%;
|
179
|
+
/* <IE7> */
|
180
|
+
*right: expression(Math.floor(-0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
181
|
+
/* </IE7> */
|
182
|
+
}
|
183
|
+
|
184
|
+
.grid-20 {
|
185
|
+
float: right;
|
186
|
+
width: 20%;
|
187
|
+
/* <IE7> */
|
188
|
+
*width: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
189
|
+
/* </IE7> */
|
190
|
+
}
|
191
|
+
|
192
|
+
.prefix-20 {
|
193
|
+
margin-right: 20%;
|
194
|
+
}
|
195
|
+
|
196
|
+
.suffix-20 {
|
197
|
+
margin-left: 20%;
|
198
|
+
}
|
199
|
+
|
200
|
+
.push-20 {
|
201
|
+
right: 20%;
|
202
|
+
/* <IE7> */
|
203
|
+
*right: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
204
|
+
/* </IE7> */
|
205
|
+
}
|
206
|
+
|
207
|
+
.pull-20 {
|
208
|
+
right: -20%;
|
209
|
+
/* <IE7> */
|
210
|
+
*right: expression(Math.floor(-0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
211
|
+
/* </IE7> */
|
212
|
+
}
|
213
|
+
|
214
|
+
.grid-25 {
|
215
|
+
float: right;
|
216
|
+
width: 25%;
|
217
|
+
/* <IE7> */
|
218
|
+
*width: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
219
|
+
/* </IE7> */
|
220
|
+
}
|
221
|
+
|
222
|
+
.prefix-25 {
|
223
|
+
margin-right: 25%;
|
224
|
+
}
|
225
|
+
|
226
|
+
.suffix-25 {
|
227
|
+
margin-left: 25%;
|
228
|
+
}
|
229
|
+
|
230
|
+
.push-25 {
|
231
|
+
right: 25%;
|
232
|
+
/* <IE7> */
|
233
|
+
*right: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
234
|
+
/* </IE7> */
|
235
|
+
}
|
236
|
+
|
237
|
+
.pull-25 {
|
238
|
+
right: -25%;
|
239
|
+
/* <IE7> */
|
240
|
+
*right: expression(Math.floor(-0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
241
|
+
/* </IE7> */
|
242
|
+
}
|
243
|
+
|
244
|
+
.grid-30 {
|
245
|
+
float: right;
|
246
|
+
width: 30%;
|
247
|
+
/* <IE7> */
|
248
|
+
*width: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
249
|
+
/* </IE7> */
|
250
|
+
}
|
251
|
+
|
252
|
+
.prefix-30 {
|
253
|
+
margin-right: 30%;
|
254
|
+
}
|
255
|
+
|
256
|
+
.suffix-30 {
|
257
|
+
margin-left: 30%;
|
258
|
+
}
|
259
|
+
|
260
|
+
.push-30 {
|
261
|
+
right: 30%;
|
262
|
+
/* <IE7> */
|
263
|
+
*right: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
264
|
+
/* </IE7> */
|
265
|
+
}
|
266
|
+
|
267
|
+
.pull-30 {
|
268
|
+
right: -30%;
|
269
|
+
/* <IE7> */
|
270
|
+
*right: expression(Math.floor(-0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
271
|
+
/* </IE7> */
|
272
|
+
}
|
273
|
+
|
274
|
+
.grid-35 {
|
275
|
+
float: right;
|
276
|
+
width: 35%;
|
277
|
+
/* <IE7> */
|
278
|
+
*width: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
279
|
+
/* </IE7> */
|
280
|
+
}
|
281
|
+
|
282
|
+
.prefix-35 {
|
283
|
+
margin-right: 35%;
|
284
|
+
}
|
285
|
+
|
286
|
+
.suffix-35 {
|
287
|
+
margin-left: 35%;
|
288
|
+
}
|
289
|
+
|
290
|
+
.push-35 {
|
291
|
+
right: 35%;
|
292
|
+
/* <IE7> */
|
293
|
+
*right: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
294
|
+
/* </IE7> */
|
295
|
+
}
|
296
|
+
|
297
|
+
.pull-35 {
|
298
|
+
right: -35%;
|
299
|
+
/* <IE7> */
|
300
|
+
*right: expression(Math.floor(-0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
301
|
+
/* </IE7> */
|
302
|
+
}
|
303
|
+
|
304
|
+
.grid-40 {
|
305
|
+
float: right;
|
306
|
+
width: 40%;
|
307
|
+
/* <IE7> */
|
308
|
+
*width: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
309
|
+
/* </IE7> */
|
310
|
+
}
|
311
|
+
|
312
|
+
.prefix-40 {
|
313
|
+
margin-right: 40%;
|
314
|
+
}
|
315
|
+
|
316
|
+
.suffix-40 {
|
317
|
+
margin-left: 40%;
|
318
|
+
}
|
319
|
+
|
320
|
+
.push-40 {
|
321
|
+
right: 40%;
|
322
|
+
/* <IE7> */
|
323
|
+
*right: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
324
|
+
/* </IE7> */
|
325
|
+
}
|
326
|
+
|
327
|
+
.pull-40 {
|
328
|
+
right: -40%;
|
329
|
+
/* <IE7> */
|
330
|
+
*right: expression(Math.floor(-0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
331
|
+
/* </IE7> */
|
332
|
+
}
|
333
|
+
|
334
|
+
.grid-45 {
|
335
|
+
float: right;
|
336
|
+
width: 45%;
|
337
|
+
/* <IE7> */
|
338
|
+
*width: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
339
|
+
/* </IE7> */
|
340
|
+
}
|
341
|
+
|
342
|
+
.prefix-45 {
|
343
|
+
margin-right: 45%;
|
344
|
+
}
|
345
|
+
|
346
|
+
.suffix-45 {
|
347
|
+
margin-left: 45%;
|
348
|
+
}
|
349
|
+
|
350
|
+
.push-45 {
|
351
|
+
right: 45%;
|
352
|
+
/* <IE7> */
|
353
|
+
*right: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
354
|
+
/* </IE7> */
|
355
|
+
}
|
356
|
+
|
357
|
+
.pull-45 {
|
358
|
+
right: -45%;
|
359
|
+
/* <IE7> */
|
360
|
+
*right: expression(Math.floor(-0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
361
|
+
/* </IE7> */
|
362
|
+
}
|
363
|
+
|
364
|
+
.grid-50 {
|
365
|
+
float: right;
|
366
|
+
width: 50%;
|
367
|
+
/* <IE7> */
|
368
|
+
*width: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
369
|
+
/* </IE7> */
|
370
|
+
}
|
371
|
+
|
372
|
+
.prefix-50 {
|
373
|
+
margin-right: 50%;
|
374
|
+
}
|
375
|
+
|
376
|
+
.suffix-50 {
|
377
|
+
margin-left: 50%;
|
378
|
+
}
|
379
|
+
|
380
|
+
.push-50 {
|
381
|
+
right: 50%;
|
382
|
+
/* <IE7> */
|
383
|
+
*right: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
384
|
+
/* </IE7> */
|
385
|
+
}
|
386
|
+
|
387
|
+
.pull-50 {
|
388
|
+
right: -50%;
|
389
|
+
/* <IE7> */
|
390
|
+
*right: expression(Math.floor(-0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
391
|
+
/* </IE7> */
|
392
|
+
}
|
393
|
+
|
394
|
+
.grid-55 {
|
395
|
+
float: right;
|
396
|
+
width: 55%;
|
397
|
+
/* <IE7> */
|
398
|
+
*width: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
399
|
+
/* </IE7> */
|
400
|
+
}
|
401
|
+
|
402
|
+
.prefix-55 {
|
403
|
+
margin-right: 55%;
|
404
|
+
}
|
405
|
+
|
406
|
+
.suffix-55 {
|
407
|
+
margin-left: 55%;
|
408
|
+
}
|
409
|
+
|
410
|
+
.push-55 {
|
411
|
+
right: 55%;
|
412
|
+
/* <IE7> */
|
413
|
+
*right: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
414
|
+
/* </IE7> */
|
415
|
+
}
|
416
|
+
|
417
|
+
.pull-55 {
|
418
|
+
right: -55%;
|
419
|
+
/* <IE7> */
|
420
|
+
*right: expression(Math.floor(-0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
421
|
+
/* </IE7> */
|
422
|
+
}
|
423
|
+
|
424
|
+
.grid-60 {
|
425
|
+
float: right;
|
426
|
+
width: 60%;
|
427
|
+
/* <IE7> */
|
428
|
+
*width: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
429
|
+
/* </IE7> */
|
430
|
+
}
|
431
|
+
|
432
|
+
.prefix-60 {
|
433
|
+
margin-right: 60%;
|
434
|
+
}
|
435
|
+
|
436
|
+
.suffix-60 {
|
437
|
+
margin-left: 60%;
|
438
|
+
}
|
439
|
+
|
440
|
+
.push-60 {
|
441
|
+
right: 60%;
|
442
|
+
/* <IE7> */
|
443
|
+
*right: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
444
|
+
/* </IE7> */
|
445
|
+
}
|
446
|
+
|
447
|
+
.pull-60 {
|
448
|
+
right: -60%;
|
449
|
+
/* <IE7> */
|
450
|
+
*right: expression(Math.floor(-0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
451
|
+
/* </IE7> */
|
452
|
+
}
|
453
|
+
|
454
|
+
.grid-65 {
|
455
|
+
float: right;
|
456
|
+
width: 65%;
|
457
|
+
/* <IE7> */
|
458
|
+
*width: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
459
|
+
/* </IE7> */
|
460
|
+
}
|
461
|
+
|
462
|
+
.prefix-65 {
|
463
|
+
margin-right: 65%;
|
464
|
+
}
|
465
|
+
|
466
|
+
.suffix-65 {
|
467
|
+
margin-left: 65%;
|
468
|
+
}
|
469
|
+
|
470
|
+
.push-65 {
|
471
|
+
right: 65%;
|
472
|
+
/* <IE7> */
|
473
|
+
*right: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
474
|
+
/* </IE7> */
|
475
|
+
}
|
476
|
+
|
477
|
+
.pull-65 {
|
478
|
+
right: -65%;
|
479
|
+
/* <IE7> */
|
480
|
+
*right: expression(Math.floor(-0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
481
|
+
/* </IE7> */
|
482
|
+
}
|
483
|
+
|
484
|
+
.grid-70 {
|
485
|
+
float: right;
|
486
|
+
width: 70%;
|
487
|
+
/* <IE7> */
|
488
|
+
*width: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
489
|
+
/* </IE7> */
|
490
|
+
}
|
491
|
+
|
492
|
+
.prefix-70 {
|
493
|
+
margin-right: 70%;
|
494
|
+
}
|
495
|
+
|
496
|
+
.suffix-70 {
|
497
|
+
margin-left: 70%;
|
498
|
+
}
|
499
|
+
|
500
|
+
.push-70 {
|
501
|
+
right: 70%;
|
502
|
+
/* <IE7> */
|
503
|
+
*right: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
504
|
+
/* </IE7> */
|
505
|
+
}
|
506
|
+
|
507
|
+
.pull-70 {
|
508
|
+
right: -70%;
|
509
|
+
/* <IE7> */
|
510
|
+
*right: expression(Math.floor(-0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
511
|
+
/* </IE7> */
|
512
|
+
}
|
513
|
+
|
514
|
+
.grid-75 {
|
515
|
+
float: right;
|
516
|
+
width: 75%;
|
517
|
+
/* <IE7> */
|
518
|
+
*width: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
519
|
+
/* </IE7> */
|
520
|
+
}
|
521
|
+
|
522
|
+
.prefix-75 {
|
523
|
+
margin-right: 75%;
|
524
|
+
}
|
525
|
+
|
526
|
+
.suffix-75 {
|
527
|
+
margin-left: 75%;
|
528
|
+
}
|
529
|
+
|
530
|
+
.push-75 {
|
531
|
+
right: 75%;
|
532
|
+
/* <IE7> */
|
533
|
+
*right: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
534
|
+
/* </IE7> */
|
535
|
+
}
|
536
|
+
|
537
|
+
.pull-75 {
|
538
|
+
right: -75%;
|
539
|
+
/* <IE7> */
|
540
|
+
*right: expression(Math.floor(-0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
541
|
+
/* </IE7> */
|
542
|
+
}
|
543
|
+
|
544
|
+
.grid-80 {
|
545
|
+
float: right;
|
546
|
+
width: 80%;
|
547
|
+
/* <IE7> */
|
548
|
+
*width: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
549
|
+
/* </IE7> */
|
550
|
+
}
|
551
|
+
|
552
|
+
.prefix-80 {
|
553
|
+
margin-right: 80%;
|
554
|
+
}
|
555
|
+
|
556
|
+
.suffix-80 {
|
557
|
+
margin-left: 80%;
|
558
|
+
}
|
559
|
+
|
560
|
+
.push-80 {
|
561
|
+
right: 80%;
|
562
|
+
/* <IE7> */
|
563
|
+
*right: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
564
|
+
/* </IE7> */
|
565
|
+
}
|
566
|
+
|
567
|
+
.pull-80 {
|
568
|
+
right: -80%;
|
569
|
+
/* <IE7> */
|
570
|
+
*right: expression(Math.floor(-0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
571
|
+
/* </IE7> */
|
572
|
+
}
|
573
|
+
|
574
|
+
.grid-85 {
|
575
|
+
float: right;
|
576
|
+
width: 85%;
|
577
|
+
/* <IE7> */
|
578
|
+
*width: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
579
|
+
/* </IE7> */
|
580
|
+
}
|
581
|
+
|
582
|
+
.prefix-85 {
|
583
|
+
margin-right: 85%;
|
584
|
+
}
|
585
|
+
|
586
|
+
.suffix-85 {
|
587
|
+
margin-left: 85%;
|
588
|
+
}
|
589
|
+
|
590
|
+
.push-85 {
|
591
|
+
right: 85%;
|
592
|
+
/* <IE7> */
|
593
|
+
*right: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
594
|
+
/* </IE7> */
|
595
|
+
}
|
596
|
+
|
597
|
+
.pull-85 {
|
598
|
+
right: -85%;
|
599
|
+
/* <IE7> */
|
600
|
+
*right: expression(Math.floor(-0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
601
|
+
/* </IE7> */
|
602
|
+
}
|
603
|
+
|
604
|
+
.grid-90 {
|
605
|
+
float: right;
|
606
|
+
width: 90%;
|
607
|
+
/* <IE7> */
|
608
|
+
*width: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
609
|
+
/* </IE7> */
|
610
|
+
}
|
611
|
+
|
612
|
+
.prefix-90 {
|
613
|
+
margin-right: 90%;
|
614
|
+
}
|
615
|
+
|
616
|
+
.suffix-90 {
|
617
|
+
margin-left: 90%;
|
618
|
+
}
|
619
|
+
|
620
|
+
.push-90 {
|
621
|
+
right: 90%;
|
622
|
+
/* <IE7> */
|
623
|
+
*right: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
624
|
+
/* </IE7> */
|
625
|
+
}
|
626
|
+
|
627
|
+
.pull-90 {
|
628
|
+
right: -90%;
|
629
|
+
/* <IE7> */
|
630
|
+
*right: expression(Math.floor(-0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
631
|
+
/* </IE7> */
|
632
|
+
}
|
633
|
+
|
634
|
+
.grid-95 {
|
635
|
+
float: right;
|
636
|
+
width: 95%;
|
637
|
+
/* <IE7> */
|
638
|
+
*width: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
639
|
+
/* </IE7> */
|
640
|
+
}
|
641
|
+
|
642
|
+
.prefix-95 {
|
643
|
+
margin-right: 95%;
|
644
|
+
}
|
645
|
+
|
646
|
+
.suffix-95 {
|
647
|
+
margin-left: 95%;
|
648
|
+
}
|
649
|
+
|
650
|
+
.push-95 {
|
651
|
+
right: 95%;
|
652
|
+
/* <IE7> */
|
653
|
+
*right: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
654
|
+
/* </IE7> */
|
655
|
+
}
|
656
|
+
|
657
|
+
.pull-95 {
|
658
|
+
right: -95%;
|
659
|
+
/* <IE7> */
|
660
|
+
*right: expression(Math.floor(-0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
661
|
+
/* </IE7> */
|
662
|
+
}
|
663
|
+
|
664
|
+
.grid-33 {
|
665
|
+
float: right;
|
666
|
+
width: 33.33333%;
|
667
|
+
/* <IE7> */
|
668
|
+
*width: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
669
|
+
/* </IE7> */
|
670
|
+
}
|
671
|
+
|
672
|
+
.prefix-33 {
|
673
|
+
margin-right: 33.33333%;
|
674
|
+
}
|
675
|
+
|
676
|
+
.suffix-33 {
|
677
|
+
margin-left: 33.33333%;
|
678
|
+
}
|
679
|
+
|
680
|
+
.push-33 {
|
681
|
+
right: 33.33333%;
|
682
|
+
/* <IE7> */
|
683
|
+
*right: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
684
|
+
/* </IE7> */
|
685
|
+
}
|
686
|
+
|
687
|
+
.pull-33 {
|
688
|
+
right: -33.33333%;
|
689
|
+
/* <IE7> */
|
690
|
+
*right: expression(Math.floor(-0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
691
|
+
/* </IE7> */
|
692
|
+
}
|
693
|
+
|
694
|
+
.grid-66 {
|
695
|
+
float: right;
|
696
|
+
width: 66.66667%;
|
697
|
+
/* <IE7> */
|
698
|
+
*width: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
699
|
+
/* </IE7> */
|
700
|
+
}
|
701
|
+
|
702
|
+
.prefix-66 {
|
703
|
+
margin-right: 66.66667%;
|
704
|
+
}
|
705
|
+
|
706
|
+
.suffix-66 {
|
707
|
+
margin-left: 66.66667%;
|
708
|
+
}
|
709
|
+
|
710
|
+
.push-66 {
|
711
|
+
right: 66.66667%;
|
712
|
+
/* <IE7> */
|
713
|
+
*right: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
714
|
+
/* </IE7> */
|
715
|
+
}
|
716
|
+
|
717
|
+
.pull-66 {
|
718
|
+
right: -66.66667%;
|
719
|
+
/* <IE7> */
|
720
|
+
*right: expression(Math.floor(-0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
721
|
+
/* </IE7> */
|
722
|
+
}
|
723
|
+
|
724
|
+
.grid-100 {
|
725
|
+
clear: both;
|
726
|
+
width: 100%;
|
727
|
+
}
|
728
|
+
|
729
|
+
body {
|
730
|
+
min-width: 320px;
|
731
|
+
}
|
732
|
+
|
733
|
+
.clear {
|
734
|
+
clear: both;
|
735
|
+
display: block;
|
736
|
+
overflow: hidden;
|
737
|
+
visibility: hidden;
|
738
|
+
width: 0;
|
739
|
+
height: 0;
|
740
|
+
}
|
741
|
+
|
742
|
+
.grid-container:before, .grid-100:before, .clearfix:before,
|
743
|
+
.grid-container:after,
|
744
|
+
.grid-100:after,
|
745
|
+
.clearfix:after {
|
746
|
+
content: ".";
|
747
|
+
display: block;
|
748
|
+
overflow: hidden;
|
749
|
+
visibility: hidden;
|
750
|
+
font-size: 0;
|
751
|
+
line-height: 0;
|
752
|
+
width: 0;
|
753
|
+
height: 0;
|
754
|
+
}
|
755
|
+
|
756
|
+
.grid-container:after, .grid-100:after, .clearfix:after {
|
757
|
+
clear: both;
|
758
|
+
}
|
759
|
+
|
760
|
+
.grid-container, .grid-100, .clearfix {
|
761
|
+
/* <IE7> */
|
762
|
+
*zoom: 1;
|
763
|
+
/* </IE7> */
|
764
|
+
}
|
765
|
+
|
766
|
+
.grid-container {
|
767
|
+
margin-left: auto;
|
768
|
+
margin-right: auto;
|
769
|
+
max-width: 1200px;
|
770
|
+
padding-left: 10px;
|
771
|
+
padding-right: 10px;
|
772
|
+
}
|
773
|
+
|
774
|
+
.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 {
|
775
|
+
-webkit-box-sizing: border-box;
|
776
|
+
-moz-box-sizing: border-box;
|
777
|
+
box-sizing: border-box;
|
778
|
+
padding-left: 10px;
|
779
|
+
padding-right: 10px;
|
780
|
+
/* <IE7> */
|
781
|
+
*padding-left: 0;
|
782
|
+
*padding-right: 0;
|
783
|
+
/* </IE7> */
|
784
|
+
}
|
785
|
+
.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 > * {
|
786
|
+
/* <IE7> */
|
787
|
+
*margin-left: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
|
788
|
+
*margin-right: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
|
789
|
+
/* </IE7> */
|
790
|
+
}
|
791
|
+
|
792
|
+
.grid-parent {
|
793
|
+
padding-left: 0;
|
794
|
+
padding-right: 0;
|
795
|
+
}
|
796
|
+
|
797
|
+
.push-5,
|
798
|
+
.pull-5, .push-10,
|
799
|
+
.pull-10, .push-15,
|
800
|
+
.pull-15, .push-20,
|
801
|
+
.pull-20, .push-25,
|
802
|
+
.pull-25, .push-30,
|
803
|
+
.pull-30, .push-35,
|
804
|
+
.pull-35, .push-40,
|
805
|
+
.pull-40, .push-45,
|
806
|
+
.pull-45, .push-50,
|
807
|
+
.pull-50, .push-55,
|
808
|
+
.pull-55, .push-60,
|
809
|
+
.pull-60, .push-65,
|
810
|
+
.pull-65, .push-70,
|
811
|
+
.pull-70, .push-75,
|
812
|
+
.pull-75, .push-80,
|
813
|
+
.pull-80, .push-85,
|
814
|
+
.pull-85, .push-90,
|
815
|
+
.pull-90, .push-95,
|
816
|
+
.pull-95, .push-33,
|
817
|
+
.pull-33, .push-66,
|
818
|
+
.pull-66 {
|
819
|
+
position: relative;
|
820
|
+
}
|
821
|
+
|
822
|
+
.hide-on-desktop {
|
823
|
+
display: none !important;
|
824
|
+
}
|
825
|
+
|
826
|
+
.grid-5 {
|
827
|
+
float: right;
|
828
|
+
width: 5%;
|
829
|
+
/* <IE7> */
|
830
|
+
*width: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
831
|
+
/* </IE7> */
|
832
|
+
}
|
833
|
+
|
834
|
+
.prefix-5 {
|
835
|
+
margin-right: 5%;
|
836
|
+
}
|
837
|
+
|
838
|
+
.suffix-5 {
|
839
|
+
margin-left: 5%;
|
840
|
+
}
|
841
|
+
|
842
|
+
.push-5 {
|
843
|
+
right: 5%;
|
844
|
+
/* <IE7> */
|
845
|
+
*right: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
846
|
+
/* </IE7> */
|
847
|
+
}
|
848
|
+
|
849
|
+
.pull-5 {
|
850
|
+
right: -5%;
|
851
|
+
/* <IE7> */
|
852
|
+
*right: expression(Math.floor(-0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
853
|
+
/* </IE7> */
|
854
|
+
}
|
855
|
+
|
856
|
+
.grid-10 {
|
857
|
+
float: right;
|
858
|
+
width: 10%;
|
859
|
+
/* <IE7> */
|
860
|
+
*width: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
861
|
+
/* </IE7> */
|
862
|
+
}
|
863
|
+
|
864
|
+
.prefix-10 {
|
865
|
+
margin-right: 10%;
|
866
|
+
}
|
867
|
+
|
868
|
+
.suffix-10 {
|
869
|
+
margin-left: 10%;
|
870
|
+
}
|
871
|
+
|
872
|
+
.push-10 {
|
873
|
+
right: 10%;
|
874
|
+
/* <IE7> */
|
875
|
+
*right: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
876
|
+
/* </IE7> */
|
877
|
+
}
|
878
|
+
|
879
|
+
.pull-10 {
|
880
|
+
right: -10%;
|
881
|
+
/* <IE7> */
|
882
|
+
*right: expression(Math.floor(-0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
883
|
+
/* </IE7> */
|
884
|
+
}
|
885
|
+
|
886
|
+
.grid-15 {
|
887
|
+
float: right;
|
888
|
+
width: 15%;
|
889
|
+
/* <IE7> */
|
890
|
+
*width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
891
|
+
/* </IE7> */
|
892
|
+
}
|
893
|
+
|
894
|
+
.prefix-15 {
|
895
|
+
margin-right: 15%;
|
896
|
+
}
|
897
|
+
|
898
|
+
.suffix-15 {
|
899
|
+
margin-left: 15%;
|
900
|
+
}
|
901
|
+
|
902
|
+
.push-15 {
|
903
|
+
right: 15%;
|
904
|
+
/* <IE7> */
|
905
|
+
*right: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
906
|
+
/* </IE7> */
|
907
|
+
}
|
908
|
+
|
909
|
+
.pull-15 {
|
910
|
+
right: -15%;
|
911
|
+
/* <IE7> */
|
912
|
+
*right: expression(Math.floor(-0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
913
|
+
/* </IE7> */
|
914
|
+
}
|
915
|
+
|
916
|
+
.grid-20 {
|
917
|
+
float: right;
|
918
|
+
width: 20%;
|
919
|
+
/* <IE7> */
|
920
|
+
*width: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
921
|
+
/* </IE7> */
|
922
|
+
}
|
923
|
+
|
924
|
+
.prefix-20 {
|
925
|
+
margin-right: 20%;
|
926
|
+
}
|
927
|
+
|
928
|
+
.suffix-20 {
|
929
|
+
margin-left: 20%;
|
930
|
+
}
|
931
|
+
|
932
|
+
.push-20 {
|
933
|
+
right: 20%;
|
934
|
+
/* <IE7> */
|
935
|
+
*right: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
936
|
+
/* </IE7> */
|
937
|
+
}
|
938
|
+
|
939
|
+
.pull-20 {
|
940
|
+
right: -20%;
|
941
|
+
/* <IE7> */
|
942
|
+
*right: expression(Math.floor(-0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
943
|
+
/* </IE7> */
|
944
|
+
}
|
945
|
+
|
946
|
+
.grid-25 {
|
947
|
+
float: right;
|
948
|
+
width: 25%;
|
949
|
+
/* <IE7> */
|
950
|
+
*width: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
951
|
+
/* </IE7> */
|
952
|
+
}
|
953
|
+
|
954
|
+
.prefix-25 {
|
955
|
+
margin-right: 25%;
|
956
|
+
}
|
957
|
+
|
958
|
+
.suffix-25 {
|
959
|
+
margin-left: 25%;
|
960
|
+
}
|
961
|
+
|
962
|
+
.push-25 {
|
963
|
+
right: 25%;
|
964
|
+
/* <IE7> */
|
965
|
+
*right: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
966
|
+
/* </IE7> */
|
967
|
+
}
|
968
|
+
|
969
|
+
.pull-25 {
|
970
|
+
right: -25%;
|
971
|
+
/* <IE7> */
|
972
|
+
*right: expression(Math.floor(-0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
973
|
+
/* </IE7> */
|
974
|
+
}
|
975
|
+
|
976
|
+
.grid-30 {
|
977
|
+
float: right;
|
978
|
+
width: 30%;
|
979
|
+
/* <IE7> */
|
980
|
+
*width: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
981
|
+
/* </IE7> */
|
982
|
+
}
|
983
|
+
|
984
|
+
.prefix-30 {
|
985
|
+
margin-right: 30%;
|
986
|
+
}
|
987
|
+
|
988
|
+
.suffix-30 {
|
989
|
+
margin-left: 30%;
|
990
|
+
}
|
991
|
+
|
992
|
+
.push-30 {
|
993
|
+
right: 30%;
|
994
|
+
/* <IE7> */
|
995
|
+
*right: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
996
|
+
/* </IE7> */
|
997
|
+
}
|
998
|
+
|
999
|
+
.pull-30 {
|
1000
|
+
right: -30%;
|
1001
|
+
/* <IE7> */
|
1002
|
+
*right: expression(Math.floor(-0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1003
|
+
/* </IE7> */
|
1004
|
+
}
|
1005
|
+
|
1006
|
+
.grid-35 {
|
1007
|
+
float: right;
|
1008
|
+
width: 35%;
|
1009
|
+
/* <IE7> */
|
1010
|
+
*width: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1011
|
+
/* </IE7> */
|
1012
|
+
}
|
1013
|
+
|
1014
|
+
.prefix-35 {
|
1015
|
+
margin-right: 35%;
|
1016
|
+
}
|
1017
|
+
|
1018
|
+
.suffix-35 {
|
1019
|
+
margin-left: 35%;
|
1020
|
+
}
|
1021
|
+
|
1022
|
+
.push-35 {
|
1023
|
+
right: 35%;
|
1024
|
+
/* <IE7> */
|
1025
|
+
*right: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1026
|
+
/* </IE7> */
|
1027
|
+
}
|
1028
|
+
|
1029
|
+
.pull-35 {
|
1030
|
+
right: -35%;
|
1031
|
+
/* <IE7> */
|
1032
|
+
*right: expression(Math.floor(-0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1033
|
+
/* </IE7> */
|
1034
|
+
}
|
1035
|
+
|
1036
|
+
.grid-40 {
|
1037
|
+
float: right;
|
1038
|
+
width: 40%;
|
1039
|
+
/* <IE7> */
|
1040
|
+
*width: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1041
|
+
/* </IE7> */
|
1042
|
+
}
|
1043
|
+
|
1044
|
+
.prefix-40 {
|
1045
|
+
margin-right: 40%;
|
1046
|
+
}
|
1047
|
+
|
1048
|
+
.suffix-40 {
|
1049
|
+
margin-left: 40%;
|
1050
|
+
}
|
1051
|
+
|
1052
|
+
.push-40 {
|
1053
|
+
right: 40%;
|
1054
|
+
/* <IE7> */
|
1055
|
+
*right: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1056
|
+
/* </IE7> */
|
1057
|
+
}
|
1058
|
+
|
1059
|
+
.pull-40 {
|
1060
|
+
right: -40%;
|
1061
|
+
/* <IE7> */
|
1062
|
+
*right: expression(Math.floor(-0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1063
|
+
/* </IE7> */
|
1064
|
+
}
|
1065
|
+
|
1066
|
+
.grid-45 {
|
1067
|
+
float: right;
|
1068
|
+
width: 45%;
|
1069
|
+
/* <IE7> */
|
1070
|
+
*width: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1071
|
+
/* </IE7> */
|
1072
|
+
}
|
1073
|
+
|
1074
|
+
.prefix-45 {
|
1075
|
+
margin-right: 45%;
|
1076
|
+
}
|
1077
|
+
|
1078
|
+
.suffix-45 {
|
1079
|
+
margin-left: 45%;
|
1080
|
+
}
|
1081
|
+
|
1082
|
+
.push-45 {
|
1083
|
+
right: 45%;
|
1084
|
+
/* <IE7> */
|
1085
|
+
*right: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1086
|
+
/* </IE7> */
|
1087
|
+
}
|
1088
|
+
|
1089
|
+
.pull-45 {
|
1090
|
+
right: -45%;
|
1091
|
+
/* <IE7> */
|
1092
|
+
*right: expression(Math.floor(-0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1093
|
+
/* </IE7> */
|
1094
|
+
}
|
1095
|
+
|
1096
|
+
.grid-50 {
|
1097
|
+
float: right;
|
1098
|
+
width: 50%;
|
1099
|
+
/* <IE7> */
|
1100
|
+
*width: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1101
|
+
/* </IE7> */
|
1102
|
+
}
|
1103
|
+
|
1104
|
+
.prefix-50 {
|
1105
|
+
margin-right: 50%;
|
1106
|
+
}
|
1107
|
+
|
1108
|
+
.suffix-50 {
|
1109
|
+
margin-left: 50%;
|
1110
|
+
}
|
1111
|
+
|
1112
|
+
.push-50 {
|
1113
|
+
right: 50%;
|
1114
|
+
/* <IE7> */
|
1115
|
+
*right: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1116
|
+
/* </IE7> */
|
1117
|
+
}
|
1118
|
+
|
1119
|
+
.pull-50 {
|
1120
|
+
right: -50%;
|
1121
|
+
/* <IE7> */
|
1122
|
+
*right: expression(Math.floor(-0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1123
|
+
/* </IE7> */
|
1124
|
+
}
|
1125
|
+
|
1126
|
+
.grid-55 {
|
1127
|
+
float: right;
|
1128
|
+
width: 55%;
|
1129
|
+
/* <IE7> */
|
1130
|
+
*width: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1131
|
+
/* </IE7> */
|
1132
|
+
}
|
1133
|
+
|
1134
|
+
.prefix-55 {
|
1135
|
+
margin-right: 55%;
|
1136
|
+
}
|
1137
|
+
|
1138
|
+
.suffix-55 {
|
1139
|
+
margin-left: 55%;
|
1140
|
+
}
|
1141
|
+
|
1142
|
+
.push-55 {
|
1143
|
+
right: 55%;
|
1144
|
+
/* <IE7> */
|
1145
|
+
*right: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1146
|
+
/* </IE7> */
|
1147
|
+
}
|
1148
|
+
|
1149
|
+
.pull-55 {
|
1150
|
+
right: -55%;
|
1151
|
+
/* <IE7> */
|
1152
|
+
*right: expression(Math.floor(-0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1153
|
+
/* </IE7> */
|
1154
|
+
}
|
1155
|
+
|
1156
|
+
.grid-60 {
|
1157
|
+
float: right;
|
1158
|
+
width: 60%;
|
1159
|
+
/* <IE7> */
|
1160
|
+
*width: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1161
|
+
/* </IE7> */
|
1162
|
+
}
|
1163
|
+
|
1164
|
+
.prefix-60 {
|
1165
|
+
margin-right: 60%;
|
1166
|
+
}
|
1167
|
+
|
1168
|
+
.suffix-60 {
|
1169
|
+
margin-left: 60%;
|
1170
|
+
}
|
1171
|
+
|
1172
|
+
.push-60 {
|
1173
|
+
right: 60%;
|
1174
|
+
/* <IE7> */
|
1175
|
+
*right: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1176
|
+
/* </IE7> */
|
1177
|
+
}
|
1178
|
+
|
1179
|
+
.pull-60 {
|
1180
|
+
right: -60%;
|
1181
|
+
/* <IE7> */
|
1182
|
+
*right: expression(Math.floor(-0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1183
|
+
/* </IE7> */
|
1184
|
+
}
|
1185
|
+
|
1186
|
+
.grid-65 {
|
1187
|
+
float: right;
|
1188
|
+
width: 65%;
|
1189
|
+
/* <IE7> */
|
1190
|
+
*width: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1191
|
+
/* </IE7> */
|
1192
|
+
}
|
1193
|
+
|
1194
|
+
.prefix-65 {
|
1195
|
+
margin-right: 65%;
|
1196
|
+
}
|
1197
|
+
|
1198
|
+
.suffix-65 {
|
1199
|
+
margin-left: 65%;
|
1200
|
+
}
|
1201
|
+
|
1202
|
+
.push-65 {
|
1203
|
+
right: 65%;
|
1204
|
+
/* <IE7> */
|
1205
|
+
*right: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1206
|
+
/* </IE7> */
|
1207
|
+
}
|
1208
|
+
|
1209
|
+
.pull-65 {
|
1210
|
+
right: -65%;
|
1211
|
+
/* <IE7> */
|
1212
|
+
*right: expression(Math.floor(-0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1213
|
+
/* </IE7> */
|
1214
|
+
}
|
1215
|
+
|
1216
|
+
.grid-70 {
|
1217
|
+
float: right;
|
1218
|
+
width: 70%;
|
1219
|
+
/* <IE7> */
|
1220
|
+
*width: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1221
|
+
/* </IE7> */
|
1222
|
+
}
|
1223
|
+
|
1224
|
+
.prefix-70 {
|
1225
|
+
margin-right: 70%;
|
1226
|
+
}
|
1227
|
+
|
1228
|
+
.suffix-70 {
|
1229
|
+
margin-left: 70%;
|
1230
|
+
}
|
1231
|
+
|
1232
|
+
.push-70 {
|
1233
|
+
right: 70%;
|
1234
|
+
/* <IE7> */
|
1235
|
+
*right: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1236
|
+
/* </IE7> */
|
1237
|
+
}
|
1238
|
+
|
1239
|
+
.pull-70 {
|
1240
|
+
right: -70%;
|
1241
|
+
/* <IE7> */
|
1242
|
+
*right: expression(Math.floor(-0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1243
|
+
/* </IE7> */
|
1244
|
+
}
|
1245
|
+
|
1246
|
+
.grid-75 {
|
1247
|
+
float: right;
|
1248
|
+
width: 75%;
|
1249
|
+
/* <IE7> */
|
1250
|
+
*width: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1251
|
+
/* </IE7> */
|
1252
|
+
}
|
1253
|
+
|
1254
|
+
.prefix-75 {
|
1255
|
+
margin-right: 75%;
|
1256
|
+
}
|
1257
|
+
|
1258
|
+
.suffix-75 {
|
1259
|
+
margin-left: 75%;
|
1260
|
+
}
|
1261
|
+
|
1262
|
+
.push-75 {
|
1263
|
+
right: 75%;
|
1264
|
+
/* <IE7> */
|
1265
|
+
*right: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1266
|
+
/* </IE7> */
|
1267
|
+
}
|
1268
|
+
|
1269
|
+
.pull-75 {
|
1270
|
+
right: -75%;
|
1271
|
+
/* <IE7> */
|
1272
|
+
*right: expression(Math.floor(-0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1273
|
+
/* </IE7> */
|
1274
|
+
}
|
1275
|
+
|
1276
|
+
.grid-80 {
|
1277
|
+
float: right;
|
1278
|
+
width: 80%;
|
1279
|
+
/* <IE7> */
|
1280
|
+
*width: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1281
|
+
/* </IE7> */
|
1282
|
+
}
|
1283
|
+
|
1284
|
+
.prefix-80 {
|
1285
|
+
margin-right: 80%;
|
1286
|
+
}
|
1287
|
+
|
1288
|
+
.suffix-80 {
|
1289
|
+
margin-left: 80%;
|
1290
|
+
}
|
1291
|
+
|
1292
|
+
.push-80 {
|
1293
|
+
right: 80%;
|
1294
|
+
/* <IE7> */
|
1295
|
+
*right: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1296
|
+
/* </IE7> */
|
1297
|
+
}
|
1298
|
+
|
1299
|
+
.pull-80 {
|
1300
|
+
right: -80%;
|
1301
|
+
/* <IE7> */
|
1302
|
+
*right: expression(Math.floor(-0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1303
|
+
/* </IE7> */
|
1304
|
+
}
|
1305
|
+
|
1306
|
+
.grid-85 {
|
1307
|
+
float: right;
|
1308
|
+
width: 85%;
|
1309
|
+
/* <IE7> */
|
1310
|
+
*width: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1311
|
+
/* </IE7> */
|
1312
|
+
}
|
1313
|
+
|
1314
|
+
.prefix-85 {
|
1315
|
+
margin-right: 85%;
|
1316
|
+
}
|
1317
|
+
|
1318
|
+
.suffix-85 {
|
1319
|
+
margin-left: 85%;
|
1320
|
+
}
|
1321
|
+
|
1322
|
+
.push-85 {
|
1323
|
+
right: 85%;
|
1324
|
+
/* <IE7> */
|
1325
|
+
*right: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1326
|
+
/* </IE7> */
|
1327
|
+
}
|
1328
|
+
|
1329
|
+
.pull-85 {
|
1330
|
+
right: -85%;
|
1331
|
+
/* <IE7> */
|
1332
|
+
*right: expression(Math.floor(-0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1333
|
+
/* </IE7> */
|
1334
|
+
}
|
1335
|
+
|
1336
|
+
.grid-90 {
|
1337
|
+
float: right;
|
1338
|
+
width: 90%;
|
1339
|
+
/* <IE7> */
|
1340
|
+
*width: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1341
|
+
/* </IE7> */
|
1342
|
+
}
|
1343
|
+
|
1344
|
+
.prefix-90 {
|
1345
|
+
margin-right: 90%;
|
1346
|
+
}
|
1347
|
+
|
1348
|
+
.suffix-90 {
|
1349
|
+
margin-left: 90%;
|
1350
|
+
}
|
1351
|
+
|
1352
|
+
.push-90 {
|
1353
|
+
right: 90%;
|
1354
|
+
/* <IE7> */
|
1355
|
+
*right: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1356
|
+
/* </IE7> */
|
1357
|
+
}
|
1358
|
+
|
1359
|
+
.pull-90 {
|
1360
|
+
right: -90%;
|
1361
|
+
/* <IE7> */
|
1362
|
+
*right: expression(Math.floor(-0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1363
|
+
/* </IE7> */
|
1364
|
+
}
|
1365
|
+
|
1366
|
+
.grid-95 {
|
1367
|
+
float: right;
|
1368
|
+
width: 95%;
|
1369
|
+
/* <IE7> */
|
1370
|
+
*width: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1371
|
+
/* </IE7> */
|
1372
|
+
}
|
1373
|
+
|
1374
|
+
.prefix-95 {
|
1375
|
+
margin-right: 95%;
|
1376
|
+
}
|
1377
|
+
|
1378
|
+
.suffix-95 {
|
1379
|
+
margin-left: 95%;
|
1380
|
+
}
|
1381
|
+
|
1382
|
+
.push-95 {
|
1383
|
+
right: 95%;
|
1384
|
+
/* <IE7> */
|
1385
|
+
*right: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1386
|
+
/* </IE7> */
|
1387
|
+
}
|
1388
|
+
|
1389
|
+
.pull-95 {
|
1390
|
+
right: -95%;
|
1391
|
+
/* <IE7> */
|
1392
|
+
*right: expression(Math.floor(-0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1393
|
+
/* </IE7> */
|
1394
|
+
}
|
1395
|
+
|
1396
|
+
.grid-33 {
|
1397
|
+
float: right;
|
1398
|
+
width: 33.33333%;
|
1399
|
+
/* <IE7> */
|
1400
|
+
*width: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1401
|
+
/* </IE7> */
|
1402
|
+
}
|
1403
|
+
|
1404
|
+
.prefix-33 {
|
1405
|
+
margin-right: 33.33333%;
|
1406
|
+
}
|
1407
|
+
|
1408
|
+
.suffix-33 {
|
1409
|
+
margin-left: 33.33333%;
|
1410
|
+
}
|
1411
|
+
|
1412
|
+
.push-33 {
|
1413
|
+
right: 33.33333%;
|
1414
|
+
/* <IE7> */
|
1415
|
+
*right: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1416
|
+
/* </IE7> */
|
1417
|
+
}
|
1418
|
+
|
1419
|
+
.pull-33 {
|
1420
|
+
right: -33.33333%;
|
1421
|
+
/* <IE7> */
|
1422
|
+
*right: expression(Math.floor(-0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1423
|
+
/* </IE7> */
|
1424
|
+
}
|
1425
|
+
|
1426
|
+
.grid-66 {
|
1427
|
+
float: right;
|
1428
|
+
width: 66.66667%;
|
1429
|
+
/* <IE7> */
|
1430
|
+
*width: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1431
|
+
/* </IE7> */
|
1432
|
+
}
|
1433
|
+
|
1434
|
+
.prefix-66 {
|
1435
|
+
margin-right: 66.66667%;
|
1436
|
+
}
|
1437
|
+
|
1438
|
+
.suffix-66 {
|
1439
|
+
margin-left: 66.66667%;
|
1440
|
+
}
|
1441
|
+
|
1442
|
+
.push-66 {
|
1443
|
+
right: 66.66667%;
|
1444
|
+
/* <IE7> */
|
1445
|
+
*right: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1446
|
+
/* </IE7> */
|
1447
|
+
}
|
1448
|
+
|
1449
|
+
.pull-66 {
|
1450
|
+
right: -66.66667%;
|
1451
|
+
/* <IE7> */
|
1452
|
+
*right: expression(Math.floor(-0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
|
1453
|
+
/* </IE7> */
|
1454
|
+
}
|
1455
|
+
|
1456
|
+
.grid-100 {
|
1457
|
+
clear: both;
|
1458
|
+
width: 100%;
|
1459
|
+
}
|
1460
|
+
|
1461
|
+
body {
|
1462
|
+
min-width: 767px;
|
1463
|
+
}
|