summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2022-02-02 03:56:45 -0600
committerPjotr Prins2022-02-02 03:56:45 -0600
commita42c4e123c8f94c05443789af0296f4c1c6fa636 (patch)
tree4ac8bec3e55f1acd9c719b3e5e1ed2720d830d14
parent56ee4c68a2893e3803a35f63312256c9f5de2524 (diff)
downloadgn-gemtext-a42c4e123c8f94c05443789af0296f4c1c6fa636.tar.gz
settings
-rw-r--r--settings.yaml7
-rw-r--r--skin/genenetwork/gemtext.css31
2 files changed, 38 insertions, 0 deletions
diff --git a/settings.yaml b/settings.yaml
new file mode 100644
index 0000000..ea6e825
--- /dev/null
+++ b/settings.yaml
@@ -0,0 +1,7 @@
+---
+home:
+  url: https://genenetwork.org/
+repo: gn-gemtext-threads
+git-home: https://github.com/genenetwork/gn-gemtext-threads
+git-edit-prefix: https://github.com/genenetwork/gn-gemtext-threads/edit/main
+
diff --git a/skin/genenetwork/gemtext.css b/skin/genenetwork/gemtext.css
index f54743e..9cd069c 100644
--- a/skin/genenetwork/gemtext.css
+++ b/skin/genenetwork/gemtext.css
@@ -8,6 +8,7 @@ body {font-family: Palatino, 'Palatino Linotype', serif; color:black; font-size:
 
 div.banner { background-color: #336699; color: white ; margin: -10px; }
 div.menu { background-color: #d5d5d5; }
+div.edit { text-align: right; }
 div.footer { color: #336699; background-color: white }
 div.verbatim { color: black; background-color: lightyellow; border-style:outset; font-family: palatino font, monospace; border-width: 2px ; font-size:110%;  font-weight:bold; }
 div.quote { font-family: palatino font, monospace; font-weight: bold; color: darkblue ;  font-size:90%; border-left: 4px solid rgb(4, 170, 109); }
@@ -15,3 +16,33 @@ div.quotation { font-family: palatino font, monospace; font-size:80%; }
 pre { margin: 15px; }
 pre.example { font-family: prestige, monospace; color:black; font-size:70%; background-color: lightyellow;  }
 pre.src { font-family: prestige, monospace; font-weight: bold; color:white; font-size:80%; background-color: black;  }
+
+
+.github-btn-container {
+    margin: 13px 0px;
+    display: flex;
+    width: 95vw;
+    justify-content: flex-end;
+}
+
+.github-btn {
+    display: flex;
+    justify-content: center;
+    border: 2px solid #357ebd;
+    background: lightgrey;
+    padding: 0px 2px;
+    width: 130px;
+    border-radius: 16px;
+}
+
+.github-btn a {
+    align-self: center;
+    font-weight: bold;
+    color: #357ebd;
+}
+
+.github-btn a img {
+    height: 40px;
+    width: 40px;
+    padding-left:5px;
+}