aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/HtmlExport/htmlexport.css
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/HtmlExport/htmlexport.css')
-rw-r--r--Plugins/HtmlExport/htmlexport.css59
1 files changed, 59 insertions, 0 deletions
diff --git a/Plugins/HtmlExport/htmlexport.css b/Plugins/HtmlExport/htmlexport.css
new file mode 100644
index 0000000..72ebf4f
--- /dev/null
+++ b/Plugins/HtmlExport/htmlexport.css
@@ -0,0 +1,59 @@
+table
+{
+ border-style: solid;
+ border-width: 1px;
+ border-color: black;
+ border-collapse: collapse;
+}
+
+table tr
+{
+ background-color: white;
+}
+
+table tr.header
+{
+ background-color: #DDDDDD;
+}
+
+table tr.title
+{
+ background-color: #EEEEEE;
+}
+
+table tr td
+{
+ padding: 0px 3px 0px 3px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: #666666;
+}
+
+table tr td.null
+{
+ color: #999999;
+ text-align: center;
+ padding: 0px 3px 0px 3px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: #666666;
+}
+
+table tr td.separator
+{
+ padding: 0px 3px 0px 3px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: #666666;
+ background-color: #DDDDDD;
+}
+
+table tr td.rownum
+{
+ padding: 0px 3px 0px 3px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: #666666;
+ background-color: #DDDDDD;
+ text-align: right;
+}