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 24 25body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable 26 { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } 27 28.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable 29 { 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;} 30 31.acronym 32 { font-weight: bold;} 33 34.related 35 { font-weight: bold; margin-top:20pt;} 36 37.emph, .menuitem, .keycode 38 { font-weight: bold; } 39 40.tablehead, .tableheadintable 41 { font-weight: bold; margin-top: 0px;} 42 43.howtogetheader 44 { font-weight: bold; padding: 3px;} 45 46h1, h2, h3, h4, h5, h6 47 { margin-bottom: 5pt; } 48 49p, td 50 { font-size: 10pt; } 51 52h1 53 { font-size: 18pt; padding-bottom: 6px; margin-bottom: 6px;} 54 55h2 56 { font-size: 14pt; } 57 58h3 59 { font-size: 12pt; } 60 61h4, h5, h6 62 { font-size: 10pt; } 63 64.relatedtopics 65 { font-weight: normal; } 66 67.relatedbody 68 { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } 69 70.wide 71 { width: 100%; } 72 73.topalign 74 { vertical-align: top; border: 1px;} 75 76.bug 77 { color: red; border: 1px solid red;} 78 79 80/* HIGH CONTRAST SPECIFIC SETTINGS */ 81 82body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable 83 { background: #000000; color: #FFFF00;} 84 85.related 86 { border-top: 1px solid #FFFF00; } 87 88.howtogetheader 89 {border: 1px solid #EFEFEF; background: #000000;} 90 91h1 92 { border-bottom: 1px solid #FFFF00; ] 93 94.howtoget 95 { background:#000000;} 96 97.howtogetbody 98 { background:#000000;} 99 100.debug 101 { border: 1px solid red; padding: 3px; display: none;} 102 103a 104 { color: #FFFF00; } 105