Mercurial > hg > audiostuff
comparison spandsp-0.0.6pre17/doc/t38_manual/css.css @ 4:26cd8f1ef0b1
import spandsp-0.0.6pre17
| author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
|---|---|
| date | Fri, 25 Jun 2010 15:50:58 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 3:c6c5a16ce2f2 | 4:26cd8f1ef0b1 |
|---|---|
| 1 body { | |
| 2 background-image: url("../images/weave.jpg"); | |
| 3 font-family: Verdana, Arial, Helvetica, Sans-serif; | |
| 4 color: black; | |
| 5 margin-right: 20px; | |
| 6 margin-left: 20px; | |
| 7 } | |
| 8 | |
| 9 h1 { | |
| 10 text-align: center; | |
| 11 } | |
| 12 | |
| 13 h2 { | |
| 14 font-family: Verdana, Arial, Helvetica, Sans-serif; | |
| 15 border-color: #c00000; | |
| 16 color : black; | |
| 17 margin-top: 0.8em; | |
| 18 border-style: solid; | |
| 19 border-width: 0px 0px 3px 0.5em; | |
| 20 line-height : 130%; | |
| 21 } | |
| 22 | |
| 23 h3 { | |
| 24 font-family: Verdana, Arial, Helvetica, Sans-serif; | |
| 25 border-color: #f02020; | |
| 26 color : black; | |
| 27 border-width: 0px 0px 2px 0.5em; | |
| 28 border-style: solid; | |
| 29 margin-right: 20%; | |
| 30 line-height : 130%; | |
| 31 } | |
| 32 caption { | |
| 33 font-weight: bold | |
| 34 } | |
| 35 a.qindex {} | |
| 36 a.qindexRef {} | |
| 37 a.el { | |
| 38 text-decoration: none; | |
| 39 font-weight: bold | |
| 40 } | |
| 41 a.elRef { | |
| 42 font-weight: bold | |
| 43 } | |
| 44 a.code { | |
| 45 text-decoration: none; | |
| 46 font-weight: normal; | |
| 47 color: #4444ee | |
| 48 } | |
| 49 a.codeRef { | |
| 50 font-weight: normal; | |
| 51 color: #4444ee | |
| 52 } | |
| 53 a:hover { | |
| 54 text-decoration: none; | |
| 55 background-color: #f2f2ff | |
| 56 } | |
| 57 dl.el { | |
| 58 margin-left: -1cm | |
| 59 } | |
| 60 div.fragment { | |
| 61 width: 100%; | |
| 62 border: none; | |
| 63 background-color: #eeeeee | |
| 64 } | |
| 65 div.ah { | |
| 66 background-color: black; | |
| 67 font-weight: bold; | |
| 68 color: #ffffff; | |
| 69 margin-bottom: 3px; | |
| 70 margin-top: 3px | |
| 71 } | |
| 72 | |
| 73 td { | |
| 74 font-family: Verdana, Arial, Helvetica, Sans-serif; | |
| 75 font-weight: bold; | |
| 76 } | |
| 77 | |
| 78 .navheader { | |
| 79 font-family: Verdana, Arial, Helvetica, Sans-serif; | |
| 80 background-color: #B2B2ff; | |
| 81 font-weight: bold; | |
| 82 } | |
| 83 | |
| 84 .navfooter { | |
| 85 font-family: Verdana, Arial, Helvetica, Sans-serif; | |
| 86 background-color: #B2B2ff; | |
| 87 font-weight: bold; | |
| 88 } | |
| 89 | |
| 90 table.menu { | |
| 91 background-color: #000066; | |
| 92 font-weight: bold; | |
| 93 text-align: center; | |
| 94 width: 100%; | |
| 95 } | |
| 96 | |
| 97 tr.menu { | |
| 98 background-color: #ccffff; | |
| 99 font-weight: bold; | |
| 100 text-align: center; | |
| 101 } | |
| 102 td.menu { | |
| 103 background-color: #f2e0d0; | |
| 104 font-weight: bold; | |
| 105 text-align: center; | |
| 106 } | |
| 107 | |
| 108 td.md { | |
| 109 background-color: #f2f2ff; | |
| 110 font-weight: bold; | |
| 111 } | |
| 112 td.mdname1 { | |
| 113 background-color: #f2f2ff; | |
| 114 font-weight: bold; | |
| 115 color: #602020; | |
| 116 } | |
| 117 td.mdname { | |
| 118 background-color: #f2f2ff; | |
| 119 font-weight: bold; | |
| 120 color: #602020; | |
| 121 width: 600px; | |
| 122 } | |
| 123 div.groupHeader { | |
| 124 margin-left: 16px; | |
| 125 margin-top: 12px; | |
| 126 margin-bottom: 6px; | |
| 127 font-weight: bold | |
| 128 } | |
| 129 div.groupText { | |
| 130 margin-left: 16px; | |
| 131 font-style: italic; | |
| 132 font-size: smaller | |
| 133 } | |
| 134 td.indexkey { | |
| 135 font-family: Verdana, Arial, Helvetica, Sans-serif; | |
| 136 background-color: #eeeeff; | |
| 137 font-weight: bold; | |
| 138 padding-right : 10px; | |
| 139 padding-top : 2px; | |
| 140 padding-left : 10px; | |
| 141 padding-bottom : 2px; | |
| 142 margin-left : 0px; | |
| 143 margin-right : 0px; | |
| 144 margin-top : 2px; | |
| 145 margin-bottom : 2px | |
| 146 } | |
| 147 td.indexvalue { | |
| 148 font-family: Verdana, Arial, Helvetica, Sans-serif; | |
| 149 background-color: #eeeeff; | |
| 150 font-style: italic; | |
| 151 padding-right : 10px; | |
| 152 padding-top : 2px; | |
| 153 padding-left : 10px; | |
| 154 padding-bottom : 2px; | |
| 155 margin-left : 0px; | |
| 156 margin-right : 0px; | |
| 157 margin-top : 2px; | |
| 158 margin-bottom : 2px | |
| 159 } | |
| 160 span.keyword { | |
| 161 color: #008000 | |
| 162 } | |
| 163 span.keywordtype { | |
| 164 color: #604020 | |
| 165 } | |
| 166 span.keywordflow { | |
| 167 color: #e08000 | |
| 168 } | |
| 169 span.comment { | |
| 170 color: #800000 | |
| 171 } | |
| 172 span.preprocessor { | |
| 173 color: #806020 | |
| 174 } | |
| 175 span.stringliteral { | |
| 176 color: #002080 | |
| 177 } | |
| 178 span.charliteral { | |
| 179 color: #008080 | |
| 180 } | |
| 181 em { | |
| 182 color: #990000; | |
| 183 background-color: transparent; | |
| 184 } | |
| 185 h1,h2,h3,h4,h5,h6,p,center,td,th,ul,dl,div { | |
| 186 font-family: Geneva, Arial, Helvetica, sans-serif; | |
| 187 } | |
| 188 body,td { | |
| 189 font-size: 90%; | |
| 190 } | |
| 191 h1 { | |
| 192 text-align: center; | |
| 193 font-size: 160%; | |
| 194 } | |
| 195 h2 { | |
| 196 font-size: 120%; | |
| 197 } | |
| 198 h3 { | |
| 199 font-size: 100%; | |
| 200 } | |
| 201 caption { | |
| 202 font-weight: bold | |
| 203 } | |
| 204 div.qindex { | |
| 205 width: 100%; | |
| 206 background-color: #eeeeff; | |
| 207 border: 1px solid #b0b0b0; | |
| 208 text-align: center; | |
| 209 margin: 2px; | |
| 210 padding: 2px; | |
| 211 line-height: 140%; | |
| 212 } | |
| 213 div.nav { | |
| 214 width: 100%; | |
| 215 background-color: #eeeeff; | |
| 216 border: 1px solid #b0b0b0; | |
| 217 text-align: center; | |
| 218 margin: 2px; | |
| 219 padding: 2px; | |
| 220 line-height: 140%; | |
| 221 } | |
| 222 div.navtab { | |
| 223 background-color: #eeeeff; | |
| 224 border: 1px solid #b0b0b0; | |
| 225 text-align: center; | |
| 226 margin: 2px; | |
| 227 margin-right: 15px; | |
| 228 padding: 2px; | |
| 229 } | |
| 230 td.navtab { | |
| 231 font-size: 70%; | |
| 232 } | |
| 233 a.qindex { | |
| 234 text-decoration: none; | |
| 235 font-weight: bold; | |
| 236 color: #1a419d; | |
| 237 } | |
| 238 a.qindex:visited { | |
| 239 text-decoration: none; | |
| 240 font-weight: bold; | |
| 241 color: #1a419d | |
| 242 } | |
| 243 a.qindex:hover { | |
| 244 text-decoration: none; | |
| 245 background-color: #ddddff; | |
| 246 } | |
| 247 a.qindexHL { | |
| 248 text-decoration: none; | |
| 249 font-weight: bold; | |
| 250 background-color: #6666cc; | |
| 251 color: #ffffff; | |
| 252 border: 1px double #9295C2; | |
| 253 } | |
| 254 a.qindexHL:hover { | |
| 255 text-decoration: none; | |
| 256 background-color: #6666cc; | |
| 257 color: #ffffff; | |
| 258 } | |
| 259 a.qindexHL:visited { | |
| 260 text-decoration: none; | |
| 261 background-color: #6666cc; | |
| 262 color: #ffffff | |
| 263 } | |
| 264 a.el { | |
| 265 text-decoration: none; | |
| 266 font-weight: bold | |
| 267 } | |
| 268 a.elRef { | |
| 269 font-weight: bold | |
| 270 } | |
| 271 a.code:link { | |
| 272 text-decoration: none; | |
| 273 font-weight: normal; | |
| 274 color: #0000FF | |
| 275 } | |
| 276 a.code:visited { | |
| 277 text-decoration: none; | |
| 278 font-weight: normal; | |
| 279 color: #0000FF | |
| 280 } | |
| 281 a.codeRef:link { | |
| 282 font-weight: normal; | |
| 283 color: #0000FF | |
| 284 } | |
| 285 a.codeRef:visited { | |
| 286 font-weight: normal; | |
| 287 color: #0000FF | |
| 288 } | |
| 289 a:hover { | |
| 290 text-decoration: none; | |
| 291 background-color: #f2f2ff | |
| 292 } | |
| 293 dl.el { | |
| 294 margin-left: -1cm | |
| 295 } | |
| 296 .fragment { | |
| 297 font-family: Fixed, monospace; | |
| 298 font-size: 95%; | |
| 299 } | |
| 300 pre.fragment { | |
| 301 border: 1px solid #CCCCCC; | |
| 302 background-color: #f5f5f5; | |
| 303 margin-top: 4px; | |
| 304 margin-bottom: 4px; | |
| 305 margin-left: 2px; | |
| 306 margin-right: 8px; | |
| 307 padding-left: 6px; | |
| 308 padding-right: 6px; | |
| 309 padding-top: 4px; | |
| 310 padding-bottom: 4px; | |
| 311 } | |
| 312 div.ah { | |
| 313 background-color: black; | |
| 314 font-weight: bold; | |
| 315 color: #ffffff; | |
| 316 margin-bottom: 3px; | |
| 317 margin-top: 3px | |
| 318 } | |
| 319 td.md { | |
| 320 background-color: #F4F4FB; | |
| 321 font-weight: bold; | |
| 322 } | |
| 323 td.mdPrefix { | |
| 324 background-color: #F4F4FB; | |
| 325 color: #606060; | |
| 326 font-size: 80%; | |
| 327 } | |
| 328 td.mdname1 { | |
| 329 background-color: #F4F4FB; | |
| 330 font-weight: bold; | |
| 331 color: #602020; | |
| 332 } | |
| 333 td.mdname { | |
| 334 background-color: #F4F4FB; | |
| 335 font-weight: bold; | |
| 336 color: #602020; | |
| 337 width: 600px; | |
| 338 } | |
| 339 div.groupHeader { | |
| 340 margin-left: 16px; | |
| 341 margin-top: 12px; | |
| 342 margin-bottom: 6px; | |
| 343 font-weight: bold; | |
| 344 } | |
| 345 div.groupText { | |
| 346 margin-left: 16px; | |
| 347 font-style: italic; | |
| 348 font-size: 90% | |
| 349 } | |
| 350 td.indexkey { | |
| 351 background-color: #eeeeff; | |
| 352 font-weight: bold; | |
| 353 padding-right : 10px; | |
| 354 padding-top : 2px; | |
| 355 padding-left : 10px; | |
| 356 padding-bottom : 2px; | |
| 357 margin-left : 0px; | |
| 358 margin-right : 0px; | |
| 359 margin-top : 2px; | |
| 360 margin-bottom : 2px; | |
| 361 border: 1px solid #CCCCCC; | |
| 362 } | |
| 363 td.indexvalue { | |
| 364 background-color: #eeeeff; | |
| 365 font-style: italic; | |
| 366 padding-right : 10px; | |
| 367 padding-top : 2px; | |
| 368 padding-left : 10px; | |
| 369 padding-bottom : 2px; | |
| 370 margin-left : 0px; | |
| 371 margin-right : 0px; | |
| 372 margin-top : 2px; | |
| 373 margin-bottom : 2px; | |
| 374 border: 1px solid #CCCCCC; | |
| 375 } | |
| 376 tr.memlist { | |
| 377 background-color: #f0f0f0; | |
| 378 } | |
| 379 p.formulaDsp { | |
| 380 text-align: center; | |
| 381 } | |
| 382 img.formulaDsp { | |
| 383 } | |
| 384 img.formulaInl { | |
| 385 vertical-align: middle; | |
| 386 } | |
| 387 span.keyword { | |
| 388 color: #008000 | |
| 389 } | |
| 390 span.keywordtype { | |
| 391 color: #604020 | |
| 392 } | |
| 393 span.keywordflow { | |
| 394 color: #e08000 | |
| 395 } | |
| 396 span.comment { | |
| 397 color: #800000 | |
| 398 } | |
| 399 span.preprocessor { | |
| 400 color: #806020 | |
| 401 } | |
| 402 span.stringliteral { | |
| 403 color: #002080 | |
| 404 } | |
| 405 span.charliteral { | |
| 406 color: #008080 | |
| 407 } | |
| 408 .mdTable { | |
| 409 border: 1px solid #868686; | |
| 410 background-color: #F4F4FB; | |
| 411 } | |
| 412 .mdRow { | |
| 413 padding: 8px 10px; | |
| 414 } | |
| 415 .mdescLeft { | |
| 416 padding: 0px 8px 4px 8px; | |
| 417 font-size: 80%; | |
| 418 font-style: italic; | |
| 419 background-color: #FAFAFA; | |
| 420 border-top: 1px none #E0E0E0; | |
| 421 border-right: 1px none #E0E0E0; | |
| 422 border-bottom: 1px none #E0E0E0; | |
| 423 border-left: 1px none #E0E0E0; | |
| 424 margin: 0px; | |
| 425 } | |
| 426 .mdescRight { | |
| 427 padding: 0px 8px 4px 8px; | |
| 428 font-size: 80%; | |
| 429 font-style: italic; | |
| 430 background-color: #FAFAFA; | |
| 431 border-top: 1px none #E0E0E0; | |
| 432 border-right: 1px none #E0E0E0; | |
| 433 border-bottom: 1px none #E0E0E0; | |
| 434 border-left: 1px none #E0E0E0; | |
| 435 margin: 0px; | |
| 436 } | |
| 437 .memItemLeft { | |
| 438 padding: 1px 0px 0px 8px; | |
| 439 margin: 4px; | |
| 440 border-top-width: 1px; | |
| 441 border-right-width: 1px; | |
| 442 border-bottom-width: 1px; | |
| 443 border-left-width: 1px; | |
| 444 border-top-color: #E0E0E0; | |
| 445 border-right-color: #E0E0E0; | |
| 446 border-bottom-color: #E0E0E0; | |
| 447 border-left-color: #E0E0E0; | |
| 448 border-top-style: solid; | |
| 449 border-right-style: none; | |
| 450 border-bottom-style: none; | |
| 451 border-left-style: none; | |
| 452 background-color: #FAFAFA; | |
| 453 font-size: 80%; | |
| 454 } | |
| 455 .memItemRight { | |
| 456 padding: 1px 8px 0px 8px; | |
| 457 margin: 4px; | |
| 458 border-top-width: 1px; | |
| 459 border-right-width: 1px; | |
| 460 border-bottom-width: 1px; | |
| 461 border-left-width: 1px; | |
| 462 border-top-color: #E0E0E0; | |
| 463 border-right-color: #E0E0E0; | |
| 464 border-bottom-color: #E0E0E0; | |
| 465 border-left-color: #E0E0E0; | |
| 466 border-top-style: solid; | |
| 467 border-right-style: none; | |
| 468 border-bottom-style: none; | |
| 469 border-left-style: none; | |
| 470 background-color: #FAFAFA; | |
| 471 font-size: 80%; | |
| 472 } | |
| 473 .memTemplItemLeft { | |
| 474 padding: 1px 0px 0px 8px; | |
| 475 margin: 4px; | |
| 476 border-top-width: 1px; | |
| 477 border-right-width: 1px; | |
| 478 border-bottom-width: 1px; | |
| 479 border-left-width: 1px; | |
| 480 border-top-color: #E0E0E0; | |
| 481 border-right-color: #E0E0E0; | |
| 482 border-bottom-color: #E0E0E0; | |
| 483 border-left-color: #E0E0E0; | |
| 484 border-top-style: none; | |
| 485 border-right-style: none; | |
| 486 border-bottom-style: none; | |
| 487 border-left-style: none; | |
| 488 background-color: #FAFAFA; | |
| 489 font-size: 80%; | |
| 490 } | |
| 491 .memTemplItemRight { | |
| 492 padding: 1px 8px 0px 8px; | |
| 493 margin: 4px; | |
| 494 border-top-width: 1px; | |
| 495 border-right-width: 1px; | |
| 496 border-bottom-width: 1px; | |
| 497 border-left-width: 1px; | |
| 498 border-top-color: #E0E0E0; | |
| 499 border-right-color: #E0E0E0; | |
| 500 border-bottom-color: #E0E0E0; | |
| 501 border-left-color: #E0E0E0; | |
| 502 border-top-style: none; | |
| 503 border-right-style: none; | |
| 504 border-bottom-style: none; | |
| 505 border-left-style: none; | |
| 506 background-color: #FAFAFA; | |
| 507 font-size: 80%; | |
| 508 } | |
| 509 .memTemplParams { | |
| 510 padding: 1px 0px 0px 8px; | |
| 511 margin: 4px; | |
| 512 border-top-width: 1px; | |
| 513 border-right-width: 1px; | |
| 514 border-bottom-width: 1px; | |
| 515 border-left-width: 1px; | |
| 516 border-top-color: #E0E0E0; | |
| 517 border-right-color: #E0E0E0; | |
| 518 border-bottom-color: #E0E0E0; | |
| 519 border-left-color: #E0E0E0; | |
| 520 border-top-style: solid; | |
| 521 border-right-style: none; | |
| 522 border-bottom-style: none; | |
| 523 border-left-style: none; | |
| 524 color: #606060; | |
| 525 background-color: #FAFAFA; | |
| 526 font-size: 80%; | |
| 527 } | |
| 528 .search { | |
| 529 color: #003399; | |
| 530 font-weight: bold; | |
| 531 } | |
| 532 form.search { | |
| 533 margin-bottom: 0px; | |
| 534 margin-top: 0px; | |
| 535 } | |
| 536 input.search { | |
| 537 font-size: 75%; | |
| 538 color: #000080; | |
| 539 font-weight: normal; | |
| 540 background-color: #eeeeff; | |
| 541 } | |
| 542 td.tiny { | |
| 543 font-size: 75%; | |
| 544 } | |
| 545 a { | |
| 546 color: #252e78; | |
| 547 } | |
| 548 a:visited { | |
| 549 color: #3d2185; | |
| 550 } | |
| 551 .dirtab { | |
| 552 padding: 4px; | |
| 553 border-collapse: collapse; | |
| 554 border: 1px solid #b0b0b0; | |
| 555 } | |
| 556 th.dirtab { | |
| 557 background: #eeeeff; | |
| 558 font-weight: bold; | |
| 559 } | |
| 560 hr { | |
| 561 height: 1px; | |
| 562 border: none; | |
| 563 border-top: 1px solid black; | |
| 564 } |
