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