added table style
authorschepers
Tue, 26 Jan 2010 18:23:06 +0900
changeset 228 b7550e1ab352
parent 227 78c5749ddb3c
child 229 e59bfc922a58
added table style
html/spec.css
--- a/html/spec.css	Thu Jan 21 13:20:14 2010 +0900
+++ b/html/spec.css	Tue Jan 26 18:23:06 2010 +0900
@@ -259,6 +259,37 @@
 }
 
 
+/*style for table-event-summary */
+#table-event-summary  {
+  border-collapse:collapse;
+  text-align:left;
+}
+
+#table-event-summary th {
+  background:none repeat scroll 0 0 #B9C9FE;
+  border-bottom:1px solid #FFFFFF;
+  border-top:4px solid #AABCFE;
+  color:#003399;
+  font-weight:normal;
+  padding: 2px;
+  padding-left: 0.5em;
+}
+
+#table-event-summary td {
+  background:none repeat scroll 0 0 #E8EDFF;
+  border-bottom:1px solid #FFFFFF;
+  border-top:1px solid transparent;
+  color:#666699;
+  padding: 2px;
+  padding-left: 1em;
+}
+
+#table-event-summary tr:hover td {
+  background:none repeat scroll 0 0 #D0DAFD;
+  color:#333399;
+}
+
+
 
 /*style for keyValues keyCode charCode table*/
 table#tbl-keyValues-keyCode-charCode  { border: 1px solid black;  border-spacing: 0px; padding: 2px; }