summaryrefslogtreecommitdiff
path: root/skin
diff options
context:
space:
mode:
authorPjotr Prins2022-01-31 23:14:32 -0600
committerPjotr Prins2022-01-31 23:14:32 -0600
commit01324eb6cfb91a13315bd29f461920ccc6629a98 (patch)
tree46aa92b16e9ee93d2e6092185f1a513cce455232 /skin
parente6d0e656521eb7585835a6bf66307cbaedc45e8a (diff)
downloadgn-gemtext-01324eb6cfb91a13315bd29f461920ccc6629a98.tar.gz
cleanup
Diffstat (limited to 'skin')
-rw-r--r--skin/genenetwork/gemtext.css37
1 files changed, 2 insertions, 35 deletions
diff --git a/skin/genenetwork/gemtext.css b/skin/genenetwork/gemtext.css
index 6f08fdd..f54743e 100644
--- a/skin/genenetwork/gemtext.css
+++ b/skin/genenetwork/gemtext.css
@@ -1,4 +1,4 @@
-.title { font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace; margin: -10px -25px 10px 40px; font-size: 300%; }
+.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; }
@@ -10,41 +10,8 @@ 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%; }
+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; }
-
-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;
-}