]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Mon, 22 Oct 2012 15:32:12 +0000 (15:32 +0000)
committerhadeshyp <hadeshyp>
Mon, 22 Oct 2012 15:32:12 +0000 (15:32 +0000)
cts/htdocs/thresh/styles.css

index 8d5e8bad2767de0c58f31cf2842fb4c5822b0d5e..f8a3b7fcd1926c2db057a6eb3c87d39b5c785d05 100644 (file)
@@ -105,134 +105,30 @@ div#bar2 div {
 table#content td.over {
   width:70px;
   padding-right:10px;
-  border-left: 5px solid #faa;
-  border-right:5px solid #faa;
+  border-left: 5px solid #fcc;
+  border-right:5px solid #fcc;
   border-radius:40px 40px;
   border-spacing:2px;
-  background:#faa;
+  background:#fcc;
 }
 
 table#content td.under {
   width:70px;
   padding-right:10px;
-  border-left: 5px solid #afa;
-  border-right:5px solid #afa;
+  border-left: 5px solid #cfc;
+  border-right:5px solid #cfc;
   border-radius:40px 40px;
   border-spacing:2px;
-  background:#afa;
+  background:#cfc;
 }
 
 
 table#content  tr:hover td.over {
-  background:#fcc;
-  border-color:#fcc;
+  background:#fdd;
+  border-color:#fdd;
 }
 
 table#content  tr:hover td.under {
-  background:#cfc;
-  border-color:#cfc;
-}
-
-/*
-body {
-    background:#444;
-    font-size:10pt;
-    margin:50px 0 0 15px;
-    padding:0;
-    color:#ddd;
-}
-
-h2 {
-  position:absolute;
-  width:100%;
-  top:-15px;
-  left:0px;
-  background:#555;
-  border-bottom:1px solid #ccc;
-  padding:10px 0 5px 10px;
-}
-
-table.form {
-  border:1px solid #777;
-  padding:0;
-  background:#666;
-  margin-bottom:20px;
-  border-collapse:collapse;
-}
-
-table.form td {
-  padding:2px 10px;
-}
-
-.form input {
-  background:#444;
-  color:#ddd;
-  border-color:#777;
-}
-
-table#content, table#contentregs {
- border:1px solid #777; 
- margin:0 20px 20px 0;
- border-collapse:collapse;
-}
-
-table#contentregs td:first-child, table#contentregs th:first-child,
-table#content td:first-child, table#content th:first-child{
-  width:40px;
-  padding-right:0px;
-  text-align:center;
-}
-
-
-
-table#content td, table#content th, table#contentregs td, table#contentregs th{
- border:1px solid #777; 
- width:100px;
- text-align:right;
- padding-right:15px;
-}
-
-
-div#bar1 {
-  width:900px;
-  overflow-x:scroll;
-  }
-  
-div#bar1 div {
-  width:66500px;
-  height:0px;
-}
-
-div#bar2 {
-  width:900px;
-  overflow-x:scroll;
-  }
-  
-div#bar2 div {
-  width:65536px;
-  height:0px;
-}
-
-
-#total {
-  text-align:center;
-  font-weight:bold;
-  }
-
-  
-.odd {
-  background:#555;
-}
-
-.odd:hover, .even:hover {
-  background:#664;
-}
-
-.even {
-  background:#333;
-}
-
-.head {
-  background:#aaa;
-  color:#000;
+  background:#dfd;
+  border-color:#dfd;
 }