From 0891138200bb8f400bf9e0d4abaf20793d3f7b57 Mon Sep 17 00:00:00 2001 From: Maximilien Cuony Date: Sun, 11 Sep 2016 12:32:51 +0200 Subject: Style --- static/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/static/style.css b/static/style.css index 1a595e6..53ccde3 100644 --- a/static/style.css +++ b/static/style.css @@ -2,9 +2,23 @@ body { font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif; color: #3E3E3E; font-size: 12px; + background: #f3f3f3; } p { padding: 5px; } +h1 { + position: fixed; + + background: #fff; + top: 0px; + left: 0px; + padding-top: 10px; + padding-bottom: 10px; + padding-left: 10px; + margin: 0px; + width: 100%; + box-shadow: 0px 2px 28px -4px rgba(0,0,0,0.36); +} -- cgit v1.2.3