chiark / gitweb /
Merge branch 'master' of /home/wiki/thymewiki/ThymeWiki
[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 tr:last-child {background: white}
7 table {border-collapse: collapse; 
8        padding-top: 6pt}
9 td {border: 1px solid black; 
10     border-top: 0px; 
11     border-bottom: 0px;
12     padding-left: 2px;
13     padding-right: 2px}
14 td:first-child {border-left: 0px}
15 td:last-child {border-right: 0px}
16 thead {border: 1px solid black; border-left: 0px; border-right: 0px}
17 th {border: 1px solid black; 
18     border-top: 0px; 
19     border-bottom: 0px;
20     padding-left: 2px;
21     padding-right: 2px}
22 th:first-child {border-left: 0px}
23 th:last-child {border-right: 0px}
24
25 .header {margin-bottom:8px}