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