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