diff static/dash_style.css @ 22:3dfa9ed1dd8b

added static files
author sean
date Thu, 13 Aug 2015 13:01:12 +0200
parents
children af280057d5fa
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/static/dash_style.css	Thu Aug 13 13:01:12 2015 +0200
@@ -0,0 +1,49 @@
+*{
+    margin: 0 auto;
+    padding: 0 auto;
+    font-family: "Lucida Console", Monaco, monospace;
+}
+
+body {
+    overflow: hidden;
+}
+
+#wrapper{
+    background-color: #F2F2F2;
+    color: black;
+    min-width: 100%;
+    min-height: 100%;
+}
+
+#topbar{
+    min-width: auto;
+    padding-left: 8px;
+    padding-top: 8px;
+    padding-bottom: 8px;
+    font-family: Arial, Helvetica, sans-serif;
+}
+
+.tile{
+    float: left;
+    margin: 8px;
+    background-color: #FFFFFF;
+    border: 1px solid #999999;
+    border: none;
+    text-align:center;
+    vertical-align: middle;
+}
+
+.clear{
+    height: 0px;
+    clear: both;
+}
+
+.active{
+    border: 1px solid #00cc00;
+    background-color: #009900;
+}
+
+.dead{
+    border: 1px solid #cc0000;
+    background-color: #990000;
+}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)