Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
a.external {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAFVBMVEVmmcwzmcyZzP8AZswAZv////////9E6giVAAAAB3RSTlP///////8AGksDRgAAADhJREFUGFcly0ESAEAEA0Ei6/9P3sEcVB8kmrwFyni0bOeyyDpy9JTLEaOhQq7Ongf5FeMhHS/4AVnsAZubxDVmAAAAAElFTkSuQmCC") 100% 50% no-repeat;
padding-right: 13px;
}
body.example {
margin: 15px;
font-family: sans-serif;
font-size: 1em;
}
body.example h1 {
font-size: 1.2em;
}
body.example h2 {
font-size: 1em;
}
body.example .description,
body.example .sample-links {
/* border: thin solid gray; */
background-color: #d0d0f0;
padding: 5px;
margin: 5px 0;
font-size: small;
}
p.version-info {
color: gray;
font-size: 0.6em;
}
p.warning,
p.info,
div.info {
font-size: small;
background-color: #ffffa0;
background-image: url(../doc/iconInfo_32x32.png);
background-repeat: no-repeat;
padding: 5px;
padding-left: 40px;
min-height: 25px;
}
.sampleButtonContainer
{
margin-right: 10px;
}
.sampleButtonContainer a
{
color: navy;
text-decoration: none;
padding: 1px 3px;
font-size: 50%;
}
p#sampleButtons h5
{
font-size: 9pt;
margin-top: 3px;
margin-bottom: 3px;
font-weight: bold;
}
p.sample-links a,
p.sample-links a:visited
{
color: navy;
text-decoration: none;
margin-left: 15px;
padding: 1px 3px;
font-size: small;
}
p.sample-links a:hover
{
text-decoration: underline;
}
pre{
background:#eee;
border:1px solid #999;
padding:.5em;
margin:.5em;
font-size:.9em;
}
ul.fancytree-container {
margin: 4px; /* leave some room for the safari focus border */
}
iframe.embedded-plunkr {
border: 1px solid #999;
width: 100%;
height: 500px;
}
iframe.embedded-jsbin {
border: 1px solid #999;
width: 100%;
height: 500px;
}