style.css
196 lines
| 1 | .php { |
| 2 | padding: 1em; |
| 3 | } |
| 4 | .php-src { font-family: 'Courier New', Courier, monospace; font-weight: normal; } |
| 5 | |
| 6 | body |
| 7 | { |
| 8 | color: #000000; |
| 9 | background-color: #ffffff; |
| 10 | background-image: url("background.png"); |
| 11 | background-repeat: repeat-y; |
| 12 | font-family: tahoma, verdana, arial, sans-serif; |
| 13 | font-size: 10pt; |
| 14 | margin: 0; |
| 15 | padding: 0; |
| 16 | } |
| 17 | |
| 18 | a |
| 19 | { |
| 20 | color: #000099; |
| 21 | background-color: transparent; |
| 22 | text-decoration: none; |
| 23 | } |
| 24 | |
| 25 | a:hover |
| 26 | { |
| 27 | text-decoration: underline; |
| 28 | } |
| 29 | |
| 30 | a.menu |
| 31 | { |
| 32 | color: #ffffff; |
| 33 | background-color: transparent; |
| 34 | } |
| 35 | |
| 36 | td |
| 37 | { |
| 38 | font-size: 10pt; |
| 39 | } |
| 40 | |
| 41 | td.header_top |
| 42 | { |
| 43 | color: #ffffff; |
| 44 | background-color: #9999cc; |
| 45 | font-size: 16pt; |
| 46 | font-weight: bold; |
| 47 | text-align: right; |
| 48 | padding: 10px; |
| 49 | } |
| 50 | |
| 51 | td.header_line |
| 52 | { |
| 53 | color: #ffffff; |
| 54 | background-color: #333366; |
| 55 | } |
| 56 | |
| 57 | td.header_menu |
| 58 | { |
| 59 | color: #ffffff; |
| 60 | background-color: #666699; |
| 61 | font-size: 8pt; |
| 62 | text-align: right; |
| 63 | padding: 2px; |
| 64 | padding-right: 5px; |
| 65 | } |
| 66 | |
| 67 | td.menu |
| 68 | { |
| 69 | padding: 2px; |
| 70 | padding-left: 5px; |
| 71 | } |
| 72 | |
| 73 | td.code_border |
| 74 | { |
| 75 | color: #000000; |
| 76 | background-color: #c0c0c0; |
| 77 | } |
| 78 | |
| 79 | td.code |
| 80 | { |
| 81 | color: #000000; |
| 82 | background-color: #f0f0f0; |
| 83 | } |
| 84 | |
| 85 | td.type |
| 86 | { |
| 87 | font-style: italic; |
| 88 | } |
| 89 | |
| 90 | div.credit |
| 91 | { |
| 92 | font-size: 8pt; |
| 93 | text-align: center; |
| 94 | } |
| 95 | |
| 96 | div.package |
| 97 | { |
| 98 | padding-left: 5px; |
| 99 | } |
| 100 | |
| 101 | div.tags |
| 102 | { |
| 103 | padding-left: 15px; |
| 104 | } |
| 105 | |
| 106 | div.function |
| 107 | { |
| 108 | padding-left: 15px; |
| 109 | } |
| 110 | |
| 111 | div.top |
| 112 | { |
| 113 | font-size: 8pt; |
| 114 | } |
| 115 | |
| 116 | div.warning |
| 117 | { |
| 118 | color: #ff0000; |
| 119 | background-color: transparent; |
| 120 | } |
| 121 | |
| 122 | div.description |
| 123 | { |
| 124 | padding-left: 15px; |
| 125 | } |
| 126 | |
| 127 | hr |
| 128 | { |
| 129 | height: 1px; |
| 130 | border-style: solid; |
| 131 | border-color: #c0c0c0; |
| 132 | margin-top: 10px; |
| 133 | margin-bottom: 10px; |
| 134 | } |
| 135 | |
| 136 | span.smalllinenumber |
| 137 | { |
| 138 | font-size: 8pt; |
| 139 | } |
| 140 | |
| 141 | ul { |
| 142 | margin-left: 0px; |
| 143 | padding-left: 8px; |
| 144 | } |
| 145 | /* Syntax highlighting */ |
| 146 | |
| 147 | .src-code { background-color: #f5f5f5; border: 1px solid #ccc9a4; padding: 0 0 0 1em; margin : 0px; |
| 148 | font-family: 'Courier New', Courier, monospace; font-weight: normal; } |
| 149 | .src-line { font-family: 'Courier New', Courier, monospace; font-weight: normal; } |
| 150 | |
| 151 | .src-comm { color: green; } |
| 152 | .src-id { } |
| 153 | .src-inc { color: #0000FF; } |
| 154 | .src-key { color: #0000FF; } |
| 155 | .src-num { color: #CC0000; } |
| 156 | .src-str { color: #66cccc; } |
| 157 | .src-sym { font-weight: bold; } |
| 158 | .src-var { } |
| 159 | |
| 160 | .src-php { font-weight: bold; } |
| 161 | |
| 162 | .src-doc { color: #009999 } |
| 163 | .src-doc-close-template { color: #0000FF } |
| 164 | .src-doc-coretag { color: #0099FF; font-weight: bold } |
| 165 | .src-doc-inlinetag { color: #0099FF } |
| 166 | .src-doc-internal { color: #6699cc } |
| 167 | .src-doc-tag { color: #0080CC } |
| 168 | .src-doc-template { color: #0000FF } |
| 169 | .src-doc-type { font-style: italic } |
| 170 | .src-doc-var { font-style: italic } |
| 171 | |
| 172 | .tute-tag { color: #009999 } |
| 173 | .tute-attribute-name { color: #0000FF } |
| 174 | .tute-attribute-value { color: #0099FF } |
| 175 | .tute-entity { font-weight: bold; } |
| 176 | .tute-comment { font-style: italic } |
| 177 | .tute-inline-tag { color: #636311; font-weight: bold } |
| 178 | |
| 179 | /* tutorial */ |
| 180 | |
| 181 | .authors { } |
| 182 | .author { font-style: italic; font-weight: bold } |
| 183 | .author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal } |
| 184 | .example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; } |
| 185 | .listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; } |
| 186 | .release-info { font-size: 85%; font-style: italic; margin: 1em 0em } |
| 187 | .ref-title-box { } |
| 188 | .ref-title { } |
| 189 | .ref-purpose { font-style: italic; color: #666666 } |
| 190 | .ref-synopsis { } |
| 191 | .title { font-weight: bold; margin: 1em 0em 0em 0em; padding: .25em; border: 2px solid #999999; background-color: #9999CC } |
| 192 | .cmd-synopsis { margin: 1em 0em } |
| 193 | .cmd-title { font-weight: bold } |
| 194 | .toc { margin-left: 2em; padding-left: 0em } |
| 195 | |
| 196 |