]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/style/default.css
ef4573b51ce6844012e2f88ca7b7b3b9931da202
[bacula/bacula] / gui / bacula-web / style / default.css
1 body{
2   background-color: #ffffff;
3   padding: 3px;
4   margin: 0px;
5   font-family: Arial,Verdana;
6   font-size: 10pt;
7 }
8
9 a:link, a:visited {
10   color: #736F6E;
11   font-size: 10pt;
12 }
13
14 a:hover { color: #736F6E }
15
16 #nav
17 {
18  margin: 10px;
19  /*border: 1px solid green;*/
20  font-size: 11pt;
21 }
22
23 #nav a:link{
24  font-size: 11pt;
25  font-weight: bold;
26 }
27
28 #nav a:visited{
29  font-size: 11pt;
30  font-weight: bold;
31 }
32
33 #header{
34  width: 100%;
35  padding: 0px;
36  margin: 0px;
37  margin-bottom: 15px;
38  background-color: #736F6E;
39 }
40 #header p {
41  margin: 0px;
42  padding: 5px;
43  color: #FFFFFF;
44  vertical-align: middle;
45  font-size: 18pt;
46  font-variant: small-caps;
47  font-weight: bold;
48  text-align: right;
49 }
50
51 #subheader {
52  font-size: 10pt;
53  margin: 0em;
54  padding: 0px;
55  border-bottom: 1px solid black;
56 }
57 #subheader ul {
58  height: 20px;
59  margin: 0px;
60 }
61
62 #subheader li {
63  display: inline;
64  float: right;
65  padding: 0px 10px 0px 10px;
66 }
67
68 #subheader li a {
69  text-decoration: none;
70 }
71
72 #main_left {
73  position: absolute; 
74  left:10px; 
75  width: 500px; 
76  border:none; 
77  margin-top: 0px; 
78  background-color: #FFFFFF;
79 }
80
81 #main_right {
82  position: absolute; 
83  left:520px; 
84  width: 500px; 
85  border: none; 
86  margin-top: 0px;
87 }
88
89 #main_center {
90  position: absolute; 
91  left:10px; 
92  width: 900px; 
93  /*border: 1px solid red; */
94  margin-top: 0px;
95 }
96
97 .listbox {
98  /*border: 1px solid red;*/
99  width: 100%;
100  height: auto;
101  overflow: auto;
102  margin: 0px;
103  padding: 0px;
104  text-align: center;
105  max-height: 420px;
106 }
107
108 .box {
109  border: 1px solid black;
110  width: 100%;
111  margin: 10px 0px 0px 0px;
112  padding: 0px;
113  text-align: center;
114 }
115
116 .box p.title {
117  /*height: 25px;*/
118  text-align: center;
119  vertical-align: middle;
120  font-size: 11pt;
121  /*background-color: #1E90FF;*/
122  background-color: #888888;
123  color: white;
124  font-weight: bold;
125  padding: 5px;
126  margin: 0px;
127 }
128
129 .box p.title a {
130  color: #FFFFFF;
131  text-decoration: none;
132  font-size: 9pt;
133  float: right;
134  vertical-align: middle;
135 }
136
137 .box table.list
138 {
139  border-collapse: collapse;
140  width: 100%;
141  margin: 0px;
142 }
143
144 .box table
145 {
146  border-collapse: separate;
147  margin: 0px;
148 }
149
150 .box table th {
151  font-size: 10pt;
152  background-color: #CACACA;
153 }
154
155 .box table tr td
156 {
157  padding: 2px;
158  font-size: 8pt;
159  height: 20px;
160 }
161
162 .box table tr td.label
163 {
164  /*font-weight: bold;*/
165  background-color: #E0E0E0;
166  /*width: 150px;*/
167  text-align: left;
168  padding-left: 15px;
169  padding: 5px;
170  margin: 2px;
171 }
172
173 .box table tr td.info
174 {
175  text-align: center; 
176  vertical-align: middle;
177  /* padding-right: 8em; */
178  font-weight: bold;
179  background-color: #E0E0E0;
180  height: auto;
181  padding: 5px;
182 }
183
184 .box table tr td.info a { font-size: 8pt;}
185 table {
186  width: 100%;
187  margin: 0px;
188  border-collapse: collapse;
189 }
190 .pool_name {
191  text-align: left; 
192  font-weight: bold;
193  font-size: 9pt;
194  padding: 2px;
195  background-color: #E0C8E5; 
196  color: black; 
197 }
198
199 .tbl_vol_header {
200  text-align: center; 
201  background-image: url('../style/images/bg5.png'); 
202 }
203
204 td,input,select { 
205  font-family: Verdana,Arial; 
206  font-size: 7.5pt; 
207  color: #000000;
208 }
209 .back {
210  background-color: #E6E6F5; 
211 }
212 .tbl_header     {
213  background-color: #47A9E5; 
214 }
215 .genmed         { 
216  font-size : 11px; 
217 }
218 .tbl_medium     { 
219  border-bottom: black solid 1px;
220  border-left: black solid 1px;
221  border-right: black solid 1px;
222  border-top: black solid 1px;
223  background-color: #FDFFBF;
224 }
225
226 .tbl_pool_inter_1 { 
227  background-color: #D4D4D9; 
228  border-style: solid; 
229  border-left-width: 1px; 
230  border-top-width: 1px; 
231  border-right-width: 0px;
232  background-image:url('../style/images/bg5.png');
233 }
234 .tbl_pool_inter_2 { 
235  background-color: #D4D4D9; 
236  border-style: solid; 
237  border-left-width: 0px; 
238  border-top-width: 1px; 
239  border-right-width: 0px;
240 }
241 .tbl_pool_inter_3 { 
242  background-color: #D4D4D9; 
243  border-style: solid; 
244  border-left-width: 0px; 
245  border-top-width: 1px; 
246  border-right-width: 1px
247 }
248 .titulo         { 
249  font-size : 20px; 
250  background-color: #FDFFBF; 
251  border: #D1D7DC; 
252  border-style: solid;
253  border-left-width: 1px; 
254  border-top-width: 1px; 
255  border-right-width: 1px; 
256  border-bottom-width: 1px;
257 }
258 .tbl_header1    {
259  font-size : 14px;
260  background-color: #FDFFBF; 
261  border: #D1D7DC; 
262  border-style: solid;
263  border-left-width: 1px; 
264  border-top-width: 1px; 
265  border-right-width: 1px; 
266  border-bottom-width: 1px
267 }
268 .tbl_header2    {
269  font-size: 14px;
270  background-color: #FDFFBF;
271 }
272 .titulo2        { font-size : 13px; font-weight: bold; }
273 .table1         { background-color: #D1D7DC; }
274 .table2         { background-color: #A7D7D1; }
275 .table3         { background-color: #D1D7DC; }
276 .table4         { background-color: #A7D7D1; }
277
278 .code {
279  font-family: Courier, 'Courier New', sans-serif; 
280  font-size: 11px; 
281  color: #10738F;
282  background-color: #FAFAFA; 
283  border: #D1D7DC; 
284  border-style: solid;
285  border-left-width: 1px; 
286  border-top-width: 1px; 
287  border-right-width: 1px; 
288  border-bottom-width: 1px
289 }
290 .notas { 
291  font-size : 13px; 
292  color: red;
293 }
294 .header { 
295  font-size : 18px; 
296 }
297 .size_small { 
298  font-size: 9px; 
299 }
300