summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2020-05-06 11:52:32 +0930
committerDaniel Jones <admin@danieljon.es>2020-05-06 11:52:32 +0930
commit14f39be69c94ec0b045a8c7153ad1eb1e275d401 (patch)
tree65b8a6a2a0b0c2a048b0e408671628b8e2630e5a
parenta4f46ca38c8d12552976ad374ff621ef92bc2075 (diff)
downloadwebsitegenerator-14f39be69c94ec0b045a8c7153ad1eb1e275d401.tar.gz
websitegenerator-14f39be69c94ec0b045a8c7153ad1eb1e275d401.zip
try white theme again
-rw-r--r--template.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/template.txt b/template.txt
index 8c6a8c7..0344cf3 100644
--- a/template.txt
+++ b/template.txt
@@ -22,25 +22,25 @@
url(/media/fontsassets/Agave-Regular.svg#Agave-Regular) format('svg');
}
-body{font-family: "Agave-Regular"; background: black; color: #999;}
+body{font-family: "Agave-Regular"; /*background: black; color: #999;*/}
img{max-width: 100%; max-height: 100%; overflow: hidden;}
-pre{overflow: auto; border-width: 1px; border-style: solid; border-color: black; background-color: #333339; color: #fff;}
+pre{overflow: auto; border-width: 1px; border-style: solid; border-color: black; /*background-color: #333339; color: #fff;*/}
.middle{text-align: center;}
.middiv{margin: auto; width: 80%;}
#gentag{text-align: center; font-size: 75%;}
-h1,h2,h3,h4{font-family: "Agave-Regular"; padding-left: 5px; color: #eee;}
+h1,h2,h3,h4{font-family: "Agave-Regular"; padding-left: 5px; /*color: #eee;*/}
hr{border-color: black;}
div.viewing{max-width: 70%; width: 100%; display: inline-block; margin: 10px;}
div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-left: 15px; padding-bottom: 20px;}
.content{max-width: 75%; margin: auto;}
.pinned{margin-left: 10px; display: inline-block; border-width: 1px; width: auto; outline: 1px solid #000; outline-offset: 10px;}
-.notes{margin-left: 10px; display: inline-block; border-width: 1px; width: auto; outline: 1px solid #000; outline-offset: 10px; max-height: 300px; max-width: 500px; overflow-y:scroll; background-color: #333339; color: #fff;}
+.notes{margin-left: 10px; display: inline-block; border-width: 1px; width: auto; outline: 1px solid #000; outline-offset: 10px; max-height: 300px; max-width: 500px; overflow-y:scroll; /*background-color: #333339; color: #fff;*/}
.js-message
{
color: white;
background: red;
}
-a{color: #eee;}
+/*a{color: #eee;}*/
</style>
</head>