Code

Some setup changes
[gosa.git] / html / themes / default / style.css
1 table.listframe {
2         width:600px;
3         background:#F3F3F3;
4 }
6 tr.listrow {
7         background:#EAEAEA;
8 }
10 tr.rowxp {
11 }
13 tr.rowxp:hover {
14         background-color:#D8D8D8;
15 }
17 td.listheader {
18         background:#E5E5E5;
19         font-weight:bold;
20         border-right:1px solid #C0C0C0;
21         border-bottom: 1px solid #b0b0b0;
22         padding:3px;
23         height:22px;
24 }
26 td.scrollhead {
27         vertical-align:top;
28         padding:0px;
29 }
31 td.scrollbody {
32         vertical-align:top;
33         padding:0px;
34 }
36 div.scrollbody {
37         background-color:#ffffff;
38         overflow:auto;
39         text-align:left;
40 }
42 td.listheader#icon {
43         width:20px;
44 }
46 td.listheader#entry {
47 }
49 td.listheader#property {
50         width:50px;
51 }
53 td.listheader#info {
54         width:200px;
55 }
57 td.listheader#properties7 {
58         width:136px;
59 }
61 td.listheader#properties8 {
62         width:152px;
63 }
65 td.listheader#properties9 {
66         width:168px;
67 }
69 td.listheader#properties10 {
70         width:186px;
71 }
73 td.listheader#actions {
74         width:52px;
75         border-right:0px;
76         text-align:right;
77 }
79 td.listheader#scrollbar {
80         width:13px;
81         border-right:0px;
82 }
84 tr.rowxp0 {
85         background:white;
86 }
88 tr.rowxp0:hover {
89         background-color:#D8D8D8;
90 }
92 td.list0 {
93         background:transparent;
94         border-right:1px solid #B0B0B0;
95         padding:3px;
96         height:22px;
97 }
99 td.list0#icon {
100         width:20px;
101         text-align:center;
104 td.list0#entry {
107 td.list0#info {
108         width:200px;
111 td.list0#property {
112         width:50px;
115 td.list0#properties7 {
116         width:136px;
119 td.list0#properties8 {
120         width:152px;
123 td.list0#properties9 {
124         width:168px;
127 td.list0#properties10 {
128         width:186px;
131 td.list0#actions {
132         width:52px;
133         border-right:0px;
134         text-align:right;
137 tr.rowxp1 {
138         background:#F0F0F0;
141 tr.rowxp1:hover {
142         background-color:#D8D8D8;
145 td.list1 {
146         background:transparent;
147         border-right:1px solid #C0C0C0;
148         padding:3px;
149         height:22px;
152 td.list1nohighlight {
153         background:white;
154         border-right:1px solid #C0C0C0;
155         padding:3px;
156         height:22px;
158 td.list1nohighlightdisabled {
159         background-color:#DFDBD7;
160         border-right:1px solid #C0C0C0;
161         padding:3px;
162         height:22px;
166 td.list1#fill {
167         height:100%;
170 td.list1#icon {
171         width:0px;
172         text-align:center;
175 td.list1#entry {
178 td.list1#info {
179         width:200px;
182 td.list1#property {
183         width:50px;
186 td.list1#properties7 {
187         width:136px;
190 td.list1#properties8 {
191         width:152px;
194 td.list1#properties9 {
195         width:168px;
198 td.list1#properties10 {
199         width:186px;
202 td.list1#actions {
203         width:52px;
204         border-right:0px;
205         text-align:right;
208 body {
209         margin-left:0px;
210         margin-right:0px;
211         margin-top:0px;
212         margin-bottom:0px;
213         background-color:white;
214         background-image:url("images/border.png"); 
215         background-repeat:repeat-y;
216         color:#00008F;
217         font-family:arial,helvetica,sans-serif;
218         font-size:12px;
221 h1 {
222         font-size:14px;
223         color: #00378a;
226 h2, h3, h4, h5, h6 {
227         font-size:13px;
228         color:#00378a;
231 td, p, b {
232         font-size:12px;
235 /* Title bar */
236 a.maintitlebar, div.maintitlebar {
237         font-family:arial,helvetica,sans-serif;
238         text-decoration:none;
239         color:#00348B;
240         font-size:12px;
241         text-align:center;
242         vertical-align:middle;
245 a.maintitlebar:hover {
246         text-decoration:none;
247         background-color:#B0D3A0;
250 p.menuheader {
251         font-family:arial,helvetica,sans-serif;
252         color:#00378a;
253         text-decoration:none;
254         background-color:#CDF6BD;
255         font-weight:bold;
256         font-size:12px;
257         text-align:center;
258         width:100%;
259         vertical-align:middle;
260         padding:3px;
261         margin-top:20px;
264 p.menuitem {
265         font-family:arial,helvetica,sans-serif;
266         color:#00378a;
267         text-decoration:none;
268         font-weight:normal;
269         font-size:12px;
270         text-align:left;
271         padding-left:15px;
272         padding-top:2px;
273         padding-bottom:2px;
274         vertical-align:middle;
275         margin:2px;
276         background-color:#dfffdf;
277         padding-right:5px;
280 p.menuitem:hover {
281         background-color:#d2f6c2;
284 table.menuitem {
285         width:100%;
286         margin-top:10px;
287         margin-bottom:10px;
288         margin-right:10px;
289         background-color:#f0f0f0;
292 table.menuitem:hover {
293         background-color:#c5c5c5;
297 td.phonelist:hover {
298         background-color:#d2d2d2;
301 td.phonelist {
302         border-right:1px solid #B0B0B0;
305 h1.menuheader {
306         border-style:solid;
307         border-color:#707070;
308         width:100%;
309         border-top-width:1px;
310         border-bottom-width:0px;
311         border-left-width:0px;
312         border-right-width:0px;
313         padding-top:10px;
314         padding-bottom:0px;
317 div.copynotice{
318         border-style:solid;
319         border-color:#707070;
320         width:100%;
321         border-top-width:1px;
322         border-bottom-width:0px;
323         border-left-width:0px;
324         border-right-width:0px;
325         padding-top:3px;
326         padding-bottom:0px;
327         text-align:right;
328         font-family:arial,helvetica,sans-serif;
329         font-size:10px;
332 a:link {
333         text-decoration:none;
334         color:#00008f;
337 a:visited {
338         text-decoration:none;
339         color:#00008f;
342 a.menuitem:link {
343         text-decoration:none;
344         color:#00008f;
347 a.menuitem:visited {
348         text-decoration:none;
349         color:#00008f;
352 a.menuitem:hover {
353         text-decoration:none;
356 a.iconmenu:link {
357         text-decoration:none;
358         color:#00008f;
361 td.iconmenu:hover {
362         background-color:#e0e0e0;
365 a.iconmenu:visited {
366         text-decoration:none;
367         color:#00008f;
370 a.iconmenu:hover {
371         text-decoration:none;
374 h1.plugtop{
375         border-style:solid;
376         border-color:#707070;
377         width:100%;
378         border-top-width:0px;
379         border-bottom-width:1px;
380         border-left-width:0px;
381         border-right-width:0px;
382         padding-top:0px;
383         margin-top:0px;
384         padding-bottom:6px;
385         text-align:left;
386         background-color:red;
387         font-family:arial,helvetica,sans-serif;
388         font-size:24px;
391 div.plugtop {
392         border-style:solid;
393         border-color:#b0b0b0;
394         width:100%;
395         border-top-color:#e0e0f0;
396         border-top-width:6px;
397         border-bottom-width:1px;
398         border-left-width:0px;
399         border-right-width:0px;
400         padding-top:0px;
401         padding-bottom:6px;
402         margin-bottom: 0px;
403         text-align:left;
404         vertical-align:middle;
405         background-color:#e0e0f0;
406         font-family:arial,helvetica,sans-serif;
407         font-weight:bold;
408         font-size:24px;
411 div.pluginfo {
412         border:solid;
413         border:0px;
414         width:100%;
415         padding-top:2px;
416         padding-bottom:2px;
417         margin-bottom:10px;
418         text-align:right;
419         vertical-align:middle;
420         background-color:#c0c0e0;
421         font-family:arial,helvetica,sans-serif;
422         font-size:11px;
425 p.seperator {
426         border-style:solid;
427         border-color:#a0a0a0;
428         width:100%;
429         border-top-width:0px;
430         border-bottom-width:1px;
431         border-left-width:0px;
432         border-right-width:0px;
433         padding-top:0px;
434         padding-bottom:0px;
435         margin-top:0px;
436         margin-bottom:0px;
437         text-align:left;
440 p.plugbottom {
441         border-style:solid;
442         border-color:#a0a0a0;
443         width:100%;
444         border-top-width:1px;
445         border-bottom-width:0px;
446         border-left-width:0px;
447         border-right-width:0px;
448         padding-top:10px;
449         padding-bottom:0px;
450         text-align:right;
451         font-family:arial,helvetica,sans-serif;
454 font.must {
455         color:red;
456         font-family:arial,helvetica,sans-serif;
459 div.tab_active {
460         text-align:center;
461         background-color:#f0f0f0;
462         border-style:solid;
463         border-color:black;
464         border-top-width:1px;
465         border-bottom-width:0px;
466         border-left-width:1px;
467         border-right-width:1px;
468         margin-top:0px;
469         padding-top:2px;
470         padding-bottom:8px;
471         padding-left:8px;
472         padding-right:8px;
475 div.tab_left {
476         text-align:center;
477         background-color:#c0c0c0;
478         border-style:solid;
479         border-color:black;
480         border-top-width:1px;
481         border-bottom-width:1px;
482         border-left-width:1px;
483         border-right-width:0px;
484         margin-top:5px;
485         padding-top:1px;
486         padding-bottom:5px;
487         padding-left:8px;
488         padding-right:8px;
491 div.tab_right {
492         text-align:center;
493         background-color:#c0c0c0;
494         border-style:solid;
495         border-color:black;
496         border-top-width:1px;
497         border-bottom-width:1px;
498         border-left-width:0px;
499         border-right-width:1px;
500         margin-top:5px;
501         padding-top:1px;
502         padding-left:8px;
503         padding-right:8px;
504         padding-bottom:5px;
507 div.tab_near_active {
508         text-align:center;
509         background-color:#c0c0c0;
510         border-style:solid;
511         border-color:black;
512         border-top-width:1px;
513         border-bottom-width:1px;
514         border-left-width:1px;
515         border-right-width:1px;
516         margin-top:5px;
517         padding-top:1px;
518         padding-left:8px;
519         padding-right:8px;
520         padding-bottom:5px;
523 div.tab_border {
524         width:100%;
525         border-style:solid;
526         border-color:black;
527         border-top-width:0px;
528         border-bottom-width:1px;
529         border-left-width:0px;
530         border-right-width:0px;
533 a.tab_active, input.tab_active {
534         border:0px;
535         margin:0px;
536         height:22px;
537         font-family:arial,helvetica,sans-serif;
538         background-color:#f0f0f0;
539         text-decoration:none;
540         color:#00348B;
541         font-size:13px;
542         font-weight:bold;
545 a.tab_right, input.tab_right {
546         height:20px;
547         border:0px;
548         margin:0px;
549         font-family:arial,helvetica,sans-serif;
550         background-color:#c0c0c0;
551         text-decoration:none;
552         color:#00348b;
553         font-size:13px;
554         font-weight:bold;
557 a.tab_left, input.tab_left {
558         height:20px;
559         border:0px;
560         margin:0px;
561         font-family:arial,helvetica,sans-serif;
562         background-color:#c0c0c0;
563         text-decoration:none;
564         color:#00348b;
565         font-size:13px;
566         font-weight:bold;
569 a.tab_near_active, input.tab_near_active {
570         height:20px;
571         border:0px;
572         margin:0px;
573         font-family:arial,helvetica,sans-serif;
574         background-color:#c0c0c0;
575         text-decoration:none;
576         color:#00348b;
577         font-size:13px;
578         font-weight:bold;
581 img.center {
582         text-align:center;
583         vertical-align:middle;
586 input.center {
587         text-align:left;
588         vertical-align:middle;
591 select.center {
592         text-align:left;
593         vertical-align:middle;
596 a.center {
597         text-align:left;
598         vertical-align:middle;
601 /********************** Template migration *********************/
603 /* Login screen */
604 div.gosaLoginSpacer {
605         height:100px;
608 table.gosaLoginMask {
609         background-color:#8b898b;
610         text-align:center;
611         border:0px;
614 td.gosaLoginBack {
615         width:606px;
616         height:406px;
617         background:url(images/login.png);
618         vertical-align:top;
621 div.gosaLoginBack {
622         padding-top:35px;
623         margin-left:100px;
624         margin-right:50px;
625         padding-bottom:0px;
626         vertical-align:top;
629 p.gosaLoginHeader {
630         text-align:center;
631         font-size:14px;
632         font-weight:bold;
633         margin-bottom:15px;
634
636 p.gosaLoginWarning {
637         text-align:center;
638         color:red;
639         font-weight:bold;
640         font-size:12px;
643 /* Account Expired screen */
644 td.gosaAccountExpiredBack {
645   width:550px;
646   height:300px;
647   background:url(images/accountexpired.png);
648   vertical-align:top;
651 div.gosaAccountExpiredBack {
652   padding-top:40px;
653   margin-left:90px;
654   margin-right:50px;
655   padding-bottom:0px;
656   vertical-align:top;
659 p.gosaAccountExpiredHeader {
660   text-align:left;
661   font-size:14px;
662   font-weight:bold;
663   margin-bottom:15px;
664
666 table.framework {
667         width:100%;
668         height:100%;
669         border:0px;
670         border-spacing:0px;
671         padding:0px;
672         margin:0px;
673         background-color:#cdf6bd;
674         vertical-align:top;
677 table.maintab {
678         width:100%;
679         height:100%;
680         border:0px;
681         border-spacing:0px;
682         padding:0px;
683         margin:0px;
684         background-color:#cdf6bd;
685         vertical-align:top;
689 input {
690         font-size:12px;
693 input:focus {
694         font-size:12px;
697 select {
698         font-size:12px;
701 textarea {
702         font-size:12px;
705 textarea:focus {
706         font-size:12px;
709 div.contentboxh {
710         background-color:#e8e8e8;
711         border:1px solid #b0b0b0;
712         border-bottom-width:0px;
713         height:26px;
714         vertical-align:middle;
717 p.contentboxh {
718         margin:2px;
719         font-family:arial,helvetica,sans-serif;
720         font-size:16px;
721         font-weight:bold;
722         vertical-align:middle;
725 div.contentboxb {
726         border:1px solid #b0b0b0;
727         border-top-width:0px;
728         vertical-align:middle;
731 p.contentboxb {
732         padding-bottom:0px;
733         margin:0px;
734         border:4px solid #f8f8f8;
735         vertical-align:middle;
738 a.alphaselect:hover {
739         text-decoration:none;
740         background-color:#a0a0a0;
741         color:white;
744 table.check {
745         background-color:#e1e1f1;
746         color:black;
747         border:1px dashed #a0a0a0;
748         width:95%;
749         margin-left:20px;
752 td.check {
753         border-right:1px dashed #a0a0a0;
756 option.select {
757         background-repeat:no-repeat;
758         background-position:0px top;
759         border:0;
760         padding-left:20px;
761         padding-bottom:1px;
762         height:18px;
765 input.menubar{
766         text-decoration:none;
767         height:19px;
768         padding:0px;
769         width:100%;
772 td.tbhead {
773         border-right:1px solid #B0B0B0;
774         border-bottom:1px solid #B0B0B0;
777 td.tbrhead {
778         border-bottom:1px solid #B0B0B0;
782 /*********
783  * Setup
784  *********/
786 /* The body style */
787 body.setup_body {
788         background-image: none;
789         background-color: #979797;
790         margin: 4px;
793 /* The setup complete setup dialog */
794 div.setup_dialog {
795         background-color: #F0F0F0;
796         width:100%;
797         float: left;
800 /* Navigation col */
801 div.setup_navigation {
802         background-color: #F0F0F0;
803         width: 200px;
804         float: left;
805         clear: left;
808 /* Header col */
809 div.setup_header {
810         width:100%;
811         background-color: #559955;
812         border: solid 5px #77BB77;
813         height: 50px;
816 /* Step header col */
817 div.setup_plug_header {
818         background-color: #F0F0F0;
819         height: 40px;
822 /* content col */
823 div.setup_content {
824         background-color: #F0F0F0;
827 /* The box used for each setup step */
828 a.navigation_element, div.navigation_element {
829         float: left;
830         clear: left;
831         background: #F7F7F7 ;
832         text-decoration:none;
833         width:100%;
834         margin-bottom: 1px;
837 /* The box used for each setup step */
838 a.navigation_element_active, div.navigation_element_active {
839         float: left;
840         clear: left;
841         position: relative;
842         background: #F7F7F7 ;
843         text-decoration:none;
844         width:100%;
847 /* An enabled setup step will use this style in navigation*/
848 div.navigation_title_active {
849         font-size: 2em;
850         cursor: pointer;
853 /* Disabled setup steps */
854 div.navigation_title_disabled {
855         font-size: 2em;
856         color: #DDDDDD;
859 /* Disabled setup steps */
860 div.navigation_title_inactive {
861         font-family: Arial;
862         font-size: 2em;
865 /* The style for the info of an active setup */
866 div.navigation_info {
867         font-size: 1em;
868         color: black;
869         padding: 4px 4px 3px 10px;
870         margin: 0px;
871         cursor: pointer;