[160] | 1 | a { color: #336699; text-decoration: none; } |
---|
| 2 | a:hover { color: #6699CC; text-decoration: underline; } |
---|
| 3 | a:active { color: #6699CC; text-decoration: underline; } |
---|
| 4 | |
---|
| 5 | body { background : #FFFFFF; } |
---|
| 6 | body, table { font-family: Georgia, Times New Roman, Times, serif; font-size: 10pt } |
---|
| 7 | p, li { line-height: 140% } |
---|
| 8 | a img { border: 0px; } |
---|
| 9 | dd { margin-left: 0px; padding-left: 1em; } |
---|
| 10 | |
---|
| 11 | /* Page layout/boxes */ |
---|
| 12 | |
---|
| 13 | .info-box {} |
---|
| 14 | .info-box-title { margin: 1em 0em 0em 0em; padding: .25em; font-weight: normal; font-size: 14pt; border: 2px solid #999999; background-color: #CCCCFF } |
---|
| 15 | .info-box-body { border: 1px solid #999999; padding: .5em; } |
---|
| 16 | .nav-bar { font-size: 8pt; white-space: nowrap; text-align: right; padding: .2em; margin: 0em 0em 1em 0em; } |
---|
| 17 | |
---|
| 18 | .oddrow { background-color: #F8F8F8; border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em} |
---|
| 19 | .evenrow { border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em} |
---|
| 20 | |
---|
| 21 | .page-body { max-width: 800px; margin: auto; } |
---|
| 22 | .tree dl { margin: 0px } |
---|
| 23 | |
---|
| 24 | /* Index formatting classes */ |
---|
| 25 | |
---|
| 26 | .index-item-body { margin-top: .5em; margin-bottom: .5em} |
---|
| 27 | .index-item-description { margin-top: .25em } |
---|
| 28 | .index-item-details { font-weight: normal; font-style: italic; font-size: 8pt } |
---|
| 29 | .index-letter-section { background-color: #EEEEEE; border: 1px dotted #999999; padding: .5em; margin-bottom: 1em} |
---|
| 30 | .index-letter-title { font-size: 12pt; font-weight: bold } |
---|
| 31 | .index-letter-menu { text-align: center; margin: 1em } |
---|
| 32 | .index-letter { font-size: 12pt } |
---|
| 33 | |
---|
| 34 | /* Docbook classes */ |
---|
| 35 | |
---|
| 36 | .description {} |
---|
| 37 | .short-description { font-weight: bold; color: #666666; } |
---|
| 38 | .tags { padding-left: 0em; margin-left: 3em; color: #666666; list-style-type: square; } |
---|
| 39 | .parameters { padding-left: 0em; margin-left: 3em; font-style: italic; list-style-type: square; } |
---|
| 40 | .redefinitions { font-size: 8pt; padding-left: 0em; margin-left: 2em; } |
---|
| 41 | .package { } |
---|
| 42 | .package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black } |
---|
| 43 | .package-details { font-size: 85%; } |
---|
| 44 | .sub-package { font-weight: bold; font-size: 120% } |
---|
| 45 | .tutorial { border-width: thin; border-color: #0066ff } |
---|
| 46 | .tutorial-nav-box { width: 100%; border: 1px solid #999999; background-color: #F8F8F8; } |
---|
| 47 | .nav-button-disabled { color: #999999; } |
---|
| 48 | .nav-button:active, |
---|
| 49 | .nav-button:focus, |
---|
| 50 | .nav-button:hover { background-color: #DDDDDD; outline: 1px solid #999999; text-decoration: none } |
---|
| 51 | .folder-title { font-style: italic } |
---|
| 52 | |
---|
| 53 | /* Generic formatting */ |
---|
| 54 | |
---|
| 55 | .field { font-weight: bold; } |
---|
| 56 | .detail { font-size: 8pt; } |
---|
| 57 | .notes { font-style: italic; font-size: 8pt; } |
---|
| 58 | .separator { background-color: #999999; height: 2px; } |
---|
| 59 | .warning { color: #FF6600; } |
---|
| 60 | .disabled { font-style: italic; color: #999999; } |
---|
| 61 | |
---|
| 62 | /* Code elements */ |
---|
| 63 | |
---|
| 64 | .line-number { } |
---|
| 65 | |
---|
| 66 | .class-table { width: 100%; } |
---|
| 67 | .class-table-header { border-bottom: 1px dotted #666666; text-align: left} |
---|
| 68 | .class-name { color: #000000; font-weight: bold; } |
---|
| 69 | |
---|
| 70 | .method-summary { padding-left: 1em; font-size: 8pt } |
---|
| 71 | .method-header { } |
---|
| 72 | .method-definition { margin-bottom: .3em } |
---|
| 73 | .method-title { font-weight: bold; } |
---|
| 74 | .method-name { font-weight: bold; } |
---|
| 75 | .method-signature { font-size: 85%; color: #666666; margin: .5em 0em } |
---|
| 76 | .method-result { font-style: italic; } |
---|
| 77 | |
---|
| 78 | .var-summary { padding-left: 1em; font-size: 8pt; } |
---|
| 79 | .var-header { } |
---|
| 80 | .var-title { margin-bottom: .3em } |
---|
| 81 | .var-type { font-style: italic; } |
---|
| 82 | .var-name { font-weight: bold; } |
---|
| 83 | .var-default {} |
---|
| 84 | .var-description { font-weight: normal; color: #000000; } |
---|
| 85 | |
---|
| 86 | .include-title { } |
---|
| 87 | .include-type { font-style: italic; } |
---|
| 88 | .include-name { font-weight: bold; } |
---|
| 89 | |
---|
| 90 | .const-title { } |
---|
| 91 | .const-name { font-weight: bold; } |
---|
| 92 | |
---|
| 93 | /* Syntax highlighting */ |
---|
| 94 | |
---|
| 95 | .src-code { border: 1px solid #336699; padding: 1em; background-color: #EEEEEE; } |
---|
| 96 | .src-line { font-family: 'Courier New', Courier, monospace; font-weight: normal; } |
---|
| 97 | |
---|
| 98 | .src-comm { color: green; } |
---|
| 99 | .src-id { } |
---|
| 100 | .src-inc { color: #0000FF; } |
---|
| 101 | .src-key { color: #0000FF; } |
---|
| 102 | .src-num { color: #CC0000; } |
---|
| 103 | .src-str { color: #66cccc; } |
---|
| 104 | .src-sym { font-weight: bold; } |
---|
| 105 | .src-var { } |
---|
| 106 | |
---|
| 107 | .src-php { font-weight: bold; } |
---|
| 108 | |
---|
| 109 | .src-doc { color: #009999 } |
---|
| 110 | .src-doc-close-template { color: #0000FF } |
---|
| 111 | .src-doc-coretag { color: #0099FF; font-weight: bold } |
---|
| 112 | .src-doc-inlinetag { color: #0099FF } |
---|
| 113 | .src-doc-internal { color: #6699cc } |
---|
| 114 | .src-doc-tag { color: #0080CC } |
---|
| 115 | .src-doc-template { color: #0000FF } |
---|
| 116 | .src-doc-type { font-style: italic } |
---|
| 117 | .src-doc-var { font-style: italic } |
---|
| 118 | |
---|
| 119 | .tute-tag { color: #009999 } |
---|
| 120 | .tute-attribute-name { color: #0000FF } |
---|
| 121 | .tute-attribute-value { color: #0099FF } |
---|
| 122 | .tute-entity { font-weight: bold; } |
---|
| 123 | .tute-comment { font-style: italic } |
---|
| 124 | .tute-inline-tag { color: #636311; font-weight: bold } |
---|
| 125 | |
---|
| 126 | /* tutorial */ |
---|
| 127 | |
---|
| 128 | .authors { } |
---|
| 129 | .author { font-style: italic; font-weight: bold } |
---|
| 130 | .author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal } |
---|
| 131 | .example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; } |
---|
| 132 | *[class="example"] { line-height : 0.5em } |
---|
| 133 | .listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; } |
---|
| 134 | *[class="listing"] { line-height : 0.5em } |
---|
| 135 | .release-info { font-size: 85%; font-style: italic; margin: 1em 0em } |
---|
| 136 | .ref-title-box { } |
---|
| 137 | .ref-title { } |
---|
| 138 | .ref-purpose { font-style: italic; color: #666666 } |
---|
| 139 | .ref-synopsis { } |
---|
| 140 | .title { font-weight: bold; margin: 1em 0em 0em 0em; padding: .25em; border: 2px solid #999999; background-color: #CCCCFF } |
---|
| 141 | .cmd-synopsis { margin: 1em 0em } |
---|
| 142 | .cmd-title { font-weight: bold } |
---|
| 143 | .toc { margin-left: 2em; padding-left: 0em } |
---|
| 144 | |
---|