www/css/style.css

changeset 4
1750b6cae48e
parent 2
282e7d2bb28a
child 8
50545c3e36c6
--- a/www/css/style.css	Wed Aug 08 16:35:05 2018 +0200
+++ b/www/css/style.css	Thu Aug 09 21:52:01 2018 +0200
@@ -19,10 +19,9 @@
 }
 
 body {
-    background: #eee;
+    background: #ccc;
     color: #000;
     font-family: Verdana, Arial, sans-serif;
-    width: 1280px;
     font-size: 12px;
     margin: 0px;
 }
@@ -30,129 +29,33 @@
 
 #jqxWidget {
     width: 1280px;
-    height: 670px;
+    height: 660px;
     float: left;
 }
 
 
 #header {
     width: 1278px;
-    height: 48px;
+    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;
+    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: 40px;
+    height: 38px;
     float: left;
-    margin-top: 7px;
+    margin-top: 2px;
     font-size: 1.8em;
     color: #FFD700;
     text-align: center;
     font-family: comic sans ms;
 }
 
-/*
-
-#content {
-    width: 978px;
-    height: 428px;
-    float: left;
-    border: 1px solid;
-    border-color: #aaa;
-    border-radius: 5px 5px 5px 5px;
-}
-
-#errors {
-    height: 35px;
-    width: 978px;
-    float: left;
-    text-align: center;
-    font-size: 1.5em;
-    margin-top: 10px;
-    color: #ff0000;
-}
-
-#etable {
-    height: 320px;
-    width: 978px;
-    float: left;
-    overflow: auto;
-}
-
-#atable {
-    height: 60px;
-    width: 978px;
-    float: left;
-}
-
-table.setup {
-    margin-left: auto;
-    margin-right: auto;
-    border-collapse: collapse;
-}
-
-.trhead {
-    font-weight: bold;
-    background: #5c9ccc url(../jqwidgets/styles/images/redmond/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
-}
-
-tr.setup:nth-child(odd) {
-    background: #FFFFFF;
-}
-
-tr.setup:nth-child(even) {
-    background: #CCFFFF;
-}
-
-td.setup {
-    padding: 1px 3px 1px 3px;
-}
-*/
-
-/*
- * Editor screens
- */
-/*
-table.editor {
-    margin-left: auto;
-    margin-right: auto;
-    border-collapse: collapse;
-    background-color: #eee;
-}
-
-tr.editor {
-    height: 30px;
-}
-
-td.editname {
-    width: 150px;
-    padding: 1px 3px 1px 3px;
-}
-
-td.editfield {
-    width: 300px;
-    padding: 1px 3px 1px 3px;
-}
-
-td.editsub {
-    width: 50px;
-    padding: 1px 3px 1px 3px;
-}
-
-#jqxTabs {
-    width: 980px;
-    height: 440px;
-    float: left;
-}
-
-*/
-
 
 .LEDred_on {
     margin: 5px auto;

mercurial