test 1 | test 2 | test 3 |
test 1 | test 2 | test 3 |
test 1 | test 2 | test 3 |
test 1 | test 2 | test 3 |
test 1 | test 2 | test 3 |
test 1 | test 2 | test 3 |
table tr {
background-color: #eee;
}
table tr.even,
table tr:nth-child(even) {
background-color: #fff;
}
table td {
padding: 5px 10px;
}
table#uzivatele tr {
background-color: #494848;
}
table#uzivatele tr.even,
table#uzivatele tr:nth-child(even) {
background-color: #303030;
}
table#uzivatele td {
color: #fff;
}