]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/style/default.css
bacula-web: Fixed some html and css issue
[bacula/bacula] / gui / bacula-web / style / default.css
1 body{
2   background-color: #ffffff;
3 }
4
5 a:link { color: #0000c0 }
6 a:visited { color: #0000c0 }
7 a:hover { color: #6040ff }
8 img {border: 0}
9
10 td,input,select { 
11  font-family: Verdana,Arial; 
12  font-size: 7.5pt; 
13  color: #000000;
14 }
15 .back {
16  background-color: #E6E6F5; 
17 }
18 .tbl_header     {
19  background-color: #47A9E5; 
20 }
21 .genmed         { 
22  font-size : 11px; 
23 }
24 .tbl_medium     { 
25  border-bottom: black solid 1px;
26  border-left: black solid 1px;
27  border-right: black solid 1px;
28  border-top: black solid 1px;
29  background-color: #FDFFBF;
30 }
31
32 .tbl_pool_inter_1 { 
33  background-color: #D4D4D9; 
34  border-style: solid; 
35  border-left-width: 1px; 
36  border-top-width: 1px; 
37  border-right-width: 0px;
38 }
39 .tbl_pool_inter_2 { 
40  background-color: #D4D4D9; 
41  border-style: solid; 
42  border-left-width: 0px; 
43  border-top-width: 1px; 
44  border-right-width: 0px;
45 }
46 .tbl_pool_inter_3 { 
47  background-color: #D4D4D9; 
48  border-style: solid; 
49  border-left-width: 0px; 
50  border-top-width: 1px; 
51  border-right-width: 1px
52 }
53 .titulo         { 
54  font-size : 20px; 
55  background-color: #FDFFBF; 
56  border: #D1D7DC; 
57  border-style: solid;
58  border-left-width: 1px; 
59  border-top-width: 1px; 
60  border-right-width: 1px; 
61  border-bottom-width: 1px;
62 }
63 .tbl_header1    {
64  font-size : 14px;
65  background-color: #FDFFBF; 
66  border: #D1D7DC; 
67  border-style: solid;
68  border-left-width: 1px; 
69  border-top-width: 1px; 
70  border-right-width: 1px; 
71  border-bottom-width: 1px
72 }
73 .tbl_header2    {
74  font-size: 14px;
75  background-color: #FDFFBF;
76 }
77 .titulo2        { font-size : 13px; font-weight: bold; }
78 .table1         { background-color: #D1D7DC; }
79 .table2         { background-color: #A7D7D1; }
80 .table3         { background-color: #D1D7DC; }
81 .table4         { background-color: #A7D7D1; }
82
83 .code {
84  font-family: Courier, 'Courier New', sans-serif; 
85  font-size: 11px; 
86  color: #10738F;
87  background-color: #FAFAFA; 
88  border: #D1D7DC; 
89  border-style: solid;
90  border-left-width: 1px; 
91  border-top-width: 1px; 
92  border-right-width: 1px; 
93  border-bottom-width: 1px
94 }
95 .notas { 
96  font-size : 13px; 
97  color: red;
98 }
99 .header { 
100  font-size : 18px; 
101 }
102 .size_small { 
103  font-size: 9px; 
104 }