-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal.css
More file actions
92 lines (80 loc) · 1.75 KB
/
local.css
File metadata and controls
92 lines (80 loc) · 1.75 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
80
81
82
83
84
85
86
87
88
89
90
91
92
/* Why is site.lumen setting page-title to white? */
.page-title, .copyright, .jsdoc-message {
color: #333;
}
.jsdoc-template-filename {
color: rgb(199, 37, 78);
}
.jsdoc-attrib-csl {
color: #999;
font-variant: small-caps;
font-size:0.85em;
}
.jsdoc-honors-title em {
font-style: normal;
font-weight: bold;
}
h3.shinstrap-collapsible[data-hide="true"]+div {
display: none;
}
h3.shinstrap-collapsible[data-hide="true"]+dl {
/* Templates */
display:none;
}
h3.shinstrap-collapsible[data-hide="false"]::before {
display: inline-block;
font-family:'Glyphicons Halflings';
content: "\e082";
vertical-align: -5%;
font-size:0.9em;
}
h3.shinstrap-collapsible[data-hide="true"]::before {
display: inline-block;
font-family:'Glyphicons Halflings';
content: "\e081";
vertical-align: -5%;
font-size:0.9em;
}
fieldset.jsdoc-redirect {
margin: 0.5em;
padding: 2em;
border: 1px dotted #333;
}
fieldset.jsdoc-redirect[data-hide="true"] * {
display: none;
}
fieldset.jsdoc-redirect[data-hide="false"] * {
/* Not none */
}
fieldset.jsdoc-redirect[data-hide] legend {
display: inline-block;
border: 0;
font-size: 1.1em;
width: initial;
margin: 0;
padding-left: 0.25em;
padding-right: 0.25em;
}
fieldset.jsdoc-redirect[data-hide] legend>span {
display: initial;
vertical-align: -5%;
}
fieldset.jsdoc-redirect[data-hide="false"] legend>span::before {
display: initial;
font-family:'Glyphicons Halflings';
content: "\e082"
}
fieldset.jsdoc-redirect[data-hide="true"] legend>span::before {
display: initial;
font-family:'Glyphicons Halflings';
/* content: "\2b"; */
content: "\e081";
}
fieldset.jsdoc-redirect hr {
display: none;
}
.md ul, .md ol {
padding-top: 0.1em;
margin-left: 20px;
margin-bottom: 1.1em;
}