Adding JABA web services usage statistics web application. Stat database is to follow
[jabaws.git] / statpages / alternative.css
diff --git a/statpages/alternative.css b/statpages/alternative.css
new file mode 100644 (file)
index 0000000..c44429b
--- /dev/null
@@ -0,0 +1,85 @@
+/* alternative styles */
+table.its thead tr {
+       background-color: #69c;
+}
+
+table.its tr.even {
+       background-color: #def;
+}
+
+table.mars thead tr {
+       background-color: #9c9;
+}
+
+table.mars tr.even {
+       background-color: #ccb;
+}
+
+table.mars tr.odd {
+       background-color: #eec;
+}
+
+table.simple thead tr th {
+       background-color: #eee;
+}
+
+table.simple tr.even {
+       background-color: #fff;
+}
+
+table.simple {
+       border: 1px solid #ccc;
+       border-collapse: collapse;
+}
+
+table.simple td,table.simple th {
+       border: 1px solid #ccc;
+}
+
+table.nocol tbody td,table.nocol tbody th {
+       border-left: none;
+       border-right: none;
+}
+
+table.report td,table.report th {
+       font: menu;
+}
+
+table.report th {
+       background: buttonface;
+       border-width: 1px;
+       border-style: solid;
+       border-color: threedhighlight threedshadow threedshadow threedhighlight;
+       cursor: hand;
+}
+
+table.report idcol {
+       background: buttonface;
+}
+
+table.report tr.even {
+       background-color: #399;
+}
+
+table.report tbody {
+       height: 100px;
+       overflow: auto;
+}
+
+table.report {
+       height: 120px;
+       overflow: auto;
+}
+
+table.report tbody tr {
+       height: 10px;
+}
+
+table.mark td.tableCellError {
+       background-color: #d00;
+       color: #fff;
+}
+
+table.simple td.textRed {
+       color: #b11;
+}
\ No newline at end of file