]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.document/simantics-wiki-documents.css
Change default "Eclipse Launcher" shell title from workspace launcher
[simantics/platform.git] / bundles / org.simantics.document / simantics-wiki-documents.css
1 body {
2         margin: 0px;
3         padding: 0px;
4         background-color: #F8F8F8;
5 }
6
7 h1 {
8         margin: 0px;
9         padding: 0px;
10 }
11
12 h2 {
13         margin: 0px;
14         padding: 0px;
15 }
16
17 h3 {
18         margin: 0px;
19         padding: 0px;
20 }
21
22 h4 {
23         margin: 0px;
24         padding: 0px;
25 }
26
27 p {
28         margin: 0px;
29         padding: 0px;
30         font-size: 1em;
31         page-break-inside: avoid;
32 }
33
34 div {
35         margin: 0px;
36         padding: 0px;
37 }
38
39 table {
40         border-collapse: collapse;
41         table-layout: fixed;
42         box-sizing: border-box;
43         width: 100%;
44
45         -webkit-user-select: text;
46         -moz-user-select: text;
47         -ms-user-select: text;
48         user-select: text;
49
50         border: 0px;
51         padding: 0px;
52 }
53
54 td {
55
56         padding: 0px;
57         border: 0px;
58         page-break-inside: avoid;
59         
60 }
61
62
63 th {
64         padding: 0px;
65         border: 0px;
66         page-break-inside: avoid;
67 }
68
69 table td:first-child div {
70     margin-left: 0px;
71 }
72
73 table th:first-child div {
74     margin-left: 0px;
75 }
76
77 table div {
78         height: auto;
79         width: auto;
80
81         padding-left: 1px;
82
83         border-right: 1px;
84         border-left: 1px;
85         border-top: 1px;
86         border-bottom: 1px;
87         
88         margin-bottom: -1px;
89         margin-left: -1px;
90         
91         border-style: solid;
92         overflow: hidden;
93         text-overflow: ellipsis;
94         white-space: nowrap;
95         page-break-inside: avoid;
96         box-sizing: border-box;
97 }