chiark / gitweb /
local.css from ThymeWiki
authorJonathan Amery <jdamery+zgit@ysolde.ucam.org>
Mon, 20 Apr 2015 21:44:37 +0000 (22:44 +0100)
committerJonathan Amery <jdamery+zgit@ysolde.ucam.org>
Mon, 20 Apr 2015 21:44:37 +0000 (22:44 +0100)
local.css [new file with mode: 0644]

diff --git a/local.css b/local.css
new file mode 100644 (file)
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}