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