6e69a3ba21e1913e3630d788c6b9aa81d2ac1ea1
[yaffs-website] / web / core / themes / stable / css / core / 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 }