1/* 2*********************************************************************** 3 * 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 5 * 6 * Copyright 2000, 2010 Oracle and/or its affiliates. 7 * 8 * OpenOffice.org - a multi-platform office productivity suite 9 * 10 * This file is part of OpenOffice.org. 11 * 12 * OpenOffice.org is free software: you can redistribute it and/or modify 13 * it under the terms of the GNU Lesser General Public License version 3 14 * only, as published by the Free Software Foundation. 15 * 16 * OpenOffice.org is distributed in the hope that it will be useful, 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 * GNU Lesser General Public License version 3 for more details 20 * (a copy is included in the LICENSE file that accompanied this code). 21 * 22 * You should have received a copy of the GNU Lesser General Public License 23 * version 3 along with OpenOffice.org. If not, see 24 * <http://www.openoffice.org/license.html> 25 * for a copy of the LGPLv3 License. 26 * 27 ************************************************************************ 28*/ 29 30 31 32body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable 33 { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } 34 35.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable 36 { 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;} 37 38.acronym 39 { font-weight: bold;} 40 41.related 42 { font-weight: bold; margin-top:20pt;} 43 44.emph, .menuitem, .keycode 45 { font-weight: bold; } 46 47.tablehead, .tableheadintable 48 { font-weight: bold; margin-top: 0px;} 49 50.howtogetheader 51 { font-weight: bold; padding: 3px;} 52 53h1, h2, h3, h4, h5, h6 54 { margin-bottom: 5pt; } 55 56p, td 57 { font-size: 10pt; } 58 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: 10pt; } 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: #FFFFFF; color: #000000;} 91 92.related 93 { border-top: 1px solid #000000; } 94 95.howtogetheader 96 {border: 1px solid #000000; background: #FFFFFF;} 97 98h1 99 { border-bottom: 1px solid #000000; ] 100 101.howtoget 102 { background:#FFFFFF;} 103 104.howtogetbody 105 { background:#FFFFFF;} 106 107.debug 108 { border: 1px solid red; padding: 3px; display: none;} 109 110a 111 { color: #000000; } 112