Rev 14424 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14424 | Rev 14734 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | /* table{width:100%} has been desactivated (in test) */ |
4 | /* table{width:100%} has been desactivated (in test) */ |
5 | 5 | ||
6 | 6 | ||
7 | /** |
7 | /** |
8 | * Foundation for Sites by ZURB |
8 | * Foundation for Sites by ZURB |
9 | * Version 6. |
9 | * Version 6.6.1 |
10 | * foundation.zurb.com |
10 | * foundation.zurb.com |
11 | * Licensed under MIT Open Source |
11 | * Licensed under MIT Open Source |
12 | */ |
12 | */ |
13 | /* Table styles */ |
13 | /* Table styles */ |
14 | table { |
14 | table { |
Line 20... | Line 20... | ||
20 | tbody, |
20 | tbody, |
21 | tfoot { |
21 | tfoot { |
22 | border: 1px solid #f1f1f1; |
22 | border: 1px solid #f1f1f1; |
23 | background-color: #fefefe; } |
23 | background-color: #fefefe; } |
24 | caption { |
24 | caption { |
25 | padding: .5rem .625rem .625rem; |
25 | padding: 0.5rem 0.625rem 0.625rem; |
26 | font-weight: bold; } |
26 | font-weight: bold; } |
27 | thead { |
27 | thead { |
28 | background: #f8f8f8; |
28 | background: #f8f8f8; |
29 | color: #0a0a0a; } |
29 | color: #0a0a0a; } |
30 | tfoot { |
30 | tfoot { |
Line 35... | Line 35... | ||
35 | background: transparent; } |
35 | background: transparent; } |
36 | thead th, |
36 | thead th, |
37 | thead td, |
37 | thead td, |
38 | tfoot th, |
38 | tfoot th, |
39 | tfoot td { |
39 | tfoot td { |
40 | padding: .5rem .625rem .625rem; |
40 | padding: 0.5rem 0.625rem 0.625rem; |
41 | font-weight: bold; |
41 | font-weight: bold; |
42 | /*text-align: left;*/ } |
42 | /*text-align: left;*/ } |
43 | tbody th, |
43 | tbody th, |
44 | tbody td { |
44 | tbody td { |
45 | padding: .5rem .625rem .625rem; } |
45 | padding: 0.5rem 0.625rem 0.625rem; } |
46 | tbody tr:nth-child(even) { |
46 | tbody tr:nth-child(even) { |
47 | border-bottom: 0; |
47 | border-bottom: 0; |
48 | background-color: #f1f1f1; } |
48 | background-color: #f1f1f1; } |
49 | table.unstriped tbody { |
49 | table.unstriped tbody { |
50 | background-color: #fefefe; } |
50 | background-color: #fefefe; } |
51 | table.unstriped tbody tr { |
51 | table.unstriped tbody tr { |
52 | border-bottom: 0; |
52 | border-bottom: 0; |
53 | border-bottom: 1px solid #f1f1f1; |
53 | border-bottom: 1px solid #f1f1f1; |
54 | background-color: #fefefe; } |
54 | background-color: #fefefe; } |
55 | 55 | ||
56 | @media screen and (max-width: 63.99875em) { |
56 | @media print, screen and (max-width: 63.99875em) { |
57 | table.stack thead { |
57 | table.stack thead { |
58 | display: none; } |
58 | display: none; } |
59 | table.stack tfoot { |
59 | table.stack tfoot { |
60 | display: none; } |
60 | display: none; } |
61 | table.stack tr, |
61 | table.stack tr, |