| 1 | BODY { |
|---|
| 2 | background: #FFFFFF; |
|---|
| 3 | font-family: Arial; |
|---|
| 4 | margin: 0px; |
|---|
| 5 | padding: 0px; |
|---|
| 6 | } |
|---|
| 7 | A { |
|---|
| 8 | color: #0000CC; |
|---|
| 9 | text-decoration: none; |
|---|
| 10 | font-weight: normal; |
|---|
| 11 | font-size: 100%; |
|---|
| 12 | } |
|---|
| 13 | A:Hover { |
|---|
| 14 | color: white; |
|---|
| 15 | background-color: #334B66; |
|---|
| 16 | font-weight: bold; |
|---|
| 17 | text-decoration: none; |
|---|
| 18 | } |
|---|
| 19 | |
|---|
| 20 | #packageTitle { |
|---|
| 21 | font-size: 110%; |
|---|
| 22 | font-weight: bold; |
|---|
| 23 | text-align: right; |
|---|
| 24 | color: #444444; |
|---|
| 25 | } |
|---|
| 26 | #packageTitle2 { |
|---|
| 27 | font-size: 160%; |
|---|
| 28 | font-weight: bold; |
|---|
| 29 | text-align: right; |
|---|
| 30 | color: #334B66; |
|---|
| 31 | background-color: #6699CC; |
|---|
| 32 | display: none; |
|---|
| 33 | } |
|---|
| 34 | #packageLinks { |
|---|
| 35 | background-color: #6699CC; |
|---|
| 36 | } |
|---|
| 37 | #header { |
|---|
| 38 | background-color: #E0ECFF; |
|---|
| 39 | border-bottom: solid #C3D9FF 4px; |
|---|
| 40 | } |
|---|
| 41 | #nav { |
|---|
| 42 | background-color: #E0ECFF; |
|---|
| 43 | padding: 4px; |
|---|
| 44 | border-right: solid #C3D9FF 4px; |
|---|
| 45 | } |
|---|
| 46 | #index { |
|---|
| 47 | padding: 18px; |
|---|
| 48 | } |
|---|
| 49 | hr { |
|---|
| 50 | width: 80%; |
|---|
| 51 | background-color: #6699CC; |
|---|
| 52 | color: #6699CC; |
|---|
| 53 | margin-top: 15px; |
|---|
| 54 | margin-bottom: 15px; |
|---|
| 55 | clear: both; |
|---|
| 56 | } |
|---|
| 57 | .links { |
|---|
| 58 | text-align: left; |
|---|
| 59 | width: 98%; |
|---|
| 60 | margin: auto; |
|---|
| 61 | } |
|---|
| 62 | UL { |
|---|
| 63 | margin: 0px; |
|---|
| 64 | padding: 0px; |
|---|
| 65 | padding-left: 5px; |
|---|
| 66 | list-style-type: none; |
|---|
| 67 | } |
|---|
| 68 | li { |
|---|
| 69 | text-indent: -15px; |
|---|
| 70 | padding-bottom: 2px; |
|---|
| 71 | padding-left: 14px; |
|---|
| 72 | } |
|---|
| 73 | dd { |
|---|
| 74 | margin-bottom: .5em; |
|---|
| 75 | } |
|---|
| 76 | .small { |
|---|
| 77 | color: #444444; |
|---|
| 78 | font-weight: bold; |
|---|
| 79 | font-size: 80%; |
|---|
| 80 | } |
|---|
| 81 | h3 { |
|---|
| 82 | } |
|---|
| 83 | .middleCol { |
|---|
| 84 | margin-left: -1px; |
|---|
| 85 | border-right: dotted gray 1px; |
|---|
| 86 | border-left: dotted gray 1px; |
|---|
| 87 | padding: 5px; |
|---|
| 88 | } |
|---|
| 89 | .leftCol { |
|---|
| 90 | border-right: dotted gray 1px; |
|---|
| 91 | padding: 5px; |
|---|
| 92 | } |
|---|
| 93 | .rightCol { |
|---|
| 94 | margin-left: -1px; |
|---|
| 95 | border-left: dotted gray 1px; |
|---|
| 96 | padding: 5px; |
|---|
| 97 | } |
|---|
| 98 | #elementPath { |
|---|
| 99 | font-size: 14px; |
|---|
| 100 | font-weight: bold; |
|---|
| 101 | color: #334B66; |
|---|
| 102 | } |
|---|
| 103 | .constructor { |
|---|
| 104 | /*border: dashed #334B66 1px;*/ |
|---|
| 105 | font-weight: bold; |
|---|
| 106 | } |
|---|
| 107 | #credit { |
|---|
| 108 | text-align: center; |
|---|
| 109 | color: #334B66; |
|---|
| 110 | font-weight: bold; |
|---|
| 111 | } |
|---|
| 112 | div.contents { |
|---|
| 113 | border: solid #334B66 1px; |
|---|
| 114 | padding: 3px; |
|---|
| 115 | margin-bottom: 5px; |
|---|
| 116 | clear: all; |
|---|
| 117 | } |
|---|
| 118 | H1 { |
|---|
| 119 | margin: 0px; |
|---|
| 120 | } |
|---|
| 121 | H2 { |
|---|
| 122 | margin: 0px; |
|---|
| 123 | margin-bottom: 2px; |
|---|
| 124 | } |
|---|
| 125 | H3 { |
|---|
| 126 | margin: 0px; |
|---|
| 127 | } |
|---|
| 128 | H4 { |
|---|
| 129 | margin: 0px; |
|---|
| 130 | } |
|---|
| 131 | #classTree { |
|---|
| 132 | padding: 0px; |
|---|
| 133 | margin: 0px; |
|---|
| 134 | } |
|---|
| 135 | div.indent { |
|---|
| 136 | margin-left: 15px; |
|---|
| 137 | } |
|---|
| 138 | .warning { |
|---|
| 139 | color: red; |
|---|
| 140 | background-color: #334B66; |
|---|
| 141 | font-weight: bold; |
|---|
| 142 | } |
|---|
| 143 | code { |
|---|
| 144 | font-family: fixed; |
|---|
| 145 | padding: 3px; |
|---|
| 146 | color: #334B66; |
|---|
| 147 | background-color: #dddddd; |
|---|
| 148 | } |
|---|
| 149 | .type { |
|---|
| 150 | color: #334B66; |
|---|
| 151 | } |
|---|
| 152 | .value { |
|---|
| 153 | color: #334B66; |
|---|
| 154 | border: dotted #334B66 1px; |
|---|
| 155 | } |
|---|
| 156 | .top { |
|---|
| 157 | color: #334B66; |
|---|
| 158 | border-bottom: dotted #334B66 1px; |
|---|
| 159 | padding-bottom: 4px; |
|---|
| 160 | } |
|---|
| 161 | .php-src, .php, .listing { |
|---|
| 162 | font-family: fixed; |
|---|
| 163 | padding: 3px; |
|---|
| 164 | color: #334B66; |
|---|
| 165 | background-color: #dddddd; |
|---|
| 166 | font-family: 'Courier New', Courier, monospace; font-weight: normal; |
|---|
| 167 | } |
|---|
| 168 | DIV#nav DL { |
|---|
| 169 | margin: 0px; |
|---|
| 170 | padding: 0px; |
|---|
| 171 | list-style-type: none; |
|---|
| 172 | } |
|---|
| 173 | div.classtree { |
|---|
| 174 | font-size: 130%; |
|---|
| 175 | font-weight: bold; |
|---|
| 176 | background-color: #CC6633; |
|---|
| 177 | border: dotted #334B66 2px; |
|---|
| 178 | } |
|---|
| 179 | span.linenumber,p.linenumber { |
|---|
| 180 | font-weight: bold,italic; |
|---|
| 181 | } |
|---|
| 182 | span.smalllinenumber { |
|---|
| 183 | font-weight: bold,italic; |
|---|
| 184 | font-size: 9pt; |
|---|
| 185 | } |
|---|
| 186 | ul { |
|---|
| 187 | margin-left: 0px; |
|---|
| 188 | padding-left: 8px; |
|---|
| 189 | } |
|---|
| 190 | /* Syntax highlighting */ |
|---|
| 191 | |
|---|
| 192 | .src-code { background-color: #f5f5f5; border: 1px solid #ccc9a4; padding: 0px; margin : 0px} |
|---|
| 193 | .src-line { font-family: 'Courier New', Courier, monospace; font-weight: normal; } |
|---|
| 194 | /*.src-code pre { }*/ |
|---|
| 195 | |
|---|
| 196 | .src-comm { color: green; } |
|---|
| 197 | .src-id { } |
|---|
| 198 | .src-inc { color: #0000FF; } |
|---|
| 199 | .src-key { color: #0000FF; } |
|---|
| 200 | .src-num { color: #CC0000; } |
|---|
| 201 | .src-str { color: #66cccc; } |
|---|
| 202 | .src-sym { font-weight: bold; } |
|---|
| 203 | .src-var { } |
|---|
| 204 | |
|---|
| 205 | .src-php { font-weight: bold; } |
|---|
| 206 | |
|---|
| 207 | .src-doc { color: #009999 } |
|---|
| 208 | .src-doc-close-template { color: #0000FF } |
|---|
| 209 | .src-doc-coretag { color: #0099FF; font-weight: bold } |
|---|
| 210 | .src-doc-inlinetag { color: #0099FF } |
|---|
| 211 | .src-doc-internal { color: #6699cc } |
|---|
| 212 | .src-doc-tag { color: #0080CC } |
|---|
| 213 | .src-doc-template { color: #0000FF } |
|---|
| 214 | .src-doc-type { font-style: italic } |
|---|
| 215 | .src-doc-var { font-style: italic } |
|---|
| 216 | |
|---|
| 217 | .tute-tag { color: #009999 } |
|---|
| 218 | .tute-attribute-name { color: #0000FF } |
|---|
| 219 | .tute-attribute-value { color: #0099FF } |
|---|
| 220 | .tute-entity { font-weight: bold; } |
|---|
| 221 | .tute-comment { font-style: italic } |
|---|
| 222 | .tute-inline-tag { color: #636311; font-weight: bold } |
|---|
| 223 | |
|---|
| 224 | /* tutorial */ |
|---|
| 225 | |
|---|
| 226 | .authors { } |
|---|
| 227 | .author { font-style: italic; font-weight: bold } |
|---|
| 228 | .author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal } |
|---|
| 229 | .example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; } |
|---|
| 230 | .listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; } |
|---|
| 231 | .release-info { font-size: 85%; font-style: italic; margin: 1em 0em } |
|---|
| 232 | .ref-title-box { } |
|---|
| 233 | .ref-title { } |
|---|
| 234 | .ref-purpose { font-style: italic; color: #666666 } |
|---|
| 235 | .ref-synopsis { } |
|---|
| 236 | .title { font-weight: bold; margin: 1em 0em 0em 0em; padding: .25em; |
|---|
| 237 | border: 2px solid #CC6633; background-color: #6699CC } |
|---|
| 238 | .cmd-synopsis { margin: 1em 0em } |
|---|
| 239 | .cmd-title { font-weight: bold } |
|---|
| 240 | .toc { margin-left: 2em; padding-left: 0em } |
|---|
| 241 | |
|---|
| 242 | #packages{ |
|---|
| 243 | margin-top: 15px; |
|---|
| 244 | } |
|---|