2003-09-25 07:27:22 +00:00
|
|
|
|
2003-01-02 23:35:04 +00:00
|
|
|
body {
|
|
|
|
margin: 1em;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
2013-07-02 12:40:19 +00:00
|
|
|
[dir="rtl"] body {
|
2013-06-28 08:47:08 +00:00
|
|
|
direction: rtl;
|
|
|
|
}
|
2003-01-02 23:35:04 +00:00
|
|
|
th {
|
2007-06-10 08:55:55 +00:00
|
|
|
text-align: left; /* LTR */
|
2003-01-02 23:35:04 +00:00
|
|
|
color: #006;
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
}
|
2013-07-02 12:40:19 +00:00
|
|
|
[dir="rtl"] th {
|
2013-06-28 08:47:08 +00:00
|
|
|
text-align: right;
|
|
|
|
}
|
2015-02-19 20:04:32 +00:00
|
|
|
tr:nth-child(odd) {
|
2003-01-02 23:35:04 +00:00
|
|
|
background-color: #ddd;
|
|
|
|
}
|
2017-05-19 16:46:41 +00:00
|
|
|
tr:nth-child(even) {
|
2003-01-02 23:35:04 +00:00
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
padding: 5px;
|
|
|
|
}
|