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