From 0228b82f6a5d42e431732181814432efffe89006 Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Mon, 22 Oct 2012 15:32:12 +0000 Subject: [PATCH] *** empty log message *** --- cts/htdocs/thresh/styles.css | 124 +++-------------------------------- 1 file changed, 10 insertions(+), 114 deletions(-) diff --git a/cts/htdocs/thresh/styles.css b/cts/htdocs/thresh/styles.css index 8d5e8ba..f8a3b7f 100644 --- a/cts/htdocs/thresh/styles.css +++ b/cts/htdocs/thresh/styles.css @@ -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; } -- 2.43.0