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 31body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable 32 { font-family: Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",sans-serif; } 33 34.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable 35 { 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;} 36 37.acronym 38 { font-weight: bold; } 39 40.related 41 { font-weight: bold; margin-top:20pt; border-top: 1px solid black;} 42 43.emph, .menuitem, .keycode 44 { font-weight: bold; } 45 46.tablehead, .tableheadintable 47 { font-weight: bold; margin-top: 0px;} 48 49.howtogetheader 50 { font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;} 51 52h1, h2, h3, h4, h5, h6 53 { margin-bottom: 5pt; } 54 55p, td 56 { font-size: 10pt; margin-top: 2px; margin-bottom: 2px;} 57 58h1 59 { font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;} 60 61h2 62 { font-size: 14pt; } 63 64h3 65 { font-size: 12pt; } 66 67h4, h5, h6 68 { font-size: 10pt; } 69 70.relatedtopics 71 { font-weight: normal; } 72 73.relatedbody 74 { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } 75 76.howtoget 77 { background:#EEEEEE;} 78 79.howtogetbody 80 { background:#EEEEEE; margin: 0px;} 81 82.wide 83 { width: 100%; } 84 85.topalign 86 { vertical-align: top; border: 1px;} 87 88.bug 89 { color: red; border: 1px solid red;} 90 91.debug 92 { border: 1px solid black; padding: 3px; display: none;} 93