From fb42b7932548a0e1a238a0d930d44dc30f6f93db Mon Sep 17 00:00:00 2001 From: Jonathan Amery Date: Mon, 20 Apr 2015 22:44:37 +0100 Subject: [PATCH] local.css from ThymeWiki --- local.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 local.css diff --git a/local.css b/local.css new file mode 100644 index 0000000..b702d4b --- /dev/null +++ b/local.css @@ -0,0 +1,28 @@ +/* ikiwiki local style sheet */ + +/* Add local styling here, instead of modifying style.css. */ + +tr:nth-child(odd) {background: #EEE} +tr:last-child {background: white} +table {border-collapse: collapse; + margin-top: 6pt} +td {border: 1px solid black; + border-top: 0px; + border-bottom: 0px; + padding-left: 4px; + padding-right: 4px} +td:first-child {border-left: 0px} +td:last-child {border-right: 0px} +thead {border: 1px solid black; + border-top: 0px; + border-left: 0px; + border-right: 0px} +th {border: 1px solid black; + border-top: 0px; + border-bottom: 0px; + padding-left: 4px; + padding-right: 4px} +th:first-child {border-left: 0px} +th:last-child {border-right: 0px} + +.header {margin-bottom:8px} -- 2.30.2