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: "Times New Roman","DejaVu Sans","Vn Nimbus Sans L","GentiumAlt Regular",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; }
34
35.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
36	{ font-family: "Vn Nimbus Mono L","Free Monospaced",Cumberland,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",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
86a
87        { text-decoration: none; }
88
89
90/* HIGH CONTRAST SPECIFIC SETTINGS */
91
92body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
93	{ background: #000000; color: #FFFFFF;}
94
95.related
96	{ border-top: 1px solid #FFFFFF; }
97
98.howtogetheader
99	{border: 1px solid #FFFFFF; background: #000000;}
100
101h1
102	{ border-bottom: 1px solid #FFFFFF; ]
103
104.howtoget
105	{ background:#000000;}
106
107.howtogetbody
108	{ background:#000000;}
109
110.debug
111	{ border: 1px solid red; padding: 3px; display: none;}
112
113a
114 { color: #FFFFFF; }
115