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