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