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        border: 1px solid black; 
9        border-left: 0px; 
10        border-right: 0px}
11 td {border: 1px solid black; 
12     border-top: 0px; 
13     border-bottom: 0px;
14     padding-left: 2px;
15     padding-right: 2px}
16 td:first-child {border-left: 0px}
17 td:last-child {border-right: 0px}
18 thead {border: 1px solid black; border-left: 0px; border-right: 0px}
19 th {border: 1px solid black; 
20     border-top: 0px; 
21     border-bottom: 0px;
22     padding-left: 2px;
23     padding-right: 2px}
24 th:first-child {border-left: 0px}
25 th:last-child {border-right: 0px}
26
27 .header {margin-bottom:8px}