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