tMove CSS to the HTML template. - blck - ephemeral pastebin/url shortener [h|git clone https://git.parazyd.org/blck|URL:https://git.parazyd.org/blck|server|port] [1|Log|/git/blck/log.gph|server|port] [1|Files|/git/blck/files.gph|server|port] [1|Refs|/git/blck/refs.gph|server|port] [1|README|/git/blck/file/README.md.gph|server|port] [1|LICENSE|/git/blck/file/LICENSE.gph|server|port] --- [1|commit b802c1766f238783837d20a0985e814e79021cad|/git/blck/commit/b802c1766f238783837d20a0985e814e79021cad.gph|server|port] [1|parent 02b7e9b121521058d1984279ea1f58040ad654c8|/git/blck/commit/02b7e9b121521058d1984279ea1f58040ad654c8.gph|server|port] [h|Author: parazyd |URL:mailto:parazyd@dyne.org|server|port] Date: Tue, 9 Feb 2021 06:33:57 +0100 Move CSS to the HTML template. Diffstat: D static/bg.png | 0 D static/copse.woff | 0 D static/style.css | 26 -------------------------- M templates/index.html | 28 ++++++++++++++++++++++++++-- 4 files changed, 26 insertions(+), 28 deletions(-) --- [1|diff --git a/static/bg.png b/static/bg.png|/git/blck/file/static/bg.png.gph|server|port] Binary files differ. [1|diff --git a/static/copse.woff b/static/copse.woff|/git/blck/file/static/copse.woff.gph|server|port] Binary files differ. [1|diff --git a/static/style.css b/static/style.css|/git/blck/file/static/style.css.gph|server|port] t@@ -1,26 +0,0 @@ -@font-face { font-family: copse; src: url('copse.woff'); } - -body { - background: #f4f5e7 url('bg.png') no-repeat top right !important; - color: #222; - font-family: copse, sans-serif; - padding: 5%; -} - -.container { font-size: 300%; } -.inputbox , .button { font-size: 70%; } -.textbox { height: 360px; width: 580px; } - -a, a:visited, a:active { color: #179c3f; text-decoration: none; } -a:hover { text-decoration: underline; } - -footer { - clear: both; - color: #999; - font-size: 40%; - padding: 1em; - text-align: right; - position: absolute; - bottom: 0; - right: 0; -} [1|diff --git a/templates/index.html b/templates/index.html|/git/blck/file/templates/index.html.gph|server|port] t@@ -2,8 +2,32 @@ - blck.cf - + blck +