]> git.r.bdr.sh - rbdr/dotfiles/blob - atom/packages/pretty-json/node_modules/jsonminify/docs/styles/jsdoc-default.css
Remove mc config
[rbdr/dotfiles] / atom / packages / pretty-json / node_modules / jsonminify / docs / styles / jsdoc-default.css
1 html
2 {
3 overflow: auto;
4 background-color: #fff;
5 }
6
7 body
8 {
9 font: 14px "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
10 line-height: 130%;
11 color: #000;
12 background-color: #fff;
13 }
14
15 a {
16 color: #444;
17 }
18
19 a:visited {
20 color: #444;
21 }
22
23 a:active {
24 color: #444;
25 }
26
27 header
28 {
29 display: block;
30 padding: 6px 4px;
31 }
32
33 .class-description {
34 font-style: italic;
35 font-family: Palatino, 'Palatino Linotype', serif;
36 font-size: 130%;
37 line-height: 140%;
38 margin-bottom: 1em;
39 margin-top: 1em;
40 }
41
42 #main {
43 float: left;
44 width: 100%;
45 }
46
47 section
48 {
49 display: block;
50
51 background-color: #fff;
52 padding: 12px 24px;
53 border-bottom: 1px solid #ccc;
54 margin-right: 240px;
55 }
56
57 .variation {
58 display: none;
59 }
60
61 .optional:after {
62 content: "opt";
63 font-size: 60%;
64 color: #aaa;
65 font-style: italic;
66 font-weight: lighter;
67 }
68
69 nav
70 {
71 display: block;
72 float: left;
73 margin-left: -230px;
74 margin-top: 28px;
75 width: 220px;
76 border-left: 1px solid #ccc;
77 padding-left: 9px;
78 }
79
80 nav ul {
81 font-family: 'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;
82 font-size: 100%;
83 line-height: 17px;
84 padding:0;
85 margin:0;
86 list-style-type:none;
87 }
88
89 nav h2 a, nav h2 a:visited {
90 color: #A35A00;
91 text-decoration: none;
92 }
93
94 nav h3 {
95 margin-top: 12px;
96 }
97
98 nav li {
99 margin-top: 6px;
100 }
101
102 nav a {
103 color: #5C5954;
104 }
105
106 nav a:visited {
107 color: #5C5954;
108 }
109
110 nav a:active {
111 color: #5C5954;
112 }
113
114 footer {
115 display: block;
116 padding: 6px;
117 margin-top: 12px;
118 font-style: italic;
119 font-size: 90%;
120 }
121
122 h1
123 {
124 font-size: 200%;
125 font-weight: bold;
126 letter-spacing: -0.01em;
127 margin: 6px 0 9px 0;
128 }
129
130 h2
131 {
132 font-size: 170%;
133 font-weight: bold;
134 letter-spacing: -0.01em;
135 margin: 6px 0 3px 0;
136 }
137
138 h3
139 {
140 font-size: 150%;
141 font-weight: bold;
142 letter-spacing: -0.01em;
143 margin-top: 16px;
144 margin: 6px 0 3px 0;
145 }
146
147 h4
148 {
149 font-size: 130%;
150 font-weight: bold;
151 letter-spacing: -0.01em;
152 margin-top: 16px;
153 margin: 18px 0 3px 0;
154 color: #A35A00;
155 }
156
157 h5, .container-overview .subsection-title
158 {
159 font-size: 120%;
160 font-weight: bold;
161 letter-spacing: -0.01em;
162 margin: 8px 0 3px -16px;
163 }
164
165 h6
166 {
167 font-size: 100%;
168 letter-spacing: -0.01em;
169 margin: 6px 0 3px 0;
170 font-style: italic;
171 }
172
173 .ancestors { color: #999; }
174 .ancestors a
175 {
176 color: #999 !important;
177 text-decoration: none;
178 }
179
180 .important
181 {
182 font-weight: bold;
183 color: #950B02;
184 }
185
186 .yes-def {
187 text-indent: -1000px;
188 }
189
190 .type-signature {
191 color: #aaa;
192 }
193
194 .name, .signature {
195 font-family: Consolas, "Lucida Console", Monaco, monospace;
196 }
197
198 .details { margin-top: 14px; border-left: 2px solid #DDD; }
199 .details dt { width:100px; float:left; padding-left: 10px; padding-top: 6px; }
200 .details dd { margin-left: 50px; }
201 .details ul { margin: 0; }
202 .details ul { list-style-type: none; }
203 .details li { margin-left: 30px; padding-top: 6px; }
204 .details pre.prettyprint { margin: 0 }
205 .details .object-value { padding-top: 0; }
206
207 .description {
208 margin-bottom: 1em;
209 margin-left: -16px;
210 margin-top: 1em;
211 }
212
213 .code-caption
214 {
215 font-style: italic;
216 font-family: Palatino, 'Palatino Linotype', serif;
217 font-size: 107%;
218 margin: 0;
219 }
220
221 .prettyprint
222 {
223 border: 1px solid #ddd;
224 width: 80%;
225 overflow: auto;
226 }
227
228 .prettyprint.source {
229 width: inherit;
230 }
231
232 .prettyprint code
233 {
234 font-family: Consolas, 'Lucida Console', Monaco, monospace;
235 font-size: 100%;
236 line-height: 18px;
237 display: block;
238 padding: 4px 12px;
239 margin: 0;
240 background-color: #fff;
241 color: #000;
242 border-left: 3px #ddd solid;
243 }
244
245 .prettyprint code span.line
246 {
247 display: inline-block;
248 }
249
250 .params, .props
251 {
252 border-spacing: 0;
253 border: 0;
254 border-collapse: collapse;
255 }
256
257 .params .name, .props .name, .name code {
258 color: #A35A00;
259 font-family: Consolas, 'Lucida Console', Monaco, monospace;
260 font-size: 100%;
261 }
262
263 .params td, .params th, .props td, .props th
264 {
265 border: 1px solid #ddd;
266 margin: 0px;
267 text-align: left;
268 vertical-align: top;
269 padding: 4px 6px;
270 display: table-cell;
271 }
272
273 .params thead tr, .props thead tr
274 {
275 background-color: #ddd;
276 font-weight: bold;
277 }
278
279 .params .params thead tr, .props .props thead tr
280 {
281 background-color: #fff;
282 font-weight: bold;
283 }
284
285 .params th, .props th { border-right: 1px solid #aaa; }
286 .params thead .last, .props thead .last { border-right: 1px solid #ddd; }
287
288 .disabled {
289 color: #454545;
290 }