Mercurial > hg > cmmr2012-drupal-site
annotate core/misc/print.css @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children |
rev | line source |
---|---|
Chris@0 | 1 |
Chris@0 | 2 body { |
Chris@0 | 3 margin: 1em; |
Chris@0 | 4 background-color: #fff; |
Chris@0 | 5 } |
Chris@0 | 6 [dir="rtl"] body { |
Chris@0 | 7 direction: rtl; |
Chris@0 | 8 } |
Chris@0 | 9 th { |
Chris@0 | 10 text-align: left; /* LTR */ |
Chris@0 | 11 color: #006; |
Chris@0 | 12 border-bottom: 1px solid #ccc; |
Chris@0 | 13 } |
Chris@0 | 14 [dir="rtl"] th { |
Chris@0 | 15 text-align: right; |
Chris@0 | 16 } |
Chris@0 | 17 tr:nth-child(odd) { |
Chris@0 | 18 background-color: #ddd; |
Chris@0 | 19 } |
Chris@0 | 20 tr:nth-child(even) { |
Chris@0 | 21 background-color: #fff; |
Chris@0 | 22 } |
Chris@0 | 23 td { |
Chris@0 | 24 padding: 5px; |
Chris@0 | 25 } |