1*ae588b72SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*ae588b72SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*ae588b72SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*ae588b72SAndrew Rist * distributed with this work for additional information 6*ae588b72SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*ae588b72SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*ae588b72SAndrew Rist * "License"); you may not use this file except in compliance 9*ae588b72SAndrew Rist * with the License. You may obtain a copy of the License at 10*ae588b72SAndrew Rist * 11*ae588b72SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*ae588b72SAndrew Rist * 13*ae588b72SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*ae588b72SAndrew Rist * software distributed under the License is distributed on an 15*ae588b72SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*ae588b72SAndrew Rist * KIND, either express or implied. See the License for the 17*ae588b72SAndrew Rist * specific language governing permissions and limitations 18*ae588b72SAndrew Rist * under the License. 19*ae588b72SAndrew Rist * 20*ae588b72SAndrew Rist *************************************************************/ 21*ae588b72SAndrew Rist 22*ae588b72SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir 25cdf0e10cSrcweir 26cdf0e10cSrcweirbody, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable 27cdf0e10cSrcweir { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } 28cdf0e10cSrcweir 29cdf0e10cSrcweir.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable 30cdf0e10cSrcweir { font-family: "Courier New","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Cumberland,Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} 31cdf0e10cSrcweir 32cdf0e10cSrcweir.acronym 33cdf0e10cSrcweir { font-weight: bold;} 34cdf0e10cSrcweir 35cdf0e10cSrcweir.related 36cdf0e10cSrcweir { font-weight: bold; margin-top:20pt;} 37cdf0e10cSrcweir 38cdf0e10cSrcweir.emph, .menuitem, .keycode 39cdf0e10cSrcweir { font-weight: bold; } 40cdf0e10cSrcweir 41cdf0e10cSrcweir.tablehead, .tableheadintable 42cdf0e10cSrcweir { font-weight: bold; margin-top: 0px;} 43cdf0e10cSrcweir 44cdf0e10cSrcweir.howtogetheader 45cdf0e10cSrcweir { font-weight: bold; padding: 3px;} 46cdf0e10cSrcweir 47cdf0e10cSrcweirh1, h2, h3, h4, h5, h6 48cdf0e10cSrcweir { margin-bottom: 5pt; } 49cdf0e10cSrcweir 50cdf0e10cSrcweirp, td 51cdf0e10cSrcweir { font-size: 10pt; } 52cdf0e10cSrcweir 53cdf0e10cSrcweirh1 54cdf0e10cSrcweir { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} 55cdf0e10cSrcweir 56cdf0e10cSrcweirh2 57cdf0e10cSrcweir { font-size: 14pt; } 58cdf0e10cSrcweir 59cdf0e10cSrcweirh3 60cdf0e10cSrcweir { font-size: 12pt; } 61cdf0e10cSrcweir 62cdf0e10cSrcweirh4, h5, h6 63cdf0e10cSrcweir { font-size: 10pt; } 64cdf0e10cSrcweir 65cdf0e10cSrcweir.relatedtopics 66cdf0e10cSrcweir { font-weight: normal; } 67cdf0e10cSrcweir 68cdf0e10cSrcweir.relatedbody 69cdf0e10cSrcweir { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } 70cdf0e10cSrcweir 71cdf0e10cSrcweir.wide 72cdf0e10cSrcweir { width: 100%; } 73cdf0e10cSrcweir 74cdf0e10cSrcweir.topalign 75cdf0e10cSrcweir { vertical-align: top; border: 1px;} 76cdf0e10cSrcweir 77cdf0e10cSrcweir.bug 78cdf0e10cSrcweir { color: red; border: 1px solid red;} 79cdf0e10cSrcweir 80cdf0e10cSrcweir 81cdf0e10cSrcweir/* HIGH CONTRAST SPECIFIC SETTINGS */ 82cdf0e10cSrcweir 83cdf0e10cSrcweirbody, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable 84cdf0e10cSrcweir { background: #000000; color: #FFFFFF;} 85cdf0e10cSrcweir 86cdf0e10cSrcweir.related 87cdf0e10cSrcweir { border-top: 1px solid #FFFFFF; } 88cdf0e10cSrcweir 89cdf0e10cSrcweir.howtogetheader 90cdf0e10cSrcweir {border: 1px solid #FFFFFF; background: #000000;} 91cdf0e10cSrcweir 92cdf0e10cSrcweirh1 93cdf0e10cSrcweir { border-bottom: 1px solid #FFFFFF; ] 94cdf0e10cSrcweir 95cdf0e10cSrcweir.howtoget 96cdf0e10cSrcweir { background:#000000;} 97cdf0e10cSrcweir 98cdf0e10cSrcweir.howtogetbody 99cdf0e10cSrcweir { background:#000000;} 100cdf0e10cSrcweir 101cdf0e10cSrcweir.debug 102cdf0e10cSrcweir { border: 1px solid red; padding: 3px; display: none;} 103cdf0e10cSrcweir 104cdf0e10cSrcweira 105cdf0e10cSrcweir { color: #FFFFFF; } 106