Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / node_modules / protobufjs / docs / styles / jsdoc-default.css
1 @font-face {
2     font-family: 'Open Sans';
3     font-weight: normal;
4     font-style: normal;
5     src: url('../fonts/OpenSans-Regular-webfont.eot');
6     src:
7         local('Open Sans'),
8         local('OpenSans'),
9         url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
10         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
11         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
12 }
13
14 @font-face {
15     font-family: 'Open Sans Light';
16     font-weight: normal;
17     font-style: normal;
18     src: url('../fonts/OpenSans-Light-webfont.eot');
19     src:
20         local('Open Sans Light'),
21         local('OpenSans Light'),
22         url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
23         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
24         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
25 }
26
27 html
28 {
29     overflow: auto;
30     background-color: #fff;
31     font-size: 14px;
32 }
33
34 body
35 {
36     font-family: 'Open Sans', sans-serif;
37     line-height: 1.5;
38     color: #4d4e53;
39     background-color: white;
40 }
41
42 a, a:visited, a:active {
43     color: #0095dd;
44     text-decoration: none;
45 }
46
47 a:hover {
48     text-decoration: underline;
49 }
50
51 header
52 {
53     display: block;
54     padding: 0px 4px;
55 }
56
57 tt, code, kbd, samp {
58     font-family: Consolas, Monaco, 'Andale Mono', monospace;
59 }
60
61 .class-description {
62     font-size: 130%;
63     line-height: 140%;
64     margin-bottom: 1em;
65     margin-top: 1em;
66 }
67
68 .class-description:empty {
69     margin: 0;
70 }
71
72 #main {
73     float: left;
74     width: 70%;
75 }
76
77 article dl {
78     margin-bottom: 40px;
79 }
80
81 section
82 {
83     display: block;
84     background-color: #fff;
85     padding: 12px 24px;
86     border-bottom: 1px solid #ccc;
87     margin-right: 30px;
88 }
89
90 .variation {
91     display: none;
92 }
93
94 .signature-attributes {
95     font-size: 60%;
96     color: #aaa;
97     font-style: italic;
98     font-weight: lighter;
99 }
100
101 nav
102 {
103     display: block;
104     float: right;
105     margin-top: 28px;
106     width: 30%;
107     box-sizing: border-box;
108     border-left: 1px solid #ccc;
109     padding-left: 16px;
110 }
111
112 nav ul {
113     font-family: 'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;
114     font-size: 100%;
115     line-height: 17px;
116     padding: 0;
117     margin: 0;
118     list-style-type: none;
119 }
120
121 nav ul a, nav ul a:visited, nav ul a:active {
122     font-family: Consolas, Monaco, 'Andale Mono', monospace;
123     line-height: 18px;
124     color: #4D4E53;
125 }
126
127 nav h3 {
128     margin-top: 12px;
129 }
130
131 nav li {
132     margin-top: 6px;
133 }
134
135 footer {
136     display: block;
137     padding: 6px;
138     margin-top: 12px;
139     font-style: italic;
140     font-size: 90%;
141 }
142
143 h1, h2, h3, h4 {
144     font-weight: 200;
145     margin: 0;
146 }
147
148 h1
149 {
150     font-family: 'Open Sans Light', sans-serif;
151     font-size: 48px;
152     letter-spacing: -2px;
153     margin: 12px 24px 20px;
154 }
155
156 h2, h3
157 {
158     font-size: 30px;
159     font-weight: 700;
160     letter-spacing: -1px;
161     margin-bottom: 12px;
162 }
163
164 h4
165 {
166     font-size: 18px;
167     letter-spacing: -0.33px;
168     margin-bottom: 12px;
169     color: #4d4e53;
170 }
171
172 h5, .container-overview .subsection-title
173 {
174     font-size: 120%;
175     font-weight: bold;
176     letter-spacing: -0.01em;
177     margin: 8px 0 3px 0;
178 }
179
180 h6
181 {
182     font-size: 100%;
183     letter-spacing: -0.01em;
184     margin: 6px 0 3px 0;
185     font-style: italic;
186 }
187
188 .ancestors { color: #999; }
189 .ancestors a
190 {
191     color: #999 !important;
192     text-decoration: none;
193 }
194
195 .clear
196 {
197     clear: both;
198 }
199
200 .important
201 {
202     font-weight: bold;
203     color: #950B02;
204 }
205
206 .yes-def {
207     text-indent: -1000px;
208 }
209
210 .type-signature {
211     color: #aaa;
212 }
213
214 .name, .signature {
215     font-family: Consolas, Monaco, 'Andale Mono', monospace;
216 }
217
218 .details { margin-top: 14px; border-left: 2px solid #DDD; }
219 .details dt { width: 120px; float: left; padding-left: 10px;  padding-top: 6px; }
220 .details dd { margin-left: 70px; }
221 .details ul { margin: 0; }
222 .details ul { list-style-type: none; }
223 .details li { margin-left: 30px; padding-top: 6px; }
224 .details pre.prettyprint { margin: 0 }
225 .details .object-value { padding-top: 0; }
226
227 .description {
228     margin-bottom: 1em;
229     margin-top: 1em;
230 }
231
232 .code-caption
233 {
234     font-style: italic;
235     font-size: 107%;
236     margin: 0;
237 }
238
239 .prettyprint
240 {
241     border: 1px solid #ddd;
242     width: 80%;
243     overflow: auto;
244 }
245
246 .prettyprint.source {
247     width: inherit;
248 }
249
250 .prettyprint code
251 {
252     font-size: 100%;
253     line-height: 18px;
254     display: block;
255     padding: 4px 12px;
256     margin: 0;
257     background-color: #fff;
258     color: #4D4E53;
259 }
260
261 .prettyprint code span.line
262 {
263   display: inline-block;
264 }
265
266 .prettyprint.linenums
267 {
268   padding-left: 70px;
269   -webkit-user-select: none;
270   -moz-user-select: none;
271   -ms-user-select: none;
272   user-select: none;
273 }
274
275 .prettyprint.linenums ol
276 {
277   padding-left: 0;
278 }
279
280 .prettyprint.linenums li
281 {
282   border-left: 3px #ddd solid;
283 }
284
285 .prettyprint.linenums li.selected,
286 .prettyprint.linenums li.selected *
287 {
288   background-color: lightyellow;
289 }
290
291 .prettyprint.linenums li *
292 {
293   -webkit-user-select: text;
294   -moz-user-select: text;
295   -ms-user-select: text;
296   user-select: text;
297 }
298
299 .params, .props
300 {
301     border-spacing: 0;
302     border: 0;
303     border-collapse: collapse;
304 }
305
306 .params .name, .props .name, .name code {
307     color: #4D4E53;
308     font-family: Consolas, Monaco, 'Andale Mono', monospace;
309     font-size: 100%;
310 }
311
312 .params td, .params th, .props td, .props th
313 {
314     border: 1px solid #ddd;
315     margin: 0px;
316     text-align: left;
317     vertical-align: top;
318     padding: 4px 6px;
319     display: table-cell;
320 }
321
322 .params thead tr, .props thead tr
323 {
324     background-color: #ddd;
325     font-weight: bold;
326 }
327
328 .params .params thead tr, .props .props thead tr
329 {
330     background-color: #fff;
331     font-weight: bold;
332 }
333
334 .params th, .props th { border-right: 1px solid #aaa; }
335 .params thead .last, .props thead .last { border-right: 1px solid #ddd; }
336
337 .params td.description > p:first-child,
338 .props td.description > p:first-child
339 {
340     margin-top: 0;
341     padding-top: 0;
342 }
343
344 .params td.description > p:last-child,
345 .props td.description > p:last-child
346 {
347     margin-bottom: 0;
348     padding-bottom: 0;
349 }
350
351 .disabled {
352     color: #454545;
353 }