aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/static
diff options
context:
space:
mode:
authorPjotr Prins2020-05-29 11:00:08 -0500
committerPjotr Prins2020-05-29 11:00:08 -0500
commit92fa550c6edfeb9acc9a5cbc31c0c272f8703898 (patch)
treebd2ade8b9331a3ec0211d2af99d0bd39f1a4ed7d /bh20simplewebuploader/static
parent50a9933a997e468db3343023a580308b28edc653 (diff)
downloadbh20-seq-resource-92fa550c6edfeb9acc9a5cbc31c0c272f8703898.tar.gz
bh20-seq-resource-92fa550c6edfeb9acc9a5cbc31c0c272f8703898.tar.lz
bh20-seq-resource-92fa550c6edfeb9acc9a5cbc31c0c272f8703898.zip
Blog stuff
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r--bh20simplewebuploader/static/blog.css44
1 files changed, 44 insertions, 0 deletions
diff --git a/bh20simplewebuploader/static/blog.css b/bh20simplewebuploader/static/blog.css
new file mode 100644
index 0000000..145bada
--- /dev/null
+++ b/bh20simplewebuploader/static/blog.css
@@ -0,0 +1,44 @@
+.title { font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace }
+.table-of-contents { font-family: monospace; color: red; }
+/* .text-table-of-contents { font-family: monospace; color: black; font-size:80%; } */
+.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; }
+code { color: darkblue; }
+body {font-family: Palatino, 'Palatino Linotype', serif; color:black;background-color:#e5d8f0; font-size: large }
+
+div.verbatim { margin: 30px; 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 { margin: 30px; 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;
+}