Commit in www-lcsim/css on MAIN
lcsim.css+38-101.8 -> 1.9
Tweaks to CSS.

www-lcsim/css
lcsim.css 1.8 -> 1.9
diff -u -r1.8 -r1.9
--- lcsim.css	28 Jul 2005 07:57:09 -0000	1.8
+++ lcsim.css	29 Jul 2005 22:57:07 -0000	1.9
@@ -18,7 +18,7 @@
   padding-top: 0px; 
   padding-bottom: 5px;
   position: relative;
-  font-size: 32px;
+  font-size: 28px;
   font-family: sans-serif;
   text-align: center;
 }
@@ -32,31 +32,39 @@
   padding-top: 5px; 
   padding-bottom: 5px;
 
+  border-color: #cccccc; 
+
   border-bottom-style: solid;
   border-bottom-width: 1px;
-  border-bottom-color: #aaaaaa;  
+
+  border-right-style: solid;
+  border-right-width: 1px;
 
   background-color: #e5ecf9;
-  font-size: 24px;
+  font-size: 20px;
   font-family: sans-serif;
   text-align: center
 }
 
 h3
 {
-  margin-top: 22px; 
+  margin-top: 20px; 
   margin-bottom: 20px;
   padding-left: 15px; 
   padding-right: 5px;
-  padding-top: 10px; 
+  padding-top: 5px; 
   padding-bottom: 5px;
 
   border-bottom-style: solid;
   border-bottom-width: 1px;
-  border-bottom-color: #aaaaaa;  
-  background-color: #ffdada;
 
-  font-size:20px;
+  border-right-style: solid;
+  border-right-width: 1px;
+  
+  border-color: #cccccc; 
+  background-color: #ffe6e6;
+
+  font-size:16px;
   font-family: sans-serif;
   text-align:center;
 }
@@ -96,22 +104,42 @@
   font-size: 12px;
 }
 
+h3.detector
+{
+  text-align: center;
+  padding-left: 40px;
+}
+
 table.detector
 {
   align: center;
   margin-left: 20px;
+  text-align: left;
+  width: 70%;
 }
 
 td.detector
 {
-  padding: 10px;
-  margin-left: 10px;
+  padding: 5px;
+  padding-left: 10px;
   font-size: 14px;
   border-style: solid;
   border-width: 1px;
   border-color: #aaaaaa;
 }
 
+td.detector_label
+{
+  padding: 5px;
+  padding-left: 10px;
+  margin-left: 10px;
+  font-size: 16px;
+  border-style: solid;
+  border-width: 1px;
+  border-color: #aaaaaa;
+  width: 80px;
+}
+
 tr.detector
 {
   border-style: solid;
CVSspam 0.2.8