rad_common_interface 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (122) hide show
  1. data/Rakefile +1 -0
  2. data/app/static/demo/images/img1.jpg +0 -0
  3. data/app/static/demo/images/img1_200.jpg +0 -0
  4. data/app/static/demo/images/img1_icon.jpg +0 -0
  5. data/app/static/demo/images/img1_thumb.jpg +0 -0
  6. data/app/static/demo/images/img2.jpg +0 -0
  7. data/app/static/demo/images/img2_200.jpg +0 -0
  8. data/app/static/demo/images/img2_icon.jpg +0 -0
  9. data/app/static/demo/images/img2_thumb.jpg +0 -0
  10. data/app/static/demo/images/img3.jpg +0 -0
  11. data/app/static/demo/images/img3_200.jpg +0 -0
  12. data/app/static/demo/images/img3_icon.jpg +0 -0
  13. data/app/static/demo/images/img3_thumb.jpg +0 -0
  14. data/app/static/demo/images/img_big.jpg +0 -0
  15. data/app/static/demo/images/img_big_icon.jpg +0 -0
  16. data/app/static/demo/images/img_big_thum.jpg +0 -0
  17. data/app/static/demo/images/video_icon.png +0 -0
  18. data/app/static/face/attachments.js +85 -0
  19. data/app/static/face/dialogs.js +189 -0
  20. data/app/static/face/discussion.js +47 -0
  21. data/app/static/face/markup.js +53 -0
  22. data/app/static/face/more.js +33 -0
  23. data/app/static/face/table.js +24 -0
  24. data/app/static/face/tabs.js +26 -0
  25. data/app/static/face.css +8 -0
  26. data/app/static/face.js +109 -0
  27. data/app/static/lib/SimpleDialog/SimpleDialog.ContextMenu.js +36 -0
  28. data/app/static/lib/SimpleDialog/SimpleDialog.Image.js +121 -0
  29. data/app/static/lib/SimpleDialog/SimpleDialog.Mask.js +76 -0
  30. data/app/static/lib/SimpleDialog/SimpleDialog.Static.js +0 -0
  31. data/app/static/lib/SimpleDialog/SimpleDialog.css +12 -0
  32. data/app/static/lib/SimpleDialog/SimpleDialog.js +158 -0
  33. data/app/static/lib/ajax_file_uploading.js +33 -0
  34. data/app/static/themes/default/reset.css +127 -0
  35. data/app/static/themes/default/style/application.less +51 -0
  36. data/app/static/themes/default/style/aspects.less +15 -0
  37. data/app/static/themes/default/style/basic.less +49 -0
  38. data/app/static/themes/default/style/forms.less +34 -0
  39. data/app/static/themes/default/style/items.less +43 -0
  40. data/app/static/themes/default/style/markup.less +16 -0
  41. data/app/static/themes/default/style/micelaneous.less +10 -0
  42. data/app/static/themes/default/style/mixins.less +72 -0
  43. data/app/static/themes/default/style/styles.less +57 -0
  44. data/app/static/themes/default/style/tools.less +15 -0
  45. data/app/static/themes/default/style/variables.less +38 -0
  46. data/app/static/themes/default/style.css +944 -0
  47. data/app/static/themes/default/style.js +127 -0
  48. data/app/static/themes/default/style.less +22 -0
  49. data/app/static/vendor/flext.js +254 -0
  50. data/app/static/vendor/formalize/formalize.css +311 -0
  51. data/app/static/vendor/formalize/mootools.formalize.js +163 -0
  52. data/app/static/vendor/formalize/reset.css +171 -0
  53. data/app/static/vendor/iFrameFormRequest.js +95 -0
  54. data/app/static/vendor/mootools-more.js +4185 -0
  55. data/app/static/vendor/purr/purr.css +43 -0
  56. data/app/static/vendor/purr/purr.js +308 -0
  57. data/app/views/face/_attachments_tag.html.haml +17 -0
  58. data/app/views/rad/face/demo/commons/aspects.html.haml +32 -0
  59. data/app/views/rad/face/demo/commons/basic.html.haml +86 -0
  60. data/app/views/rad/face/demo/commons/forms.html.haml +57 -0
  61. data/app/views/rad/face/demo/commons/items.html.haml +32 -0
  62. data/app/views/rad/face/demo/commons/style.html.erb +111 -0
  63. data/app/views/rad/face/demo/dialogs/dialog.js.haml +1 -0
  64. data/app/views/rad/face/demo/dialogs/dialog_form.html.haml +7 -0
  65. data/app/views/rad/face/demo/dialogs/dialog_form.js.erb +1 -0
  66. data/app/views/rad/face/demo/dialogs/inplace/_element.html.haml +3 -0
  67. data/app/views/rad/face/demo/dialogs/inplace/_form.html.haml +3 -0
  68. data/app/views/rad/face/demo/dialogs/inplace.js.haml +1 -0
  69. data/app/views/rad/face/demo/dialogs/inplace_form.js.haml +2 -0
  70. data/app/views/rad/face/demo/dialogs/show.html.haml +27 -0
  71. data/app/views/rad/face/demo/helps/help.html.haml +1 -0
  72. data/app/views/rad/face/demo/helps/index.html.haml +25 -0
  73. data/app/views/rad/face/demo/layout.html.haml +3 -0
  74. data/app/views/rad/face/demo/layout.js.haml +11 -0
  75. data/app/views/rad/face/demo/shared/_comments.html.haml +11 -0
  76. data/app/views/rad/face/demo/shared/_core_tools.html.haml +6 -0
  77. data/app/views/rad/face/demo/shared/_line_previews.html.haml +40 -0
  78. data/app/views/rad/face/demo/shared/_paginator.html.haml +7 -0
  79. data/app/views/rad/face/demo/shared/_tools.html.haml +25 -0
  80. data/app/views/rad/face/demo/shared/_top_navigation_bottom.html.haml +34 -0
  81. data/app/views/rad/face/demo/sites/blog.html.haml +12 -0
  82. data/app/views/rad/face/demo/sites/home.html.haml +8 -0
  83. data/app/views/rad/face/demo/sites/post.html.haml +10 -0
  84. data/app/views/rad/face/demo/sites/style.html.haml +8 -0
  85. data/app/views/themes/default/application.html.haml +25 -0
  86. data/app/views/themes/default/basic_list.html.haml +2 -0
  87. data/app/views/themes/default/basic_list_item.html.haml +5 -0
  88. data/app/views/themes/default/bottom_panel.html.haml +16 -0
  89. data/app/views/themes/default/comment.html.haml +20 -0
  90. data/app/views/themes/default/controls.html.haml +3 -0
  91. data/app/views/themes/default/demo_metadata.rb +118 -0
  92. data/app/views/themes/default/details.html.haml +6 -0
  93. data/app/views/themes/default/discussion.html.haml +7 -0
  94. data/app/views/themes/default/divider.html.haml +2 -0
  95. data/app/views/themes/default/forms/errors.html.haml +4 -0
  96. data/app/views/themes/default/forms/field.html.haml +18 -0
  97. data/app/views/themes/default/forms/form.html.haml +4 -0
  98. data/app/views/themes/default/forms/line.html.haml +8 -0
  99. data/app/views/themes/default/help.html.haml +3 -0
  100. data/app/views/themes/default/html.html.haml +1 -0
  101. data/app/views/themes/default/index.html.haml +6 -0
  102. data/app/views/themes/default/item.html.haml +12 -0
  103. data/app/views/themes/default/layout_templates/dashboard.html.haml +1 -0
  104. data/app/views/themes/default/layout_templates/default.html.haml +22 -0
  105. data/app/views/themes/default/line.html.haml +21 -0
  106. data/app/views/themes/default/message.html.haml +2 -0
  107. data/app/views/themes/default/more.html.haml +8 -0
  108. data/app/views/themes/default/narrow.html.haml +2 -0
  109. data/app/views/themes/default/navigation.html.haml +16 -0
  110. data/app/views/themes/default/paginator.html.haml +8 -0
  111. data/app/views/themes/default/shared/details.html.haml +17 -0
  112. data/app/views/themes/default/table.html.haml +9 -0
  113. data/app/views/themes/default/table_row.html.haml +4 -0
  114. data/app/views/themes/default/tabs.html.haml +27 -0
  115. data/app/views/themes/default/tag_selector.html.haml +10 -0
  116. data/app/views/themes/default/text.html.haml +4 -0
  117. data/app/views/themes/default/thumb.html.haml +10 -0
  118. data/app/views/themes/default/title.html.haml +3 -0
  119. data/app/views/themes/default/tool.html.haml +5 -0
  120. data/app/views/themes/default/toolbar.html.haml +16 -0
  121. data/app/views/themes/default/top_panel.html.haml +18 -0
  122. metadata +153 -25
@@ -0,0 +1,944 @@
1
+ /*
2
+ Naming convention:
3
+ - global styles have 'the' prefix
4
+ - local styles have 'l' (local) prefix
5
+ - mixins have 'm' (mixin) prefix
6
+
7
+ - internal structural mixins have 't' (template) prefix
8
+ - internal style mixins have 's' (style) prefix
9
+ */
10
+ /*@small: 5px;
11
+ @normal: 10px;
12
+ @big: 20px;*/
13
+ .m_tiny {
14
+ color: #cccccc !important;
15
+ }
16
+ .m_tiny a {
17
+ color: #cccccc !important;
18
+ }
19
+ .m_bold {
20
+ font-weight: bold;
21
+ }
22
+ .m_hidden {
23
+ display: none !important;
24
+ }
25
+ /*.s_width () {max-width: @max_width; margin-left: auto; margin-right: auto;}*/
26
+ a {
27
+ color: black;
28
+ text-decoration: none;
29
+ }
30
+ a:visited {
31
+ color: black;
32
+ }
33
+ .css_clear {
34
+ display: block !important;
35
+ clear: both !important;
36
+ width: 0px !important;
37
+ height: 0px !important;
38
+ min-width: 0px !important;
39
+ min-height: 0px !important;
40
+ margin: 0px !important;
41
+ padding: 0px !important;
42
+ border: 0px !important;
43
+ }
44
+ table.css_table {
45
+ margin: 0;
46
+ padding: 0;
47
+ border: 0;
48
+ width: 100%;
49
+ }
50
+ table.css_table > tbody {
51
+ margin: 0;
52
+ padding: 0;
53
+ border: 0;
54
+ }
55
+ table.css_table > tbody > tr {
56
+ margin: 0;
57
+ padding: 0;
58
+ border: 0;
59
+ }
60
+ table.css_table > tbody > tr > td {
61
+ margin: 0;
62
+ padding: 0;
63
+ border: 0;
64
+ vertical-align: top;
65
+ }
66
+ .m_title {
67
+ font-size: 180%;
68
+ font-weight: bold;
69
+ padding-top: 5px;
70
+ padding-bottom: 5px;
71
+ margin-top: 0px;
72
+ margin-bottom: 0px;
73
+ margin-top: 0px;
74
+ padding-top: 0px;
75
+ }
76
+ .m_details {
77
+ float: right;
78
+ color: #cccccc;
79
+ }
80
+ .m_details > *, .m_details > a {
81
+ float: left;
82
+ }
83
+ .m_details a {
84
+ color: #2a5db0;
85
+ text-decoration: underline;
86
+ }
87
+ .m_details a:visited {
88
+ color: #2a5db0;
89
+ }
90
+ .m_details > * {
91
+ padding-right: 5px;
92
+ }
93
+ .m_details a {
94
+ color: #cccccc !important;
95
+ }
96
+ .m_tags {
97
+ float: left;
98
+ margin-top: 5px;
99
+ margin-bottom: 5px;
100
+ }
101
+ .m_tags > *, .m_tags > a {
102
+ float: left;
103
+ }
104
+ .m_tags > *, .m_tags > a {
105
+ -moz-border-radius: 3px;
106
+ -webkit-border-radius: 3px;
107
+ border-radius: 3px;
108
+ font-size: 90%;
109
+ padding-left: 5px;
110
+ padding-right: 5px;
111
+ background: #efefef;
112
+ margin-right: 5px;
113
+ }
114
+ .m_tags .m_owner_visibility,
115
+ .m_tags .m_member_visibility,
116
+ .m_tags .m_custom_visibility,
117
+ .m_tags .m_item_type {
118
+ background: white;
119
+ }
120
+ .m_tags .m_owner_visibility {
121
+ color: #dd0000;
122
+ }
123
+ .m_tags .m_member_visibility, .m_tags .m_custom_visibility {
124
+ color: #dddd00;
125
+ }
126
+ .m_tags .m_item_type {
127
+ color: #cccccc !important;
128
+ }
129
+ .m_tags .m_item_type a {
130
+ color: #cccccc !important;
131
+ }
132
+ .m_attachments {
133
+ float: left;
134
+ margin-top: 5px;
135
+ margin-bottom: 5px;
136
+ }
137
+ .m_attachments > *, .m_attachments > a {
138
+ float: left;
139
+ }
140
+ .m_attachments a {
141
+ color: #2a5db0;
142
+ text-decoration: underline;
143
+ }
144
+ .m_attachments a:visited {
145
+ color: #2a5db0;
146
+ }
147
+ .m_attachments > *, .m_attachments > a {
148
+ padding-right: 5px;
149
+ }
150
+ .m_hover_controls {
151
+ position: absolute;
152
+ right: 0px;
153
+ top: 0px;
154
+ z-index: 1;
155
+ display: none;
156
+ font-size: 100%;
157
+ text-align: right;
158
+ }
159
+ .m_hover_controls a {
160
+ color: #2a5db0;
161
+ text-decoration: underline;
162
+ }
163
+ .m_hover_controls a:visited {
164
+ color: #2a5db0;
165
+ }
166
+ .m_selectable > .m_hover_controls {
167
+ background: white;
168
+ border: solid 1px white;
169
+ padding: 5px;
170
+ margin: 5px;
171
+ border-color: #cccccc;
172
+ -moz-border-radius-bottomleft: 3px;
173
+ -webkit-border-bottom-left-radius: 3px;
174
+ border-bottom-left-radius: 3px;
175
+ border-right: 0px;
176
+ border-top: 0px;
177
+ margin: 0px;
178
+ }
179
+ .m_selectable_hover {
180
+ border-color: #cccccc !important;
181
+ }
182
+ /*.t_left () {float: left;}
183
+ .t_right () {float: right;}
184
+ */.m_markup a {
185
+ color: #2a5db0;
186
+ text-decoration: underline;
187
+ }
188
+ .m_markup a:visited {
189
+ color: #2a5db0;
190
+ }
191
+ .m_markup .left {
192
+ float: left;
193
+ margin-top: 2.5px;
194
+ margin-right: 5px;
195
+ }
196
+ .m_markup .right {
197
+ float: right;
198
+ margin-top: 2.5px;
199
+ margin-left: 5px;
200
+ }
201
+ .m_markup .clear {
202
+ clear: both;
203
+ }
204
+ .m_markup .space {
205
+ height: 10px;
206
+ clear: both;
207
+ }
208
+ .m_markup .tiny {
209
+ color: #cccccc !important;
210
+ }
211
+ .m_markup .tiny a {
212
+ color: #cccccc !important;
213
+ }
214
+ .m_markup table tr td {
215
+ vertical-align: top;
216
+ }
217
+ .m_markup p {
218
+ margin-bottom: 10px;
219
+ }
220
+ .m_markup h1,
221
+ .m_markup h2,
222
+ .m_markup h3,
223
+ .m_markup h4,
224
+ .m_markup h5,
225
+ .m_markup h6 {
226
+ clear: both;
227
+ }
228
+ .m_markup object {
229
+ clear: both;
230
+ display: block;
231
+ margin-bottom: 5px;
232
+ }
233
+ .m_markup pre {
234
+ padding: 5px;
235
+ margin-bottom: 5px;
236
+ -moz-border-radius: 5px;
237
+ -webkit-border-radius: 5px;
238
+ border-radius: 5px;
239
+ background-color: #efefef;
240
+ max-width: 807.2px;
241
+ }
242
+ .m_markup .left pre, .m_markup .right pre {
243
+ width: 450px;
244
+ margin-left: 5px;
245
+ }
246
+ body > .css_box {
247
+ max-width: 1024px;
248
+ margin-left: auto;
249
+ margin-right: auto;
250
+ }
251
+ body > .css_box > table.css_table > tbody > tr > td.css_td2 {
252
+ width: 20%;
253
+ }
254
+ .the_tools {
255
+ background: white;
256
+ border: solid 1px white;
257
+ padding: 5px;
258
+ margin: 5px;
259
+ border-color: #cccccc;
260
+ -moz-border-radius: 5px;
261
+ -webkit-border-radius: 5px;
262
+ border-radius: 5px;
263
+ }
264
+ .panel_s {
265
+ font-size: 90%;
266
+ }
267
+ .panel_s .l_left {
268
+ padding-left: 5px;
269
+ }
270
+ .panel_s .l_left .l_item {
271
+ padding-left: 5px;
272
+ padding-right: 5px;
273
+ padding-top: 1px;
274
+ padding-bottom: 1px;
275
+ }
276
+ .panel_s .l_right {
277
+ padding-right: 5px;
278
+ }
279
+ .panel_s .l_right .l_item {
280
+ padding-left: 5px;
281
+ padding-right: 5px;
282
+ padding-top: 1px;
283
+ padding-bottom: 1px;
284
+ }
285
+ .panel_s .css_box .l_left .l_logo {
286
+ font-weight: bold;
287
+ }
288
+ .the_top_panel {
289
+ font-size: 90%;
290
+ background: #cccccc;
291
+ }
292
+ .the_top_panel .l_left {
293
+ float: left;
294
+ }
295
+ .the_top_panel .l_left .l_item {
296
+ float: left;
297
+ }
298
+ .the_top_panel .l_right {
299
+ float: right;
300
+ }
301
+ .the_top_panel .l_right .l_item {
302
+ float: right;
303
+ }
304
+ .the_top_panel .css_box {
305
+ max-width: 1024px;
306
+ margin-left: auto;
307
+ margin-right: auto;
308
+ }
309
+ .the_top_panel .l_left {
310
+ padding-left: 5px;
311
+ }
312
+ .the_top_panel .l_left .l_item {
313
+ padding-left: 5px;
314
+ padding-right: 5px;
315
+ padding-top: 1px;
316
+ padding-bottom: 1px;
317
+ }
318
+ .the_top_panel .l_right {
319
+ padding-right: 5px;
320
+ }
321
+ .the_top_panel .l_right .l_item {
322
+ padding-left: 5px;
323
+ padding-right: 5px;
324
+ padding-top: 1px;
325
+ padding-bottom: 1px;
326
+ }
327
+ .the_top_panel .css_box .l_left .l_logo {
328
+ font-weight: bold;
329
+ }
330
+ .the_top_panel .css_box .l_left .l_logo {
331
+ font-weight: bold;
332
+ }
333
+ .the_bottom_panel {
334
+ font-size: 90%;
335
+ background-color: #cccccc;
336
+ padding-top: 10px;
337
+ padding-bottom: 10px;
338
+ }
339
+ .the_bottom_panel .l_left {
340
+ float: left;
341
+ }
342
+ .the_bottom_panel .l_left .l_item {
343
+ float: left;
344
+ }
345
+ .the_bottom_panel .l_right {
346
+ float: right;
347
+ }
348
+ .the_bottom_panel .l_right .l_item {
349
+ float: right;
350
+ }
351
+ .the_bottom_panel .css_box {
352
+ max-width: 1024px;
353
+ margin-left: auto;
354
+ margin-right: auto;
355
+ }
356
+ .the_bottom_panel .l_left {
357
+ padding-left: 5px;
358
+ }
359
+ .the_bottom_panel .l_left .l_item {
360
+ padding-left: 5px;
361
+ padding-right: 5px;
362
+ padding-top: 1px;
363
+ padding-bottom: 1px;
364
+ }
365
+ .the_bottom_panel .l_right {
366
+ padding-right: 5px;
367
+ }
368
+ .the_bottom_panel .l_right .l_item {
369
+ padding-left: 5px;
370
+ padding-right: 5px;
371
+ padding-top: 1px;
372
+ padding-bottom: 1px;
373
+ }
374
+ .the_bottom_panel .css_box .l_left .l_logo {
375
+ font-weight: bold;
376
+ }
377
+ .the_navigation {
378
+ font-size: 90%;
379
+ }
380
+ .the_navigation .l_left {
381
+ float: left;
382
+ }
383
+ .the_navigation .l_left .l_item {
384
+ float: left;
385
+ }
386
+ .the_navigation .l_right {
387
+ float: right;
388
+ }
389
+ .the_navigation .l_right .l_item {
390
+ float: right;
391
+ }
392
+ .the_navigation .css_box {
393
+ max-width: 1024px;
394
+ margin-left: auto;
395
+ margin-right: auto;
396
+ }
397
+ .the_navigation .l_left {
398
+ padding-left: 5px;
399
+ }
400
+ .the_navigation .l_left .l_item {
401
+ padding-left: 5px;
402
+ padding-right: 5px;
403
+ padding-top: 1px;
404
+ padding-bottom: 1px;
405
+ }
406
+ .the_navigation .l_right {
407
+ padding-right: 5px;
408
+ }
409
+ .the_navigation .l_right .l_item {
410
+ padding-left: 5px;
411
+ padding-right: 5px;
412
+ padding-top: 1px;
413
+ padding-bottom: 1px;
414
+ }
415
+ .the_navigation .css_box .l_left .l_logo {
416
+ font-weight: bold;
417
+ }
418
+ .the_navigation .css_box .l_active {
419
+ font-weight: bold;
420
+ background-color: #cccccc;
421
+ -moz-border-radius-bottomleft: 3px;
422
+ -webkit-border-bottom-left-radius: 3px;
423
+ border-bottom-left-radius: 3px;
424
+ -moz-border-radius-bottomright: 3px;
425
+ -webkit-border-bottom-right-radius: 3px;
426
+ border-bottom-right-radius: 3px;
427
+ }
428
+ /*.the_navigation_t {.t_tabs;
429
+ > .css_box {.t_max_width;}}
430
+ .the_navigation {.the_navigation_t; .s_tabs; .s_small_text; padding-left: 0; padding-right: 0;
431
+ > .css_box {
432
+ .l_item:first-child {margin-left: @normal + @small;}
433
+ .l_active {.s_round_bl(@small_radius); .s_round_br(@small_radius);}}}*/.the_controls {
434
+ font-size: 100%;
435
+ }
436
+ .the_controls a {
437
+ color: #2a5db0;
438
+ text-decoration: underline;
439
+ }
440
+ .the_controls a:visited {
441
+ color: #2a5db0;
442
+ }
443
+ .the_discussion > .l_controls {
444
+ float: right;
445
+ }
446
+ .the_discussion > .l_controls {
447
+ background: white;
448
+ border: solid 1px white;
449
+ padding: 5px;
450
+ margin: 5px;
451
+ font-size: 100%;
452
+ }
453
+ .the_discussion > .l_controls a {
454
+ color: #2a5db0;
455
+ text-decoration: underline;
456
+ }
457
+ .the_discussion > .l_controls a:visited {
458
+ color: #2a5db0;
459
+ }
460
+ .the_paginator {
461
+ background: white;
462
+ border: solid 1px white;
463
+ padding: 5px;
464
+ margin: 5px;
465
+ }
466
+ .the_paginator a {
467
+ color: #2a5db0;
468
+ text-decoration: underline;
469
+ }
470
+ .the_paginator a:visited {
471
+ color: #2a5db0;
472
+ }
473
+ .the_paginator > * {
474
+ margin-right: 5px;
475
+ }
476
+ .the_paginator .l_active {
477
+ font-weight: bold;
478
+ }
479
+ .the_more {
480
+ color: #cccccc !important;
481
+ color: #2a5db0;
482
+ text-decoration: underline;
483
+ }
484
+ .the_more a {
485
+ color: #cccccc !important;
486
+ }
487
+ .the_more:visited {
488
+ color: #2a5db0;
489
+ }
490
+ .the_narrow {
491
+ margin-left: 20%;
492
+ margin-right: 20%;
493
+ }
494
+ .the_tabs > .l_panel {
495
+ padding-left: 5px;
496
+ padding-right: 5px;
497
+ background: white;
498
+ border-bottom: 1px solid #cccccc;
499
+ }
500
+ .the_tabs > .l_panel .l_item {
501
+ float: left;
502
+ }
503
+ .the_tabs > .l_panel .l_item {
504
+ padding-left: 5px;
505
+ padding-right: 5px;
506
+ padding-top: 1px;
507
+ padding-bottom: 1px;
508
+ }
509
+ .the_tabs > .l_panel .l_active {
510
+ background: #cccccc;
511
+ font-weight: bold;
512
+ }
513
+ .the_tabs > .l_panel .l_active {
514
+ -moz-border-radius-topleft: 3px;
515
+ -webkit-border-top-left-radius: 3px;
516
+ border-top-left-radius: 3px;
517
+ -moz-border-radius-topright: 3px;
518
+ -webkit-border-top-right-radius: 3px;
519
+ border-top-right-radius: 3px;
520
+ cursor: text;
521
+ }
522
+ .the_tabs > .l_panel .l_active a {
523
+ cursor: text;
524
+ }
525
+ .the_tabs > .l_panel a {
526
+ outline: none;
527
+ }
528
+ .the_basic_list .l_item .l_check_box {
529
+ display: inline;
530
+ }
531
+ .the_basic_list .l_item .l_content {
532
+ display: inline;
533
+ }
534
+ .the_basic_list .l_item .l_content > div {
535
+ display: inline;
536
+ }
537
+ .the_basic_list .l_item a {
538
+ color: #2a5db0;
539
+ text-decoration: underline;
540
+ }
541
+ .the_basic_list .l_item a:visited {
542
+ color: #2a5db0;
543
+ }
544
+ .the_info_message {
545
+ background: white;
546
+ border: solid 1px white;
547
+ padding: 5px;
548
+ margin: 5px;
549
+ -moz-border-radius: 5px;
550
+ -webkit-border-radius: 5px;
551
+ border-radius: 5px;
552
+ margin-left: 20%;
553
+ margin-right: 20%;
554
+ background: #eeeebb;
555
+ }
556
+ .the_info_message a {
557
+ color: #2a5db0;
558
+ text-decoration: underline;
559
+ }
560
+ .the_info_message a:visited {
561
+ color: #2a5db0;
562
+ }
563
+ .the_error_message {
564
+ background: white;
565
+ border: solid 1px white;
566
+ padding: 5px;
567
+ margin: 5px;
568
+ -moz-border-radius: 5px;
569
+ -webkit-border-radius: 5px;
570
+ border-radius: 5px;
571
+ margin-left: 20%;
572
+ margin-right: 20%;
573
+ background: #eebbbb;
574
+ }
575
+ .the_error_message a {
576
+ color: #2a5db0;
577
+ text-decoration: underline;
578
+ }
579
+ .the_error_message a:visited {
580
+ color: #2a5db0;
581
+ }
582
+ .the_divider {
583
+ background: white;
584
+ border: solid 1px white;
585
+ padding: 5px;
586
+ margin: 5px;
587
+ clear: both;
588
+ font-size: 110%;
589
+ font-weight: bold;
590
+ text-align: right;
591
+ border-bottom: 1px solid black;
592
+ }
593
+ .the_table {
594
+ width: 100%;
595
+ }
596
+ .the_table a {
597
+ color: #2a5db0;
598
+ text-decoration: underline;
599
+ }
600
+ .the_table a:visited {
601
+ color: #2a5db0;
602
+ }
603
+ .the_table thead tr th {
604
+ background: #cccccc;
605
+ font-size: 110%;
606
+ font-weight: bold;
607
+ text-align: left;
608
+ padding: 5px;
609
+ }
610
+ .the_table thead tr th:first-child {
611
+ -moz-border-radius-topleft: 5px;
612
+ -webkit-border-top-left-radius: 5px;
613
+ border-top-left-radius: 5px;
614
+ }
615
+ .the_table thead tr th:last-child {
616
+ -moz-border-radius-topright: 5px;
617
+ -webkit-border-top-right-radius: 5px;
618
+ border-top-right-radius: 5px;
619
+ }
620
+ .the_table tbody tr td {
621
+ padding: 5px;
622
+ }
623
+ .the_table tbody .l_even {
624
+ background: #efefef;
625
+ }
626
+ .the_toolbar .l_left {
627
+ float: left;
628
+ }
629
+ .the_toolbar .l_left .l_item {
630
+ float: left;
631
+ }
632
+ .the_toolbar .l_right {
633
+ float: right;
634
+ }
635
+ .the_toolbar .l_right .l_item {
636
+ float: right;
637
+ }
638
+ .the_toolbar .l_left {
639
+ padding-left: 5px;
640
+ }
641
+ .the_toolbar .l_left .l_item {
642
+ padding-left: 5px;
643
+ padding-right: 5px;
644
+ padding-top: 1px;
645
+ padding-bottom: 1px;
646
+ }
647
+ .the_toolbar .l_right {
648
+ padding-right: 5px;
649
+ }
650
+ .the_toolbar .l_right .l_item {
651
+ padding-left: 5px;
652
+ padding-right: 5px;
653
+ padding-top: 1px;
654
+ padding-bottom: 1px;
655
+ }
656
+ .the_toolbar a {
657
+ color: #2a5db0;
658
+ text-decoration: underline;
659
+ }
660
+ .the_toolbar a:visited {
661
+ color: #2a5db0;
662
+ }
663
+ .the_title {
664
+ background: white;
665
+ border: solid 1px white;
666
+ padding: 5px;
667
+ margin: 5px;
668
+ }
669
+ .the_dialog {
670
+ background: white;
671
+ border: solid 1px white;
672
+ padding: 5px;
673
+ margin: 5px;
674
+ border-width: 5px;
675
+ border-color: #cccccc;
676
+ -moz-border-radius: 5px;
677
+ -webkit-border-radius: 5px;
678
+ border-radius: 5px;
679
+ width: 60%;
680
+ }
681
+ .the_image_dialog {
682
+ background: white;
683
+ border: solid 1px white;
684
+ padding: 5px;
685
+ margin: 5px;
686
+ border-color: #cccccc;
687
+ -moz-border-radius: 5px;
688
+ -webkit-border-radius: 5px;
689
+ border-radius: 5px;
690
+ }
691
+ .the_context_menu {
692
+ background: white;
693
+ border: solid 1px white;
694
+ padding: 5px;
695
+ margin: 5px;
696
+ border-color: #cccccc;
697
+ -moz-border-radius: 3px;
698
+ -webkit-border-radius: 3px;
699
+ border-radius: 3px;
700
+ max-width: 100px;
701
+ }
702
+ .the_context_menu a {
703
+ color: #2a5db0;
704
+ text-decoration: underline;
705
+ }
706
+ .the_context_menu a:visited {
707
+ color: #2a5db0;
708
+ }
709
+ .the_inplace_editor {
710
+ background: white;
711
+ border: solid 1px white;
712
+ padding: 5px;
713
+ margin: 5px;
714
+ border-color: #cccccc;
715
+ -moz-border-radius: 5px;
716
+ -webkit-border-radius: 5px;
717
+ border-radius: 5px;
718
+ }
719
+ .the_form .l_field > table.css_table > tbody > tr > td.css_td1 {
720
+ width: 30%;
721
+ }
722
+ .the_form .l_line .l_item {
723
+ float: left;
724
+ }
725
+ .the_form .l_errors .l_error {
726
+ font-size: 90%;
727
+ color: #dd0000;
728
+ }
729
+ .the_form .l_field {
730
+ background: white;
731
+ border: solid 1px white;
732
+ padding-top: 1px;
733
+ padding-bottom: 1px;
734
+ margin-top: 1px;
735
+ margin-bottom: 1px;
736
+ }
737
+ .the_form .l_field a {
738
+ color: #2a5db0;
739
+ text-decoration: underline;
740
+ }
741
+ .the_form .l_field a:visited {
742
+ color: #2a5db0;
743
+ }
744
+ .the_form .l_field .l_required {
745
+ font-weight: bold;
746
+ }
747
+ .the_form .l_field .l_input select {
748
+ min-width: 30%;
749
+ }
750
+ .the_form .l_field .l_input input, .the_form .l_field .l_input textarea {
751
+ width: 100%;
752
+ }
753
+ .the_form .l_field .l_input textarea {
754
+ min-height: 60px !important;
755
+ }
756
+ .the_form .l_field .l_input input[type=checkbox] {
757
+ width: auto;
758
+ }
759
+ .the_form .l_field .l_input input[type=radio] {
760
+ width: auto;
761
+ }
762
+ .the_form .l_field .l_input label {
763
+ margin-left: 5px;
764
+ margin-right: 10px;
765
+ }
766
+ .the_form .l_field .l_description {
767
+ font-size: 90%;
768
+ color: #cccccc;
769
+ }
770
+ .the_form .l_line {
771
+ padding-left: 5px;
772
+ padding-right: 5px;
773
+ background: white;
774
+ background: white;
775
+ border: solid 1px white;
776
+ padding-top: 5px;
777
+ padding-bottom: 5px;
778
+ margin-top: 5px;
779
+ margin-bottom: 5px;
780
+ }
781
+ .the_form .l_line .l_item {
782
+ padding-left: 5px;
783
+ padding-right: 5px;
784
+ padding-top: 1px;
785
+ padding-bottom: 1px;
786
+ }
787
+ .the_form .l_line .l_active {
788
+ background: #cccccc;
789
+ font-weight: bold;
790
+ }
791
+ .the_form .l_line a {
792
+ color: #2a5db0;
793
+ text-decoration: underline;
794
+ }
795
+ .the_form .l_line a:visited {
796
+ color: #2a5db0;
797
+ }
798
+ .the_form .l_line .l_item a {
799
+ padding: 3px 0px 4px;
800
+ display: block;
801
+ }
802
+ .the_form .the_more {
803
+ float: right;
804
+ }
805
+ .the_attachments .l_item {
806
+ float: left;
807
+ }
808
+ .the_attachments .l_item > a, .the_attachments .l_item div {
809
+ float: left;
810
+ }
811
+ .the_attachments .l_item > a, .the_attachments .l_item div {
812
+ margin-right: 5px;
813
+ }
814
+ .the_attachments .l_item_style {
815
+ background: white;
816
+ border: solid 1px white;
817
+ padding: 5px;
818
+ margin: 5px;
819
+ -moz-border-radius: 5px;
820
+ -webkit-border-radius: 5px;
821
+ border-radius: 5px;
822
+ border-color: #cccccc;
823
+ margin-left: 0;
824
+ margin-right: 10px;
825
+ }
826
+ .the_attachments .l_empty_item_style {
827
+ background: white;
828
+ border: solid 1px white;
829
+ padding: 5px;
830
+ margin: 5px;
831
+ margin-left: 0;
832
+ margin-right: 10px;
833
+ }
834
+ .the_comment {
835
+ background: white;
836
+ border: solid 1px white;
837
+ padding: 5px;
838
+ margin: 5px;
839
+ -moz-border-radius: 5px;
840
+ -webkit-border-radius: 5px;
841
+ border-radius: 5px;
842
+ }
843
+ .the_comment > table.css_table > tbody > tr > td.css_td1 {
844
+ width: 50px;
845
+ }
846
+ .the_comment .l_image {
847
+ margin-right: 5px;
848
+ }
849
+ .the_thumb {
850
+ float: left;
851
+ background: white;
852
+ border: solid 1px white;
853
+ padding: 5px;
854
+ margin: 5px;
855
+ -moz-border-radius: 5px;
856
+ -webkit-border-radius: 5px;
857
+ border-radius: 5px;
858
+ min-width: 150px;
859
+ min-height: 150px;
860
+ margin: 0px;
861
+ }
862
+ .the_thumb .l_title {
863
+ display: block;
864
+ }
865
+ .the_thumb .m_hover_controls {
866
+ font-size: 90%;
867
+ }
868
+ .the_thumb .l_title {
869
+ font-size: 90%;
870
+ max-width: 150px;
871
+ }
872
+ .the_line {
873
+ background: white;
874
+ border: solid 1px white;
875
+ padding: 5px;
876
+ margin: 5px;
877
+ -moz-border-radius: 5px;
878
+ -webkit-border-radius: 5px;
879
+ border-radius: 5px;
880
+ }
881
+ .the_line > table.css_table > tbody > tr > td.css_td1 {
882
+ width: 50px;
883
+ }
884
+ .the_line .l_image {
885
+ width: 50px;
886
+ margin-right: 5px;
887
+ }
888
+ .the_line .l_title {
889
+ font-size: 110%;
890
+ font-weight: bold;
891
+ color: #2a5db0;
892
+ }
893
+ .the_line .l_title:visited {
894
+ color: #2a5db0;
895
+ }
896
+ .the_item {
897
+ background: white;
898
+ border: solid 1px white;
899
+ padding: 5px;
900
+ margin: 5px;
901
+ -moz-border-radius: 5px;
902
+ -webkit-border-radius: 5px;
903
+ border-radius: 5px;
904
+ }
905
+ .the_tool {
906
+ padding-bottom: 10px;
907
+ }
908
+ .the_tool > .l_title {
909
+ color: #cccccc;
910
+ font-weight: bold;
911
+ }
912
+ .the_tag_selector {
913
+ text-align: center;
914
+ }
915
+ .the_tag_selector .l_tag {
916
+ display: inline-block;
917
+ }
918
+ .the_tag_selector .l_selected {
919
+ -moz-border-radius: 3px;
920
+ -webkit-border-radius: 3px;
921
+ border-radius: 3px;
922
+ color: white;
923
+ padding-left: 5px;
924
+ padding-right: 5px;
925
+ background: #2a5db0;
926
+ }
927
+ .the_tag_selector .l_selected a {
928
+ color: white;
929
+ }
930
+ .the_tag_selector .l_tag {
931
+ margin: 1px;
932
+ }
933
+ .the_tag_selector .l_size_1 {
934
+ font-size: 90%;
935
+ }
936
+ .the_tag_selector .l_size_2 {
937
+ font-size: 120%;
938
+ }
939
+ .the_tag_selector .l_size_3 {
940
+ font-size: 130%;
941
+ }
942
+ .the_tag_selector .l_size_4 {
943
+ font-size: 140%;
944
+ }