source: trunk/admin/template/yoga/default-layout.css @ 2503

Last change on this file since 2503 was 2503, checked in by vdigital, 16 years ago

Checkboxes reverted on rvelices request.
And several minor corrections

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 8.5 KB
Line 
1/* $Id: default-layout.css 2503 2008-09-05 22:44:08Z vdigital $ */
2/* $Id: */
3BODY #theHeader P { display: none; }
4
5/* History tables */
6TABLE.table2 {
7  border: 1px solid black;
8  margin: 1em auto;
9  padding: 0;
10}
11
12TABLE.table2 TD {
13  padding: 0 20px;
14}
15
16TABLE.table2 TR {
17  text-align: left;
18}
19
20table.table2 thead td { padding:7px 20px 3px 20px; }
21table.table2 tr.throw { text-align: center; }
22table.table2 { margin:0pt auto; }
23.sort { display:block; padding:8px 5px 0px 1px; }
24
25
26.hour {
27  white-space: pre;
28}
29
30.number {
31  text-align: right;
32}
33
34TABLE#dailyStats {
35  width: 60%;
36}
37
38TABLE#detailedStats {
39  width: 99%;
40}
41
42/* categoryOrdering */
43SELECT.categoryList {
44  width: 100%;
45}
46
47FORM#categoryOrdering {
48  padding-left: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
49  padding-right: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
50}
51FORM#categoryOrdering p {
52  text-align: left;
53  margin-top: 1em;
54  margin-bottom: 1em;
55}
56UL.categoryUl {
57  list-style: none;
58  padding: 0;
59  margin: 0;
60}
61
62LI.categoryLi {
63  border: 1px solid gray;
64  padding: 0px 5px;
65  margin-bottom: 5px;
66}
67
68FORM#categoryOrdering UL.categoryActions {
69  float: right;
70  margin-top: 5px;
71}
72/* */
73
74FORM#catModify TABLE { width: auto; }
75
76FIELDSET.elementEdit A {
77  display: block;
78  float: right;
79}
80
81TABLE.doubleSelect {
82  text-align: center;
83  margin: 0 auto;
84  width: 100%;
85}
86
87TABLE.doubleSelect TD {
88  padding: 0 5px;
89  width: 50%;
90}
91
92TABLE.doubleSelect SELECT.categoryList {
93  width: 100%;
94}
95
96FORM#categoryPermissions LI {
97  display:inline;
98  white-space: nowrap;
99}
100
101FIELDSET#mainConfCheck SPAN.property,
102FIELDSET#historyConf SPAN.property,
103FIELDSET#commentsConf SPAN.property,
104FIELDSET#uploadConf SPAN.property {
105  float: right;
106  text-align: left;
107}
108FIELDSET#mainConfCheck INPUT,
109FIELDSET#historyConf INPUT,
110FIELDSET#commentsConf INPUT,
111FIELDSET#uploadConf INPUT {
112  float: none;
113}
114
115FIELDSET#mainConf SPAN.property {
116  width: 25%;
117}
118FIELDSET#mainConf TEXTAREA.description {
119  width: 70%;
120}
121
122FIELDSET#mainConfCheck SPAN.property,
123FIELDSET#historyConf SPAN.property {
124  width: 90%;
125}
126FIELDSET#mainConfCheck INPUT,
127FIELDSET#historyConf INPUT,
128FIELDSET#commentsConf INPUT,
129FIELDSET#uploadConf SELECT,
130FIELDSET#uploadConf INPUT {
131  margin-left: 5%;
132}
133
134FIELDSET#commentsConf SPAN.property {
135  width: 85%;
136}
137
138FIELDSET#uploadConf SPAN.property {
139  width: 73%;
140}
141
142.statBar {
143  height: 10px;
144  background-color: #66f;
145  border: 1px solid black;
146}
147
148/* Tabsheet */  /*
149.tabsheet {
150  list-style: none;
151  white-space: nowrap;
152  text-decoration: none;
153  border-bottom: 1px solid #fff;
154  margin-left: 5px; margin-right: 5px;
155  padding: 3px 5px;
156}
157
158.tabsheet LI {
159  display: inline;
160 margin: 0px 6px;
161  font-size: 120%;
162  font-weight: normal;
163  border: 1px solid #fff;
164  border-bottom: none;
165  padding: 3px 2em;
166}
167
168.tabsheet LI.selected_tab {
169  font-weight: bold;
170  position: relative;
171  top: 1px;
172  padding-top: 4px;
173} */
174
175.over{
176position: relative;
177z-index: 0;
178}
179
180.over:hover{
181background-color: transparent;
182z-index: 50;
183}
184
185.over SPAN{ /*CSS for enlarged image*/
186position: absolute;
187background-color: #eee;
188padding: 5px;
189left: -1000px;
190border: 1px solid #69c;
191visibility: hidden;
192color: black;
193text-decoration: none;
194}
195
196.over SPAN IMG{ /*CSS for enlarged image*/
197border-width: 0;
198padding: 2px;
199}
200
201.over:hover SPAN{ /*CSS for enlarged image on hover*/
202visibility: visible;
203top: 0;
204left: 60px; /*position where enlarged image should offset horizontally */
205}
206
207
208/* Tooltips*/
209.tooltip {
210        position: relative;
211}
212
213.tooltip SPAN {
214        display: none;
215}
216
217.tooltip:hover {
218        cursor: pointer;
219        z-index: 500;
220}
221
222.tooltip:hover SPAN {
223        display: inline;
224        position: absolute;
225        top: 30px;
226        left: -50px;
227        width: 400px;
228
229        font-size: 11px;
230        text-decoration: none;
231        text-align: justify;
232        background-color: #FFFFCC;
233        color: #444444;
234
235        padding: 10px;
236        border: 1px solid Black;
237}
238
239BODY {
240  margin: 5px;
241  padding: 0;
242  font-size: 0.8em;
243  font-family:  Univers, Helvetica, Optima, "Bitstream Vera Sans", sans-serif;
244  text-align: center; /* be nice to IE5 */
245}
246
247H1 {
248  text-align: center;
249  font-size: 150%;
250  font-weight: bold;
251  padding: 0;
252  margin: 0.5em 0 1em 0;
253}
254
255H2 {
256        margin: 0;
257        padding: 5px 0.5em 5px 0.5em;
258        text-align: left;
259        font-size: 120%;
260}
261
262A {
263        text-decoration:none;
264        border-bottom: 1px dotted #005e89;
265}
266A:hover {
267        border-bottom: 1px solid #858460;
268}
269A.button, A.button:hover { 
270        border: 0; 
271}
272IMG {
273        border: none;
274}
275
276HR.separation {
277  visibility: hidden;
278  clear: both;
279}
280
281#copyright {
282    clear: both;
283    font-size: 83%;
284    text-align: center;
285    margin: 0 0 10px 0;
286}
287
288/** General defaults **/
289INPUT, SELECT {
290  margin: 0;
291  font-size: 1em;       /* <= some browsers don't set it correctly */
292}
293UL, DL { text-align: left;}
294TABLE {                 /* horizontaly centered */
295  margin-left: auto;
296  margin-right: auto;
297}
298/* for debugging purpose */
299PRE { text-align:left; }
300
301/** forms **/
302
303FORM { padding: 0em; }
304
305FORM P {
306        text-align: center;
307        margin-top: 2em;
308        margin-bottom: 2em;
309}
310
311FORM FIELDSET P {
312        margin-top: 1em;
313        margin-bottom: 0;
314}
315
316.small {
317        font-size: 80%;
318}
319
320TEXTAREA.description {
321  height: 12em;
322  width: 40em;
323  overflow: auto;
324}
325
326SELECT.categoryList {
327  height: 20em;
328  width: auto;
329}
330
331DIV.comment BLOCKQUOTE {
332  padding: 0.5em;
333  overflow: auto;       /* no solution for IE6 */
334  min-height: 2.75em;   /* fix a Gecko bug whith scrollbar and 1 line only */
335}
336
337
338/**
339 * Filter forms are displayed label by label with the input (or select...)
340 * below the label. Use an UL to make a group (radiobox for instance).
341 * Use a SPAN to group objects in line
342 */
343FIELDSET {
344  padding: 1em;
345  margin: 1em;
346  overflow: hidden; /* <- makes Opera happy */
347}
348
349FORM.filter FIELDSET UL {
350  margin: 0;
351}
352FORM.filter FIELDSET UL,
353FORM.filter FIELDSET LABEL {
354  display: block;
355  float: left;
356  margin-right: 1em;
357  padding: 0;
358}
359
360FORM.filter FIELDSET LI {
361  list-style: none;
362  margin-bottom: 0.5em;
363}
364
365FORM.filter FIELDSET LI LABEL {
366  display: inline;
367  float: none;
368}
369
370FORM.filter FIELDSET UL.tagSelection LABEL {
371  display: inline;
372  float: none;
373  margin-right:0.5em;/*reduce from above*/
374}
375
376/* cannot use FIELDSET>LABEL because of IE<=6 */
377FORM.filter FIELDSET LABEL INPUT,
378FORM.filter FIELDSET LABEL SELECT,
379FORM.filter FIELDSET LABEL SPAN,
380FORM.filter FIELDSET LABEL TEXTAREA {
381  display: block;
382  margin: 0.5em 0;
383}
384FORM.filter FIELDSET * LABEL INPUT,
385FORM.filter FIELDSET * LABEL SELECT,
386FORM.filter FIELDSET * LABEL TEXTAREA,
387FORM.filter FIELDSET LABEL SPAN INPUT,
388FORM.filter FIELDSET LABEL SPAN SELECT,
389FORM.filter FIELDSET LABEL SPAN TEXTAREA {
390  display: inline;
391  vertical-align: top;
392  margin: 0 0.5em 0 0;
393}
394
395FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT {
396  margin-right:0;
397}
398
399/* following declaration is important to avoid strange FF behaviour */
400FORM.filter FIELDSET LABEL SPAN SELECT {
401  margin: 0;
402}
403
404FORM.filter FIELDSET P
405{
406  clear: left;
407  display: block;
408}
409
410FORM.filter INPUT[type="submit"] {
411  margin-top: 1em;
412}
413
414FORM.properties UL, FORM#update UL {
415  list-style-type: none;
416  margin: 0;
417  padding: 0;
418}
419
420FORM.properties LI, FORM#update UL  {
421  margin-bottom: 0.5em;
422  padding: 0;
423  line-height: 1.8em;
424  clear: left;
425}
426
427FORM.properties SPAN.property {
428  font-weight: bold;
429  float: left;
430  width: 50%;
431  text-align: right;
432  margin: 0;
433  padding: 0 0.5em 0 0;
434}
435
436#theHeader H1 {
437  margin-bottom: 0.5em;
438}
439
440/* button tools */
441UL.actions {
442  text-indent: 0;
443  list-style: none;
444}
445UL.actions  LI {
446  display: inline;
447}
448UL.actions  A {
449  border: none;
450}
451
452UL.tagSelection {
453  width: 99%;
454  margin: 1em 0 1em 0;
455  padding: 0;
456}
457
458UL.tagSelection LI {
459  display: inline;
460  white-space: nowrap;
461}
462
463#fullTagCloud {
464  font-size: 120%;
465  text-align: justify;
466  padding: 0;
467  margin: 1em 2em 1em 2em;
468}
469
470#fullTagCloud LI {
471  display: inline;
472  white-space: nowrap;
473  margin: 0 2px;
474}
475
476
477.tagLevel5 { font-size: 150%; }
478.tagLevel4 { font-size: 140%; }
479.tagLevel3 { font-size: 120%; }
480.tagLevel2 { font-size: 100%; }
481.tagLevel1 { font-size: 90%; }
482
483
484/* Popup help page */
485BODY#thePopuphelpPage #copyright {
486  display: none;
487}
488
489BODY#thePopuphelpPage .content P {
490  text-align: justify;
491  padding: 0.5em;
492}
493
494BODY#thePopuphelpPage .content OL LI,
495BODY#thePopuphelpPage .content UL LI
496{
497  margin-bottom: 0.5em;
498}
499
500
501TR.tagLine {
502  border-bottom: 1px solid #ddd;
503  text-align: left;
504}
505TR.tagLine:hover {
506  background-color: #fff;
507}
508TD.nbEntries {
509  text-align: right;
510  font-style: italic;
511  font-size: 90%;
512}
513
514FIELDSET.tagLetter {
515  border: 1px solid #d3d3d3;
516  width: 200px;
517  margin: 0.5em;
518  padding: 10px;
519}
520
521LEGEND.tagLetterLegend {
522  border: 1px solid #d3d3d3;
523  font-size:120%;
524  font-weight: bold;
525  padding: 0 5px;
526  color: #555;
527  font-style: normal;
528}
529
530TABLE.tagLetterContent {
531  width:100%;
532  font-size:80%;
533  border-collapse : collapse;
Note: See TracBrowser for help on using the repository browser.