586d3329434493588bb72bab61596051a7aa97d5
[yaffs-website] / web / core / misc / print.css
1
2 body {
3   margin: 1em;
4   background-color: #fff;
5 }
6 [dir="rtl"] body {
7   direction: rtl;
8 }
9 th {
10   text-align: left; /* LTR */
11   color: #006;
12   border-bottom: 1px solid #ccc;
13 }
14 [dir="rtl"] th {
15   text-align: right;
16 }
17 tr:nth-child(odd) {
18   background-color: #ddd;
19 }
20 tr:nth-child(even) {
21   background-color: #fff;
22 }
23 td {
24   padding: 5px;
25 }