content/xml/tests/docbook.css

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     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/. */
     5 Book {
     6   display: block;
     7   padding-left: 8px;
     8   padding-top: 8px;
     9   font-family: Courier;
    10   font-size: 10pt;
    11 }
    13 Abbrev {
    14   display: block;
    15 }
    17 Affiliation {
    18   font-style: italic;
    19 }
    21 Appendix Title {
    22   font-weight: bold;
    23   font-family: Arial;
    24   font-size: 24pt;
    25   margin-bottom: 10pt;
    26   display: block;
    27 }
    29 Para Author {
    30   display: inline;
    31 }
    33 Author {
    34   display: block;
    35 }
    37 AuthorGroup {
    38   font-size: 12pt;
    39   margin-top: 25pt;
    40   display: block;
    41   font-weight: bold;
    42 }
    44 BiblioDiv Title {
    45   font-style: italic;
    46 }
    48 Blockquote {
    49   display: block;
    50   margin-top: 3pt;
    51   margin-left: 30pt;
    52 }
    54 Book Title {
    55   font-weight: bold;
    56   font-family: Arial;
    57   font-size: 18pt;
    58   margin-bottom: 10pt;
    59   display: block;
    60 }
    62 BookInfo {
    63   display: block;
    64   margin-bottom: 30pt;
    65 }
    67 BridgeHead {
    68   display: block;
    69   font-size: 16pt;
    70   font-weight: bold;
    71   color: teal;
    72 }
    74 Caution {
    75   font-weight: bold;
    76   color: red;
    77 }
    79 Caution:before {
    80   content: "Caution:";
    81 }
    83 Chapter {
    84   display: block;
    85   margin-bottom: 25pt;
    86 }
    88 Chapter Title {
    89   font-weight: bold;
    90   font-family: Arial;
    91   font-size: 20pt;
    92   margin-bottom: 10pt;
    93   display: block;
    94 }
    96 CiteTitle {
    97   font-style: italic;
    98 }
   100 CmdSynopsis {
   101   display: block;
   102 }
   104 CO {
   105   display: block;
   106 }
   108 Command {
   109   font-style: italic;
   110 }
   112 Comment {
   113   display: block;
   114 }
   116 ComputerOutput {
   117   font-family: monospace;
   118 }
   120 Copyright {
   121   display: block;
   122 }
   124 Para CorpAuthor {
   125   display: inline;
   126 }
   128 CorpAuthor {
   129   display: block;
   130 }
   132 Email {
   133   font-style: italic;
   134 }
   136 Editor {
   137   display: block;
   138 }
   140 Emphasis {
   141   font-style: italic;
   142 }
   144 ErrorType {
   145   font-family: monospace;
   146 }
   148 Example {
   149   display: block;
   150   margin-top: 10pt;
   151   margin-bottom: 10pt;
   152 }
   154 Example Title {
   155   display: block;
   156   font-weight: bold;
   157   font-size: 14pt;
   158 }
   160 Figure Title {
   161   font-family: Arial;
   162   font-size: 10pt;
   163   font-style: italic;
   164   font-weight: bold;
   165   display: block;
   166 }
   168 Filename {
   169   font-style: italic;
   170 }
   172 Figure {
   173   display: block;
   174   margin-top: 10pt;
   175 }
   177 FirstTerm {
   178   font-style: italic;
   179 }
   181 ForeignPhrase {
   182   font-style: italic;
   183 }
   185 FormalPara {
   186   display: block;
   187 }
   189 FormalPara Title {
   190   display: block;
   191   font-weight: bold;
   192 }
   194 FuncSynopsis {
   195   display: block;
   196 }
   198 FuncSynopsisInfo {
   199   display: block;
   200   white-space: pre;
   201 }
   203 Function {
   204   font-family: monospace;
   205   white-space: pre;
   206 }
   208 Glossary {
   209   display: block;
   210 }
   212 GlossDef {
   213   display: block;
   214   margin-left: 15pt;
   215 }
   217 GlossList {
   218   display: block;
   219 }
   221 GlossSee {
   222   display: block;
   223   margin-left: 15pt;
   224 }
   226 GlossTerm {
   227   display: block;
   228   font-weight: bold;
   229 }
   231 InformalTable {
   232   display: block;
   233   margin-top: 10pt;
   234   margin-bottom: 10pt;
   235 }
   237 Interface {
   238   font-family: Arial;
   239 }
   241 ISBN {
   242   display: block;
   243   font-size: 10pt;
   244 }
   246 ItemizedList {
   247   display: block;
   248   margin-top: 5pt;
   249   margin-left: 20pt;
   250 }
   252 LineAnnotation {
   253   font-style: italic;
   254 }
   256 Link {
   257   color: blue;
   258   text-decoration: underline;
   259 }
   261 ListItem {
   262   margin-left: 25pt;
   263   display: list-item;
   264 }
   266 Literal {
   267   font-family: monospace;
   268 }
   270 LiteralLayout {
   271   white-space: pre;
   272   display: block;
   273 }
   275 Member {
   276   display: block;
   277   margin-left: 15pt;
   278 }
   280 OLink {
   281   display: block;
   282   font-size: 12pt;
   283 }
   285 Option {
   286   font-family: monospace;
   287 }
   289 OrderedList {
   290   margin-top: 5pt;
   291   margin-left: 20pt;
   292   margin-bottom: 10pt;
   293   display: block;
   294   list-style-type: decimal;
   295 }
   297 OrderedList Para {
   298   display: block;
   299   margin-top: 15pt;
   300 }
   302 Para OtherCredit {
   303   display: inline;
   304 }
   306 OtherCredit {
   307   display: block;
   308 }
   310 Para {
   311   display: block;
   312   margin-top: 8pt;
   313 }
   315 Para LiteralLayout {
   316   display: block;
   317   margin-top: 4pt;
   318   margin-left: 10pt;
   319   white-space: pre;
   320 }
   322 Para Screen {
   323   margin-top: 7pt;
   324   margin-left: 10pt;
   325   margin-bottom: 7pt;
   326   display: block;
   327 }
   329 Parameter {
   330   font-family: monospace;
   331 }
   333 Part Title {
   334   font-size: 24pt;
   335   display: block;
   336   font-weight: bold;
   337 }
   339 Preface {
   340   display: block;
   341   margin-top: 10pt;
   342 }
   344 Procedure {
   345   display: block;
   346 }
   348 ProgramListing {
   349   display: block;
   350   white-space: pre;
   351   font-family: monospace;
   352 }
   354 ProgramListingCO {
   355   display: block;
   356   white-space: pre;
   357   font-family: monospace;
   358 }
   360 PublisherName {
   361   font-family: Times, New, Roman;
   362   font-size: 20pt;
   363   margin-top: 15pt;
   364   margin-bottom: 15pt;
   365   display: block;
   366 }
   368 RefEntry {
   369   display: block;
   370 }
   372 RefEntryTitle {
   373   display: block;
   374   font-size: 20pt;
   375   font-weight: bold;
   376 }
   378 RefName {
   379   font-weight: bold;
   380 }
   382 RefNameDiv {
   383   display: block;
   384 }
   386 RefSect1 {
   387   display: block;
   388   margin-top: 10pt;
   389 }
   391 RefSect1 Title {
   392   font-size: 14pt;
   393 }
   395 RefSect1Info {
   396   display: block;
   397   font-size: small;
   398 }
   400 RefSect2 {
   401   display: block;
   402   margin-top: 10pt;
   403 }
   405 RefSect2 Title {
   406   font-size: 14pt;
   407 }
   409 RefSect2Info {
   410   display: block;
   411   font-size: small;
   412 }
   414 RefSect3 {
   415   display: block;
   416   margin-top: 10pt;
   417 }
   419 RefSect3 Title {
   420   font-size: 14pt;
   421 }
   423 RefSect3Info {
   424   display: block;
   425   font-size: small;
   426 }
   428 RefSynopsisDiv {
   429   display: block;
   430   margin-top: 15pt;
   431 }
   433 RefSynopsisDiv Title {
   434   display: block;
   435   font-size: 18pt;
   436 }
   438 Replaceable {
   439   font-family: Arial;
   440   font-style: italic;
   441 }
   443 Screen {
   444   display: block;
   445   margin-left: 20pt;
   446   margin-bottom: 10pt;
   447   white-space: pre;
   448 }
   450 ScreenCO {
   451   white-space: pre;
   452 }
   454 ScreenShot {
   455   white-space: pre;
   456 }
   458 Sect1 {
   459   display: block;
   460   margin-top: 16pt;
   461 }
   463 Sect1 Title {
   464   font-family: Arial;
   465   font-size: 20pt;
   466   font-weight: bold;
   467   display: block;
   468 }
   470 Sect2 {
   471   display: block;
   472   margin-top: 15pt;
   473 }
   475 Sect2 Title {
   476   font-family: Arial;
   477   font-size: 14pt;
   478   font-weight: bold;
   479   display: block;
   480 }
   482 Sect3 {
   483   display: block;
   484   margin-top: 15pt;
   485 }
   487 Sect3 Title {
   488   font-family: Arial;
   489   font-size: 14pt;
   490   font-weight: bold;
   491   display: block;
   492 }
   494 SegListItem {
   495   display: block;
   496 }
   498 SegmentedList {
   499   display: block;
   500 }
   502 SegmentedList Title {
   503   display: block;
   504   font-weight: bold;
   505 }
   507 Sidebar {
   508   display: block;
   509   margin-top: 15pt;
   510   margin-left: 30pt;
   511   font-family: Arial;
   512   font-size: 9pt;
   513 }
   515 Step {
   516   display: block;
   517 }
   519 Step Title {
   520   display: block;
   521   font-style: italic;
   522 }
   524 Subscript {
   525   font-size: 5pt;
   526   vertical-align: sub;
   527 }
   529 Subtitle {
   530   font-family: Arial;
   531   font-size: 20pt;
   532   font-weight: bold;
   533   display: block;
   534   text-align: center;
   535 }
   537 Superscript {
   538   font-size: 5pt;
   539   vertical-align: super;
   540 }
   542 Synopsis {
   543   display: block;
   544   white-space: pre;
   545 }
   547 SystemItem {
   548   font-family: monospace;
   549 }
   551 Table {
   552   display: block;
   553   margin-top: 10pt;
   554 }
   556 Table Title {
   557   font-family: Arial;
   558   font-size: 10pt;
   559   font-style: italic;
   560   font-weight: bold;
   561 }
   563 Term {
   564   font-weight: bold;
   565 }
   567 Title {
   568   font-family: Arial;
   569   font-size: 20pt;
   570   font-weight: bold;
   571   display: block;
   572   text-align: center;
   573 }
   575 TitleAbbrev {
   576   font-family: Arial;
   577   font-size: 14pt;
   578   font-weight: bold;
   579   display: block;
   580 }
   582 ULink {
   583   color: blue;
   584   text-decoration: underline;
   585   cursor: pointer;	
   586 }
   588 UserInput {
   589   font-family: monospace;
   590   font-weight: bold;
   591 }
   593 VariableList Title {
   594   font-weight: bold;
   595   display: block;
   596 }
   598 VarListEntry {
   599   display: block;
   600   margin-top: 10pt;
   601 }
   603 VarListEntry Term {
   604   display: block;
   605   font-style: italic;
   606 }
   608 Warning {
   609   font-weight: bold;
   610   color: fuchsia;
   611 }
   613 Warning:before {
   614   content: "Warning:";
   615 }
   618 Year {
   619   font-family: serif;
   620   font-weight: bold;
   621 }

mercurial