docbook.css (7242B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 Book { 6 display: block; 7 padding-left: 8px; 8 padding-top: 8px; 9 font-family: Courier; 10 font-size: 10pt; 11 } 12 13 Abbrev { 14 display: block; 15 } 16 17 Affiliation { 18 font-style: italic; 19 } 20 21 Appendix Title { 22 font-weight: bold; 23 font-family: Arial; 24 font-size: 24pt; 25 margin-bottom: 10pt; 26 display: block; 27 } 28 29 Para Author { 30 display: inline; 31 } 32 33 Author { 34 display: block; 35 } 36 37 AuthorGroup { 38 font-size: 12pt; 39 margin-top: 25pt; 40 display: block; 41 font-weight: bold; 42 } 43 44 BiblioDiv Title { 45 font-style: italic; 46 } 47 48 Blockquote { 49 display: block; 50 margin-top: 3pt; 51 margin-left: 30pt; 52 } 53 54 Book Title { 55 font-weight: bold; 56 font-family: Arial; 57 font-size: 18pt; 58 margin-bottom: 10pt; 59 display: block; 60 } 61 62 BookInfo { 63 display: block; 64 margin-bottom: 30pt; 65 } 66 67 BridgeHead { 68 display: block; 69 font-size: 16pt; 70 font-weight: bold; 71 color: teal; 72 } 73 74 Caution { 75 font-weight: bold; 76 color: red; 77 } 78 79 Caution:before { 80 content: "Caution:"; 81 } 82 83 Chapter { 84 display: block; 85 margin-bottom: 25pt; 86 } 87 88 Chapter Title { 89 font-weight: bold; 90 font-family: Arial; 91 font-size: 20pt; 92 margin-bottom: 10pt; 93 display: block; 94 } 95 96 CiteTitle { 97 font-style: italic; 98 } 99 100 CmdSynopsis { 101 display: block; 102 } 103 104 CO { 105 display: block; 106 } 107 108 Command { 109 font-style: italic; 110 } 111 112 Comment { 113 display: block; 114 } 115 116 ComputerOutput { 117 font-family: monospace; 118 } 119 120 Copyright { 121 display: block; 122 } 123 124 Para CorpAuthor { 125 display: inline; 126 } 127 128 CorpAuthor { 129 display: block; 130 } 131 132 Email { 133 font-style: italic; 134 } 135 136 Editor { 137 display: block; 138 } 139 140 Emphasis { 141 font-style: italic; 142 } 143 144 ErrorType { 145 font-family: monospace; 146 } 147 148 Example { 149 display: block; 150 margin-top: 10pt; 151 margin-bottom: 10pt; 152 } 153 154 Example Title { 155 display: block; 156 font-weight: bold; 157 font-size: 14pt; 158 } 159 160 Figure Title { 161 font-family: Arial; 162 font-size: 10pt; 163 font-style: italic; 164 font-weight: bold; 165 display: block; 166 } 167 168 Filename { 169 font-style: italic; 170 } 171 172 Figure { 173 display: block; 174 margin-top: 10pt; 175 } 176 177 FirstTerm { 178 font-style: italic; 179 } 180 181 ForeignPhrase { 182 font-style: italic; 183 } 184 185 FormalPara { 186 display: block; 187 } 188 189 FormalPara Title { 190 display: block; 191 font-weight: bold; 192 } 193 194 FuncSynopsis { 195 display: block; 196 } 197 198 FuncSynopsisInfo { 199 display: block; 200 white-space: pre; 201 } 202 203 Function { 204 font-family: monospace; 205 white-space: pre; 206 } 207 208 Glossary { 209 display: block; 210 } 211 212 GlossDef { 213 display: block; 214 margin-left: 15pt; 215 } 216 217 GlossList { 218 display: block; 219 } 220 221 GlossSee { 222 display: block; 223 margin-left: 15pt; 224 } 225 226 GlossTerm { 227 display: block; 228 font-weight: bold; 229 } 230 231 InformalTable { 232 display: block; 233 margin-top: 10pt; 234 margin-bottom: 10pt; 235 } 236 237 Interface { 238 font-family: Arial; 239 } 240 241 ISBN { 242 display: block; 243 font-size: 10pt; 244 } 245 246 ItemizedList { 247 display: block; 248 margin-top: 5pt; 249 margin-left: 20pt; 250 } 251 252 LineAnnotation { 253 font-style: italic; 254 } 255 256 Link { 257 color: blue; 258 text-decoration: underline; 259 } 260 261 ListItem { 262 margin-left: 25pt; 263 display: list-item; 264 } 265 266 Literal { 267 font-family: monospace; 268 } 269 270 LiteralLayout { 271 white-space: pre; 272 display: block; 273 } 274 275 Member { 276 display: block; 277 margin-left: 15pt; 278 } 279 280 OLink { 281 display: block; 282 font-size: 12pt; 283 } 284 285 Option { 286 font-family: monospace; 287 } 288 289 OrderedList { 290 margin-top: 5pt; 291 margin-left: 20pt; 292 margin-bottom: 10pt; 293 display: block; 294 list-style-type: decimal; 295 } 296 297 OrderedList Para { 298 display: block; 299 margin-top: 15pt; 300 } 301 302 Para OtherCredit { 303 display: inline; 304 } 305 306 OtherCredit { 307 display: block; 308 } 309 310 Para { 311 display: block; 312 margin-top: 8pt; 313 } 314 315 Para LiteralLayout { 316 display: block; 317 margin-top: 4pt; 318 margin-left: 10pt; 319 white-space: pre; 320 } 321 322 Para Screen { 323 margin-top: 7pt; 324 margin-left: 10pt; 325 margin-bottom: 7pt; 326 display: block; 327 } 328 329 Parameter { 330 font-family: monospace; 331 } 332 333 Part Title { 334 font-size: 24pt; 335 display: block; 336 font-weight: bold; 337 } 338 339 Preface { 340 display: block; 341 margin-top: 10pt; 342 } 343 344 Procedure { 345 display: block; 346 } 347 348 ProgramListing { 349 display: block; 350 white-space: pre; 351 font-family: monospace; 352 } 353 354 ProgramListingCO { 355 display: block; 356 white-space: pre; 357 font-family: monospace; 358 } 359 360 PublisherName { 361 font-family: Times, New, Roman; 362 font-size: 20pt; 363 margin-top: 15pt; 364 margin-bottom: 15pt; 365 display: block; 366 } 367 368 RefEntry { 369 display: block; 370 } 371 372 RefEntryTitle { 373 display: block; 374 font-size: 20pt; 375 font-weight: bold; 376 } 377 378 RefName { 379 font-weight: bold; 380 } 381 382 RefNameDiv { 383 display: block; 384 } 385 386 RefSect1 { 387 display: block; 388 margin-top: 10pt; 389 } 390 391 RefSect1 Title { 392 font-size: 14pt; 393 } 394 395 RefSect1Info { 396 display: block; 397 font-size: small; 398 } 399 400 RefSect2 { 401 display: block; 402 margin-top: 10pt; 403 } 404 405 RefSect2 Title { 406 font-size: 14pt; 407 } 408 409 RefSect2Info { 410 display: block; 411 font-size: small; 412 } 413 414 RefSect3 { 415 display: block; 416 margin-top: 10pt; 417 } 418 419 RefSect3 Title { 420 font-size: 14pt; 421 } 422 423 RefSect3Info { 424 display: block; 425 font-size: small; 426 } 427 428 RefSynopsisDiv { 429 display: block; 430 margin-top: 15pt; 431 } 432 433 RefSynopsisDiv Title { 434 display: block; 435 font-size: 18pt; 436 } 437 438 Replaceable { 439 font-family: Arial; 440 font-style: italic; 441 } 442 443 Screen { 444 display: block; 445 margin-left: 20pt; 446 margin-bottom: 10pt; 447 white-space: pre; 448 } 449 450 ScreenCO { 451 white-space: pre; 452 } 453 454 ScreenShot { 455 white-space: pre; 456 } 457 458 Sect1 { 459 display: block; 460 margin-top: 16pt; 461 } 462 463 Sect1 Title { 464 font-family: Arial; 465 font-size: 20pt; 466 font-weight: bold; 467 display: block; 468 } 469 470 Sect2 { 471 display: block; 472 margin-top: 15pt; 473 } 474 475 Sect2 Title { 476 font-family: Arial; 477 font-size: 14pt; 478 font-weight: bold; 479 display: block; 480 } 481 482 Sect3 { 483 display: block; 484 margin-top: 15pt; 485 } 486 487 Sect3 Title { 488 font-family: Arial; 489 font-size: 14pt; 490 font-weight: bold; 491 display: block; 492 } 493 494 SegListItem { 495 display: block; 496 } 497 498 SegmentedList { 499 display: block; 500 } 501 502 SegmentedList Title { 503 display: block; 504 font-weight: bold; 505 } 506 507 Sidebar { 508 display: block; 509 margin-top: 15pt; 510 margin-left: 30pt; 511 font-family: Arial; 512 font-size: 9pt; 513 } 514 515 Step { 516 display: block; 517 } 518 519 Step Title { 520 display: block; 521 font-style: italic; 522 } 523 524 Subscript { 525 font-size: 5pt; 526 vertical-align: sub; 527 } 528 529 Subtitle { 530 font-family: Arial; 531 font-size: 20pt; 532 font-weight: bold; 533 display: block; 534 text-align: center; 535 } 536 537 Superscript { 538 font-size: 5pt; 539 vertical-align: super; 540 } 541 542 Synopsis { 543 display: block; 544 white-space: pre; 545 } 546 547 SystemItem { 548 font-family: monospace; 549 } 550 551 Table { 552 display: block; 553 margin-top: 10pt; 554 } 555 556 Table Title { 557 font-family: Arial; 558 font-size: 10pt; 559 font-style: italic; 560 font-weight: bold; 561 } 562 563 Term { 564 font-weight: bold; 565 } 566 567 Title { 568 font-family: Arial; 569 font-size: 20pt; 570 font-weight: bold; 571 display: block; 572 text-align: center; 573 } 574 575 TitleAbbrev { 576 font-family: Arial; 577 font-size: 14pt; 578 font-weight: bold; 579 display: block; 580 } 581 582 ULink { 583 color: blue; 584 text-decoration: underline; 585 cursor: pointer; 586 } 587 588 UserInput { 589 font-family: monospace; 590 font-weight: bold; 591 } 592 593 VariableList Title { 594 font-weight: bold; 595 display: block; 596 } 597 598 VarListEntry { 599 display: block; 600 margin-top: 10pt; 601 } 602 603 VarListEntry Term { 604 display: block; 605 font-style: italic; 606 } 607 608 Warning { 609 font-weight: bold; 610 color: fuchsia; 611 } 612 613 Warning:before { 614 content: "Warning:"; 615 } 616 617 618 Year { 619 font-family: serif; 620 font-weight: bold; 621 }