diff --git a/static/templates/add_list.st b/static/templates/add_list.st
index b09b30e..0674991 100644
--- a/static/templates/add_list.st
+++ b/static/templates/add_list.st
@@ -1,11 +1,6 @@
-
-
-
-
-
-
+ «head()»
«navigation()»
«userinfo()»
diff --git a/static/templates/admin.st b/static/templates/admin.st
index 897b432..fae05ec 100644
--- a/static/templates/admin.st
+++ b/static/templates/admin.st
@@ -1,11 +1,6 @@
-
-
-
-
-
-
+ «head()»
«navigation()»
«userinfo()»
diff --git a/static/templates/archive.st b/static/templates/archive.st
index 1099639..cb76599 100644
--- a/static/templates/archive.st
+++ b/static/templates/archive.st
@@ -1,11 +1,6 @@
-
-
-
-
-
-
+ «head()»
«navigation()»
«userinfo()»
diff --git a/static/templates/css.st b/static/templates/css.st
index 595ead2..b971f92 100644
--- a/static/templates/css.st
+++ b/static/templates/css.st
@@ -10,6 +10,7 @@
body {
font-family: osans;
+ margin-bottom: 50px;
}
label {
display: block;
@@ -73,17 +74,21 @@ fieldset fieldset>legend {
text-align: right
}
.user{
- background: lime;
+ color: #626262;
+ text-decoration: underline;
float: right;
+ padding: 0 5px;
}
.footer{
- position: absolute;
+ position: fixed;
bottom: 0;
left: 0;
right: 0;
text-align: right;
- margin: 5px;
+ margin: 0;
+ height: 30px;
+ background: #83f9ff;
}
tr:nth-child(2n),
@@ -140,4 +145,14 @@ pre {
background: none;
border: none;
text-decoration: underline;
+}
+
+.logout{
+ position: absolute;
+ top: -5px;
+ right: 0;
+}
+
+nav {
+ margin: 10px 0;
}
\ No newline at end of file
diff --git a/static/templates/edit_list.st b/static/templates/edit_list.st
index 24724d9..9ab3ba0 100644
--- a/static/templates/edit_list.st
+++ b/static/templates/edit_list.st
@@ -1,11 +1,6 @@
-
-
-
-
-
-
+ «head()»
«navigation()»
«userinfo()»
diff --git a/static/templates/frontpage.st b/static/templates/frontpage.st
index 59cc1b0..e6df584 100644
--- a/static/templates/frontpage.st
+++ b/static/templates/frontpage.st
@@ -2,6 +2,7 @@
+
diff --git a/static/templates/head.st b/static/templates/head.st
new file mode 100644
index 0000000..b00f944
--- /dev/null
+++ b/static/templates/head.st
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/templates/index.st b/static/templates/index.st
index 6ccc5df..4dd1e0d 100644
--- a/static/templates/index.st
+++ b/static/templates/index.st
@@ -1,11 +1,6 @@
-
-
-
-
-
-
+ «head()»
«navigation()»
«userinfo()»
diff --git a/static/templates/inspect.st b/static/templates/inspect.st
index ebe2d66..906669e 100644
--- a/static/templates/inspect.st
+++ b/static/templates/inspect.st
@@ -1,11 +1,6 @@
-
-
-
-
-
-
+ «head()»
«navigation()»
«userinfo()»
diff --git a/static/templates/login.st b/static/templates/login.st
index 9b293d7..04512ef 100644
--- a/static/templates/login.st
+++ b/static/templates/login.st
@@ -1,11 +1,6 @@
-
-
-
-
-
-
+ «head()»
«navigation()»
«messages()»
diff --git a/static/templates/navigation.st b/static/templates/navigation.st
index d7e0725..d2d28a4 100644
--- a/static/templates/navigation.st
+++ b/static/templates/navigation.st
@@ -1,6 +1,8 @@