From: Jonathan Amery Date: Mon, 20 Apr 2015 21:44:37 +0000 (+0100) Subject: local.css from ThymeWiki X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~jdamery/git?a=commitdiff_plain;h=fb42b7932548a0e1a238a0d930d44dc30f6f93db;p=PlayersGuide.git local.css from ThymeWiki --- 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}