]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/style/default.css
e5a6220c0e6d55825fa3aa099f079c03159cf31c
[bacula/bacula] / gui / bacula-web / style / default.css
1 body{
2   background-color: #ffffff;
3   padding: 0px;
4   margin: 0px;
5   font-family: Arial,Verdana;
6   font-size: 10pt;
7   text-align: left;
8   vertical-align: middle;
9 }
10
11 a:link, a:visited, a:hover, a:visited {
12   color: #736F6E;
13   font-size: 10pt;
14 }
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: 400px; 
76  border:none; 
77  margin-top: 0px; 
78  background-color: #FFFFFF;
79 }
80
81 #main_right {
82  position: absolute; 
83  left:420px; 
84  width: 400px; 
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 10px 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: 2px;
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: right;
158  font-weight: bold;
159  background-color: #E0E0E0;
160  height: auto;
161  padding: 2px;
162  padding-right: 10px;
163  margin: 0px;
164 }
165
166 .box table tr td.info a { font-size: 8pt;}
167
168 .odd { background-color: #DCDCDC; }
169
170 table {
171  width: 100%;
172  margin: 0px;
173  border-collapse: collapse;
174 }
175 .pool_name {
176  text-align: left; 
177  font-weight: bold;
178  font-size: 9pt;
179  padding: 2px;
180  background-color: #E0C8E5; 
181  color: black; 
182 }
183
184 .back {
185  background-color: #E6E6F5; 
186 }
187
188 .tbl_header     {
189  background-color: #E0E0E0; 
190  color: #000000;
191  font-weight: bold;
192 }
193
194 .genmed         { 
195  font-size : 11px; 
196 }
197 .tbl_medium     { 
198  border-bottom: black solid 1px;
199  border-left: black solid 1px;
200  border-right: black solid 1px;
201  border-top: black solid 1px;
202  background-color: #FDFFBF;
203 }
204
205 .titulo         { 
206  font-size : 20px; 
207  background-color: #FDFFBF; 
208  border: #D1D7DC; 
209  border-style: solid;
210  border-left-width: 1px; 
211  border-top-width: 1px; 
212  border-right-width: 1px; 
213  border-bottom-width: 1px;
214 }
215 .tbl_header1    {
216  font-size : 14px;
217  background-color: #FDFFBF; 
218  border: #D1D7DC; 
219  border-style: solid;
220  border-left-width: 1px; 
221  border-top-width: 1px; 
222  border-right-width: 1px; 
223  border-bottom-width: 1px
224 }
225 .tbl_header2    {
226  font-size: 14px;
227  background-color: #FDFFBF;
228 }
229 .titulo2        { font-size : 13px; font-weight: bold; }
230 .table1         { background-color: #D1D7DC; }
231 .table2         { background-color: #A7D7D1; }
232 .table3         { background-color: #D1D7DC; }
233 .table4         { background-color: #A7D7D1; }
234
235 .code {
236  font-family: Courier, 'Courier New', sans-serif; 
237  font-size: 11px; 
238  color: #10738F;
239  background-color: #FAFAFA; 
240  border: #D1D7DC; 
241  border-style: solid;
242  border-left-width: 1px; 
243  border-top-width: 1px; 
244  border-right-width: 1px; 
245  border-bottom-width: 1px
246 }
247 .notas { 
248  font-size : 13px; 
249  color: red;
250 }
251
252 .size_small { 
253  font-size: 9px; 
254 }
255