]> git.sur5r.net Git - bacula/bacula/blob - gui/bweb/html/bweb.css
ebl Release 2.0.2 on sf
[bacula/bacula] / gui / bweb / html / bweb.css
1 body { background-color: #ffffff; font-family: verdana,arial,helvetica; font-size: 8pt;}
2 a { text-decoration: none;}
3 .code_display   {       background-color: #b9b9ac;
4                         border: 1px solid #9d9d94;
5 }
6
7 abutton.formulaire { font-size: 9pt; height: 48px; width: 80px; background-color: transparent; }
8
9 button.formulaire { border: 0px; font-size: 9pt;  background-color: transparent; }
10
11 td.joberr { background-color: red; color: white;}
12
13 .pSlice, .pSliceFull, .pSliceError, .pSliceAppend, .pSlicePurged, .pSliceRecycle, 
14 .pSliceArchive, .pSliceUsed, .pSliceRead_Only, .pSliceDisabled,
15 .pSliceOk,.pSliceWarn,.pSliceCrit,.pSliceEmpty
16  {
17   width: 2px;
18   height: 9px;
19   margin-right: 1px;
20   margin-bottom: 1px;
21   border: solid 1px #CCCCCC;
22   background-color: #E6E6E6;    
23 }
24
25 .pSliceFull, .pSliceRead_Only,.pSliceArchive, .pSliceUsed, .pSliceDisabled,
26 .pSliceCrit {
27  border: solid 1px #BD0C10;
28  background-color: #FF3029;
29 }
30
31 .pSliceError {
32  border: solid 1px #000000;
33  background-color: #020202;
34 }
35
36 .pSliceAppend, .pSliceWarn {
37  border: solid 1px #CD6500;
38  background-color: #FFCE00;
39 }
40
41 .pSlicePurged, .pSliceRecycle, .pSliceOk {
42  border: solid 1px #009900;
43  background-color: #00FF00;
44 }
45
46 input.button {
47   border: 0px;
48   margin: 0 5px 0 5px;
49   padding: 0 0 0 0;
50 }
51
52 #menu, #menu ul {
53         float: left;
54         list-style: none;
55         line-height: 1;
56         background:#eeeae6 ;
57         font-weight: bold;
58         padding: 0;
59         border: solid #999;
60         border-width: 1px 0;
61         margin: 0 0 1em 0;
62         padding: 0.25em 2em;
63         width: 100%;
64         color: #7C6240;
65 }
66
67 #menu a {
68         display: block;
69         color: #7C6240;
70         text-decoration: none;
71         padding: 0.25em 2em;
72 }
73
74 #menu a.daddy {
75         background: url(right.gif) center right no-repeat;
76 }
77
78 #menu li {
79         float: left;
80         padding: 0;
81 }
82
83 #menu li ul {
84         position: absolute;
85         left: -999em;
86         height: auto;
87         width: 14.4em;
88         border-width: 1px;
89 }
90
91 #logged {
92         padding: 0.25em 2em;
93         float: right;
94         clear: left;
95         text-align: right;
96
97 }
98
99 #menu li li {
100         padding-right: 1em;
101 }
102
103 #menu li ul a {
104 }
105
106 #menu li ul ul {
107         margin: -1.75em 0 0 14em;
108 }
109
110 #menu li:hover ul ul, #menu li:hover ul ul ul, 
111 #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
112         left: -999em;
113 }
114
115 #menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul,
116 #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
117         left: auto;
118 }
119
120 #menu li:hover, #menu li.sfhover {
121         background: #eeeae6;
122 }
123