From da36c07976e58eb3cec7208ba431b3967a86ecdf Mon Sep 17 00:00:00 2001
From: Pjotr Prins
Date: Mon, 31 Jan 2022 05:22:37 -0600
Subject: skin: adding a first skin for the proxy
---
skin/README | 1 +
skin/genenetwork/banner.html | 7 +++++++
skin/genenetwork/footer.html | 3 +++
skin/genenetwork/gemtext.css | 46 ++++++++++++++++++++++++++++++++++++++++++++
skin/genenetwork/head.html | 1 +
skin/genenetwork/header.html | 1 +
6 files changed, 59 insertions(+)
create mode 100644 skin/README
create mode 100644 skin/genenetwork/banner.html
create mode 100644 skin/genenetwork/footer.html
create mode 100644 skin/genenetwork/gemtext.css
create mode 100644 skin/genenetwork/head.html
create mode 100644 skin/genenetwork/header.html
(limited to 'skin')
diff --git a/skin/README b/skin/README
new file mode 100644
index 0000000..7570fd8
--- /dev/null
+++ b/skin/README
@@ -0,0 +1 @@
+This folder contains static skin files for display in the web-proxy
diff --git a/skin/genenetwork/banner.html b/skin/genenetwork/banner.html
new file mode 100644
index 0000000..49f2d8c
--- /dev/null
+++ b/skin/genenetwork/banner.html
@@ -0,0 +1,7 @@
+
GeneNetwork issue tracker
+
+GeneNetwork.org |
+Issue tracker |
+Index |
+About
+
diff --git a/skin/genenetwork/footer.html b/skin/genenetwork/footer.html
new file mode 100644
index 0000000..f9c2799
--- /dev/null
+++ b/skin/genenetwork/footer.html
@@ -0,0 +1,3 @@
+
+
+Life in plain text! This site is built with 4G: gemini, gemtext, git, guile! With a dash of Sinatra.
diff --git a/skin/genenetwork/gemtext.css b/skin/genenetwork/gemtext.css
new file mode 100644
index 0000000..ff3fa38
--- /dev/null
+++ b/skin/genenetwork/gemtext.css
@@ -0,0 +1,46 @@
+.title { font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace }
+.table-of-contents { font-family: monospace; color: red; }
+.timestamp { font-family: monospace; color: darkgreen; }
+
+h1,h2 { font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace; color:black;background-color:#F0F8FF; }
+h2,h3,h4 { color: darkblue; }
+body {font-family: Palatino, 'Palatino Linotype', serif; color:black; font-size: large }
+
+div.verbatim { color: black; background-color: white; border-style:outset; font-family: palatino font, monospace; font-size:80%; font-weight:bold; }
+div.quote { font-family: palatino font, monospace; font-size:80%; }
+div.quotation { font-family: palatino font, monospace; font-size:80%; }
+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; }
+
+div[id="text-table-of-contents"]{
+ font-family: palatino font, monospace; background-color:white;
+ border-style: dotted;
+ border-color: #98bf21;
+ border-width: 1px;
+}
+div[class^="outline-text"] {
+ background-color:#ebe6f0;
+ border-style: dotted;
+ border-color: #98bf21;
+ border-width: 1px;
+ font-family: Palatino, 'Palatino Linotype', serif; color:black; font-size: large
+}
+span[class="todo TESTING"] {
+ color:purple;
+}
+span[class="todo IN_PROGRESS"] {
+ color:brown;
+}
+span[class^="section-number"] {
+ color:grey;
+}
+span[class="journal"] {
+ color:darkblue;
+}
+span[class="year"] {
+ color:darkred;
+}
+span[class="pjotr"] {
+ font-variant: small-caps;
+ color: darkgreen;
+}
diff --git a/skin/genenetwork/head.html b/skin/genenetwork/head.html
new file mode 100644
index 0000000..5835715
--- /dev/null
+++ b/skin/genenetwork/head.html
@@ -0,0 +1 @@
+
diff --git a/skin/genenetwork/header.html b/skin/genenetwork/header.html
new file mode 100644
index 0000000..774e9de
--- /dev/null
+++ b/skin/genenetwork/header.html
@@ -0,0 +1 @@
+
--
cgit v1.2.3