purecss 0.3.0 → 0.4.2
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/purecss/version.rb +1 -1
- data/vendor/assets/stylesheets/purecss-nr.css +4 -4
- data/vendor/assets/stylesheets/purecss.css +4 -4
- data/vendor/assets/stylesheets/purecss/base-context.css +364 -16
- data/vendor/assets/stylesheets/purecss/base.css +32 -4
- data/vendor/assets/stylesheets/purecss/buttons-core.css +2 -2
- data/vendor/assets/stylesheets/purecss/buttons.css +5 -11
- data/vendor/assets/stylesheets/purecss/forms-nr.css +60 -13
- data/vendor/assets/stylesheets/purecss/forms.css +63 -14
- data/vendor/assets/stylesheets/purecss/grids-core.css +2 -2
- data/vendor/assets/stylesheets/purecss/grids-responsive-old-ie.css +641 -0
- data/vendor/assets/stylesheets/purecss/grids-responsive.css +861 -0
- data/vendor/assets/stylesheets/purecss/grids-units.css +122 -86
- data/vendor/assets/stylesheets/purecss/grids.css +116 -183
- data/vendor/assets/stylesheets/purecss/menus-core.css +2 -3
- data/vendor/assets/stylesheets/purecss/menus-nr.css +2 -3
- data/vendor/assets/stylesheets/purecss/menus-paginator.css +2 -2
- data/vendor/assets/stylesheets/purecss/menus.css +2 -3
- data/vendor/assets/stylesheets/purecss/tables.css +3 -3
- metadata +13 -13
- data/vendor/assets/stylesheets/purecss/forms-core.css +0 -159
- data/vendor/assets/stylesheets/purecss/grids-nr.css +0 -249
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Pure v0.
|
|
3
|
-
Copyright
|
|
2
|
+
Pure v0.5.0-pre
|
|
3
|
+
Copyright 2014 Yahoo! Inc. All rights reserved.
|
|
4
4
|
Licensed under the BSD License.
|
|
5
5
|
https://github.com/yui/pure/blob/master/LICENSE.md
|
|
6
6
|
*/
|
|
@@ -63,7 +63,6 @@ https://github.com/yui/pure/blob/master/LICENSE.md
|
|
|
63
63
|
*display: inline;
|
|
64
64
|
zoom: 1;
|
|
65
65
|
vertical-align: middle;
|
|
66
|
-
height: 2.4em;
|
|
67
66
|
}
|
|
68
67
|
|
|
69
68
|
.pure-menu li a { padding: 5px 20px; }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Pure v0.
|
|
3
|
-
Copyright
|
|
2
|
+
Pure v0.5.0-pre
|
|
3
|
+
Copyright 2014 Yahoo! Inc. All rights reserved.
|
|
4
4
|
Licensed under the BSD License.
|
|
5
5
|
https://github.com/yui/pure/blob/master/LICENSE.md
|
|
6
6
|
*/
|
|
@@ -63,7 +63,6 @@ https://github.com/yui/pure/blob/master/LICENSE.md
|
|
|
63
63
|
*display: inline;
|
|
64
64
|
zoom: 1;
|
|
65
65
|
vertical-align: middle;
|
|
66
|
-
height: 2.4em;
|
|
67
66
|
}
|
|
68
67
|
|
|
69
68
|
.pure-menu li a { padding: 5px 20px; }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Pure v0.
|
|
3
|
-
Copyright
|
|
2
|
+
Pure v0.5.0-pre
|
|
3
|
+
Copyright 2014 Yahoo! Inc. All rights reserved.
|
|
4
4
|
Licensed under the BSD License.
|
|
5
5
|
https://github.com/yui/pure/blob/master/LICENSE.md
|
|
6
6
|
*/
|
|
@@ -63,7 +63,6 @@ https://github.com/yui/pure/blob/master/LICENSE.md
|
|
|
63
63
|
*display: inline;
|
|
64
64
|
zoom: 1;
|
|
65
65
|
vertical-align: middle;
|
|
66
|
-
height: 2.4em;
|
|
67
66
|
}
|
|
68
67
|
|
|
69
68
|
.pure-menu li a { padding: 5px 20px; }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Pure v0.
|
|
3
|
-
Copyright
|
|
2
|
+
Pure v0.5.0-pre
|
|
3
|
+
Copyright 2014 Yahoo! Inc. All rights reserved.
|
|
4
4
|
Licensed under the BSD License.
|
|
5
5
|
https://github.com/yui/pure/blob/master/LICENSE.md
|
|
6
6
|
*/
|
|
@@ -26,7 +26,7 @@ https://github.com/yui/pure/blob/master/LICENSE.md
|
|
|
26
26
|
font-size: inherit;
|
|
27
27
|
margin: 0;
|
|
28
28
|
overflow: visible; /*to make ths where the title is really long work*/
|
|
29
|
-
padding:
|
|
29
|
+
padding: 0.5em 1em; /* cell padding */
|
|
30
30
|
}
|
|
31
31
|
.pure-table td:first-child,
|
|
32
32
|
.pure-table th:first-child {
|
metadata
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: purecss
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- mseri
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-03-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '3.1'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '3.1'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: bundler
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - ~>
|
|
31
|
+
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '1.3'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - ~>
|
|
38
|
+
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '1.3'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rake
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '0'
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
description: Pure CSS (purecss.io) toolkit for Rails Asset Pipeline
|
|
@@ -72,11 +72,11 @@ files:
|
|
|
72
72
|
- vendor/assets/stylesheets/purecss/base.css
|
|
73
73
|
- vendor/assets/stylesheets/purecss/buttons-core.css
|
|
74
74
|
- vendor/assets/stylesheets/purecss/buttons.css
|
|
75
|
-
- vendor/assets/stylesheets/purecss/forms-core.css
|
|
76
75
|
- vendor/assets/stylesheets/purecss/forms-nr.css
|
|
77
76
|
- vendor/assets/stylesheets/purecss/forms.css
|
|
78
77
|
- vendor/assets/stylesheets/purecss/grids-core.css
|
|
79
|
-
- vendor/assets/stylesheets/purecss/grids-
|
|
78
|
+
- vendor/assets/stylesheets/purecss/grids-responsive-old-ie.css
|
|
79
|
+
- vendor/assets/stylesheets/purecss/grids-responsive.css
|
|
80
80
|
- vendor/assets/stylesheets/purecss/grids-units.css
|
|
81
81
|
- vendor/assets/stylesheets/purecss/grids.css
|
|
82
82
|
- vendor/assets/stylesheets/purecss/menus-core.css
|
|
@@ -98,17 +98,17 @@ require_paths:
|
|
|
98
98
|
- lib
|
|
99
99
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
100
100
|
requirements:
|
|
101
|
-
- -
|
|
101
|
+
- - ">="
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
103
|
version: '0'
|
|
104
104
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
105
105
|
requirements:
|
|
106
|
-
- -
|
|
106
|
+
- - ">="
|
|
107
107
|
- !ruby/object:Gem::Version
|
|
108
108
|
version: '0'
|
|
109
109
|
requirements: []
|
|
110
110
|
rubyforge_project:
|
|
111
|
-
rubygems_version: 2.0.
|
|
111
|
+
rubygems_version: 2.0.14
|
|
112
112
|
signing_key:
|
|
113
113
|
specification_version: 4
|
|
114
114
|
summary: purecss gem integrates the Pure CSS (purecss.io) toolkit to the Rails Asset
|
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
Pure v0.2.2-pre
|
|
3
|
-
Copyright 2013 Yahoo! Inc. All rights reserved.
|
|
4
|
-
Licensed under the BSD License.
|
|
5
|
-
https://github.com/yui/pure/blob/master/LICENSE.md
|
|
6
|
-
*/
|
|
7
|
-
/*!
|
|
8
|
-
normalize.css v1.1.2 | MIT License | git.io/normalize
|
|
9
|
-
Copyright (c) Nicolas Gallagher and Jonathan Neal
|
|
10
|
-
*/
|
|
11
|
-
/* This page has Normalize.css form-specific style rules applied to a .pure-form context */
|
|
12
|
-
|
|
13
|
-
/* ==========
|
|
14
|
-
Forms Core
|
|
15
|
-
=========*/
|
|
16
|
-
|
|
17
|
-
/*
|
|
18
|
-
* Corrects margin displayed oddly in IE 6/7.
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
.pure-form {
|
|
22
|
-
margin: 0;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/*
|
|
26
|
-
* Define consistent border, margin, and padding.
|
|
27
|
-
*/
|
|
28
|
-
|
|
29
|
-
.pure-form fieldset {
|
|
30
|
-
border: 1px solid #c0c0c0;
|
|
31
|
-
margin: 0 2px;
|
|
32
|
-
padding: 0.35em 0.625em 0.75em;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
/*
|
|
36
|
-
* 1. Corrects color not being inherited in IE 6/7/8/9.
|
|
37
|
-
* 2. Corrects text not wrapping in Firefox 3.
|
|
38
|
-
* 3. Corrects alignment displayed oddly in IE 6/7.
|
|
39
|
-
*/
|
|
40
|
-
|
|
41
|
-
.pure-form legend {
|
|
42
|
-
border: 0; /* 1 */
|
|
43
|
-
padding: 0;
|
|
44
|
-
white-space: normal; /* 2 */
|
|
45
|
-
*margin-left: -7px; /* 3 */
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
/*
|
|
49
|
-
* 1. Corrects font size not being inherited in all browsers.
|
|
50
|
-
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
|
|
51
|
-
* and Chrome.
|
|
52
|
-
* 3. Improves appearance and consistency in all browsers.
|
|
53
|
-
*/
|
|
54
|
-
|
|
55
|
-
.pure-form button,
|
|
56
|
-
.pure-form input,
|
|
57
|
-
.pure-form select,
|
|
58
|
-
.pure-form textarea {
|
|
59
|
-
font-size: 100%; /* 1 */
|
|
60
|
-
margin: 0; /* 2 */
|
|
61
|
-
vertical-align: baseline; /* 3 */
|
|
62
|
-
*vertical-align: middle; /* 3 */
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
/*
|
|
66
|
-
* Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
|
|
67
|
-
* the UA stylesheet.
|
|
68
|
-
*/
|
|
69
|
-
|
|
70
|
-
.pure-form button,
|
|
71
|
-
.pure-form input {
|
|
72
|
-
line-height: normal;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/*
|
|
76
|
-
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
|
77
|
-
* and `video` controls.
|
|
78
|
-
* 2. Corrects inability to style clickable `input` types in iOS.
|
|
79
|
-
* 3. Improves usability and consistency of cursor style between image-type
|
|
80
|
-
* `input` and others.
|
|
81
|
-
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
|
|
82
|
-
* Known issue: inner spacing remains in IE 6.
|
|
83
|
-
*/
|
|
84
|
-
|
|
85
|
-
.pure-form button,
|
|
86
|
-
.pure-form input[type="button"], /* 1 */
|
|
87
|
-
.pure-form input[type="reset"],
|
|
88
|
-
.pure-form input[type="submit"] {
|
|
89
|
-
-webkit-appearance: button; /* 2 */
|
|
90
|
-
cursor: pointer; /* 3 */
|
|
91
|
-
*overflow: visible; /* 4 */
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
/*
|
|
95
|
-
* Re-set default cursor for disabled elements.
|
|
96
|
-
*/
|
|
97
|
-
|
|
98
|
-
.pure-form button[disabled],
|
|
99
|
-
.pure-form input[disabled] {
|
|
100
|
-
cursor: default;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
/*
|
|
104
|
-
* 1. Addresses box sizing set to content-box in IE 8/9.
|
|
105
|
-
* 2. Removes excess padding in IE 8/9.
|
|
106
|
-
* 3. Removes excess padding in IE 7.
|
|
107
|
-
* Known issue: excess padding remains in IE 6.
|
|
108
|
-
*/
|
|
109
|
-
|
|
110
|
-
.pure-form input[type="checkbox"],
|
|
111
|
-
.pure-form input[type="radio"] {
|
|
112
|
-
box-sizing: border-box; /* 1 */
|
|
113
|
-
padding: 0; /* 2 */
|
|
114
|
-
*height: 13px; /* 3 */
|
|
115
|
-
*width: 13px; /* 3 */
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
/*
|
|
119
|
-
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
|
|
120
|
-
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
|
|
121
|
-
* (include `-moz` to future-proof).
|
|
122
|
-
*/
|
|
123
|
-
|
|
124
|
-
.pure-form input[type="search"] {
|
|
125
|
-
-webkit-appearance: textfield; /* 1 */
|
|
126
|
-
-moz-box-sizing: content-box;
|
|
127
|
-
-webkit-box-sizing: content-box; /* 2 */
|
|
128
|
-
box-sizing: content-box;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
/*
|
|
132
|
-
* Removes inner padding and search cancel button in Safari 5 and Chrome
|
|
133
|
-
* on OS X.
|
|
134
|
-
*/
|
|
135
|
-
|
|
136
|
-
.pure-form input[type="search"]::-webkit-search-cancel-button,
|
|
137
|
-
.pure-form input[type="search"]::-webkit-search-decoration {
|
|
138
|
-
-webkit-appearance: none;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
/*
|
|
142
|
-
* Removes inner padding and border in Firefox 3+.
|
|
143
|
-
*/
|
|
144
|
-
|
|
145
|
-
.pure-form button::-moz-focus-inner,
|
|
146
|
-
.pure-form input::-moz-focus-inner {
|
|
147
|
-
border: 0;
|
|
148
|
-
padding: 0;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
/*
|
|
152
|
-
* 1. Removes default vertical scrollbar in IE 6/7/8/9.
|
|
153
|
-
* 2. Improves readability and alignment in all browsers.
|
|
154
|
-
*/
|
|
155
|
-
|
|
156
|
-
.pure-form textarea {
|
|
157
|
-
overflow: auto; /* 1 */
|
|
158
|
-
vertical-align: top; /* 2 */
|
|
159
|
-
}
|
|
@@ -1,249 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
Pure v0.3.1-pre
|
|
3
|
-
Copyright 2013 Yahoo! Inc. All rights reserved.
|
|
4
|
-
Licensed under the BSD License.
|
|
5
|
-
https://github.com/yui/pure/blob/master/LICENSE.md
|
|
6
|
-
*/
|
|
7
|
-
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
|
|
8
|
-
|
|
9
|
-
.pure-g {
|
|
10
|
-
letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
|
|
11
|
-
*letter-spacing: normal; /* reset IE < 8 */
|
|
12
|
-
*word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
|
|
13
|
-
text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
|
|
14
|
-
|
|
15
|
-
/*
|
|
16
|
-
Sets the font stack to fonts known to work properly with the above letter
|
|
17
|
-
and word spacings. See: https://github.com/yui/pure/issues/41/
|
|
18
|
-
|
|
19
|
-
The following font stack makes Pure Grids work on all known environments.
|
|
20
|
-
|
|
21
|
-
* FreeSans: Ships with many Linux distros, including Ubuntu
|
|
22
|
-
|
|
23
|
-
* Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
|
|
24
|
-
Arial to get picked up by the browser, even though neither is available
|
|
25
|
-
in Chrome OS.
|
|
26
|
-
|
|
27
|
-
* Droid Sans: Ships with all versions of Android.
|
|
28
|
-
|
|
29
|
-
* Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
|
|
30
|
-
*/
|
|
31
|
-
font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
|
|
32
|
-
|
|
33
|
-
/*
|
|
34
|
-
Use flexbox when possible to avoid `letter-spacing` side-effects.
|
|
35
|
-
|
|
36
|
-
NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
|
|
37
|
-
`-moz-` prefix version is omitted.
|
|
38
|
-
*/
|
|
39
|
-
|
|
40
|
-
display: -webkit-flex;
|
|
41
|
-
-webkit-flex-flow: row wrap;
|
|
42
|
-
|
|
43
|
-
/* IE10 uses display: flexbox */
|
|
44
|
-
display: -ms-flexbox;
|
|
45
|
-
-ms-flex-flow: row wrap;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
/* Opera as of 12 on Windows needs word-spacing.
|
|
49
|
-
The ".opera-only" selector is used to prevent actual prefocus styling
|
|
50
|
-
and is not required in markup.
|
|
51
|
-
*/
|
|
52
|
-
.opera-only :-o-prefocus,
|
|
53
|
-
.pure-g {
|
|
54
|
-
word-spacing: -0.43em;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.pure-u {
|
|
58
|
-
display: inline-block;
|
|
59
|
-
*display: inline; /* IE < 8: fake inline-block */
|
|
60
|
-
zoom: 1;
|
|
61
|
-
letter-spacing: normal;
|
|
62
|
-
word-spacing: normal;
|
|
63
|
-
vertical-align: top;
|
|
64
|
-
text-rendering: auto;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
/*
|
|
68
|
-
Resets the font family back to the OS/browser's default sans-serif font,
|
|
69
|
-
this the same font stack that Normalize.css sets for the `body`.
|
|
70
|
-
*/
|
|
71
|
-
.pure-g [class *= "pure-u"] {
|
|
72
|
-
font-family: sans-serif;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.pure-u-1,
|
|
76
|
-
.pure-u-1-2,
|
|
77
|
-
.pure-u-1-3,
|
|
78
|
-
.pure-u-2-3,
|
|
79
|
-
.pure-u-1-4,
|
|
80
|
-
.pure-u-3-4,
|
|
81
|
-
.pure-u-1-5,
|
|
82
|
-
.pure-u-2-5,
|
|
83
|
-
.pure-u-3-5,
|
|
84
|
-
.pure-u-4-5,
|
|
85
|
-
.pure-u-1-6,
|
|
86
|
-
.pure-u-5-6,
|
|
87
|
-
.pure-u-1-8,
|
|
88
|
-
.pure-u-3-8,
|
|
89
|
-
.pure-u-5-8,
|
|
90
|
-
.pure-u-7-8,
|
|
91
|
-
.pure-u-1-12,
|
|
92
|
-
.pure-u-5-12,
|
|
93
|
-
.pure-u-7-12,
|
|
94
|
-
.pure-u-11-12,
|
|
95
|
-
.pure-u-1-24,
|
|
96
|
-
.pure-u-5-24,
|
|
97
|
-
.pure-u-7-24,
|
|
98
|
-
.pure-u-11-24,
|
|
99
|
-
.pure-u-13-24,
|
|
100
|
-
.pure-u-17-24,
|
|
101
|
-
.pure-u-19-24,
|
|
102
|
-
.pure-u-23-24 {
|
|
103
|
-
display: inline-block;
|
|
104
|
-
*display: inline; /* IE < 8: fake inline-block */
|
|
105
|
-
zoom: 1;
|
|
106
|
-
letter-spacing: normal;
|
|
107
|
-
word-spacing: normal;
|
|
108
|
-
vertical-align: top;
|
|
109
|
-
text-rendering: auto;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.pure-u-1 {
|
|
113
|
-
width: 100%;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.pure-u-1-2 {
|
|
117
|
-
width: 50%;
|
|
118
|
-
*width: 49.969%;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.pure-u-1-3 {
|
|
122
|
-
width: 33.3333%;
|
|
123
|
-
*width: 33.3023%;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.pure-u-2-3 {
|
|
127
|
-
width: 66.6667%;
|
|
128
|
-
*width: 66.6357%;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.pure-u-1-4 {
|
|
132
|
-
width: 25%;
|
|
133
|
-
*width: 24.969%;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.pure-u-3-4 {
|
|
137
|
-
width: 75%;
|
|
138
|
-
*width: 74.969%;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.pure-u-1-5 {
|
|
142
|
-
width: 20%;
|
|
143
|
-
*width: 19.969%;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.pure-u-2-5 {
|
|
147
|
-
width: 40%;
|
|
148
|
-
*width: 39.969%;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.pure-u-3-5 {
|
|
152
|
-
width: 60%;
|
|
153
|
-
*width: 59.969%;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.pure-u-4-5 {
|
|
157
|
-
width: 80%;
|
|
158
|
-
*width: 79.969%;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.pure-u-1-6 {
|
|
162
|
-
width: 16.6667%;
|
|
163
|
-
*width: 16.6357%;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.pure-u-5-6 {
|
|
167
|
-
width: 83.3333%;
|
|
168
|
-
*width: 83.3023%;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.pure-u-1-8 {
|
|
172
|
-
width: 12.5%;
|
|
173
|
-
*width: 12.469%;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.pure-u-3-8 {
|
|
177
|
-
width: 37.5%;
|
|
178
|
-
*width: 37.469%;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.pure-u-5-8 {
|
|
182
|
-
width: 62.5%;
|
|
183
|
-
*width: 62.469%;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.pure-u-7-8 {
|
|
187
|
-
width: 87.5%;
|
|
188
|
-
*width: 87.469%;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.pure-u-1-12 {
|
|
192
|
-
width: 8.3333%;
|
|
193
|
-
*width: 8.3023%;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
.pure-u-5-12 {
|
|
197
|
-
width: 41.6667%;
|
|
198
|
-
*width: 41.6357%;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.pure-u-7-12 {
|
|
202
|
-
width: 58.3333%;
|
|
203
|
-
*width: 58.3023%;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.pure-u-11-12 {
|
|
207
|
-
width: 91.6667%;
|
|
208
|
-
*width: 91.6357%;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.pure-u-1-24 {
|
|
212
|
-
width: 4.1667%;
|
|
213
|
-
*width: 4.1357%;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.pure-u-5-24 {
|
|
217
|
-
width: 20.8333%;
|
|
218
|
-
*width: 20.8023%;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.pure-u-7-24 {
|
|
222
|
-
width: 29.1667%;
|
|
223
|
-
*width: 29.1357%;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.pure-u-11-24 {
|
|
227
|
-
width: 45.8333%;
|
|
228
|
-
*width: 45.8023%;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.pure-u-13-24 {
|
|
232
|
-
width: 54.1667%;
|
|
233
|
-
*width: 54.1357%;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.pure-u-17-24 {
|
|
237
|
-
width: 70.8333%;
|
|
238
|
-
*width: 70.8023%;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.pure-u-19-24 {
|
|
242
|
-
width: 79.1667%;
|
|
243
|
-
*width: 79.1357%;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.pure-u-23-24 {
|
|
247
|
-
width: 95.8333%;
|
|
248
|
-
*width: 95.8023%;
|
|
249
|
-
}
|