1.1 diff -r 5edfbd3e7a46 -r 1204ebf9340d PTdecode/CImg-1.3.0/html/reference/doxygen.css 1.2 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 +++ b/PTdecode/CImg-1.3.0/html/reference/doxygen.css Mon Aug 03 14:09:20 2009 +0100 1.4 @@ -0,0 +1,441 @@ 1.5 +body, table, div, p, dl { 1.6 + font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif; 1.7 + font-size: 12px; 1.8 +} 1.9 + 1.10 +/* @group Heading Levels */ 1.11 + 1.12 +h1 { 1.13 + text-align: center; 1.14 + font-size: 150%; 1.15 +} 1.16 + 1.17 +h2 { 1.18 + font-size: 120%; 1.19 +} 1.20 + 1.21 +h3 { 1.22 + font-size: 100%; 1.23 +} 1.24 + 1.25 +/* @end */ 1.26 + 1.27 +caption { 1.28 + font-weight: bold; 1.29 +} 1.30 + 1.31 +div.qindex, div.navpath, div.navtab{ 1.32 + background-color: #e8eef2; 1.33 + border: 1px solid #84b0c7; 1.34 + text-align: center; 1.35 + margin: 2px; 1.36 + padding: 2px; 1.37 +} 1.38 + 1.39 +div.qindex, div.navpath { 1.40 + width: 100%; 1.41 + line-height: 140%; 1.42 +} 1.43 + 1.44 +div.navtab { 1.45 + margin-right: 15px; 1.46 +} 1.47 + 1.48 +/* @group Link Styling */ 1.49 + 1.50 +a { 1.51 + color: #153788; 1.52 + font-weight: normal; 1.53 + text-decoration: none; 1.54 +} 1.55 + 1.56 +.contents a:visited { 1.57 + color: #1b77c5; 1.58 +} 1.59 + 1.60 +a:hover { 1.61 + text-decoration: underline; 1.62 +} 1.63 + 1.64 +a.qindex { 1.65 + font-weight: bold; 1.66 +} 1.67 + 1.68 +a.qindexHL { 1.69 + font-weight: bold; 1.70 + background-color: #6666cc; 1.71 + color: #ffffff; 1.72 + border: 1px double #9295C2; 1.73 +} 1.74 + 1.75 +a.el { 1.76 + font-weight: bold; 1.77 +} 1.78 + 1.79 +a.elRef { 1.80 +} 1.81 + 1.82 +a.code { 1.83 +} 1.84 + 1.85 +a.codeRef { 1.86 +} 1.87 + 1.88 +/* @end */ 1.89 + 1.90 +dl.el { 1.91 + margin-left: -1cm; 1.92 +} 1.93 + 1.94 +.fragment { 1.95 + font-family: monospace, fixed; 1.96 + font-size: 105%; 1.97 +} 1.98 + 1.99 +pre.fragment { 1.100 + border: 1px solid #CCCCCC; 1.101 + background-color: #f5f5f5; 1.102 + padding: 4px 6px; 1.103 + margin: 4px 8px 4px 2px; 1.104 +} 1.105 + 1.106 +div.ah { 1.107 + background-color: black; 1.108 + font-weight: bold; 1.109 + color: #ffffff; 1.110 + margin-bottom: 3px; 1.111 + margin-top: 3px 1.112 +} 1.113 + 1.114 +div.groupHeader { 1.115 + margin-left: 16px; 1.116 + margin-top: 12px; 1.117 + margin-bottom: 6px; 1.118 + font-weight: bold; 1.119 +} 1.120 + 1.121 +div.groupText { 1.122 + margin-left: 16px; 1.123 + font-style: italic; 1.124 +} 1.125 + 1.126 +body { 1.127 + background: white; 1.128 + color: black; 1.129 + margin-right: 20px; 1.130 + margin-left: 20px; 1.131 +} 1.132 + 1.133 +td.indexkey { 1.134 + background-color: #e8eef2; 1.135 + font-weight: bold; 1.136 + border: 1px solid #CCCCCC; 1.137 + margin: 2px 0px 2px 0; 1.138 + padding: 2px 10px; 1.139 +} 1.140 + 1.141 +td.indexvalue { 1.142 + background-color: #e8eef2; 1.143 + border: 1px solid #CCCCCC; 1.144 + padding: 2px 10px; 1.145 + margin: 2px 0px; 1.146 +} 1.147 + 1.148 +tr.memlist { 1.149 + background-color: #f0f0f0; 1.150 +} 1.151 + 1.152 +p.formulaDsp { 1.153 + text-align: center; 1.154 +} 1.155 + 1.156 +img.formulaDsp { 1.157 + 1.158 +} 1.159 + 1.160 +img.formulaInl { 1.161 + vertical-align: middle; 1.162 +} 1.163 + 1.164 +/* @group Code Colorization */ 1.165 + 1.166 +span.keyword { 1.167 + color: #008000 1.168 +} 1.169 + 1.170 +span.keywordtype { 1.171 + color: #604020 1.172 +} 1.173 + 1.174 +span.keywordflow { 1.175 + color: #e08000 1.176 +} 1.177 + 1.178 +span.comment { 1.179 + color: #800000 1.180 +} 1.181 + 1.182 +span.preprocessor { 1.183 + color: #806020 1.184 +} 1.185 + 1.186 +span.stringliteral { 1.187 + color: #002080 1.188 +} 1.189 + 1.190 +span.charliteral { 1.191 + color: #008080 1.192 +} 1.193 + 1.194 +span.vhdldigit { 1.195 + color: #ff00ff 1.196 +} 1.197 + 1.198 +span.vhdlchar { 1.199 + color: #000000 1.200 +} 1.201 + 1.202 +span.vhdlkeyword { 1.203 + color: #700070 1.204 +} 1.205 + 1.206 +span.vhdllogic { 1.207 + color: #ff0000 1.208 +} 1.209 + 1.210 +/* @end */ 1.211 + 1.212 +.search { 1.213 + color: #003399; 1.214 + font-weight: bold; 1.215 +} 1.216 + 1.217 +form.search { 1.218 + margin-bottom: 0px; 1.219 + margin-top: 0px; 1.220 +} 1.221 + 1.222 +input.search { 1.223 + font-size: 75%; 1.224 + color: #000080; 1.225 + font-weight: normal; 1.226 + background-color: #e8eef2; 1.227 +} 1.228 + 1.229 +td.tiny { 1.230 + font-size: 75%; 1.231 +} 1.232 + 1.233 +.dirtab { 1.234 + padding: 4px; 1.235 + border-collapse: collapse; 1.236 + border: 1px solid #84b0c7; 1.237 +} 1.238 + 1.239 +th.dirtab { 1.240 + background: #e8eef2; 1.241 + font-weight: bold; 1.242 +} 1.243 + 1.244 +hr { 1.245 + height: 0; 1.246 + border: none; 1.247 + border-top: 1px solid #666; 1.248 +} 1.249 + 1.250 +/* @group Member Descriptions */ 1.251 + 1.252 +.mdescLeft, .mdescRight, 1.253 +.memItemLeft, .memItemRight, 1.254 +.memTemplItemLeft, .memTemplItemRight, .memTemplParams { 1.255 + background-color: #FAFAFA; 1.256 + border: none; 1.257 + margin: 4px; 1.258 + padding: 1px 0 0 8px; 1.259 +} 1.260 + 1.261 +.mdescLeft, .mdescRight { 1.262 + padding: 0px 8px 4px 8px; 1.263 + color: #555; 1.264 +} 1.265 + 1.266 +.memItemLeft, .memItemRight, .memTemplParams { 1.267 + border-top: 1px solid #ccc; 1.268 +} 1.269 + 1.270 +.memTemplParams { 1.271 + color: #606060; 1.272 +} 1.273 + 1.274 +/* @end */ 1.275 + 1.276 +/* @group Member Details */ 1.277 + 1.278 +/* Styles for detailed member documentation */ 1.279 + 1.280 +.memtemplate { 1.281 + font-size: 80%; 1.282 + color: #606060; 1.283 + font-weight: normal; 1.284 + margin-left: 3px; 1.285 +} 1.286 + 1.287 +.memnav { 1.288 + background-color: #e8eef2; 1.289 + border: 1px solid #84b0c7; 1.290 + text-align: center; 1.291 + margin: 2px; 1.292 + margin-right: 15px; 1.293 + padding: 2px; 1.294 +} 1.295 + 1.296 +.memitem { 1.297 + padding: 0; 1.298 +} 1.299 + 1.300 +.memname { 1.301 + white-space: nowrap; 1.302 + font-weight: bold; 1.303 +} 1.304 + 1.305 +.memproto, .memdoc { 1.306 + border: 1px solid #84b0c7; 1.307 +} 1.308 + 1.309 +.memproto { 1.310 + padding: 0; 1.311 + background-color: #d5e1e8; 1.312 + font-weight: bold; 1.313 + -webkit-border-top-left-radius: 8px; 1.314 + -webkit-border-top-right-radius: 8px; 1.315 + -moz-border-radius-topleft: 8px; 1.316 + -moz-border-radius-topright: 8px; 1.317 +} 1.318 + 1.319 +.memdoc { 1.320 + padding: 2px 5px; 1.321 + background-color: #eef3f5; 1.322 + border-top-width: 0; 1.323 + -webkit-border-bottom-left-radius: 8px; 1.324 + -webkit-border-bottom-right-radius: 8px; 1.325 + -moz-border-radius-bottomleft: 8px; 1.326 + -moz-border-radius-bottomright: 8px; 1.327 +} 1.328 + 1.329 +.memdoc p, .memdoc dl, .memdoc ul { 1.330 + margin: 6px 0; 1.331 +} 1.332 + 1.333 +.paramkey { 1.334 + text-align: right; 1.335 +} 1.336 + 1.337 +.paramtype { 1.338 + white-space: nowrap; 1.339 +} 1.340 + 1.341 +.paramname { 1.342 + color: #602020; 1.343 + white-space: nowrap; 1.344 +} 1.345 +.paramname em { 1.346 + font-style: normal; 1.347 +} 1.348 + 1.349 +/* @end */ 1.350 + 1.351 +/* @group Directory (tree) */ 1.352 + 1.353 +/* for the tree view */ 1.354 + 1.355 +.ftvtree { 1.356 + font-family: sans-serif; 1.357 + margin: 0.5em; 1.358 +} 1.359 + 1.360 +/* these are for tree view when used as main index */ 1.361 + 1.362 +.directory { 1.363 + font-size: 9pt; 1.364 + font-weight: bold; 1.365 +} 1.366 + 1.367 +.directory h3 { 1.368 + margin: 0px; 1.369 + margin-top: 1em; 1.370 + font-size: 11pt; 1.371 +} 1.372 + 1.373 +/* 1.374 +The following two styles can be used to replace the root node title 1.375 +with an image of your choice. Simply uncomment the next two styles, 1.376 +specify the name of your image and be sure to set 'height' to the 1.377 +proper pixel height of your image. 1.378 +*/ 1.379 + 1.380 +/* 1.381 +.directory h3.swap { 1.382 + height: 61px; 1.383 + background-repeat: no-repeat; 1.384 + background-image: url("yourimage.gif"); 1.385 +} 1.386 +.directory h3.swap span { 1.387 + display: none; 1.388 +} 1.389 +*/ 1.390 + 1.391 +.directory > h3 { 1.392 + margin-top: 0; 1.393 +} 1.394 + 1.395 +.directory p { 1.396 + margin: 0px; 1.397 + white-space: nowrap; 1.398 +} 1.399 + 1.400 +.directory div { 1.401 + display: none; 1.402 + margin: 0px; 1.403 +} 1.404 + 1.405 +.directory img { 1.406 + vertical-align: -30%; 1.407 +} 1.408 + 1.409 +/* these are for tree view when not used as main index */ 1.410 + 1.411 +.directory-alt { 1.412 + font-size: 100%; 1.413 + font-weight: bold; 1.414 +} 1.415 + 1.416 +.directory-alt h3 { 1.417 + margin: 0px; 1.418 + margin-top: 1em; 1.419 + font-size: 11pt; 1.420 +} 1.421 + 1.422 +.directory-alt > h3 { 1.423 + margin-top: 0; 1.424 +} 1.425 + 1.426 +.directory-alt p { 1.427 + margin: 0px; 1.428 + white-space: nowrap; 1.429 +} 1.430 + 1.431 +.directory-alt div { 1.432 + display: none; 1.433 + margin: 0px; 1.434 +} 1.435 + 1.436 +.directory-alt img { 1.437 + vertical-align: -30%; 1.438 +} 1.439 + 1.440 +/* @end */ 1.441 + 1.442 +address { 1.443 + font-style: normal; 1.444 + color: #333; 1.445 +}