chiark / gitweb /
(no commit message)
[ThymeWiki.git] / local.css
1 /* ikiwiki local style sheet */
2
3 /* Add local styling here, instead of modifying style.css. */
4
5 tr:nth-child(odd) {background: #EEE}
6 table {border-collapse: collapse; 
7        border: 1px solid black; 
8        border-left: 0px; 
9        border-right: 0px}
10 td {border: 1px solid black; 
11     border-top: 0px; 
12     border-bottom: 0px;
13     margin-left: 2px;
14     margin-right: 2px}
15 td:first-child {border-left: 0px}
16 td:last-child {border-right: 0px}
17 thead {border: 1px solid black; border-left: 0px; border-right: 0px}
18 th {border: 1px solid black; 
19     border-top: 0px; 
20     border-bottom: 0px;
21     margin-left: 2px;
22     margin-right: 2px}
23 th:first-child {border-left: 0px}
24 th:last-child {border-right: 0px}
25
26 .header {margin-bottom:8px}