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
#bbb;
260 letter-spacing: 0.05em;
277 border-bottom: 1px solid
#ddd;
287 code
.code
, pre
.code
{
288 font-family: monospace
;
295 border-left: 2px solid
#e0e0e0;
313 padding-right: 0.5em;
317 .methodname, .imethodname, .cmethodname {
318 font-family: monospace
;
328 .methodname a, .imethodname a, .cmethodname a {
362 border-collapse: collapse
;
365 table
.arguments td
.argumentname
, td
.argumentdesc
{
369 padding-bottom: 0.2em;
385 /* border-left: 4px solid #eea;*/
391 .notelabel, .warninglabel {
400 border-top: 1px solid #bbb;
412 border-top: 1px solid
#ddd;
427 /* background: #eee;*/
429 border-right: 1px solid
#bbb;
433 text-decoration: none
;
439 padding: 10px 2px 10px 2px;
446 border: 1px solid
#aaa;
451 border-bottom: 1px solid
#aaa;
452 margin-bottom: 0.5em;
458 list-style-type: none
;
472 padding: 0 8px 0 8px;
492 font-family: monospace
;
494 /* font-size: 9.5pt;*/
505 display: inline-block
;
508 ul
.tree
, ul
.tree ul
{
509 list-style-type: none
;
510 background: url
(images/vline.png) repeat-y
;
524 background: url
(images/node.png) no-repeat
;
529 ul
.tree
li:last-child
{
530 background: #fff url
(images/lastnode.png) no-repeat
;
534 border-bottom: 6px solid rgba
(255,255,0,0.4);
539 /* auto class links. note that color can be overridden by prettify rules below */
543 /* Pretty printing styles. Used with prettify.js. */
545 .str { color: #070; } /* strings */
546 .kwd { color: #880; } /* special values like true, nil.. */
547 .com { color: #822; } /* comments */
548 .typ { color: #008; } /* class names */
549 .lit { color: #066; } /* numbers and character literals */
550 .pun { color: #555; } /* punctuation */
551 .pln { color: #000; } /* plain text, methods and variable names */
552 .tag { color: #059; } /* special variables like super, thisProcess... */
553 .dec { color: #508; } /* declarations like var, const... */
554 .atn { color: #285; } /* symbols */
555 .atv { color: #750; } /* environment vars */
557 /* Specify class=linenums on a pre to get line numbering */
558 ol
.linenums
{ margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
566 li
.L8
{ list-style-type: none
}
567 /* Alternate shading for lines */
572 li
.L9
{ background: #eee }
575 .str { color: #060; }
576 .kwd { color: #006; font-weight: bold
; }
577 .com { color: #600; font-style: italic
; }
578 .typ { color: #404; font-weight: bold
; }
579 .lit { color: #044; }
580 .pun { color: #440; }
581 .pln { color: #000; }
582 .tag { color: #006; font-weight: bold
; }
583 .atn { color: #404; }
584 .atv { color: #060; }