www-thermferm/css/style.css

changeset 99
5dccd1d8d817
parent 98
6e7e69f3493a
child 100
012576d7386d
--- a/www-thermferm/css/style.css	Thu Jul 10 11:46:27 2014 +0200
+++ b/www-thermferm/css/style.css	Fri Jul 11 13:29:26 2014 +0200
@@ -1,3 +1,22 @@
+/*
+ */
+
+/* Reset default browser CSS. */
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td {
+    background: transparent;
+    border: 0;
+    margin: 0;
+    padding: 0;
+    vertical-align: baseline;
+}
 
 
 body {
@@ -6,31 +25,31 @@
     font-family: Verdana, Arial, sans-serif;
     width: 980px;
     font-size: 12px;
+    margin: 0px;
 }
 
-#top-bar button.script-status {
+
+#header button.script-status {
     margin:10px;
 }
 
-#beer-panel{
+#container {
     width: 980px;
-    height: 525px;
+    height: 510px;
+    background: #7ff;
     margin-bottom: 10px;
     float: left;
 }
 
-#top-bar {
+#header {
     width: 968px;
+    height: 90px;
+    background: #ff7;
     margin: 5px;
     float: left;
 }
 
-div.beer-main,
-div.main-container {
-    float: left;
-}
-
-#logo-container {
+#logo {
     float: left;
     clear: none;
     display: block;
@@ -40,3 +59,11 @@
     text-align: center;
 }
 
+#content {
+    width: 968px;
+    height: 400px;
+    background: #f7f;
+    margin: 5px;
+    float: left;
+}
+

mercurial