www-thermferm/css/style.css

changeset 100
012576d7386d
parent 99
5dccd1d8d817
child 112
d82c5499285c
--- a/www-thermferm/css/style.css	Fri Jul 11 13:29:26 2014 +0200
+++ b/www-thermferm/css/style.css	Fri Jul 11 22:53:33 2014 +0200
@@ -36,7 +36,7 @@
 #container {
     width: 980px;
     height: 510px;
-    background: #7ff;
+    background: #ddd;
     margin-bottom: 10px;
     float: left;
 }
@@ -44,7 +44,7 @@
 #header {
     width: 968px;
     height: 90px;
-    background: #ff7;
+    background: #222;
     margin: 5px;
     float: left;
 }
@@ -62,8 +62,40 @@
 #content {
     width: 968px;
     height: 400px;
-    background: #f7f;
+    background: #fff;
+    margin: 5px;
+    float: left;
+}
+
+
+#fermentor {
+    border: 5px solid;
+    border-color: #FFCC01;
+    border-radius: 15px 15px 15px 15px;
+    height: 380px;
+    width: 464px;
+    background: #fff;
     margin: 5px;
     float: left;
 }
 
+#fermentor_head {
+    margin-bottom: 1px;
+    padding: 3px 10px 8px;
+    background-color: #FFCC01;
+    color: #666666;
+    font-weight: bold;
+}
+
+#fermentor_pict {
+    width: 220px;
+    height: 350px;
+    float: left;
+}
+
+#fermentor_control {
+    width: 240px;
+    height: 350px;
+    float: right;
+}
+

mercurial