]> git.sur5r.net Git - bacula/bacula/blob - gui/bacula-web/templates/css.tpl
commit changes
[bacula/bacula] / gui / bacula-web / templates / css.tpl
1 <style>
2 {literal}
3 a:link { color: #0000c0 }
4 a:visited { color: #0000c0 }
5 a:hover { color: #6040ff }
6 img {border: 0}
7 td,input,select { font-family: Verdana,Arial; font-size: 7.5pt; color: #000000 }
8 .back           { background-color: #E6E6F5; } {* Background color for main table *}
9 .tbl_header     { background-color: #47A9E5; }
10 .genmed         { font-size : 11px; }
11 .tbl_medium     { border-bottom: black solid 1px;
12                 border-left: black solid 1px;
13                 border-right: black solid 1px;
14                 border-top: black solid 1px;
15                 background-color: #FDFFBF;
16                 }
17 .tbl_pool_inter_1 { background-color: #D4D4D9; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 0px;}
18 .tbl_pool_inter_2 { background-color: #D4D4D9; border-style: solid; border-left-width: 0px; border-top-width: 1px; border-right-width: 0px;}
19 .tbl_pool_inter_3 { background-color: #D4D4D9; border-style: solid; border-left-width: 0px; border-top-width: 1px; border-right-width: 1px}
20 .titulo         { 
21         font-size : 20px; 
22         background-color: #FDFFBF; border: #D1D7DC; border-style: solid;
23         border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
24 }
25 .tbl_header1    {
26     font-size : 14px;
27     background-color: #FDFFBF; border: #D1D7DC; border-style: solid;
28     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
29 }
30 .tbl_header2    {
31         font-size: 14px;
32         background-color: #FDFFBF;
33 }
34 .titulo2        { font-size : 13px; font-weight: bold; }
35 .table1         { background-color: #D1D7DC; }
36 .table2         { background-color: #A7D7D1; }
37 .table3         { background-color: #D1D7DC; }
38 .table4         { background-color: #A7D7D1; }
39 .code {
40         font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #10738F;
41         background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
42         border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
43 }
44 .notas { font-size : 13px; color: red;}
45 .header { font-size : 18px; }
46 .size_small { font-size: 9px; }
47 {/literal}
48 </style>