]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/style/default.css
bacula-web: Enabled catalog selection in header template
[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: 0px;
38  background-color: #736F6E;
39 }
40
41 #header p {
42  margin: 0px;
43  padding: 5px;
44  color: #FFFFFF;
45  vertical-align: middle;
46  font-size: 18pt;
47  font-variant: small-caps;
48  font-weight: bold;
49  text-align: right;
50 }
51
52 #subheader {
53  font-size: 10pt;
54  margin: 0em;
55  padding: 0px;
56  border-bottom: 1px solid black;
57  height: 30px;
58 }
59
60 #subheader ul {
61  height: 30px;
62  margin: 0px;
63  /* margin-top: 5px; */
64 }
65
66 #subheader li {
67  display: inline;
68  float: right;
69  padding: 0px 10px 0px 10px;
70  margin-top: 5px;
71  vertical-align: middle;
72 }
73
74 #subheader li a {
75  text-decoration: none;
76 }
77
78 #main_left {
79  position: absolute; 
80  left:10px; 
81  width: 400px; 
82  border:none; 
83  margin-top: 0px; 
84  background-color: #FFFFFF;
85 }
86
87 #main_middle {
88  position: absolute;
89  left:420px;
90  width: 400px;
91  border: none;
92  margin-top: 0px;
93 }
94 #main_right {
95  position: absolute; 
96  left: 830px; 
97  width: 350px; 
98  border: none; 
99  margin-top: 0px;
100 }
101
102 #main_center {
103  position: absolute; 
104  left:10px; 
105  width: 1000px; 
106  /*border: 1px solid red; */
107  margin-top: 0px;
108 }
109
110 .listbox {
111  /*border: 1px solid red;*/
112  width: 100%;
113  height: auto;
114  overflow: auto;
115  margin: 0px;
116  padding: 0px;
117  text-align: center;
118  max-height: 420px;
119 }
120
121 .box {
122  border: 1px solid black;
123  width: 100%;
124  margin: 10px 0px 10px 0px;
125  padding: 0px;
126  text-align: center;
127 }
128
129 .box p.title {
130  /*height: 25px;*/
131  text-align: center;
132  vertical-align: middle;
133  font-size: 11pt;
134  /*background-color: #1E90FF;*/
135  background-color: #888888;
136  color: white;
137  font-weight: bold;
138  padding: 5px;
139  margin: 0px;
140 }
141
142 .box p.title a {
143  color: #FFFFFF;
144  text-decoration: none;
145  font-size: 9pt;
146  float: right;
147  vertical-align: middle;
148 }
149
150 .box table tr td
151 {
152  padding: 3px;
153  font-size: 8pt;
154  height: 20px;
155 }
156
157 .box table tr td.label
158 {
159  /*font-weight: bold;*/
160  background-color: #E0E0E0;
161  /*width: 150px;*/
162  text-align: left;
163  padding-left: 15px;
164  padding: 5px;
165  margin: 2px;
166 }
167
168 .box table td.info
169 {
170  text-align: right;
171  font-weight: bold;
172  background-color: #E0E0E0;
173  height: auto;
174  padding: 2px;
175  padding-right: 10px;
176  margin: 0px;
177 }
178
179 .box table tr td.info a { font-size: 8pt;}
180
181 .odd { background-color: #DCDCDC; }
182
183 table {
184  width: 100%;
185  margin: 0px;
186  border-collapse: collapse;
187 }
188 .pool_name {
189  text-align: left; 
190  font-weight: bold;
191  font-size: 9pt;
192  padding: 2px;
193  background-color: #E0C8E5; 
194  color: black; 
195 }
196
197 .back {
198  background-color: #E6E6F5; 
199 }
200
201 .tbl_header     {
202  background-color: #E0E0E0; 
203  color: #000000;
204  font-weight: bold;
205 }
206
207 .genmed         { 
208  font-size : 11px; 
209 }
210 .tbl_medium     { 
211  border-bottom: black solid 1px;
212  border-left: black solid 1px;
213  border-right: black solid 1px;
214  border-top: black solid 1px;
215  background-color: #FDFFBF;
216 }
217
218 .titulo         { 
219  font-size : 20px; 
220  background-color: #FDFFBF; 
221  border: #D1D7DC; 
222  border-style: solid;
223  border-left-width: 1px; 
224  border-top-width: 1px; 
225  border-right-width: 1px; 
226  border-bottom-width: 1px;
227 }
228 .tbl_header1    {
229  font-size : 14px;
230  background-color: #FDFFBF; 
231  border: #D1D7DC; 
232  border-style: solid;
233  border-left-width: 1px; 
234  border-top-width: 1px; 
235  border-right-width: 1px; 
236  border-bottom-width: 1px
237 }
238 .tbl_header2    {
239  font-size: 14px;
240  background-color: #FDFFBF;
241 }
242 .titulo2        { font-size : 13px; font-weight: bold; }
243 .table1         { background-color: #D1D7DC; }
244 .table2         { background-color: #A7D7D1; }
245 .table3         { background-color: #D1D7DC; }
246 .table4         { background-color: #A7D7D1; }
247
248 .code {
249  font-family: Courier, 'Courier New', sans-serif; 
250  font-size: 11px; 
251  color: #10738F;
252  background-color: #FAFAFA; 
253  border: #D1D7DC; 
254  border-style: solid;
255  border-left-width: 1px; 
256  border-top-width: 1px; 
257  border-right-width: 1px; 
258  border-bottom-width: 1px
259 }
260 .notas { 
261  font-size : 13px; 
262  color: red;
263 }
264
265 .size_small { 
266  font-size: 9px; 
267 }
268