theme.css
1.19 KB
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
/* Side Nav */
.manual-color, .kind-class, .manual-color-faq {
background-color: #6eb5f7;
}
.manual-color a, .kind-class, .manual-color-faq a {
color: #ffffff !important;
}
.kind-variable, .manual-color-reference {
background-color: #074278;
}
.kind-variable, .manual-color-reference a, .manual-color-faq a {
color: #ffffff;
}
.manual-toc-root ul li {
margin-top: 0.5em;
margin-bottom: 0.5em;
font-weight: normal !important;
}
.manual-toc .indent-h1 {
margin: 0.5em 0 0 .5em;
}
/* Class Summay*/
.summary thead tr {
background-color: #074278;
}
.summary thead span a {
font-weight: 600;
}
/* Params Table */
table.params thead {
background: none;
color: inherit;
font-weight: 600;
}
table.params ul {
padding: 0;
}
table.params ul li {
list-style: none;
}
table.params td {
padding: 4px 8px;
}
table.params td:first-child {
border-left: none;
}
table.params td:last-child {
border-right: none;
}
table.params thead td {
border-top: none;
}
table.params tbody tr:last-child td {
border-bottom: none;
}
.informal {
display: block;
padding-left: 1.3em;
border-left: 5px solid #dfdfdf;
font-size: 1.1em;
font-family: 'Kalam', cursive;
margin: 22px 0;
}