www/css/style.css

changeset 40
b825c675987d
parent 16
522022b4fae4
child 53
a17c644a0510
--- a/www/css/style.css	Tue Aug 28 11:30:42 2018 +0200
+++ b/www/css/style.css	Tue Aug 28 20:54:53 2018 +0200
@@ -1,43 +1,13 @@
 /*
  */
 
-/* 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 {
     background: #ccc;
-    color: #000;
     font-family: Verdana, Arial, sans-serif;
-    font-size: 12px;
     margin: 0px;
 }
 
 
-#jqxWidget {
-    width: 1280px;
-    height: 660px;
-    float: left;
-}
-
-
-#jqxMenu {
-    border: 2px solid #4297d7;
-}
-
 
 #MainPanel {
     width: 1278px;
@@ -49,36 +19,11 @@
 
 
 
-#header {
-    width: 1278px;
-    height: 38px;
-    float: left;
-    border: 1px solid #4297d7;
-    border-radius: 5px 5px 5px 5px;
-    background: #5c9ccc url(/jqwidgets/styles/images/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
-    color: #ffffff;
-    font-weight: bold;
-}
-
-#title {
-    width: 1278px;
-    height: 38px;
-    float: left;
-    margin-top: 2px;
-    font-size: 1.8em;
-    color: #FFD700;
-    text-align: center;
-    font-family: comic sans ms;
-}
-
-
-
 #node_table {
     width: 600px;
     background: #353536;
     margin: 50px;
     border: 2px solid;
-    font-size: 12pt;
     border-color: #888;
     border-radius: 5px 5px 5px 5px;
 }
@@ -95,19 +40,20 @@
 }
 
 
+
 .temperature {
     display: inline-block;
-    font-size: 12pt;
     width: 64px;
     height: 20px;
     white-space: nowrap;
     color: #00eeee;
 }
 
+
+
 .NUM {
     font-family: "Arial Black", Gadget, sans-serif;
     color: #00eeee;
-    border-style: ridge;
     padding: 2px;
     margin: 2px;
     background-color: #212121;
@@ -128,6 +74,7 @@
  * |+-------------------++--------++-------------------+|
  * +----------------------------------------------------+
  */
+
 #fermenter_thermometers {
     width: 720px;
     height: 295px;
@@ -138,6 +85,8 @@
     border-radius: 5px 5px 5px 5px;
 }
 
+
+
 #fermenter_tempdigits {
     width: 145px;
     height: 120px;
@@ -150,7 +99,7 @@
 }
 
 
-
+/*
 .LEDred_on {
     margin: 5px auto;
     width: 12px;
@@ -222,4 +171,4 @@
     border-radius: 50%;
     box-shadow: #024 0 0px 1px 1px;
 }
-
+*/

mercurial