summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2022-01-31 23:44:09 -0600
committerPjotr Prins2022-01-31 23:44:09 -0600
commitb95e0845f1c32f28eb8e35a014b55cd4eaee3651 (patch)
treebee3f5cb211cd34eb0b79c96acb16df0391bcbf3
parent01324eb6cfb91a13315bd29f461920ccc6629a98 (diff)
downloadgn-gemtext-b95e0845f1c32f28eb8e35a014b55cd4eaee3651.tar.gz
default skin added
-rw-r--r--skin/default/gemtext.css17
-rw-r--r--skin/default/header.html1
2 files changed, 18 insertions, 0 deletions
diff --git a/skin/default/gemtext.css b/skin/default/gemtext.css
new file mode 100644
index 0000000..f54743e
--- /dev/null
+++ b/skin/default/gemtext.css
@@ -0,0 +1,17 @@
+.title { text-align: center; font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace; margin: 1px 1px 10px 1px; font-size: 300%; font-weight: bold; }
+.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.banner { background-color: #336699; color: white ; margin: -10px; }
+div.menu { background-color: #d5d5d5; }
+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); }
+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; }
diff --git a/skin/default/header.html b/skin/default/header.html
new file mode 100644
index 0000000..0173df7
--- /dev/null
+++ b/skin/default/header.html
@@ -0,0 +1 @@
+<link rel="Blog stylesheet" type="text/css" href="/skin/default/gemtext.css" />