www/css/style.css

changeset 676
09b5efe0c633
child 678
cc49115e769e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/www/css/style.css	Sun Apr 14 12:46:02 2024 +0200
@@ -0,0 +1,31 @@
+/* local style for thermferm web
+ */
+
+body {
+    background: #ccc;
+    font-family: Verdana, Arial, sans-serif;
+    margin: 0px;
+}
+
+
+#MainPanel,
+#fermenter {
+    width: 1278px;
+    height: 628px;
+    border: 2px solid #4297d7;
+    background: #252526;
+    float: left;
+    color: #eeeeee;
+}
+
+
+#about_table {
+    width: 960px;
+    background: #353536;
+    margin: 150px;
+    border: 2px solid;
+    border-color: #59b4d4;
+    border-radius: 5px 5px 5px 5px;
+}
+
+

mercurial