splendeo-generators 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +119 -0
- data/LICENSE +20 -0
- data/README.rdoc +98 -0
- data/Rakefile +12 -0
- data/lib/nifty_generators.rb +3 -0
- data/rails_generators/splendeo_authentication/USAGE +50 -0
- data/rails_generators/splendeo_authentication/lib/insert_commands.rb +74 -0
- data/rails_generators/splendeo_authentication/splendeo_authentication_generator.rb +128 -0
- data/rails_generators/splendeo_authentication/templates/authentication.rb +61 -0
- data/rails_generators/splendeo_authentication/templates/authlogic_session.rb +2 -0
- data/rails_generators/splendeo_authentication/templates/fixtures.yml +24 -0
- data/rails_generators/splendeo_authentication/templates/migration.rb +20 -0
- data/rails_generators/splendeo_authentication/templates/sessions_controller.rb +45 -0
- data/rails_generators/splendeo_authentication/templates/sessions_helper.rb +2 -0
- data/rails_generators/splendeo_authentication/templates/tests/rspec/sessions_controller.rb +39 -0
- data/rails_generators/splendeo_authentication/templates/tests/rspec/user.rb +83 -0
- data/rails_generators/splendeo_authentication/templates/tests/rspec/users_controller.rb +26 -0
- data/rails_generators/splendeo_authentication/templates/tests/shoulda/sessions_controller.rb +40 -0
- data/rails_generators/splendeo_authentication/templates/tests/shoulda/user.rb +85 -0
- data/rails_generators/splendeo_authentication/templates/tests/shoulda/users_controller.rb +27 -0
- data/rails_generators/splendeo_authentication/templates/tests/testunit/sessions_controller.rb +36 -0
- data/rails_generators/splendeo_authentication/templates/tests/testunit/user.rb +88 -0
- data/rails_generators/splendeo_authentication/templates/tests/testunit/users_controller.rb +23 -0
- data/rails_generators/splendeo_authentication/templates/user.rb +42 -0
- data/rails_generators/splendeo_authentication/templates/users_controller.rb +18 -0
- data/rails_generators/splendeo_authentication/templates/users_helper.rb +2 -0
- data/rails_generators/splendeo_authentication/templates/views/erb/login.html.erb +30 -0
- data/rails_generators/splendeo_authentication/templates/views/erb/signup.html.erb +24 -0
- data/rails_generators/splendeo_authentication/templates/views/haml/login.html.haml +30 -0
- data/rails_generators/splendeo_authentication/templates/views/haml/signup.html.haml +24 -0
- data/rails_generators/splendeo_config/USAGE +23 -0
- data/rails_generators/splendeo_config/splendeo_config_generator.rb +32 -0
- data/rails_generators/splendeo_config/templates/config.yml +8 -0
- data/rails_generators/splendeo_config/templates/load_config.rb +2 -0
- data/rails_generators/splendeo_layout/USAGE +25 -0
- data/rails_generators/splendeo_layout/splendeo_layout_generator.rb +76 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/ie.sass +103 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/buttons/icons/cross.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/buttons/icons/key.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/buttons/icons/tick.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/buttons/readme.txt +32 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/buttons/screen.sass +104 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/fancy-type/readme.txt +14 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/fancy-type/screen.sass +34 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/link-icons/icons/doc.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/link-icons/icons/email.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/link-icons/icons/external.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/link-icons/icons/feed.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/link-icons/icons/im.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/link-icons/icons/pdf.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/link-icons/icons/visited.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/link-icons/icons/xls.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/link-icons/readme.txt +18 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/link-icons/screen.sass +50 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/rtl/readme.txt +10 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/plugins/rtl/screen.sass +272 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/print.sass +75 -0
- data/rails_generators/splendeo_layout/templates/blueprint-sass/screen.sass +1062 -0
- data/rails_generators/splendeo_layout/templates/blueprint/ie.css +35 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/buttons/icons/cross.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/buttons/icons/key.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/buttons/icons/tick.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/buttons/readme.txt +32 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/buttons/screen.css +97 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/fancy-type/readme.txt +14 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/fancy-type/screen.css +71 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/link-icons/icons/doc.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/link-icons/icons/email.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/link-icons/icons/external.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/link-icons/icons/feed.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/link-icons/icons/im.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/link-icons/icons/pdf.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/link-icons/icons/visited.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/link-icons/icons/xls.png +0 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/link-icons/readme.txt +18 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/link-icons/screen.css +40 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/rtl/readme.txt +10 -0
- data/rails_generators/splendeo_layout/templates/blueprint/plugins/rtl/screen.css +110 -0
- data/rails_generators/splendeo_layout/templates/blueprint/print.css +29 -0
- data/rails_generators/splendeo_layout/templates/blueprint/screen.css +258 -0
- data/rails_generators/splendeo_layout/templates/haml/init.rb +16 -0
- data/rails_generators/splendeo_layout/templates/helper.rb +22 -0
- data/rails_generators/splendeo_layout/templates/layout.html.erb +34 -0
- data/rails_generators/splendeo_layout/templates/layout.html.haml +31 -0
- data/rails_generators/splendeo_layout/templates/stylesheet.css +77 -0
- data/rails_generators/splendeo_layout/templates/stylesheet.sass +63 -0
- data/rails_generators/splendeo_scaffold/USAGE +51 -0
- data/rails_generators/splendeo_scaffold/splendeo_scaffold_generator.rb +232 -0
- data/rails_generators/splendeo_scaffold/templates/actions/create.rb +9 -0
- data/rails_generators/splendeo_scaffold/templates/actions/destroy.rb +6 -0
- data/rails_generators/splendeo_scaffold/templates/actions/edit.rb +3 -0
- data/rails_generators/splendeo_scaffold/templates/actions/index.rb +3 -0
- data/rails_generators/splendeo_scaffold/templates/actions/new.rb +3 -0
- data/rails_generators/splendeo_scaffold/templates/actions/show.rb +3 -0
- data/rails_generators/splendeo_scaffold/templates/actions/update.rb +9 -0
- data/rails_generators/splendeo_scaffold/templates/controller.rb +3 -0
- data/rails_generators/splendeo_scaffold/templates/fixtures.yml +9 -0
- data/rails_generators/splendeo_scaffold/templates/helper.rb +2 -0
- data/rails_generators/splendeo_scaffold/templates/migration.rb +16 -0
- data/rails_generators/splendeo_scaffold/templates/model.rb +3 -0
- data/rails_generators/splendeo_scaffold/templates/tests/rspec/actions/create.rb +11 -0
- data/rails_generators/splendeo_scaffold/templates/tests/rspec/actions/destroy.rb +6 -0
- data/rails_generators/splendeo_scaffold/templates/tests/rspec/actions/edit.rb +4 -0
- data/rails_generators/splendeo_scaffold/templates/tests/rspec/actions/index.rb +4 -0
- data/rails_generators/splendeo_scaffold/templates/tests/rspec/actions/new.rb +4 -0
- data/rails_generators/splendeo_scaffold/templates/tests/rspec/actions/show.rb +4 -0
- data/rails_generators/splendeo_scaffold/templates/tests/rspec/actions/update.rb +11 -0
- data/rails_generators/splendeo_scaffold/templates/tests/rspec/controller.rb +8 -0
- data/rails_generators/splendeo_scaffold/templates/tests/rspec/model.rb +7 -0
- data/rails_generators/splendeo_scaffold/templates/tests/shoulda/actions/create.rb +13 -0
- data/rails_generators/splendeo_scaffold/templates/tests/shoulda/actions/destroy.rb +8 -0
- data/rails_generators/splendeo_scaffold/templates/tests/shoulda/actions/edit.rb +6 -0
- data/rails_generators/splendeo_scaffold/templates/tests/shoulda/actions/index.rb +6 -0
- data/rails_generators/splendeo_scaffold/templates/tests/shoulda/actions/new.rb +6 -0
- data/rails_generators/splendeo_scaffold/templates/tests/shoulda/actions/show.rb +6 -0
- data/rails_generators/splendeo_scaffold/templates/tests/shoulda/actions/update.rb +13 -0
- data/rails_generators/splendeo_scaffold/templates/tests/shoulda/controller.rb +5 -0
- data/rails_generators/splendeo_scaffold/templates/tests/shoulda/model.rb +7 -0
- data/rails_generators/splendeo_scaffold/templates/tests/testunit/actions/create.rb +11 -0
- data/rails_generators/splendeo_scaffold/templates/tests/testunit/actions/destroy.rb +6 -0
- data/rails_generators/splendeo_scaffold/templates/tests/testunit/actions/edit.rb +4 -0
- data/rails_generators/splendeo_scaffold/templates/tests/testunit/actions/index.rb +4 -0
- data/rails_generators/splendeo_scaffold/templates/tests/testunit/actions/new.rb +4 -0
- data/rails_generators/splendeo_scaffold/templates/tests/testunit/actions/show.rb +4 -0
- data/rails_generators/splendeo_scaffold/templates/tests/testunit/actions/update.rb +11 -0
- data/rails_generators/splendeo_scaffold/templates/tests/testunit/controller.rb +5 -0
- data/rails_generators/splendeo_scaffold/templates/tests/testunit/model.rb +7 -0
- data/rails_generators/splendeo_scaffold/templates/views/erb/_form.html.erb +10 -0
- data/rails_generators/splendeo_scaffold/templates/views/erb/edit.html.erb +14 -0
- data/rails_generators/splendeo_scaffold/templates/views/erb/index.html.erb +29 -0
- data/rails_generators/splendeo_scaffold/templates/views/erb/new.html.erb +7 -0
- data/rails_generators/splendeo_scaffold/templates/views/erb/show.html.erb +20 -0
- data/rails_generators/splendeo_scaffold/templates/views/haml/_form.html.haml +10 -0
- data/rails_generators/splendeo_scaffold/templates/views/haml/edit.html.haml +14 -0
- data/rails_generators/splendeo_scaffold/templates/views/haml/index.html.haml +25 -0
- data/rails_generators/splendeo_scaffold/templates/views/haml/new.html.haml +7 -0
- data/rails_generators/splendeo_scaffold/templates/views/haml/show.html.haml +20 -0
- data/test/test_helper.rb +119 -0
- data/test/test_splendeo_authentication_generator.rb +274 -0
- data/test/test_splendeo_config_generator.rb +37 -0
- data/test/test_splendeo_layout_generator.rb +42 -0
- data/test/test_splendeo_scaffold_generator.rb +534 -0
- metadata +212 -0
@@ -0,0 +1,75 @@
|
|
1
|
+
body
|
2
|
+
line-height: 1.5
|
3
|
+
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif
|
4
|
+
color: #000
|
5
|
+
background: none
|
6
|
+
font-size: 10pt
|
7
|
+
|
8
|
+
|
9
|
+
.container
|
10
|
+
background: none
|
11
|
+
|
12
|
+
|
13
|
+
hr
|
14
|
+
background: #ccc
|
15
|
+
color: #ccc
|
16
|
+
width: 100%
|
17
|
+
height: 2px
|
18
|
+
margin: 2em 0
|
19
|
+
padding: 0
|
20
|
+
border: none
|
21
|
+
|
22
|
+
&.space
|
23
|
+
background: #fff
|
24
|
+
color: #fff
|
25
|
+
visibility: hidden
|
26
|
+
|
27
|
+
|
28
|
+
h1, h2, h3, h4, h5, h6
|
29
|
+
font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif
|
30
|
+
|
31
|
+
|
32
|
+
code
|
33
|
+
font: .9em "Courier New", Monaco, Courier, monospace
|
34
|
+
|
35
|
+
|
36
|
+
a img
|
37
|
+
border: none
|
38
|
+
|
39
|
+
|
40
|
+
p img.top
|
41
|
+
margin-top: 0
|
42
|
+
|
43
|
+
|
44
|
+
blockquote
|
45
|
+
margin: 1.5em
|
46
|
+
padding: 1em
|
47
|
+
font-style: italic
|
48
|
+
font-size: .9em
|
49
|
+
|
50
|
+
|
51
|
+
.small
|
52
|
+
font-size: .9em
|
53
|
+
|
54
|
+
|
55
|
+
.large
|
56
|
+
font-size: 1.1em
|
57
|
+
|
58
|
+
|
59
|
+
.quiet
|
60
|
+
color: #999
|
61
|
+
|
62
|
+
|
63
|
+
.hide
|
64
|
+
display: none
|
65
|
+
|
66
|
+
|
67
|
+
a
|
68
|
+
&:link, &:visited
|
69
|
+
background: transparent
|
70
|
+
font-weight: 700
|
71
|
+
text-decoration: underline
|
72
|
+
|
73
|
+
&:link:after, &:visited:after
|
74
|
+
content: " (" attr(href) ")"
|
75
|
+
font-size: 90%
|
@@ -0,0 +1,1062 @@
|
|
1
|
+
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section
|
2
|
+
margin: 0
|
3
|
+
padding: 0
|
4
|
+
border: 0
|
5
|
+
font-weight: inherit
|
6
|
+
font-style: inherit
|
7
|
+
font-size: 100%
|
8
|
+
font-family: inherit
|
9
|
+
vertical-align: baseline
|
10
|
+
|
11
|
+
|
12
|
+
article, aside, dialog, figure, footer, header, hgroup, nav, section
|
13
|
+
display: block
|
14
|
+
|
15
|
+
|
16
|
+
body
|
17
|
+
line-height: 1.5
|
18
|
+
|
19
|
+
|
20
|
+
table
|
21
|
+
border-collapse: separate
|
22
|
+
border-spacing: 0
|
23
|
+
|
24
|
+
|
25
|
+
caption, th, td
|
26
|
+
text-align: left
|
27
|
+
font-weight: normal
|
28
|
+
|
29
|
+
|
30
|
+
table, td, th
|
31
|
+
vertical-align: middle
|
32
|
+
|
33
|
+
|
34
|
+
blockquote
|
35
|
+
&:before, &:after
|
36
|
+
content: ""
|
37
|
+
|
38
|
+
|
39
|
+
q
|
40
|
+
&:before, &:after
|
41
|
+
content: ""
|
42
|
+
|
43
|
+
|
44
|
+
blockquote, q
|
45
|
+
quotes: "" ""
|
46
|
+
|
47
|
+
|
48
|
+
a img
|
49
|
+
border: none
|
50
|
+
|
51
|
+
|
52
|
+
html
|
53
|
+
font-size: 100.01%
|
54
|
+
|
55
|
+
|
56
|
+
body
|
57
|
+
font-size: 75%
|
58
|
+
color: #222
|
59
|
+
background: #fff
|
60
|
+
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif
|
61
|
+
|
62
|
+
|
63
|
+
h1, h2, h3, h4, h5, h6
|
64
|
+
font-weight: normal
|
65
|
+
color: #111
|
66
|
+
|
67
|
+
|
68
|
+
h1
|
69
|
+
font-size: 3em
|
70
|
+
line-height: 1
|
71
|
+
margin-bottom: 0.5em
|
72
|
+
|
73
|
+
|
74
|
+
h2
|
75
|
+
font-size: 2em
|
76
|
+
margin-bottom: 0.75em
|
77
|
+
|
78
|
+
|
79
|
+
h3
|
80
|
+
font-size: 1.5em
|
81
|
+
line-height: 1
|
82
|
+
margin-bottom: 1em
|
83
|
+
|
84
|
+
|
85
|
+
h4
|
86
|
+
font-size: 1.2em
|
87
|
+
line-height: 1.25
|
88
|
+
margin-bottom: 1.25em
|
89
|
+
|
90
|
+
|
91
|
+
h5
|
92
|
+
font-size: 1em
|
93
|
+
font-weight: bold
|
94
|
+
margin-bottom: 1.5em
|
95
|
+
|
96
|
+
|
97
|
+
h6
|
98
|
+
font-size: 1em
|
99
|
+
font-weight: bold
|
100
|
+
|
101
|
+
|
102
|
+
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
|
103
|
+
margin: 0
|
104
|
+
|
105
|
+
|
106
|
+
p
|
107
|
+
margin: 0 0 1.5em
|
108
|
+
|
109
|
+
img
|
110
|
+
&.left
|
111
|
+
float: left
|
112
|
+
margin: 1.5em 1.5em 1.5em 0
|
113
|
+
padding: 0
|
114
|
+
|
115
|
+
&.right
|
116
|
+
float: right
|
117
|
+
margin: 1.5em 0 1.5em 1.5em
|
118
|
+
|
119
|
+
|
120
|
+
a
|
121
|
+
color: #009
|
122
|
+
text-decoration: underline
|
123
|
+
|
124
|
+
&:focus, &:hover
|
125
|
+
color: #000
|
126
|
+
|
127
|
+
|
128
|
+
blockquote
|
129
|
+
margin: 1.5em
|
130
|
+
color: #666
|
131
|
+
font-style: italic
|
132
|
+
|
133
|
+
|
134
|
+
strong
|
135
|
+
font-weight: bold
|
136
|
+
|
137
|
+
|
138
|
+
em
|
139
|
+
font-style: italic
|
140
|
+
|
141
|
+
|
142
|
+
dfn
|
143
|
+
font-style: italic
|
144
|
+
font-weight: bold
|
145
|
+
|
146
|
+
|
147
|
+
sup, sub
|
148
|
+
line-height: 0
|
149
|
+
|
150
|
+
|
151
|
+
abbr, acronym
|
152
|
+
border-bottom: 1px dotted #666
|
153
|
+
|
154
|
+
|
155
|
+
address
|
156
|
+
margin: 0 0 1.5em
|
157
|
+
font-style: italic
|
158
|
+
|
159
|
+
|
160
|
+
del
|
161
|
+
color: #666
|
162
|
+
|
163
|
+
|
164
|
+
pre
|
165
|
+
margin: 1.5em 0
|
166
|
+
white-space: pre
|
167
|
+
font: 1em 'andale mono', 'lucida console', monospace
|
168
|
+
line-height: 1.5
|
169
|
+
|
170
|
+
|
171
|
+
code, tt
|
172
|
+
font: 1em 'andale mono', 'lucida console', monospace
|
173
|
+
line-height: 1.5
|
174
|
+
|
175
|
+
|
176
|
+
li
|
177
|
+
ul, ol
|
178
|
+
margin: 0
|
179
|
+
|
180
|
+
|
181
|
+
ul, ol
|
182
|
+
margin: 0 1.5em 1.5em 0
|
183
|
+
padding-left: 3.333em
|
184
|
+
|
185
|
+
|
186
|
+
ul
|
187
|
+
list-style-type: disc
|
188
|
+
|
189
|
+
|
190
|
+
ol
|
191
|
+
list-style-type: decimal
|
192
|
+
|
193
|
+
|
194
|
+
dl
|
195
|
+
margin: 0 0 1.5em 0
|
196
|
+
|
197
|
+
dt
|
198
|
+
font-weight: bold
|
199
|
+
|
200
|
+
|
201
|
+
dd
|
202
|
+
margin-left: 1.5em
|
203
|
+
|
204
|
+
|
205
|
+
table
|
206
|
+
margin-bottom: 1.4em
|
207
|
+
width: 100%
|
208
|
+
|
209
|
+
|
210
|
+
th
|
211
|
+
font-weight: bold
|
212
|
+
|
213
|
+
|
214
|
+
thead th
|
215
|
+
background: #c3d9ff
|
216
|
+
|
217
|
+
|
218
|
+
th, td, caption
|
219
|
+
padding: 4px 10px 4px 5px
|
220
|
+
|
221
|
+
|
222
|
+
tr.even td
|
223
|
+
background: #e5ecf9
|
224
|
+
|
225
|
+
|
226
|
+
tfoot
|
227
|
+
font-style: italic
|
228
|
+
|
229
|
+
|
230
|
+
caption
|
231
|
+
background: #eee
|
232
|
+
|
233
|
+
|
234
|
+
.small
|
235
|
+
font-size: .8em
|
236
|
+
margin-bottom: 1.875em
|
237
|
+
line-height: 1.875em
|
238
|
+
|
239
|
+
|
240
|
+
.large
|
241
|
+
font-size: 1.2em
|
242
|
+
line-height: 2.5em
|
243
|
+
margin-bottom: 1.25em
|
244
|
+
|
245
|
+
|
246
|
+
.hide
|
247
|
+
display: none
|
248
|
+
|
249
|
+
|
250
|
+
.quiet
|
251
|
+
color: #666
|
252
|
+
|
253
|
+
|
254
|
+
.loud
|
255
|
+
color: #000
|
256
|
+
|
257
|
+
|
258
|
+
.highlight
|
259
|
+
background: #ff0
|
260
|
+
|
261
|
+
|
262
|
+
.added
|
263
|
+
background: #060
|
264
|
+
color: #fff
|
265
|
+
|
266
|
+
|
267
|
+
.removed
|
268
|
+
background: #900
|
269
|
+
color: #fff
|
270
|
+
|
271
|
+
|
272
|
+
.first
|
273
|
+
margin-left: 0
|
274
|
+
padding-left: 0
|
275
|
+
|
276
|
+
|
277
|
+
.last
|
278
|
+
margin-right: 0
|
279
|
+
padding-right: 0
|
280
|
+
|
281
|
+
|
282
|
+
.top
|
283
|
+
margin-top: 0
|
284
|
+
padding-top: 0
|
285
|
+
|
286
|
+
|
287
|
+
.bottom
|
288
|
+
margin-bottom: 0
|
289
|
+
padding-bottom: 0
|
290
|
+
|
291
|
+
|
292
|
+
label
|
293
|
+
font-weight: bold
|
294
|
+
|
295
|
+
|
296
|
+
fieldset
|
297
|
+
padding: 1.4em
|
298
|
+
margin: 0 0 1.5em 0
|
299
|
+
border: 1px solid #ccc
|
300
|
+
|
301
|
+
|
302
|
+
legend
|
303
|
+
font-weight: bold
|
304
|
+
font-size: 1.2em
|
305
|
+
|
306
|
+
|
307
|
+
input
|
308
|
+
&[type=text], &[type=password], &.text, &.title
|
309
|
+
background-color: #fff
|
310
|
+
border: 1px solid #bbb
|
311
|
+
|
312
|
+
|
313
|
+
textarea, select
|
314
|
+
background-color: #fff
|
315
|
+
border: 1px solid #bbb
|
316
|
+
|
317
|
+
|
318
|
+
input
|
319
|
+
&[type=text]:focus, &[type=password]:focus, &.text:focus, &.title:focus
|
320
|
+
border-color: #666
|
321
|
+
|
322
|
+
|
323
|
+
textarea:focus, select:focus
|
324
|
+
border-color: #666
|
325
|
+
|
326
|
+
|
327
|
+
input
|
328
|
+
&[type=text], &[type=password], &.text, &.title
|
329
|
+
margin: 0.5em 0
|
330
|
+
|
331
|
+
|
332
|
+
textarea, select
|
333
|
+
margin: 0.5em 0
|
334
|
+
|
335
|
+
|
336
|
+
input
|
337
|
+
&.text
|
338
|
+
width: 300px
|
339
|
+
padding: 5px
|
340
|
+
|
341
|
+
&.title
|
342
|
+
width: 300px
|
343
|
+
padding: 5px
|
344
|
+
font-size: 1.5em
|
345
|
+
|
346
|
+
|
347
|
+
textarea
|
348
|
+
width: 390px
|
349
|
+
height: 250px
|
350
|
+
padding: 5px
|
351
|
+
|
352
|
+
|
353
|
+
input
|
354
|
+
&[type=checkbox], &[type=radio], &.checkbox, &.radio
|
355
|
+
position: relative
|
356
|
+
top: .25em
|
357
|
+
|
358
|
+
|
359
|
+
form.inline
|
360
|
+
line-height: 3
|
361
|
+
|
362
|
+
p
|
363
|
+
margin-bottom: 0
|
364
|
+
|
365
|
+
|
366
|
+
.error, .notice, .success
|
367
|
+
padding: .8em
|
368
|
+
margin-bottom: 1em
|
369
|
+
border: 2px solid #ddd
|
370
|
+
|
371
|
+
|
372
|
+
.error
|
373
|
+
background: #FBE3E4
|
374
|
+
color: #8a1f11
|
375
|
+
border-color: #FBC2C4
|
376
|
+
|
377
|
+
|
378
|
+
.notice
|
379
|
+
background: #FFF6BF
|
380
|
+
color: #514721
|
381
|
+
border-color: #FFD324
|
382
|
+
|
383
|
+
|
384
|
+
.success
|
385
|
+
background: #E6EFC2
|
386
|
+
color: #264409
|
387
|
+
border-color: #C6D880
|
388
|
+
|
389
|
+
|
390
|
+
.error a
|
391
|
+
color: #8a1f11
|
392
|
+
|
393
|
+
|
394
|
+
.notice a
|
395
|
+
color: #514721
|
396
|
+
|
397
|
+
|
398
|
+
.success a
|
399
|
+
color: #264409
|
400
|
+
|
401
|
+
|
402
|
+
.container
|
403
|
+
width: 950px
|
404
|
+
margin: 0 auto
|
405
|
+
|
406
|
+
|
407
|
+
.showgrid
|
408
|
+
background: url(src/grid.png)
|
409
|
+
|
410
|
+
|
411
|
+
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24
|
412
|
+
float: left
|
413
|
+
margin-right: 10px
|
414
|
+
|
415
|
+
|
416
|
+
.last
|
417
|
+
margin-right: 0
|
418
|
+
|
419
|
+
|
420
|
+
.span-1
|
421
|
+
width: 30px
|
422
|
+
|
423
|
+
|
424
|
+
.span-2
|
425
|
+
width: 70px
|
426
|
+
|
427
|
+
|
428
|
+
.span-3
|
429
|
+
width: 110px
|
430
|
+
|
431
|
+
|
432
|
+
.span-4
|
433
|
+
width: 150px
|
434
|
+
|
435
|
+
|
436
|
+
.span-5
|
437
|
+
width: 190px
|
438
|
+
|
439
|
+
|
440
|
+
.span-6
|
441
|
+
width: 230px
|
442
|
+
|
443
|
+
|
444
|
+
.span-7
|
445
|
+
width: 270px
|
446
|
+
|
447
|
+
|
448
|
+
.span-8
|
449
|
+
width: 310px
|
450
|
+
|
451
|
+
|
452
|
+
.span-9
|
453
|
+
width: 350px
|
454
|
+
|
455
|
+
|
456
|
+
.span-10
|
457
|
+
width: 390px
|
458
|
+
|
459
|
+
|
460
|
+
.span-11
|
461
|
+
width: 430px
|
462
|
+
|
463
|
+
|
464
|
+
.span-12
|
465
|
+
width: 470px
|
466
|
+
|
467
|
+
|
468
|
+
.span-13
|
469
|
+
width: 510px
|
470
|
+
|
471
|
+
|
472
|
+
.span-14
|
473
|
+
width: 550px
|
474
|
+
|
475
|
+
|
476
|
+
.span-15
|
477
|
+
width: 590px
|
478
|
+
|
479
|
+
|
480
|
+
.span-16
|
481
|
+
width: 630px
|
482
|
+
|
483
|
+
|
484
|
+
.span-17
|
485
|
+
width: 670px
|
486
|
+
|
487
|
+
|
488
|
+
.span-18
|
489
|
+
width: 710px
|
490
|
+
|
491
|
+
|
492
|
+
.span-19
|
493
|
+
width: 750px
|
494
|
+
|
495
|
+
|
496
|
+
.span-20
|
497
|
+
width: 790px
|
498
|
+
|
499
|
+
|
500
|
+
.span-21
|
501
|
+
width: 830px
|
502
|
+
|
503
|
+
|
504
|
+
.span-22
|
505
|
+
width: 870px
|
506
|
+
|
507
|
+
|
508
|
+
.span-23
|
509
|
+
width: 910px
|
510
|
+
|
511
|
+
|
512
|
+
.span-24
|
513
|
+
width: 950px
|
514
|
+
margin-right: 0
|
515
|
+
|
516
|
+
|
517
|
+
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24
|
518
|
+
border-left-width: 1px!important
|
519
|
+
border-right-width: 1px!important
|
520
|
+
padding-left: 5px!important
|
521
|
+
padding-right: 5px!important
|
522
|
+
|
523
|
+
|
524
|
+
input.span-1, textarea.span-1
|
525
|
+
width: 18px!important
|
526
|
+
|
527
|
+
|
528
|
+
input.span-2, textarea.span-2
|
529
|
+
width: 58px!important
|
530
|
+
|
531
|
+
|
532
|
+
input.span-3, textarea.span-3
|
533
|
+
width: 98px!important
|
534
|
+
|
535
|
+
|
536
|
+
input.span-4, textarea.span-4
|
537
|
+
width: 138px!important
|
538
|
+
|
539
|
+
|
540
|
+
input.span-5, textarea.span-5
|
541
|
+
width: 178px!important
|
542
|
+
|
543
|
+
|
544
|
+
input.span-6, textarea.span-6
|
545
|
+
width: 218px!important
|
546
|
+
|
547
|
+
|
548
|
+
input.span-7, textarea.span-7
|
549
|
+
width: 258px!important
|
550
|
+
|
551
|
+
|
552
|
+
input.span-8, textarea.span-8
|
553
|
+
width: 298px!important
|
554
|
+
|
555
|
+
|
556
|
+
input.span-9, textarea.span-9
|
557
|
+
width: 338px!important
|
558
|
+
|
559
|
+
|
560
|
+
input.span-10, textarea.span-10
|
561
|
+
width: 378px!important
|
562
|
+
|
563
|
+
|
564
|
+
input.span-11, textarea.span-11
|
565
|
+
width: 418px!important
|
566
|
+
|
567
|
+
|
568
|
+
input.span-12, textarea.span-12
|
569
|
+
width: 458px!important
|
570
|
+
|
571
|
+
|
572
|
+
input.span-13, textarea.span-13
|
573
|
+
width: 498px!important
|
574
|
+
|
575
|
+
|
576
|
+
input.span-14, textarea.span-14
|
577
|
+
width: 538px!important
|
578
|
+
|
579
|
+
|
580
|
+
input.span-15, textarea.span-15
|
581
|
+
width: 578px!important
|
582
|
+
|
583
|
+
|
584
|
+
input.span-16, textarea.span-16
|
585
|
+
width: 618px!important
|
586
|
+
|
587
|
+
|
588
|
+
input.span-17, textarea.span-17
|
589
|
+
width: 658px!important
|
590
|
+
|
591
|
+
|
592
|
+
input.span-18, textarea.span-18
|
593
|
+
width: 698px!important
|
594
|
+
|
595
|
+
|
596
|
+
input.span-19, textarea.span-19
|
597
|
+
width: 738px!important
|
598
|
+
|
599
|
+
|
600
|
+
input.span-20, textarea.span-20
|
601
|
+
width: 778px!important
|
602
|
+
|
603
|
+
|
604
|
+
input.span-21, textarea.span-21
|
605
|
+
width: 818px!important
|
606
|
+
|
607
|
+
|
608
|
+
input.span-22, textarea.span-22
|
609
|
+
width: 858px!important
|
610
|
+
|
611
|
+
|
612
|
+
input.span-23, textarea.span-23
|
613
|
+
width: 898px!important
|
614
|
+
|
615
|
+
|
616
|
+
input.span-24, textarea.span-24
|
617
|
+
width: 938px!important
|
618
|
+
|
619
|
+
|
620
|
+
.append-1
|
621
|
+
padding-right: 40px
|
622
|
+
|
623
|
+
|
624
|
+
.append-2
|
625
|
+
padding-right: 80px
|
626
|
+
|
627
|
+
|
628
|
+
.append-3
|
629
|
+
padding-right: 120px
|
630
|
+
|
631
|
+
|
632
|
+
.append-4
|
633
|
+
padding-right: 160px
|
634
|
+
|
635
|
+
|
636
|
+
.append-5
|
637
|
+
padding-right: 200px
|
638
|
+
|
639
|
+
|
640
|
+
.append-6
|
641
|
+
padding-right: 240px
|
642
|
+
|
643
|
+
|
644
|
+
.append-7
|
645
|
+
padding-right: 280px
|
646
|
+
|
647
|
+
|
648
|
+
.append-8
|
649
|
+
padding-right: 320px
|
650
|
+
|
651
|
+
|
652
|
+
.append-9
|
653
|
+
padding-right: 360px
|
654
|
+
|
655
|
+
|
656
|
+
.append-10
|
657
|
+
padding-right: 400px
|
658
|
+
|
659
|
+
|
660
|
+
.append-11
|
661
|
+
padding-right: 440px
|
662
|
+
|
663
|
+
|
664
|
+
.append-12
|
665
|
+
padding-right: 480px
|
666
|
+
|
667
|
+
|
668
|
+
.append-13
|
669
|
+
padding-right: 520px
|
670
|
+
|
671
|
+
|
672
|
+
.append-14
|
673
|
+
padding-right: 560px
|
674
|
+
|
675
|
+
|
676
|
+
.append-15
|
677
|
+
padding-right: 600px
|
678
|
+
|
679
|
+
|
680
|
+
.append-16
|
681
|
+
padding-right: 640px
|
682
|
+
|
683
|
+
|
684
|
+
.append-17
|
685
|
+
padding-right: 680px
|
686
|
+
|
687
|
+
|
688
|
+
.append-18
|
689
|
+
padding-right: 720px
|
690
|
+
|
691
|
+
|
692
|
+
.append-19
|
693
|
+
padding-right: 760px
|
694
|
+
|
695
|
+
|
696
|
+
.append-20
|
697
|
+
padding-right: 800px
|
698
|
+
|
699
|
+
|
700
|
+
.append-21
|
701
|
+
padding-right: 840px
|
702
|
+
|
703
|
+
|
704
|
+
.append-22
|
705
|
+
padding-right: 880px
|
706
|
+
|
707
|
+
|
708
|
+
.append-23
|
709
|
+
padding-right: 920px
|
710
|
+
|
711
|
+
|
712
|
+
.prepend-1
|
713
|
+
padding-left: 40px
|
714
|
+
|
715
|
+
|
716
|
+
.prepend-2
|
717
|
+
padding-left: 80px
|
718
|
+
|
719
|
+
|
720
|
+
.prepend-3
|
721
|
+
padding-left: 120px
|
722
|
+
|
723
|
+
|
724
|
+
.prepend-4
|
725
|
+
padding-left: 160px
|
726
|
+
|
727
|
+
|
728
|
+
.prepend-5
|
729
|
+
padding-left: 200px
|
730
|
+
|
731
|
+
|
732
|
+
.prepend-6
|
733
|
+
padding-left: 240px
|
734
|
+
|
735
|
+
|
736
|
+
.prepend-7
|
737
|
+
padding-left: 280px
|
738
|
+
|
739
|
+
|
740
|
+
.prepend-8
|
741
|
+
padding-left: 320px
|
742
|
+
|
743
|
+
|
744
|
+
.prepend-9
|
745
|
+
padding-left: 360px
|
746
|
+
|
747
|
+
|
748
|
+
.prepend-10
|
749
|
+
padding-left: 400px
|
750
|
+
|
751
|
+
|
752
|
+
.prepend-11
|
753
|
+
padding-left: 440px
|
754
|
+
|
755
|
+
|
756
|
+
.prepend-12
|
757
|
+
padding-left: 480px
|
758
|
+
|
759
|
+
|
760
|
+
.prepend-13
|
761
|
+
padding-left: 520px
|
762
|
+
|
763
|
+
|
764
|
+
.prepend-14
|
765
|
+
padding-left: 560px
|
766
|
+
|
767
|
+
|
768
|
+
.prepend-15
|
769
|
+
padding-left: 600px
|
770
|
+
|
771
|
+
|
772
|
+
.prepend-16
|
773
|
+
padding-left: 640px
|
774
|
+
|
775
|
+
|
776
|
+
.prepend-17
|
777
|
+
padding-left: 680px
|
778
|
+
|
779
|
+
|
780
|
+
.prepend-18
|
781
|
+
padding-left: 720px
|
782
|
+
|
783
|
+
|
784
|
+
.prepend-19
|
785
|
+
padding-left: 760px
|
786
|
+
|
787
|
+
|
788
|
+
.prepend-20
|
789
|
+
padding-left: 800px
|
790
|
+
|
791
|
+
|
792
|
+
.prepend-21
|
793
|
+
padding-left: 840px
|
794
|
+
|
795
|
+
|
796
|
+
.prepend-22
|
797
|
+
padding-left: 880px
|
798
|
+
|
799
|
+
|
800
|
+
.prepend-23
|
801
|
+
padding-left: 920px
|
802
|
+
|
803
|
+
|
804
|
+
.border
|
805
|
+
padding-right: 4px
|
806
|
+
margin-right: 5px
|
807
|
+
border-right: 1px solid #eee
|
808
|
+
|
809
|
+
|
810
|
+
.colborder
|
811
|
+
padding-right: 24px
|
812
|
+
margin-right: 25px
|
813
|
+
border-right: 1px solid #eee
|
814
|
+
|
815
|
+
|
816
|
+
.pull-1
|
817
|
+
margin-left: -40px
|
818
|
+
|
819
|
+
|
820
|
+
.pull-2
|
821
|
+
margin-left: -80px
|
822
|
+
|
823
|
+
|
824
|
+
.pull-3
|
825
|
+
margin-left: -120px
|
826
|
+
|
827
|
+
|
828
|
+
.pull-4
|
829
|
+
margin-left: -160px
|
830
|
+
|
831
|
+
|
832
|
+
.pull-5
|
833
|
+
margin-left: -200px
|
834
|
+
|
835
|
+
|
836
|
+
.pull-6
|
837
|
+
margin-left: -240px
|
838
|
+
|
839
|
+
|
840
|
+
.pull-7
|
841
|
+
margin-left: -280px
|
842
|
+
|
843
|
+
|
844
|
+
.pull-8
|
845
|
+
margin-left: -320px
|
846
|
+
|
847
|
+
|
848
|
+
.pull-9
|
849
|
+
margin-left: -360px
|
850
|
+
|
851
|
+
|
852
|
+
.pull-10
|
853
|
+
margin-left: -400px
|
854
|
+
|
855
|
+
|
856
|
+
.pull-11
|
857
|
+
margin-left: -440px
|
858
|
+
|
859
|
+
|
860
|
+
.pull-12
|
861
|
+
margin-left: -480px
|
862
|
+
|
863
|
+
|
864
|
+
.pull-13
|
865
|
+
margin-left: -520px
|
866
|
+
|
867
|
+
|
868
|
+
.pull-14
|
869
|
+
margin-left: -560px
|
870
|
+
|
871
|
+
|
872
|
+
.pull-15
|
873
|
+
margin-left: -600px
|
874
|
+
|
875
|
+
|
876
|
+
.pull-16
|
877
|
+
margin-left: -640px
|
878
|
+
|
879
|
+
|
880
|
+
.pull-17
|
881
|
+
margin-left: -680px
|
882
|
+
|
883
|
+
|
884
|
+
.pull-18
|
885
|
+
margin-left: -720px
|
886
|
+
|
887
|
+
|
888
|
+
.pull-19
|
889
|
+
margin-left: -760px
|
890
|
+
|
891
|
+
|
892
|
+
.pull-20
|
893
|
+
margin-left: -800px
|
894
|
+
|
895
|
+
|
896
|
+
.pull-21
|
897
|
+
margin-left: -840px
|
898
|
+
|
899
|
+
|
900
|
+
.pull-22
|
901
|
+
margin-left: -880px
|
902
|
+
|
903
|
+
|
904
|
+
.pull-23
|
905
|
+
margin-left: -920px
|
906
|
+
|
907
|
+
|
908
|
+
.pull-24
|
909
|
+
margin-left: -960px
|
910
|
+
|
911
|
+
|
912
|
+
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24
|
913
|
+
float: left
|
914
|
+
position: relative
|
915
|
+
|
916
|
+
|
917
|
+
.push-1
|
918
|
+
margin: 0 -40px 1.5em 40px
|
919
|
+
|
920
|
+
|
921
|
+
.push-2
|
922
|
+
margin: 0 -80px 1.5em 80px
|
923
|
+
|
924
|
+
|
925
|
+
.push-3
|
926
|
+
margin: 0 -120px 1.5em 120px
|
927
|
+
|
928
|
+
|
929
|
+
.push-4
|
930
|
+
margin: 0 -160px 1.5em 160px
|
931
|
+
|
932
|
+
|
933
|
+
.push-5
|
934
|
+
margin: 0 -200px 1.5em 200px
|
935
|
+
|
936
|
+
|
937
|
+
.push-6
|
938
|
+
margin: 0 -240px 1.5em 240px
|
939
|
+
|
940
|
+
|
941
|
+
.push-7
|
942
|
+
margin: 0 -280px 1.5em 280px
|
943
|
+
|
944
|
+
|
945
|
+
.push-8
|
946
|
+
margin: 0 -320px 1.5em 320px
|
947
|
+
|
948
|
+
|
949
|
+
.push-9
|
950
|
+
margin: 0 -360px 1.5em 360px
|
951
|
+
|
952
|
+
|
953
|
+
.push-10
|
954
|
+
margin: 0 -400px 1.5em 400px
|
955
|
+
|
956
|
+
|
957
|
+
.push-11
|
958
|
+
margin: 0 -440px 1.5em 440px
|
959
|
+
|
960
|
+
|
961
|
+
.push-12
|
962
|
+
margin: 0 -480px 1.5em 480px
|
963
|
+
|
964
|
+
|
965
|
+
.push-13
|
966
|
+
margin: 0 -520px 1.5em 520px
|
967
|
+
|
968
|
+
|
969
|
+
.push-14
|
970
|
+
margin: 0 -560px 1.5em 560px
|
971
|
+
|
972
|
+
|
973
|
+
.push-15
|
974
|
+
margin: 0 -600px 1.5em 600px
|
975
|
+
|
976
|
+
|
977
|
+
.push-16
|
978
|
+
margin: 0 -640px 1.5em 640px
|
979
|
+
|
980
|
+
|
981
|
+
.push-17
|
982
|
+
margin: 0 -680px 1.5em 680px
|
983
|
+
|
984
|
+
|
985
|
+
.push-18
|
986
|
+
margin: 0 -720px 1.5em 720px
|
987
|
+
|
988
|
+
|
989
|
+
.push-19
|
990
|
+
margin: 0 -760px 1.5em 760px
|
991
|
+
|
992
|
+
|
993
|
+
.push-20
|
994
|
+
margin: 0 -800px 1.5em 800px
|
995
|
+
|
996
|
+
|
997
|
+
.push-21
|
998
|
+
margin: 0 -840px 1.5em 840px
|
999
|
+
|
1000
|
+
|
1001
|
+
.push-22
|
1002
|
+
margin: 0 -880px 1.5em 880px
|
1003
|
+
|
1004
|
+
|
1005
|
+
.push-23
|
1006
|
+
margin: 0 -920px 1.5em 920px
|
1007
|
+
|
1008
|
+
|
1009
|
+
.push-24
|
1010
|
+
margin: 0 -960px 1.5em 960px
|
1011
|
+
|
1012
|
+
|
1013
|
+
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24
|
1014
|
+
float: right
|
1015
|
+
position: relative
|
1016
|
+
|
1017
|
+
|
1018
|
+
.prepend-top
|
1019
|
+
margin-top: 1.5em
|
1020
|
+
|
1021
|
+
|
1022
|
+
.append-bottom
|
1023
|
+
margin-bottom: 1.5em
|
1024
|
+
|
1025
|
+
|
1026
|
+
.box
|
1027
|
+
padding: 1.5em
|
1028
|
+
margin-bottom: 1.5em
|
1029
|
+
background: #E5ECF9
|
1030
|
+
|
1031
|
+
|
1032
|
+
hr
|
1033
|
+
background: #ddd
|
1034
|
+
color: #ddd
|
1035
|
+
clear: both
|
1036
|
+
float: none
|
1037
|
+
width: 100%
|
1038
|
+
height: .1em
|
1039
|
+
margin: 0 0 1.45em
|
1040
|
+
border: none
|
1041
|
+
|
1042
|
+
&.space
|
1043
|
+
background: #fff
|
1044
|
+
color: #fff
|
1045
|
+
visibility: hidden
|
1046
|
+
|
1047
|
+
|
1048
|
+
.clearfix:after, .container:after
|
1049
|
+
content: "\0020"
|
1050
|
+
display: block
|
1051
|
+
height: 0
|
1052
|
+
clear: both
|
1053
|
+
visibility: hidden
|
1054
|
+
overflow: hidden
|
1055
|
+
|
1056
|
+
|
1057
|
+
.clearfix, .container
|
1058
|
+
display: block
|
1059
|
+
|
1060
|
+
|
1061
|
+
.clear
|
1062
|
+
clear: both
|