1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22/*
23+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24+                          OPENOFFICE.ORG 2.0 HELP                  +
25+                          DEFAULT STYLESHEET                       +
26+                           CHINESE TRAD                            +
27+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
28+ LAST CHANGES: 15-NOV-2004                                         +
29+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30*/
31
32
33body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
34	{ font-family: 方正明體,MSung Light TC,MingLiU,Ming,PMingLiU,Andale Sans UI,Arial Unicode MS,Lucida Sans Unicode,Tahoma;}
35
36.code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable
37	{ font-family: 方正明體,MSung Light TC,Cumberland,Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;}
38
39
40.acronym
41	{ font-weight: bold; }
42
43.related
44	{ font-weight: bold; margin-top:20pt; border-top: 1px solid black;}
45
46.emph, .menuitem, .keycode
47	{ font-weight: bold; }
48
49.tablehead, .tableheadintable
50	{ font-weight: bold; margin-top: 0px;}
51
52.howtogetheader
53	{ font-weight: bold; border: 1px solid #999999; background: #FFFFFF; padding: 3px;}
54
55h1, h2, h3, h4, h5, h6
56	{ margin-bottom: 5pt; }
57
58p, td
59	{ font-size: 10pt; }
60
61h1
62	{ font-size: 18pt; border-bottom: 1px solid black; padding-bottom: 6px; margin-bottom: 6px;}
63
64h2
65	{ font-size: 14pt; }
66
67h3
68	{ font-size: 12pt; }
69
70h4, h5, h6
71	{ font-size: 10pt; }
72
73.relatedtopics
74	{ font-weight: normal; }
75
76.relatedbody
77	{ margin-top: 2px; margin-bottom: 2px; margin-left: 5px; }
78
79.howtoget
80	{ background:#EEEEEE;}
81
82.howtogetbody
83	{ background:#EEEEEE;}
84
85.wide
86	{ width: 100%; }
87
88.topalign
89	 { vertical-align: top; border: 1px;}
90
91.bug
92	{ color: red; border: 1px solid red;}
93
94.debug
95	{ border: 1px solid black; padding: 3px; display: none;}
96