equal
deleted
inserted
replaced
|
1 /* |
|
2 Cusco Sky table styles |
|
3 written by Braulio Soncco http://www.buayacorp.com |
|
4 */ |
|
5 |
|
6 table, th, td { |
|
7 border: 1px solid #D4E0EE; |
|
8 border-collapse: collapse; |
|
9 font-family: "Trebuchet MS", Arial, sans-serif; |
|
10 color: #555; |
|
11 } |
|
12 |
|
13 caption { |
|
14 font-size: 150%; |
|
15 font-weight: bold; |
|
16 margin: 5px; |
|
17 } |
|
18 |
|
19 td, th { |
|
20 padding: 4px; |
|
21 } |
|
22 |
|
23 thead th { |
|
24 text-align: center; |
|
25 background: #E6EDF5; |
|
26 color: #4F76A3; |
|
27 font-size: 100% !important; |
|
28 } |
|
29 |
|
30 tbody th { |
|
31 font-weight: bold; |
|
32 } |
|
33 |
|
34 tbody tr { background: #FCFDFE; } |
|
35 |
|
36 tbody tr.odd { background: #F7F9FC; } |
|
37 |
|
38 table a:link { |
|
39 color: #718ABE; |
|
40 text-decoration: none; |
|
41 } |
|
42 |
|
43 table a:visited { |
|
44 color: #718ABE; |
|
45 text-decoration: none; |
|
46 } |
|
47 |
|
48 table a:hover { |
|
49 color: #718ABE; |
|
50 text-decoration: underline !important; |
|
51 } |
|
52 |
|
53 tfoot th, tfoot td { |
|
54 font-size: 85%; |
|
55 } |