equal
deleted
inserted
replaced
1 /* |
1 /* |
2 Cusco Sky table styles |
2 Cusco Sky table styles |
3 written by Braulio Soncco http://www.buayacorp.com |
3 written by Braulio Soncco http://www.buayacorp.com |
4 */ |
4 */ |
5 |
5 |
6 table, th, td { |
6 table.datatable, .datatable th, .datatable td { |
7 border: 1px solid #D4E0EE; |
7 border: 1px solid #D4E0EE; |
8 border-collapse: collapse; |
8 border-collapse: collapse; |
9 font-family: "Trebuchet MS", Arial, sans-serif; |
9 font-family: "Trebuchet MS", Arial, sans-serif; |
10 color: #555; |
10 color: #555; |
11 } |
11 } |
12 |
12 |
|
13 table.datatable { |
|
14 width: 100%; |
|
15 } |
|
16 |
13 caption { |
17 caption { |
14 font-size: 150%; |
18 font-size: 150%; |
15 font-weight: bold; |
19 font-weight: bold; |
16 margin: 5px; |
20 margin: 5px; |
|
21 display: none; |
17 } |
22 } |
18 |
23 |
19 td, th { |
24 td, th { |
20 padding: 4px; |
25 padding: 4px; |
21 } |
26 } |
51 } |
56 } |
52 |
57 |
53 tfoot th, tfoot td { |
58 tfoot th, tfoot td { |
54 font-size: 85%; |
59 font-size: 85%; |
55 } |
60 } |
|
61 |
|
62 td.td-right { |
|
63 text-align: right; |
|
64 } |