www-thermferm/css/style.css

changeset 172
f45c291c6331
parent 168
1288dbf0f9b5
child 173
7259ee8778e9
--- a/www-thermferm/css/style.css	Fri Aug 01 21:40:02 2014 +0200
+++ b/www-thermferm/css/style.css	Fri Aug 01 22:21:57 2014 +0200
@@ -290,3 +290,36 @@
     margin-top: 10px;
 }
 
+#menu {
+    width: 600px;
+    height: 300px;
+    margin-left: auto;
+    margin-right: auto;
+    border: 3px solid #5c9ccc;
+    border-radius: 5px 5px 5px 5px;
+    margin-top: 50px;
+}
+
+#menu_header {
+    width: 600px;
+    height: 30px;
+    background-color: #5c9ccc;
+    text-align: center;
+    padding-top: 10px;
+    color: #fff;
+    font-family: Helvetica, Arial, sans-serif;
+    font-size: 16px;
+    font-weight: bold;
+}
+
+#menu_left {
+    width: 300px;
+    height: 260px;
+    float: left;
+}
+
+#menu_right {
+    width: 300px;
+    height: 260px;
+    float: right;
+}

mercurial