]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.ui/src/org/simantics/scl/ui/assist/SclDoc.css
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.ui / src / org / simantics / scl / ui / assist / SclDoc.css
1 * {
2         margin: 0;
3         padding: 0
4 }
5
6 html {
7         background-color: white;
8         width: 100%;
9         height: 100%;
10 }
11
12 body {
13         background: white;
14         color: black;
15         text-align: left;
16         min-height: 100%;
17         position: relative;
18         margin: 10pt 10pt;
19         
20         font: 16px/1.4 sans-serif;
21 }
22
23 p {
24         margin: 0.8em 0;
25 }
26
27 a {
28     text-decoration: none;
29 }
30
31 p.src {
32         border-top: 1px solid #ccc;
33     background: #f0f0f0;
34     padding: 0.2em 0.5em;
35     font-family: monospace;
36     line-height: 124%;
37 }
38
39 .ref {
40         font-weight: bold;
41 }
42
43 div.entity {
44         margin: 2em 0;
45 }
46
47 div.doc {
48     padding-left: 2em;
49 }
50
51 .caption, h1, h2, h3, h4, h5, h6 {
52     font-weight: bold;
53     color: rgb(78,98,114);
54     margin: 0.8em 0 0.4em;
55 }
56
57 .title {
58         font-size: 200%;
59         color: rgb(78,98,114);
60     font-weight: bold;
61     border-bottom: 1px solid #ddd;
62 }
63
64 ul,ol {
65         margin: 0.8em 0 0.8em 2em;
66 }
67
68 h1 { font-size: 146.5%; } 
69 h2 { font-size: 131%;   }
70 h3 { font-size: 116%;   }
71 h4 { font-size: 100%;   }
72 h5 { font-size: 100%;   }
73
74 pre {
75         margin: 0.5em;
76         background: #d0ffd0;
77 }