blob: c42ba835a04365f9365451e87fc495e7f6a1b46f [file] [log] [blame]
Brian Silverman1a675112016-02-20 20:42:49 -05001table {
2 border-collapse: collapse;
3}
4
5td, th {
6 border: 1px solid #ccc;
7 padding: 2px 12px;
8 font-size: 10pt;
9}
10
11code, samp, var {
12 color: #060;
13}
14
15pre {
16 font-size: 10pt;
17 display: block;
18 color: #060;
19 background-color: #e8fff6;
20 border-color: #f0fff0;
21 border-style: solid;
22 border-top-width: 1px;
23 border-bottom-width: 1px;
24 border-right-width: 1px;
25 border-left-width: 5px;
26 padding-left: 12px;
27 padding-right: 12px;
28 padding-top: 4px;
29 padding-bottom: 4px;
30}
31
32pre.badcode {
33 color: #c00;
34 background-color: #ffe6d8;
35 border-color: #fff0f0;
36}
37
38hr {
39 margin-top: 3.5em;
40 border-width: 1px;
41 color: #fff;
42}
43
44html {
45 margin-top:2em;
46 margin-left:10%;
47 margin-right:10%;
48 padding:0;
49}
50
51.bp-reset-element,
52body,
53h1,
54h2,
55h3,
56h4,
57h5,
58h6,
59article,
60aside,
61details,
62figcaption,
63figure,
64footer,
65header,
66hgroup,
67menu,
68nav,
69section,
70summary,
71blockquote,
72q,
73th,
74td,
75caption,
76table,
77div,
78span,
79object,
80iframe,
81p,
82pre,
83a,
84abbr,
85acronym,
86address,
87code,
88del,
89dfn,
90em,
91img,
92dl,
93dt,
94dd,
95ol,
96ul,
97li,
98fieldset,
99form,
100label,
101legend,
102caption,
103tbody,
104tfoot,
105thead,
106tr {
107 margin:0;
108 padding:0;
109 border:0;
110 font-weight:inherit;
111 font-style:inherit;
112 font-size:100%;
113 font-family:inherit;
114 vertical-align:baseline;
115}
116
117body {
118 font-family:'Arial', sans-serif;
119 font-size:81.25%;
120 color:#222;
121 background-color:#fff;
122 line-height:1.67;
123 overflow: auto;
124}
125
126.change {
127 text-align: right;
128 margin-bottom:1em;
129}
130
131em {
132 font-style: italic
133}
134
135h1,
136h2,
137h3,
138h4,
139h5,
140h6 {
141 font-weight:bold;
142}
143
144h1 {
145 margin-bottom:.50em;
146 text-align: center
147}
148
149h2,
150h3,
151h4,
152h5,
153h6 {
154 margin-top:1.5em;
155 margin-bottom:.75em;
156}
157
158h1 {font-size:200%;}
159h2 {font-size:167%;}
160h3 {font-size:133%;}
161h4 {font-size:120%;}
162h5 {font-size:110%;}
163
164p {
165 margin:0 0 1.5em;
166}
167
168a[href=''] {
169 cursor:default;
170}
171
172h1 img,
173h2 img,
174h3 img,
175h4 img,
176h5 img,
177h6 img {
178 margin:0;
179}
180
181a img {
182 border:none;
183}
184
185pre {
186 margin:1.5em 0;
187 white-space:pre;
188}
189
190pre,
191code,
192kbd,
193tt {
194 font:1em 'Droid Sans Mono', monospace;
195 line-height:1.5;
196}
197
198dl {
199 margin:0 0 1.5em 0;
200}
201
202dl dt {
203 font-weight:bold;
204}
205
206dd {
207 margin-left:1.5em;
208}
209
210dd.toc3 {
211 margin-left:3em;
212}
213
214hr {
215 height:0;
216 border:0;
217 border-top:1px solid #ccc;
218 background-color:#ccc;
219}
220
221table {
222 border:1px solid #bbb;
223 border-spacing:0;
224 border-collapse:collapse;
225 margin:0 0 1.5em;
226 vertical-align:middle;
227 width:100%;
228}
229
230table.unlined,
231table.unlined th,
232table.unlined tr,
233table.unlined td {
234 border:0;
235}
236
237th,
238td,
239caption {
240 float:none !important;
241 text-align:left;
242 font-weight:normal;
243 vertical-align:middle;
244 padding:4px;
245}
246
247caption {
248 padding:0;
249}
250
251td {
252 border:1px solid #bbb;
253 vertical-align:top;
254}
255
256th {
257 border:0;
258 border-bottom:1px solid black;
259 font-weight:bold;
260 background:rgb(229, 236, 249);
261}
262
263table th code {
264 background-color:inherit;
265 color:inherit;
266}
267
268table tfoot th {
269 border:1px solid #bbb;
270}
271
272tfoot {
273 font-style:italic;
274}
275
276caption {
277 background:#eee;
278}
279
280table[border='0'] {
281 border:none;
282}
283
284table[border='0']>tbody>tr>td,
285table[border='0']>tr>td {
286 border:none;
287}
288
289tr.alt td,
290td.alt {
291 background-color:#efefef;
292}
293
294table.striped tr:nth-child(even) td,
295table tr.even td {
296 background:#efefef;
297}
298
299table.columns {
300 border:none;
301}
302
303table.columns>tbody>tr>td,
304table.columns>tr>td {
305 border:none;
306 padding:0 3em 0 0;
307}
308
309table.columns>tbody>tr>td:last-child,
310table.columns>tr>td:last-child {
311 border:none;
312 padding:0;
313}
314
315ul,
316ol {
317 margin:0 1.5em 1.5em 0;
318 padding-left:2em;
319}
320
321li ul,
322li ol {
323 margin:0;
324}
325
326ul {
327 list-style-type:disc;
328}
329
330ol {
331 list-style-type:decimal;
332}
333
334ul {
335 list-style-type:disc;
336}
337
338ul ul {
339 list-style-type:circle;
340}
341
342ul ul ul {
343 list-style-type:square;
344}
345
346ul.disc {
347 list-style-type:disc;
348}
349
350ul.circle {
351 list-style-type:circle;
352}
353
354ul.square {
355 list-style-type:square;
356}
357
358ol {
359 list-style-type:decimal;
360}
361
362ol ol {
363 list-style-type:lower-alpha;
364}
365
366ol ol ol {
367 list-style-type:lower-roman;
368}
369
370ol ul {
371 list-style-type:circle;
372}
373
374ol.decimal {
375 list-style-type:decimal;
376}
377
378ol.upper-alpha {
379 list-style-type:upper-alpha;
380}
381
382ol.lower-alpha {
383 list-style-type:lower-alpha;
384}
385
386ol.upper-roman {
387 list-style-type:upper-roman;
388}
389
390ol.lower-roman {
391 list-style-type:lower-roman;
392}
393
394ol.nolist,
395ul.nolist {
396 padding-left:0;
397 list-style-image:none;
398 list-style-type:none;
399 margin-left:0;
400}
401
402.center {
403 text-align:center;
404}
405
406code,
407kbd,
408pre {
409 color:#009900;
410}
411
412kbd {
413 font-weight: bold;
414}
415
416table.striped code {
417 background-color:inherit;
418}
419
420pre {
421 padding:6px 10px;
422 background-color:#FAFAFA;
423 border:1px solid #bbb;
424 overflow:auto;
425}
426
427pre.prettyprint {
428 padding:6px 10px !important;
429 border:1px solid #bbb !important;
430}
431
432code.bad, code.badcode {
433 color: magenta;
434}
435pre.bad, pre.badcode {
436 background-color:#ffe6d8;
437 border-top:1px inset #a03;
438 border-left:1px inset #a03;
439}
440
441.tip {
442 background-color:#fffbd9;
443 padding:6px 8px 6px 10px;
444 border-left:6px solid #ffef70;
445}
446
447.note {
448 background-color:#e5ecf9;
449 padding:6px 8px 6px 10px;
450 border-left:6px solid #36c;
451}
452
453@media print {
454
455 .str {
456 color:#060;
457 }
458
459 .kwd {
460 color:#006;
461 font-weight:bold;
462 }
463
464 .com {
465 color:#600;
466 font-style:italic;
467 }
468
469 .typ {
470 color:#404;
471 font-weight:bold;
472 }
473
474 .lit {
475 color:#044;
476 }
477
478 .pun,
479 .opn,
480 .clo {
481 color:#440;
482 }
483
484 .pln {
485 color:#000;
486 }
487
488 .tag {
489 color:#006;
490 font-weight:bold;
491 }
492
493 .atn {
494 color:#404;
495 }
496
497 .atv {
498 color:#060;
499 }
500
501 h1 {
502 font-style:italic;
503 }
504}
505
506ol.linenums {
507 margin-top:0;
508 margin-bottom:0;
509}
510
511code {
512 background-color:#FAFAFA;
513 padding: 0.25em 0.5em;
514 white-space: nowrap
515}