init
[garradin.git] / www / admin / static / print.css
1 @page {
2 size: A4;
3 margin: 1cm;
4 }
5
6 body {
7 background: #fff;
8 padding: 0;
9 }
10 .header .menu {
11 display: none;
12 }
13 .page {
14 margin: 0;
15 }
16 .header h1 {
17 margin: 0;
18 text-align: center;
19 }
20
21 table.list thead {
22 background: #000;
23 color: #fff;
24 }
25
26 table.list tfoot tr {
27 background: #666;
28 color: #fff;
29 }
30
31 table.list tr {
32 border: 1px solid #666;
33 }
34
35 table.list tr:nth-child(even) {
36 background: #ddd;
37 }
38
39 table.list.multi tr:nth-child(even) {
40 background: inherit;
41 }
42
43 table.list.multi tr:nth-child(4n+1), table.list.multi tr:nth-child(4n+2) {
44 background: #ddd;
45 }
46
47 #rapport table table {
48 border: 1px solid #666;
49 }
50
51 #rapport .parent {
52 background: #ccc;
53 }
54
55 #rapport table table tfoot tr {
56 background: #666;
57 color: #fff;
58 }