From 8f519e4b3a4230c5bf88168496b1a8856a22a71c Mon Sep 17 00:00:00 2001 From: Senji Date: Fri, 10 Jul 2015 23:24:41 +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 00000000..b702d4bb --- /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