commit 5067470361bfa6f1bfdd652f0223929e5f2f075f
parent 4943c447132c4b60fa3145a6c361979ad0c2b5b7
Author: parazyd <parazyd@dyne.org>
Date: Mon, 20 Mar 2017 04:16:43 +0100
elegance 2.0
Diffstat:
3 files changed, 6 insertions(+), 18 deletions(-)
diff --git a/README.md b/README.md
@@ -8,7 +8,7 @@ installation
------------
get `python-flask` and execute `blck.py`. by default it starts on
-localhost:5000, but you can configure it at the bottom of the script.
+`localhost:5000`, but you can configure it at the bottom of the script.
usage
diff --git a/static/quattro.woff b/static/copse.woff
Binary files differ.
diff --git a/static/style.css b/static/style.css
@@ -1,29 +1,17 @@
-@font-face { font-family: copse; src: url('quattro.woff'); }
+@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;
- -webkit-font-smoothing: antialiased;
padding: 5%;
}
-.container {
- font-size: 300%;
-}
-
-.inputbox , .button {
- font-size: 70%;
-}
+.container { font-size: 300%; }
+.inputbox , .button { font-size: 70%; }
-a, a:visited, a:active {
- color: #179c3f;
- text-decoration: none;
-}
-
-a:hover {
- text-decoration: underline;
-}
+a, a:visited, a:active { color: #179c3f; text-decoration: none; }
+a:hover { text-decoration: underline; }
footer {
clear: both;