]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/style/default.css
b8129e2c5a6bc67dcca9bb9b639fc782ea724b15
[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 }
160
161 .box table tr td.label
162 {
163  /*font-weight: bold;*/
164  background-color: #E0E0E0;
165  /*width: 150px;*/
166  text-align: left;
167  padding-left: 15px;
168  padding: 3px;
169  margin: 2px;
170 }
171
172 .box table tr td.info
173 {
174  text-align: center; 
175  /* padding-right: 8em; */
176  font-weight: bold;
177  background-color: #E0E0E0;
178 }
179
180 .box table tr td.info a { font-size: 8pt;}
181 table {
182  width: 100%;
183  margin: 0px;
184  border-collapse: collapse;
185 }
186 .pool_name {
187  text-align: left; 
188  font-weight: bold;
189  font-size: 9pt;
190  padding: 2px;
191  background-color: #E0C8E5; 
192  color: black; 
193 }
194
195 .tbl_vol_header {
196  text-align: center; 
197  background-image: url('../style/images/bg5.png'); 
198 }
199
200 td,input,select { 
201  font-family: Verdana,Arial; 
202  font-size: 7.5pt; 
203  color: #000000;
204 }
205 .back {
206  background-color: #E6E6F5; 
207 }
208 .tbl_header     {
209  background-color: #47A9E5; 
210 }
211 .genmed         { 
212  font-size : 11px; 
213 }
214 .tbl_medium     { 
215  border-bottom: black solid 1px;
216  border-left: black solid 1px;
217  border-right: black solid 1px;
218  border-top: black solid 1px;
219  background-color: #FDFFBF;
220 }
221
222 .tbl_pool_inter_1 { 
223  background-color: #D4D4D9; 
224  border-style: solid; 
225  border-left-width: 1px; 
226  border-top-width: 1px; 
227  border-right-width: 0px;
228  background-image:url('../style/images/bg5.png');
229 }
230 .tbl_pool_inter_2 { 
231  background-color: #D4D4D9; 
232  border-style: solid; 
233  border-left-width: 0px; 
234  border-top-width: 1px; 
235  border-right-width: 0px;
236 }
237 .tbl_pool_inter_3 { 
238  background-color: #D4D4D9; 
239  border-style: solid; 
240  border-left-width: 0px; 
241  border-top-width: 1px; 
242  border-right-width: 1px
243 }
244 .titulo         { 
245  font-size : 20px; 
246  background-color: #FDFFBF; 
247  border: #D1D7DC; 
248  border-style: solid;
249  border-left-width: 1px; 
250  border-top-width: 1px; 
251  border-right-width: 1px; 
252  border-bottom-width: 1px;
253 }
254 .tbl_header1    {
255  font-size : 14px;
256  background-color: #FDFFBF; 
257  border: #D1D7DC; 
258  border-style: solid;
259  border-left-width: 1px; 
260  border-top-width: 1px; 
261  border-right-width: 1px; 
262  border-bottom-width: 1px
263 }
264 .tbl_header2    {
265  font-size: 14px;
266  background-color: #FDFFBF;
267 }
268 .titulo2        { font-size : 13px; font-weight: bold; }
269 .table1         { background-color: #D1D7DC; }
270 .table2         { background-color: #A7D7D1; }
271 .table3         { background-color: #D1D7DC; }
272 .table4         { background-color: #A7D7D1; }
273
274 .code {
275  font-family: Courier, 'Courier New', sans-serif; 
276  font-size: 11px; 
277  color: #10738F;
278  background-color: #FAFAFA; 
279  border: #D1D7DC; 
280  border-style: solid;
281  border-left-width: 1px; 
282  border-top-width: 1px; 
283  border-right-width: 1px; 
284  border-bottom-width: 1px
285 }
286 .notas { 
287  font-size : 13px; 
288  color: red;
289 }
290 .header { 
291  font-size : 18px; 
292 }
293 .size_small { 
294  font-size: 9px; 
295 }
296