content/xml/tests/docbook.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/xml/tests/docbook.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,621 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +Book {
     1.9 +  display: block;
    1.10 +  padding-left: 8px;
    1.11 +  padding-top: 8px;
    1.12 +  font-family: Courier;
    1.13 +  font-size: 10pt;
    1.14 +}
    1.15 +
    1.16 +Abbrev {
    1.17 +  display: block;
    1.18 +}
    1.19 +
    1.20 +Affiliation {
    1.21 +  font-style: italic;
    1.22 +}
    1.23 +
    1.24 +Appendix Title {
    1.25 +  font-weight: bold;
    1.26 +  font-family: Arial;
    1.27 +  font-size: 24pt;
    1.28 +  margin-bottom: 10pt;
    1.29 +  display: block;
    1.30 +}
    1.31 +
    1.32 +Para Author {
    1.33 +  display: inline;
    1.34 +}
    1.35 +
    1.36 +Author {
    1.37 +  display: block;
    1.38 +}
    1.39 +
    1.40 +AuthorGroup {
    1.41 +  font-size: 12pt;
    1.42 +  margin-top: 25pt;
    1.43 +  display: block;
    1.44 +  font-weight: bold;
    1.45 +}
    1.46 +
    1.47 +BiblioDiv Title {
    1.48 +  font-style: italic;
    1.49 +}
    1.50 +
    1.51 +Blockquote {
    1.52 +  display: block;
    1.53 +  margin-top: 3pt;
    1.54 +  margin-left: 30pt;
    1.55 +}
    1.56 +
    1.57 +Book Title {
    1.58 +  font-weight: bold;
    1.59 +  font-family: Arial;
    1.60 +  font-size: 18pt;
    1.61 +  margin-bottom: 10pt;
    1.62 +  display: block;
    1.63 +}
    1.64 +
    1.65 +BookInfo {
    1.66 +  display: block;
    1.67 +  margin-bottom: 30pt;
    1.68 +}
    1.69 +
    1.70 +BridgeHead {
    1.71 +  display: block;
    1.72 +  font-size: 16pt;
    1.73 +  font-weight: bold;
    1.74 +  color: teal;
    1.75 +}
    1.76 +
    1.77 +Caution {
    1.78 +  font-weight: bold;
    1.79 +  color: red;
    1.80 +}
    1.81 +
    1.82 +Caution:before {
    1.83 +  content: "Caution:";
    1.84 +}
    1.85 +
    1.86 +Chapter {
    1.87 +  display: block;
    1.88 +  margin-bottom: 25pt;
    1.89 +}
    1.90 +
    1.91 +Chapter Title {
    1.92 +  font-weight: bold;
    1.93 +  font-family: Arial;
    1.94 +  font-size: 20pt;
    1.95 +  margin-bottom: 10pt;
    1.96 +  display: block;
    1.97 +}
    1.98 +
    1.99 +CiteTitle {
   1.100 +  font-style: italic;
   1.101 +}
   1.102 +
   1.103 +CmdSynopsis {
   1.104 +  display: block;
   1.105 +}
   1.106 +
   1.107 +CO {
   1.108 +  display: block;
   1.109 +}
   1.110 +
   1.111 +Command {
   1.112 +  font-style: italic;
   1.113 +}
   1.114 +
   1.115 +Comment {
   1.116 +  display: block;
   1.117 +}
   1.118 +
   1.119 +ComputerOutput {
   1.120 +  font-family: monospace;
   1.121 +}
   1.122 +
   1.123 +Copyright {
   1.124 +  display: block;
   1.125 +}
   1.126 +
   1.127 +Para CorpAuthor {
   1.128 +  display: inline;
   1.129 +}
   1.130 +
   1.131 +CorpAuthor {
   1.132 +  display: block;
   1.133 +}
   1.134 +
   1.135 +Email {
   1.136 +  font-style: italic;
   1.137 +}
   1.138 +
   1.139 +Editor {
   1.140 +  display: block;
   1.141 +}
   1.142 +
   1.143 +Emphasis {
   1.144 +  font-style: italic;
   1.145 +}
   1.146 +
   1.147 +ErrorType {
   1.148 +  font-family: monospace;
   1.149 +}
   1.150 +
   1.151 +Example {
   1.152 +  display: block;
   1.153 +  margin-top: 10pt;
   1.154 +  margin-bottom: 10pt;
   1.155 +}
   1.156 +
   1.157 +Example Title {
   1.158 +  display: block;
   1.159 +  font-weight: bold;
   1.160 +  font-size: 14pt;
   1.161 +}
   1.162 +
   1.163 +Figure Title {
   1.164 +  font-family: Arial;
   1.165 +  font-size: 10pt;
   1.166 +  font-style: italic;
   1.167 +  font-weight: bold;
   1.168 +  display: block;
   1.169 +}
   1.170 +
   1.171 +Filename {
   1.172 +  font-style: italic;
   1.173 +}
   1.174 +
   1.175 +Figure {
   1.176 +  display: block;
   1.177 +  margin-top: 10pt;
   1.178 +}
   1.179 +
   1.180 +FirstTerm {
   1.181 +  font-style: italic;
   1.182 +}
   1.183 +
   1.184 +ForeignPhrase {
   1.185 +  font-style: italic;
   1.186 +}
   1.187 +
   1.188 +FormalPara {
   1.189 +  display: block;
   1.190 +}
   1.191 +
   1.192 +FormalPara Title {
   1.193 +  display: block;
   1.194 +  font-weight: bold;
   1.195 +}
   1.196 +
   1.197 +FuncSynopsis {
   1.198 +  display: block;
   1.199 +}
   1.200 +
   1.201 +FuncSynopsisInfo {
   1.202 +  display: block;
   1.203 +  white-space: pre;
   1.204 +}
   1.205 +
   1.206 +Function {
   1.207 +  font-family: monospace;
   1.208 +  white-space: pre;
   1.209 +}
   1.210 +
   1.211 +Glossary {
   1.212 +  display: block;
   1.213 +}
   1.214 +
   1.215 +GlossDef {
   1.216 +  display: block;
   1.217 +  margin-left: 15pt;
   1.218 +}
   1.219 +
   1.220 +GlossList {
   1.221 +  display: block;
   1.222 +}
   1.223 +
   1.224 +GlossSee {
   1.225 +  display: block;
   1.226 +  margin-left: 15pt;
   1.227 +}
   1.228 +
   1.229 +GlossTerm {
   1.230 +  display: block;
   1.231 +  font-weight: bold;
   1.232 +}
   1.233 +
   1.234 +InformalTable {
   1.235 +  display: block;
   1.236 +  margin-top: 10pt;
   1.237 +  margin-bottom: 10pt;
   1.238 +}
   1.239 +
   1.240 +Interface {
   1.241 +  font-family: Arial;
   1.242 +}
   1.243 +
   1.244 +ISBN {
   1.245 +  display: block;
   1.246 +  font-size: 10pt;
   1.247 +}
   1.248 +
   1.249 +ItemizedList {
   1.250 +  display: block;
   1.251 +  margin-top: 5pt;
   1.252 +  margin-left: 20pt;
   1.253 +}
   1.254 +
   1.255 +LineAnnotation {
   1.256 +  font-style: italic;
   1.257 +}
   1.258 +
   1.259 +Link {
   1.260 +  color: blue;
   1.261 +  text-decoration: underline;
   1.262 +}
   1.263 +
   1.264 +ListItem {
   1.265 +  margin-left: 25pt;
   1.266 +  display: list-item;
   1.267 +}
   1.268 +
   1.269 +Literal {
   1.270 +  font-family: monospace;
   1.271 +}
   1.272 +
   1.273 +LiteralLayout {
   1.274 +  white-space: pre;
   1.275 +  display: block;
   1.276 +}
   1.277 +
   1.278 +Member {
   1.279 +  display: block;
   1.280 +  margin-left: 15pt;
   1.281 +}
   1.282 +
   1.283 +OLink {
   1.284 +  display: block;
   1.285 +  font-size: 12pt;
   1.286 +}
   1.287 +
   1.288 +Option {
   1.289 +  font-family: monospace;
   1.290 +}
   1.291 +
   1.292 +OrderedList {
   1.293 +  margin-top: 5pt;
   1.294 +  margin-left: 20pt;
   1.295 +  margin-bottom: 10pt;
   1.296 +  display: block;
   1.297 +  list-style-type: decimal;
   1.298 +}
   1.299 +
   1.300 +OrderedList Para {
   1.301 +  display: block;
   1.302 +  margin-top: 15pt;
   1.303 +}
   1.304 +
   1.305 +Para OtherCredit {
   1.306 +  display: inline;
   1.307 +}
   1.308 +
   1.309 +OtherCredit {
   1.310 +  display: block;
   1.311 +}
   1.312 +
   1.313 +Para {
   1.314 +  display: block;
   1.315 +  margin-top: 8pt;
   1.316 +}
   1.317 +
   1.318 +Para LiteralLayout {
   1.319 +  display: block;
   1.320 +  margin-top: 4pt;
   1.321 +  margin-left: 10pt;
   1.322 +  white-space: pre;
   1.323 +}
   1.324 +
   1.325 +Para Screen {
   1.326 +  margin-top: 7pt;
   1.327 +  margin-left: 10pt;
   1.328 +  margin-bottom: 7pt;
   1.329 +  display: block;
   1.330 +}
   1.331 +
   1.332 +Parameter {
   1.333 +  font-family: monospace;
   1.334 +}
   1.335 +
   1.336 +Part Title {
   1.337 +  font-size: 24pt;
   1.338 +  display: block;
   1.339 +  font-weight: bold;
   1.340 +}
   1.341 +
   1.342 +Preface {
   1.343 +  display: block;
   1.344 +  margin-top: 10pt;
   1.345 +}
   1.346 +
   1.347 +Procedure {
   1.348 +  display: block;
   1.349 +}
   1.350 +
   1.351 +ProgramListing {
   1.352 +  display: block;
   1.353 +  white-space: pre;
   1.354 +  font-family: monospace;
   1.355 +}
   1.356 +
   1.357 +ProgramListingCO {
   1.358 +  display: block;
   1.359 +  white-space: pre;
   1.360 +  font-family: monospace;
   1.361 +}
   1.362 +
   1.363 +PublisherName {
   1.364 +  font-family: Times, New, Roman;
   1.365 +  font-size: 20pt;
   1.366 +  margin-top: 15pt;
   1.367 +  margin-bottom: 15pt;
   1.368 +  display: block;
   1.369 +}
   1.370 +
   1.371 +RefEntry {
   1.372 +  display: block;
   1.373 +}
   1.374 +
   1.375 +RefEntryTitle {
   1.376 +  display: block;
   1.377 +  font-size: 20pt;
   1.378 +  font-weight: bold;
   1.379 +}
   1.380 +
   1.381 +RefName {
   1.382 +  font-weight: bold;
   1.383 +}
   1.384 +
   1.385 +RefNameDiv {
   1.386 +  display: block;
   1.387 +}
   1.388 +
   1.389 +RefSect1 {
   1.390 +  display: block;
   1.391 +  margin-top: 10pt;
   1.392 +}
   1.393 +
   1.394 +RefSect1 Title {
   1.395 +  font-size: 14pt;
   1.396 +}
   1.397 +
   1.398 +RefSect1Info {
   1.399 +  display: block;
   1.400 +  font-size: small;
   1.401 +}
   1.402 +
   1.403 +RefSect2 {
   1.404 +  display: block;
   1.405 +  margin-top: 10pt;
   1.406 +}
   1.407 +
   1.408 +RefSect2 Title {
   1.409 +  font-size: 14pt;
   1.410 +}
   1.411 +
   1.412 +RefSect2Info {
   1.413 +  display: block;
   1.414 +  font-size: small;
   1.415 +}
   1.416 +
   1.417 +RefSect3 {
   1.418 +  display: block;
   1.419 +  margin-top: 10pt;
   1.420 +}
   1.421 +
   1.422 +RefSect3 Title {
   1.423 +  font-size: 14pt;
   1.424 +}
   1.425 +
   1.426 +RefSect3Info {
   1.427 +  display: block;
   1.428 +  font-size: small;
   1.429 +}
   1.430 +
   1.431 +RefSynopsisDiv {
   1.432 +  display: block;
   1.433 +  margin-top: 15pt;
   1.434 +}
   1.435 +
   1.436 +RefSynopsisDiv Title {
   1.437 +  display: block;
   1.438 +  font-size: 18pt;
   1.439 +}
   1.440 +
   1.441 +Replaceable {
   1.442 +  font-family: Arial;
   1.443 +  font-style: italic;
   1.444 +}
   1.445 +
   1.446 +Screen {
   1.447 +  display: block;
   1.448 +  margin-left: 20pt;
   1.449 +  margin-bottom: 10pt;
   1.450 +  white-space: pre;
   1.451 +}
   1.452 +
   1.453 +ScreenCO {
   1.454 +  white-space: pre;
   1.455 +}
   1.456 +
   1.457 +ScreenShot {
   1.458 +  white-space: pre;
   1.459 +}
   1.460 +
   1.461 +Sect1 {
   1.462 +  display: block;
   1.463 +  margin-top: 16pt;
   1.464 +}
   1.465 +
   1.466 +Sect1 Title {
   1.467 +  font-family: Arial;
   1.468 +  font-size: 20pt;
   1.469 +  font-weight: bold;
   1.470 +  display: block;
   1.471 +}
   1.472 +
   1.473 +Sect2 {
   1.474 +  display: block;
   1.475 +  margin-top: 15pt;
   1.476 +}
   1.477 +
   1.478 +Sect2 Title {
   1.479 +  font-family: Arial;
   1.480 +  font-size: 14pt;
   1.481 +  font-weight: bold;
   1.482 +  display: block;
   1.483 +}
   1.484 +
   1.485 +Sect3 {
   1.486 +  display: block;
   1.487 +  margin-top: 15pt;
   1.488 +}
   1.489 +
   1.490 +Sect3 Title {
   1.491 +  font-family: Arial;
   1.492 +  font-size: 14pt;
   1.493 +  font-weight: bold;
   1.494 +  display: block;
   1.495 +}
   1.496 +
   1.497 +SegListItem {
   1.498 +  display: block;
   1.499 +}
   1.500 +
   1.501 +SegmentedList {
   1.502 +  display: block;
   1.503 +}
   1.504 +
   1.505 +SegmentedList Title {
   1.506 +  display: block;
   1.507 +  font-weight: bold;
   1.508 +}
   1.509 +
   1.510 +Sidebar {
   1.511 +  display: block;
   1.512 +  margin-top: 15pt;
   1.513 +  margin-left: 30pt;
   1.514 +  font-family: Arial;
   1.515 +  font-size: 9pt;
   1.516 +}
   1.517 +
   1.518 +Step {
   1.519 +  display: block;
   1.520 +}
   1.521 +
   1.522 +Step Title {
   1.523 +  display: block;
   1.524 +  font-style: italic;
   1.525 +}
   1.526 +
   1.527 +Subscript {
   1.528 +  font-size: 5pt;
   1.529 +  vertical-align: sub;
   1.530 +}
   1.531 +
   1.532 +Subtitle {
   1.533 +  font-family: Arial;
   1.534 +  font-size: 20pt;
   1.535 +  font-weight: bold;
   1.536 +  display: block;
   1.537 +  text-align: center;
   1.538 +}
   1.539 +
   1.540 +Superscript {
   1.541 +  font-size: 5pt;
   1.542 +  vertical-align: super;
   1.543 +}
   1.544 +
   1.545 +Synopsis {
   1.546 +  display: block;
   1.547 +  white-space: pre;
   1.548 +}
   1.549 +
   1.550 +SystemItem {
   1.551 +  font-family: monospace;
   1.552 +}
   1.553 +
   1.554 +Table {
   1.555 +  display: block;
   1.556 +  margin-top: 10pt;
   1.557 +}
   1.558 +
   1.559 +Table Title {
   1.560 +  font-family: Arial;
   1.561 +  font-size: 10pt;
   1.562 +  font-style: italic;
   1.563 +  font-weight: bold;
   1.564 +}
   1.565 +
   1.566 +Term {
   1.567 +  font-weight: bold;
   1.568 +}
   1.569 +
   1.570 +Title {
   1.571 +  font-family: Arial;
   1.572 +  font-size: 20pt;
   1.573 +  font-weight: bold;
   1.574 +  display: block;
   1.575 +  text-align: center;
   1.576 +}
   1.577 +
   1.578 +TitleAbbrev {
   1.579 +  font-family: Arial;
   1.580 +  font-size: 14pt;
   1.581 +  font-weight: bold;
   1.582 +  display: block;
   1.583 +}
   1.584 +
   1.585 +ULink {
   1.586 +  color: blue;
   1.587 +  text-decoration: underline;
   1.588 +  cursor: pointer;	
   1.589 +}
   1.590 +
   1.591 +UserInput {
   1.592 +  font-family: monospace;
   1.593 +  font-weight: bold;
   1.594 +}
   1.595 +
   1.596 +VariableList Title {
   1.597 +  font-weight: bold;
   1.598 +  display: block;
   1.599 +}
   1.600 +
   1.601 +VarListEntry {
   1.602 +  display: block;
   1.603 +  margin-top: 10pt;
   1.604 +}
   1.605 +
   1.606 +VarListEntry Term {
   1.607 +  display: block;
   1.608 +  font-style: italic;
   1.609 +}
   1.610 +
   1.611 +Warning {
   1.612 +  font-weight: bold;
   1.613 +  color: fuchsia;
   1.614 +}
   1.615 +
   1.616 +Warning:before {
   1.617 +  content: "Warning:";
   1.618 +}
   1.619 +
   1.620 +
   1.621 +Year {
   1.622 +  font-family: serif;
   1.623 +  font-weight: bold;
   1.624 +}

mercurial