aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilien Cuony <maximilien@theglu.org>2016-09-11 12:32:51 +0200
committerMaximilien Cuony <maximilien@theglu.org>2016-09-11 12:32:51 +0200
commit0891138200bb8f400bf9e0d4abaf20793d3f7b57 (patch)
tree729948094cd72e626d5ec47082daab0ced18fe2b
parente25b790a4b992808e75387615e209273ffe94cd1 (diff)
downloadglutte-serial-web-0891138200bb8f400bf9e0d4abaf20793d3f7b57.tar.gz
glutte-serial-web-0891138200bb8f400bf9e0d4abaf20793d3f7b57.tar.bz2
glutte-serial-web-0891138200bb8f400bf9e0d4abaf20793d3f7b57.zip
Style
-rw-r--r--static/style.css14
1 files changed, 14 insertions, 0 deletions
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);
+}