]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.linking.ui/report/report.css
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.document.linking.ui / report / report.css
diff --git a/bundles/org.simantics.document.linking.ui/report/report.css b/bundles/org.simantics.document.linking.ui/report/report.css
new file mode 100644 (file)
index 0000000..9bcf1d9
--- /dev/null
@@ -0,0 +1,75 @@
+body {\r
+    background-color: white;\r
+    font-family: Calibri;\r
+}\r
+\r
+\r
+table {\r
+       table-layout:fixed;\r
+       font-size: 8pt;\r
+       width: 100%;\r
+       text-align: left;\r
+}\r
+\r
+table caption {\r
+       font-size: large;\r
+       text-align: left;\r
+}\r
+\r
+table.lines {\r
+  background-color: #CDCDCD;\r
+}\r
+\r
+table thead tr th, table tfoot tr th {\r
+       background-color: #e6EEEE;\r
+       padding: 4px;\r
+}\r
+\r
+table tbody td {\r
+       color: #3D3D3D;\r
+}\r
+\r
+\r
+table tbody td {\r
+       padding: 4px;\r
+       background-color: #FFF;\r
+       vertical-align: top;\r
+       word-wrap:break-word;\r
+}\r
+table.lines tbody tr.odd td {\r
+       background-color:#F0F0F6;\r
+}\r
+\r
+.TINY {\r
+   font-size: x-small;\r
+}\r
+\r
+.SMALL {\r
+   font-size: small;\r
+}\r
+\r
+.MEDIUM {\r
+   font-size: medium;\r
+}\r
+\r
+.LARGE {\r
+   font-size: large;\r
+}\r
+\r
+.HUGE {\r
+   font-size: x-large;\r
+}\r
+\r
+td.LEFT {\r
+   text-align:left;\r
+}\r
+\r
+td.CENTER {\r
+   text-align:center;\r
+}\r
+\r
+td.RIGHT {\r
+   text-align:right;\r
+}\r
+\r
+\r