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