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