]> gerrit.simantics Code Review - simantics/platform.git/blob - 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
1 body {\r
2     background-color: white;\r
3     font-family: Calibri;\r
4 }\r
5 \r
6 \r
7 table {\r
8         table-layout:fixed;\r
9         font-size: 8pt;\r
10         width: 100%;\r
11         text-align: left;\r
12 }\r
13 \r
14 table caption {\r
15         font-size: large;\r
16         text-align: left;\r
17 }\r
18 \r
19 table.lines {\r
20   background-color: #CDCDCD;\r
21 }\r
22 \r
23 table thead tr th, table tfoot tr th {\r
24         background-color: #e6EEEE;\r
25         padding: 4px;\r
26 }\r
27 \r
28 table tbody td {\r
29         color: #3D3D3D;\r
30 }\r
31 \r
32 \r
33 table tbody td {\r
34         padding: 4px;\r
35         background-color: #FFF;\r
36         vertical-align: top;\r
37         word-wrap:break-word;\r
38 }\r
39 table.lines tbody tr.odd td {\r
40         background-color:#F0F0F6;\r
41 }\r
42 \r
43 .TINY {\r
44    font-size: x-small;\r
45 }\r
46 \r
47 .SMALL {\r
48    font-size: small;\r
49 }\r
50 \r
51 .MEDIUM {\r
52    font-size: medium;\r
53 }\r
54 \r
55 .LARGE {\r
56    font-size: large;\r
57 }\r
58 \r
59 .HUGE {\r
60    font-size: x-large;\r
61 }\r
62 \r
63 td.LEFT {\r
64    text-align:left;\r
65 }\r
66 \r
67 td.CENTER {\r
68    text-align:center;\r
69 }\r
70 \r
71 td.RIGHT {\r
72    text-align:right;\r
73 }\r
74 \r
75 \r