From 6a8802adae377224e86e7c75553cfefe19ba3fdf Mon Sep 17 00:00:00 2001 From: nekobit Date: Sat, 9 Jul 2022 03:42:11 +0000 Subject: [PATCH] Icons and template updates FossilOrigin-Name: 940f5314e2f0ee2d57a65e89726a0e1b15b522d947b3ff6430ac4c7ade52e840 --- dist/svg/globe.svg | 1 + dist/svg/lock.svg | 1 + dist/svg/rotate-right.svg | 1 + dist/svg/unlock.svg | 1 + dist/treebird.css | 14 +++++++------- static/index.tmpl | 4 ++-- static/post.tmpl | 37 +++++++++++++++++++++++++++++++++++++ 7 files changed, 50 insertions(+), 9 deletions(-) create mode 100644 dist/svg/globe.svg create mode 100644 dist/svg/lock.svg create mode 100644 dist/svg/rotate-right.svg create mode 100644 dist/svg/unlock.svg diff --git a/dist/svg/globe.svg b/dist/svg/globe.svg new file mode 100644 index 0000000..ed6d82f --- /dev/null +++ b/dist/svg/globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svg/lock.svg b/dist/svg/lock.svg new file mode 100644 index 0000000..4cbd17f --- /dev/null +++ b/dist/svg/lock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svg/rotate-right.svg b/dist/svg/rotate-right.svg new file mode 100644 index 0000000..96df641 --- /dev/null +++ b/dist/svg/rotate-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/svg/unlock.svg b/dist/svg/unlock.svg new file mode 100644 index 0000000..a4c0097 --- /dev/null +++ b/dist/svg/unlock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/dist/treebird.css b/dist/treebird.css index ece4059..cbdb3b9 100644 --- a/dist/treebird.css +++ b/dist/treebird.css @@ -4,25 +4,25 @@ padding: 0; } -html, body +body { - margin: 5px; - padding: 0; + margin-bottom: 40px; + margin-top: 10px; } html { - height: 100%; + background-attachment: fixed !important; + background-size: cover !important; + background-color: unset !important; background-color: #eee; } body { - background-attachment: fixed; - background-size: cover; - background-color: unset; font-family: sans-serif, Arial, Helvetica; color: #040404; + height: 100%; } /* Basic elements */ diff --git a/static/index.tmpl b/static/index.tmpl index bc1c244..ac62bc4 100644 --- a/static/index.tmpl +++ b/static/index.tmpl @@ -1,5 +1,5 @@ - + {{ %s : title }} @@ -9,7 +9,7 @@ - +