fume 0.1.1 → 0.1.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.
data/VERSION.yml CHANGED
@@ -1,5 +1,4 @@
1
1
  ---
2
- :build:
3
2
  :major: 0
4
3
  :minor: 1
5
- :patch: 1
4
+ :patch: 2
data/fume.gemspec CHANGED
@@ -1,15 +1,15 @@
1
1
  # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
2
+ # DO NOT EDIT THIS FILE
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fume}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Sunteya"]
12
- s.date = %q{2009-10-29}
12
+ s.date = %q{2009-12-01}
13
13
  s.email = %q{Sunteya@gmail.com}
14
14
  s.extra_rdoc_files = [
15
15
  "README"
@@ -39,7 +39,6 @@ Gem::Specification.new do |s|
39
39
  "generators/fume_simple_theme/templates/javascripts/jquery-1.3.2.min.js",
40
40
  "generators/fume_simple_theme/templates/javascripts/jquery-ui-1.7.2.full.min.js",
41
41
  "generators/fume_simple_theme/templates/javascripts/jquery-ui-i18n-1.7.2.js",
42
- "generators/fume_simple_theme/templates/stylesheets/base.css",
43
42
  "generators/fume_simple_theme/templates/stylesheets/base.less",
44
43
  "generators/fume_simple_theme/templates/stylesheets/blueprint-0.9.1/ie.css",
45
44
  "generators/fume_simple_theme/templates/stylesheets/blueprint-0.9.1/plugins/buttons/icons/cross.png",
@@ -70,9 +69,10 @@ Gem::Specification.new do |s|
70
69
  "generators/fume_simple_theme/templates/stylesheets/blueprint-0.9.1/src/print.css",
71
70
  "generators/fume_simple_theme/templates/stylesheets/blueprint-0.9.1/src/reset.css",
72
71
  "generators/fume_simple_theme/templates/stylesheets/blueprint-0.9.1/src/typography.css",
73
- "generators/fume_simple_theme/templates/stylesheets/drastic-dark.css",
74
72
  "generators/fume_simple_theme/templates/stylesheets/drastic-dark.less",
75
73
  "generators/fume_simple_theme/templates/stylesheets/jquery-ui-1.7.2.ui-darkness.css",
74
+ "generators/fume_simple_theme/templates/stylesheets/simple_theme.css",
75
+ "generators/fume_simple_theme/templates/stylesheets/simple_theme.less",
76
76
  "init.rb",
77
77
  "lib/fume.rb",
78
78
  "lib/fume/authlogic.rb",
@@ -98,4 +98,3 @@ Gem::Specification.new do |s|
98
98
  s.add_dependency(%q<authlogic>, [">= 0"])
99
99
  end
100
100
  end
101
-
@@ -120,7 +120,7 @@ p { margin: 15px 0;}
120
120
  width: 100%;
121
121
 
122
122
  ul li a {
123
- font-size: 15px;
123
+ font-size: 1.3em;
124
124
  display: block;
125
125
  padding: 8px 15px;
126
126
  }
@@ -1,3 +1,404 @@
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 {
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
+ body { line-height: 1.5; }
12
+ table {
13
+ border-collapse: separate;
14
+ border-spacing: 0;
15
+ }
16
+ caption, th, td {
17
+ text-align: left;
18
+ font-weight: normal;
19
+ }
20
+ table, td, th { vertical-align: middle; }
21
+ blockquote:before { content: ""; }
22
+ blockquote:after { content: ""; }
23
+ q:before { content: ""; }
24
+ q:after { content: ""; }
25
+ blockquote, q { quotes: "" ""; }
26
+ a img { border: none; }
27
+ body {
28
+ font-size: 75%;
29
+ color: #222222;
30
+ background: #ffffff;
31
+ font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
32
+ }
33
+ h1, h2, h3, h4, h5, h6 {
34
+ font-weight: normal;
35
+ color: #111111;
36
+ }
37
+ h1 {
38
+ font-size: 3em;
39
+ line-height: 1;
40
+ margin-bottom: 0.5em;
41
+ }
42
+ h2 {
43
+ font-size: 2em;
44
+ margin-bottom: 0.75em;
45
+ }
46
+ h3 {
47
+ font-size: 1.5em;
48
+ line-height: 1;
49
+ margin-bottom: 1em;
50
+ }
51
+ h4 {
52
+ font-size: 1.2em;
53
+ line-height: 1.25;
54
+ margin-bottom: 1.25em;
55
+ }
56
+ h5 {
57
+ font-size: 1em;
58
+ font-weight: bold;
59
+ margin-bottom: 1.5em;
60
+ }
61
+ h6 {
62
+ font-size: 1em;
63
+ font-weight: bold;
64
+ }
65
+ h1 img { margin: 0; }
66
+ h2 img { margin: 0; }
67
+ h3 img { margin: 0; }
68
+ h4 img { margin: 0; }
69
+ h5 img { margin: 0; }
70
+ h6 img { margin: 0; }
71
+ p { margin: 0 0 1.5em; }
72
+ p img.left {
73
+ float: left;
74
+ margin: 1.5em 1.5em 1.5em 0;
75
+ padding: 0;
76
+ }
77
+ p img.right {
78
+ float: right;
79
+ margin: 1.5em 0 1.5em 1.5em;
80
+ }
81
+ a:focus { color: #000000; }
82
+ a:hover { color: #000000; }
83
+ a {
84
+ color: #000099;
85
+ text-decoration: underline;
86
+ }
87
+ blockquote {
88
+ margin: 1.5em;
89
+ color: #666666;
90
+ font-style: italic;
91
+ }
92
+ strong { font-weight: bold; }
93
+ em, dfn { font-style: italic; }
94
+ dfn { font-weight: bold; }
95
+ sup, sub { line-height: 0; }
96
+ abbr, acronym { border-bottom: 1px dotted #666666; }
97
+ address {
98
+ margin: 0 0 1.5em;
99
+ font-style: italic;
100
+ }
101
+ del { color: #666666; }
102
+ pre {
103
+ margin: 1.5em 0;
104
+ white-space: pre;
105
+ }
106
+ pre, code, tt {
107
+ font: 1em 'andale mono', 'lucida console', monospace;
108
+ line-height: 1.5;
109
+ }
110
+ li ul { margin: 0 1.5em; }
111
+ li ol { margin: 0 1.5em; }
112
+ ul, ol { margin: 0 1.5em 1.5em 1.5em; }
113
+ ul { list-style-type: disc; }
114
+ ol { list-style-type: decimal; }
115
+ dl { margin: 0 0 1.5em 0; }
116
+ dl dt { font-weight: bold; }
117
+ dd { margin-left: 1.5em; }
118
+ table {
119
+ margin-bottom: 1.4em;
120
+ width: 100%;
121
+ }
122
+ th { font-weight: bold; }
123
+ thead th { background: #c3d9ff; }
124
+ th, td, caption { padding: 4px 10px 4px 5px; }
125
+ tr.even td { background: #e5ecf9; }
126
+ tfoot { font-style: italic; }
127
+ caption { background: #eeeeee; }
128
+ .small {
129
+ font-size: 0.8em;
130
+ margin-bottom: 1.875em;
131
+ line-height: 1.875em;
132
+ }
133
+ .large {
134
+ font-size: 1.2em;
135
+ line-height: 2.5em;
136
+ margin-bottom: 1.25em;
137
+ }
138
+ .hide { display: none; }
139
+ .quiet { color: #666666; }
140
+ .loud { color: #000000; }
141
+ .highlight { background: #ffff00; }
142
+ .added {
143
+ background: #006600;
144
+ color: #ffffff;
145
+ }
146
+ .removed {
147
+ background: #990000;
148
+ color: #ffffff;
149
+ }
150
+ .first {
151
+ margin-left: 0;
152
+ padding-left: 0;
153
+ }
154
+ .last {
155
+ margin-right: 0;
156
+ padding-right: 0;
157
+ }
158
+ .top {
159
+ margin-top: 0;
160
+ padding-top: 0;
161
+ }
162
+ .bottom {
163
+ margin-bottom: 0;
164
+ padding-bottom: 0;
165
+ }
166
+ thead th { background-color: transparent; }
167
+ body {
168
+ line-height: 1;
169
+ font-size: 80%;
170
+ }
171
+ .clear { clear: both; }
172
+ h1, h2 { margin: 15px 0; }
173
+ h3, h4 { margin: 10px 0; }
174
+ hr {
175
+ height: 1px;
176
+ border: 0;
177
+ }
178
+ p { margin: 15px 0; }
179
+ #container { min-width: 1050px; }
180
+ #header, #page { margin: 0 40px; }
181
+ #header { position: relative; }
182
+ #header h1 {
183
+ margin: 0;
184
+ padding: 10px 0;
185
+ font-size: 30px;
186
+ }
187
+ #header h1 a { text-decoration: none; }
188
+ .sidebar #main {
189
+ width: 78%;
190
+ float: left;
191
+ }
192
+ .actions-bar { padding: 10px 1px; }
193
+ .actions-bar .actions { float: left; }
194
+ .actions-bar .pagination {
195
+ float: right;
196
+ padding: 1px 0;
197
+ }
198
+ #sidebar {
199
+ width: 21%;
200
+ float: right;
201
+ }
202
+ #sidebar h3 {
203
+ padding: 10px 15px;
204
+ margin: 0;
205
+ font-size: 1.2em;
206
+ }
207
+ #sidebar .block {
208
+ margin-bottom: 20px;
209
+ padding-bottom: 10px;
210
+ }
211
+ #sidebar .block .content { padding: 0 15px; }
212
+ #sidebar .block .sidebar-block { padding: 10px; }
213
+ #sidebar .notice { padding: 10px; }
214
+ #sidebar ul.navigation li a:link {
215
+ display: block;
216
+ padding: 10px 15px;
217
+ }
218
+ #sidebar ul.navigation li a:visited {
219
+ display: block;
220
+ padding: 10px 15px;
221
+ }
222
+ #page { padding-top: 20px; }
223
+ #main .block { margin-bottom: 20px; }
224
+ #main .block .content .inner { padding: 0 15px 15px; }
225
+ #user-navigation {
226
+ position: absolute;
227
+ right: 20px;
228
+ bottom: 5px;
229
+ }
230
+ #main-navigation { width: 100%; }
231
+ #main-navigation ul li a {
232
+ font-size: 1.3em;
233
+ display: block;
234
+ padding: 8px 15px;
235
+ }
236
+ #user-navigation ul {
237
+ margin: 0;
238
+ padding: 0;
239
+ list-style-type: none;
240
+ }
241
+ #main-navigation ul {
242
+ margin: 0;
243
+ padding: 0;
244
+ list-style-type: none;
245
+ }
246
+ .secondary-navigation ul {
247
+ margin: 0;
248
+ padding: 0;
249
+ list-style-type: none;
250
+ }
251
+ #sidebar ul.navigation {
252
+ margin: 0;
253
+ padding: 0;
254
+ list-style-type: none;
255
+ }
256
+ #user-navigation ul li { float: left; }
257
+ #main-navigation ul li { float: left; }
258
+ .secondary-navigation ul li { float: left; }
259
+ #main-navigation ul li { margin-right: 5px; }
260
+ #user-navigation ul li { padding: 5px 10px; }
261
+ #main-navigation ul li a:link { text-decoration: none; }
262
+ #main-navigation ul li a:visited { text-decoration: none; }
263
+ #main-navigation ul li a:hover { text-decoration: none; }
264
+ #main-navigation ul li a:active { text-decoration: none; }
265
+ .secondary-navigation ul li a:link { text-decoration: none; }
266
+ .secondary-navigation ul li a:visited { text-decoration: none; }
267
+ .secondary-navigation ul li a:hover { text-decoration: none; }
268
+ .secondary-navigation ul li a:active { text-decoration: none; }
269
+ #user-navigation ul li a:link { text-decoration: none; }
270
+ #user-navigation ul li a:visited { text-decoration: none; }
271
+ #user-navigation ul li a:hover { text-decoration: none; }
272
+ #user-navigation ul li a:active { text-decoration: none; }
273
+ .secondary-navigation {
274
+ font-size: 1.2em;
275
+ border-bottom-width: 10px;
276
+ border-bottom-style: solid;
277
+ }
278
+ .secondary-navigation ul li a {
279
+ display: block;
280
+ padding: 10px 15px;
281
+ }
282
+ .secondary-navigation ul li span {
283
+ display: block;
284
+ padding: 10px 15px;
285
+ }
286
+ #footer { padding-bottom: 20px; }
287
+ .pagination a {
288
+ padding: 2px 5px;
289
+ margin-right: 5px;
290
+ display: block;
291
+ float: left;
292
+ border-style: solid;
293
+ border-width: 1px;
294
+ }
295
+ .pagination span {
296
+ padding: 2px 5px;
297
+ margin-right: 5px;
298
+ display: block;
299
+ float: left;
300
+ border-style: solid;
301
+ border-width: 1px;
302
+ }
303
+ .pagination span.current { font-weight: bold; }
304
+ .pagination a { text-decoration: none; }
305
+ .table {
306
+ width: 100%;
307
+ border-collapse: collapse;
308
+ margin-bottom: 15px;
309
+ }
310
+ .table th {
311
+ padding: 10px;
312
+ font-weight: bold;
313
+ text-align: left;
314
+ }
315
+ .table .checkbox { margin-left: 10px; }
316
+ .table td { padding: 10px; }
317
+ .table td form { display: inline; }
318
+ .table td form div { display: inline; }
319
+ .table td.last { text-align: right; }
320
+ input.checkbox {
321
+ margin: 0;
322
+ padding: 0;
323
+ }
324
+ .form .group { margin-bottom: 15px; }
325
+ .form div.left {
326
+ width: 20%;
327
+ float: left;
328
+ }
329
+ .form div.right {
330
+ width: 75%;
331
+ float: right;
332
+ }
333
+ .form .columns .column { width: 48%; }
334
+ .form .columns .left { float: left; }
335
+ .form .columns .right { float: right; }
336
+ .form label.label {
337
+ font-size: 1.2em;
338
+ padding: 1px 0;
339
+ margin: 0;
340
+ }
341
+ .form input.text_field {
342
+ font-size: 1.2em;
343
+ padding: 1px 0;
344
+ margin: 0;
345
+ }
346
+ .form textarea.text_area {
347
+ font-size: 1.2em;
348
+ padding: 1px 0;
349
+ margin: 0;
350
+ }
351
+ .form label.right { text-align: right; }
352
+ .form input.checkbox { margin-right: 5px; }
353
+ .form input.radio { margin-right: 5px; }
354
+ .form label.checkbox { line-height: 1.5em; }
355
+ .form label.radio { line-height: 1.5em; }
356
+ .form label.label {
357
+ display: block;
358
+ padding-bottom: 2px;
359
+ font-weight: bold;
360
+ }
361
+ .form div.fieldWithErrors label.label { display: inline; }
362
+ .form .fieldWithErrors .error { color: red; }
363
+ .form input.text_field {
364
+ border-width: 1px;
365
+ border-style: solid;
366
+ }
367
+ .form textarea.text_area {
368
+ border-width: 1px;
369
+ border-style: solid;
370
+ }
371
+ ul.list {
372
+ margin: 0;
373
+ padding: 0;
374
+ list-style-type: none;
375
+ }
376
+ ul.list li {
377
+ clear: left;
378
+ padding-bottom: 5px;
379
+ }
380
+ ul.list li .left { float: left; }
381
+ ul.list li .left .avatar {
382
+ width: 50px;
383
+ height: 50px;
384
+ }
385
+ ul.list li .item { margin-left: 80px; }
386
+ ul.list li .item .avatar {
387
+ float: left;
388
+ margin: 0 5px 5px 0;
389
+ width: 30px;
390
+ height: 30px;
391
+ }
392
+ #box {
393
+ width: 500px;
394
+ margin: 50px auto;
395
+ }
396
+ #box .block { margin-bottom: 20px; }
397
+ #box .block h2 {
398
+ padding: 10px 15px;
399
+ margin: 0;
400
+ }
401
+ #box .block .content { padding: 10px 20px; }
1
402
  #color_schemes { disabled: #888888; }
2
403
  .small {
3
404
  font-size: 11px;
@@ -0,0 +1,2 @@
1
+ @import "base.less";
2
+ @import "drastic-dark.less";
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fume
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sunteya
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-29 00:00:00 +08:00
12
+ date: 2009-12-01 00:00:00 +08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -55,7 +55,6 @@ files:
55
55
  - generators/fume_simple_theme/templates/javascripts/jquery-1.3.2.min.js
56
56
  - generators/fume_simple_theme/templates/javascripts/jquery-ui-1.7.2.full.min.js
57
57
  - generators/fume_simple_theme/templates/javascripts/jquery-ui-i18n-1.7.2.js
58
- - generators/fume_simple_theme/templates/stylesheets/base.css
59
58
  - generators/fume_simple_theme/templates/stylesheets/base.less
60
59
  - generators/fume_simple_theme/templates/stylesheets/blueprint-0.9.1/ie.css
61
60
  - generators/fume_simple_theme/templates/stylesheets/blueprint-0.9.1/plugins/buttons/icons/cross.png
@@ -86,9 +85,10 @@ files:
86
85
  - generators/fume_simple_theme/templates/stylesheets/blueprint-0.9.1/src/print.css
87
86
  - generators/fume_simple_theme/templates/stylesheets/blueprint-0.9.1/src/reset.css
88
87
  - generators/fume_simple_theme/templates/stylesheets/blueprint-0.9.1/src/typography.css
89
- - generators/fume_simple_theme/templates/stylesheets/drastic-dark.css
90
88
  - generators/fume_simple_theme/templates/stylesheets/drastic-dark.less
91
89
  - generators/fume_simple_theme/templates/stylesheets/jquery-ui-1.7.2.ui-darkness.css
90
+ - generators/fume_simple_theme/templates/stylesheets/simple_theme.css
91
+ - generators/fume_simple_theme/templates/stylesheets/simple_theme.less
92
92
  - init.rb
93
93
  - lib/fume.rb
94
94
  - lib/fume/authlogic.rb
@@ -1,401 +0,0 @@
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 {
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
- body { line-height: 1.5; }
12
- table {
13
- border-collapse: separate;
14
- border-spacing: 0;
15
- }
16
- caption, th, td {
17
- text-align: left;
18
- font-weight: normal;
19
- }
20
- table, td, th { vertical-align: middle; }
21
- blockquote:before { content: ""; }
22
- blockquote:after { content: ""; }
23
- q:before { content: ""; }
24
- q:after { content: ""; }
25
- blockquote, q { quotes: "" ""; }
26
- a img { border: none; }
27
- body {
28
- font-size: 75%;
29
- color: #222222;
30
- background: #ffffff;
31
- font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
32
- }
33
- h1, h2, h3, h4, h5, h6 {
34
- font-weight: normal;
35
- color: #111111;
36
- }
37
- h1 {
38
- font-size: 3em;
39
- line-height: 1;
40
- margin-bottom: 0.5em;
41
- }
42
- h2 {
43
- font-size: 2em;
44
- margin-bottom: 0.75em;
45
- }
46
- h3 {
47
- font-size: 1.5em;
48
- line-height: 1;
49
- margin-bottom: 1em;
50
- }
51
- h4 {
52
- font-size: 1.2em;
53
- line-height: 1.25;
54
- margin-bottom: 1.25em;
55
- }
56
- h5 {
57
- font-size: 1em;
58
- font-weight: bold;
59
- margin-bottom: 1.5em;
60
- }
61
- h6 {
62
- font-size: 1em;
63
- font-weight: bold;
64
- }
65
- h1 img { margin: 0; }
66
- h2 img { margin: 0; }
67
- h3 img { margin: 0; }
68
- h4 img { margin: 0; }
69
- h5 img { margin: 0; }
70
- h6 img { margin: 0; }
71
- p { margin: 0 0 1.5em; }
72
- p img.left {
73
- float: left;
74
- margin: 1.5em 1.5em 1.5em 0;
75
- padding: 0;
76
- }
77
- p img.right {
78
- float: right;
79
- margin: 1.5em 0 1.5em 1.5em;
80
- }
81
- a:focus { color: #000000; }
82
- a:hover { color: #000000; }
83
- a {
84
- color: #000099;
85
- text-decoration: underline;
86
- }
87
- blockquote {
88
- margin: 1.5em;
89
- color: #666666;
90
- font-style: italic;
91
- }
92
- strong { font-weight: bold; }
93
- em, dfn { font-style: italic; }
94
- dfn { font-weight: bold; }
95
- sup, sub { line-height: 0; }
96
- abbr, acronym { border-bottom: 1px dotted #666666; }
97
- address {
98
- margin: 0 0 1.5em;
99
- font-style: italic;
100
- }
101
- del { color: #666666; }
102
- pre {
103
- margin: 1.5em 0;
104
- white-space: pre;
105
- }
106
- pre, code, tt {
107
- font: 1em 'andale mono', 'lucida console', monospace;
108
- line-height: 1.5;
109
- }
110
- li ul { margin: 0 1.5em; }
111
- li ol { margin: 0 1.5em; }
112
- ul, ol { margin: 0 1.5em 1.5em 1.5em; }
113
- ul { list-style-type: disc; }
114
- ol { list-style-type: decimal; }
115
- dl { margin: 0 0 1.5em 0; }
116
- dl dt { font-weight: bold; }
117
- dd { margin-left: 1.5em; }
118
- table {
119
- margin-bottom: 1.4em;
120
- width: 100%;
121
- }
122
- th { font-weight: bold; }
123
- thead th { background: #c3d9ff; }
124
- th, td, caption { padding: 4px 10px 4px 5px; }
125
- tr.even td { background: #e5ecf9; }
126
- tfoot { font-style: italic; }
127
- caption { background: #eeeeee; }
128
- .small {
129
- font-size: 0.8em;
130
- margin-bottom: 1.875em;
131
- line-height: 1.875em;
132
- }
133
- .large {
134
- font-size: 1.2em;
135
- line-height: 2.5em;
136
- margin-bottom: 1.25em;
137
- }
138
- .hide { display: none; }
139
- .quiet { color: #666666; }
140
- .loud { color: #000000; }
141
- .highlight { background: #ffff00; }
142
- .added {
143
- background: #006600;
144
- color: #ffffff;
145
- }
146
- .removed {
147
- background: #990000;
148
- color: #ffffff;
149
- }
150
- .first {
151
- margin-left: 0;
152
- padding-left: 0;
153
- }
154
- .last {
155
- margin-right: 0;
156
- padding-right: 0;
157
- }
158
- .top {
159
- margin-top: 0;
160
- padding-top: 0;
161
- }
162
- .bottom {
163
- margin-bottom: 0;
164
- padding-bottom: 0;
165
- }
166
- thead th { background-color: transparent; }
167
- body {
168
- line-height: 1;
169
- font-size: 80%;
170
- }
171
- .clear { clear: both; }
172
- h1, h2 { margin: 15px 0; }
173
- h3, h4 { margin: 10px 0; }
174
- hr {
175
- height: 1px;
176
- border: 0;
177
- }
178
- p { margin: 15px 0; }
179
- #container { min-width: 1050px; }
180
- #header, #page { margin: 0 40px; }
181
- #header { position: relative; }
182
- #header h1 {
183
- margin: 0;
184
- padding: 10px 0;
185
- font-size: 30px;
186
- }
187
- #header h1 a { text-decoration: none; }
188
- .sidebar #main {
189
- width: 78%;
190
- float: left;
191
- }
192
- .actions-bar { padding: 10px 1px; }
193
- .actions-bar .actions { float: left; }
194
- .actions-bar .pagination {
195
- float: right;
196
- padding: 1px 0;
197
- }
198
- #sidebar {
199
- width: 21%;
200
- float: right;
201
- }
202
- #sidebar h3 {
203
- padding: 10px 15px;
204
- margin: 0;
205
- font-size: 1.2em;
206
- }
207
- #sidebar .block {
208
- margin-bottom: 20px;
209
- padding-bottom: 10px;
210
- }
211
- #sidebar .block .content { padding: 0 15px; }
212
- #sidebar .block .sidebar-block { padding: 10px; }
213
- #sidebar .notice { padding: 10px; }
214
- #sidebar ul.navigation li a:link {
215
- display: block;
216
- padding: 10px 15px;
217
- }
218
- #sidebar ul.navigation li a:visited {
219
- display: block;
220
- padding: 10px 15px;
221
- }
222
- #page { padding-top: 20px; }
223
- #main .block { margin-bottom: 20px; }
224
- #main .block .content .inner { padding: 0 15px 15px; }
225
- #user-navigation {
226
- position: absolute;
227
- right: 20px;
228
- bottom: 5px;
229
- }
230
- #main-navigation { width: 100%; }
231
- #main-navigation ul li a {
232
- font-size: 15px;
233
- display: block;
234
- padding: 8px 15px;
235
- }
236
- #user-navigation ul {
237
- margin: 0;
238
- padding: 0;
239
- list-style-type: none;
240
- }
241
- #main-navigation ul {
242
- margin: 0;
243
- padding: 0;
244
- list-style-type: none;
245
- }
246
- .secondary-navigation ul {
247
- margin: 0;
248
- padding: 0;
249
- list-style-type: none;
250
- }
251
- #sidebar ul.navigation {
252
- margin: 0;
253
- padding: 0;
254
- list-style-type: none;
255
- }
256
- #user-navigation ul li { float: left; }
257
- #main-navigation ul li { float: left; }
258
- .secondary-navigation ul li { float: left; }
259
- #main-navigation ul li { margin-right: 5px; }
260
- #user-navigation ul li { padding: 5px 10px; }
261
- #main-navigation ul li a:link { text-decoration: none; }
262
- #main-navigation ul li a:visited { text-decoration: none; }
263
- #main-navigation ul li a:hover { text-decoration: none; }
264
- #main-navigation ul li a:active { text-decoration: none; }
265
- .secondary-navigation ul li a:link { text-decoration: none; }
266
- .secondary-navigation ul li a:visited { text-decoration: none; }
267
- .secondary-navigation ul li a:hover { text-decoration: none; }
268
- .secondary-navigation ul li a:active { text-decoration: none; }
269
- #user-navigation ul li a:link { text-decoration: none; }
270
- #user-navigation ul li a:visited { text-decoration: none; }
271
- #user-navigation ul li a:hover { text-decoration: none; }
272
- #user-navigation ul li a:active { text-decoration: none; }
273
- .secondary-navigation {
274
- font-size: 1.2em;
275
- border-bottom-width: 10px;
276
- border-bottom-style: solid;
277
- }
278
- .secondary-navigation ul li a {
279
- display: block;
280
- padding: 10px 15px;
281
- }
282
- .secondary-navigation ul li span {
283
- display: block;
284
- padding: 10px 15px;
285
- }
286
- #footer { padding-bottom: 20px; }
287
- .pagination a {
288
- padding: 2px 5px;
289
- margin-right: 5px;
290
- display: block;
291
- float: left;
292
- border-style: solid;
293
- border-width: 1px;
294
- }
295
- .pagination span {
296
- padding: 2px 5px;
297
- margin-right: 5px;
298
- display: block;
299
- float: left;
300
- border-style: solid;
301
- border-width: 1px;
302
- }
303
- .pagination span.current { font-weight: bold; }
304
- .pagination a { text-decoration: none; }
305
- .table {
306
- width: 100%;
307
- border-collapse: collapse;
308
- margin-bottom: 15px;
309
- }
310
- .table th {
311
- padding: 10px;
312
- font-weight: bold;
313
- text-align: left;
314
- }
315
- .table .checkbox { margin-left: 10px; }
316
- .table td { padding: 10px; }
317
- .table td form { display: inline; }
318
- .table td form div { display: inline; }
319
- .table td.last { text-align: right; }
320
- input.checkbox {
321
- margin: 0;
322
- padding: 0;
323
- }
324
- .form .group { margin-bottom: 15px; }
325
- .form div.left {
326
- width: 20%;
327
- float: left;
328
- }
329
- .form div.right {
330
- width: 75%;
331
- float: right;
332
- }
333
- .form .columns .column { width: 48%; }
334
- .form .columns .left { float: left; }
335
- .form .columns .right { float: right; }
336
- .form label.label {
337
- font-size: 1.2em;
338
- padding: 1px 0;
339
- margin: 0;
340
- }
341
- .form input.text_field {
342
- font-size: 1.2em;
343
- padding: 1px 0;
344
- margin: 0;
345
- }
346
- .form textarea.text_area {
347
- font-size: 1.2em;
348
- padding: 1px 0;
349
- margin: 0;
350
- }
351
- .form label.right { text-align: right; }
352
- .form input.checkbox { margin-right: 5px; }
353
- .form input.radio { margin-right: 5px; }
354
- .form label.checkbox { line-height: 1.5em; }
355
- .form label.radio { line-height: 1.5em; }
356
- .form label.label {
357
- display: block;
358
- padding-bottom: 2px;
359
- font-weight: bold;
360
- }
361
- .form div.fieldWithErrors label.label { display: inline; }
362
- .form .fieldWithErrors .error { color: red; }
363
- .form input.text_field {
364
- border-width: 1px;
365
- border-style: solid;
366
- }
367
- .form textarea.text_area {
368
- border-width: 1px;
369
- border-style: solid;
370
- }
371
- ul.list {
372
- margin: 0;
373
- padding: 0;
374
- list-style-type: none;
375
- }
376
- ul.list li {
377
- clear: left;
378
- padding-bottom: 5px;
379
- }
380
- ul.list li .left { float: left; }
381
- ul.list li .left .avatar {
382
- width: 50px;
383
- height: 50px;
384
- }
385
- ul.list li .item { margin-left: 80px; }
386
- ul.list li .item .avatar {
387
- float: left;
388
- margin: 0 5px 5px 0;
389
- width: 30px;
390
- height: 30px;
391
- }
392
- #box {
393
- width: 500px;
394
- margin: 50px auto;
395
- }
396
- #box .block { margin-bottom: 20px; }
397
- #box .block h2 {
398
- padding: 10px 15px;
399
- margin: 0;
400
- }
401
- #box .block .content { padding: 10px 20px; }