www-thermferm/css/style.css

changeset 208
934d45d9751d
parent 195
b34a1b2421fb
child 224
3b72d4d3e389
--- a/www-thermferm/css/style.css	Sun Aug 10 16:17:03 2014 +0200
+++ b/www-thermferm/css/style.css	Sun Aug 10 16:56:22 2014 +0200
@@ -46,6 +46,29 @@
     font-weight: bold;
 }
 
+#title {
+    width: 500px;
+    height: 50px;
+    float: left;
+}
+
+#room {
+    width: 100px;
+    height: 48px;
+    float: left;
+    border-radius: 5px 5px 5px 5px;
+    background-color: #222;
+    text-align: center;
+    margin-top: 15px;
+}
+
+.rtemp {
+    font-weight: bold;
+    font-size: 1.2em;
+    color: yellow;
+    margin-top: 3px;
+}
+
 #content {
     width: 978px;
     height: 428px;

mercurial