2 font-family: Arial
, Helvetica
, sans-serif
;
7 /* margin-left: 20em;*/
21 padding-bottom: 0.5em;
25 border-collapse: collapse
;
31 border: 1px solid
#ddd;
44 a:link
, a:visited
, a:hover
{
45 text-decoration: none
;
47 /* add padding to work around "text-decoration: underline" not
48 * having effect when hovered if font size less then 11pt */
53 text-decoration: underline
;
56 #inheritedclassmets, #inheritedinstmets
{
60 .inheritedmets_class {
64 margin-bottom: 0.25em;
66 .inheritedmets_class a {
77 font-family: monospace
;
79 a
.inheritedmets_toggle
{
83 /* margin-left: 2em;*/
86 a
.inheritedmets_toggle:hover
{
87 text-decoration: none
;
96 a
.subclass_toggle:hover
{
97 text-decoration: none
;
103 font-family: Arial
, Helvetica
, sans-serif
;
106 /* background: #555;*/
111 border-bottom: 1px solid
#bbb;
112 /* border-bottom: 2px solid #999;*/
121 padding-left: 0.75em;
122 padding-right: 0.75em;
123 /* border-right: 1px solid #999;*/
124 border-right: 1px solid
#ddd;
134 text-decoration: none
;
139 /* font-weight: bold;*/
152 border: 1px solid
#aaa;
160 /* padding: 5px 10px;*/
165 /* text-decoration: none;*/
177 border: 1px solid
#ddd;
188 border-bottom: 3px solid
#000;
193 border-bottom: 1px solid
#bbb;
208 word-break: break-all
;
237 border-top: 1px solid
#aaa;
243 margin-bottom: 0.5em;
259 border-bottom: 2px solid
#ccc;
277 border-bottom: 1px solid
#ddd;
285 margin-bottom: 1.25em;
289 font-family: monospace
;
294 border-left: 2px solid
#e0e0e0;
298 code
.code
, pre
.code
{
318 padding-right: 0.5em;
322 .methodname, .imethodname, .cmethodname {
323 font-family: monospace
;
333 .methodname a, .imethodname a, .cmethodname a {
367 border-collapse: collapse
;
370 table
.arguments td
.argumentname
, td
.argumentdesc
{
374 padding-bottom: 0.2em;
390 /* border-left: 4px solid #eea;*/
396 .notelabel, .warninglabel {
405 border-top: 1px solid #bbb;
417 border-top: 1px solid
#ddd;
432 /* background: #eee;*/
434 border-right: 1px solid
#bbb;
438 text-decoration: none
;
444 padding: 10px 2px 10px 2px;
451 border: 1px solid
#aaa;
456 border-bottom: 1px solid
#aaa;
457 margin-bottom: 0.5em;
463 padding-bottom: 0.5em;
467 list-style-type: none
;
481 padding: 0 8px 0 8px;
501 font-family: monospace
;
503 /* font-size: 9.5pt;*/
514 display: inline-block
;
517 ul
.tree
, ul
.tree ul
{
518 list-style-type: none
;
519 background: url
(images/vline.png) repeat-y
;
533 background: url
(images/node.png) no-repeat
;
538 ul
.tree
li:last-child
{
539 background: #fff url
(images/lastnode.png) no-repeat
;
543 border-bottom: 6px solid rgba
(255,255,0,0.4);
550 text-decoration: line-through
;
553 /* auto class links. note that color can be overridden by prettify rules below */
557 /* Pretty printing styles. Used with prettify.js. */
559 .str { color: #070; } /* strings */
560 .kwd { color: #880; } /* special values like true, nil.. */
561 .com { color: #822; } /* comments */
562 .typ { color: #008; } /* class names */
563 .lit { color: #066; } /* numbers and character literals */
564 .pun { color: #555; } /* punctuation */
565 .pln { color: #000; } /* plain text, methods and variable names */
566 .tag { color: #059; } /* special variables like super, thisProcess... */
567 .dec { color: #508; } /* declarations like var, const... */
568 .atn { color: #285; } /* symbols */
569 .atv { color: #750; } /* environment vars */
571 /* Specify class=linenums on a pre to get line numbering */
572 ol
.linenums
{ margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
580 li
.L8
{ list-style-type: none
}
581 /* Alternate shading for lines */
586 li
.L9
{ background: #eee }
589 .str { color: #060; }
590 .kwd { color: #006; font-weight: bold
; }
591 .com { color: #600; font-style: italic
; }
592 .typ { color: #404; font-weight: bold
; }
593 .lit { color: #044; }
594 .pun { color: #440; }
595 .pln { color: #000; }
596 .tag { color: #006; font-weight: bold
; }
597 .atn { color: #404; }
598 .atv { color: #060; }