about summary refs log tree commit diff
path: root/sourcecodes/scripts/table.css~
diff options
context:
space:
mode:
authorziejd22021-02-24 14:36:59 -0600
committerziejd22021-02-24 14:36:59 -0600
commit25b843f6bbacb1937bdb960777b73acbece64115 (patch)
tree88645b9d1d8a0eea19d7229555bf8805571bc8b7 /sourcecodes/scripts/table.css~
parent33cedf36248f616aa37d1462c69a4a3058a5d92e (diff)
downloadBNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz
GENENET8 update
Diffstat (limited to 'sourcecodes/scripts/table.css~')
-rw-r--r--sourcecodes/scripts/table.css~42
1 files changed, 42 insertions, 0 deletions
diff --git a/sourcecodes/scripts/table.css~ b/sourcecodes/scripts/table.css~
new file mode 100644
index 00000000..576f690f
--- /dev/null
+++ b/sourcecodes/scripts/table.css~
@@ -0,0 +1,42 @@
+  * {
+margin: 0;
+padding: 0;
+}
+d3_table {
+width: 100%;
+  border-collapse: collapse;
+  margin: 8;
+}
+d3_caption {
+  font-size: 16pt;
+  text-align: left;
+}
+/* Zebra striping */
+d3_tr:nth-of-type(even) {
+background: LightGrey;
+}
+d3_th {
+background: #3071a9;
+color: white;
+font-size: 12pt;
+font-weight: normal;
+}
+
+d3_td, d3_th {
+padding: 6px;
+border: 1px solid #ccc;
+    text-align: center;
+}
+.horizontal-header {
+background: #3071a9;
+color: white;
+  font-size: 12pt;
+}
+.corner-header {
+background: LightGrey;
+color: black;
+  font-size: 12pt;
+}
+
+
+