Project

General

Profile

1
/*
2
 * Copyright (c) 2001, 2003, 2010 The FreeBSD Documentation Project
3
 * All rights reserved.
4
 *
5
 * Redistribution and use in source and binary forms, with or without
6
 * modification, are permitted provided that the following conditions
7
 * are met:
8
 * 1. Redistributions of source code must retain the above copyright
9
 *    notice, this list of conditions and the following disclaimer.
10
 * 2. Redistributions in binary form must reproduce the above copyright
11
 *    notice, this list of conditions and the following disclaimer in the
12
 *    documentation and/or other materials provided with the distribution.
13
 *
14
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24
 * SUCH DAMAGE.
25
 *
26
 * $FreeBSD: doc/share/misc/docbook.css,v 1.21 2012/01/25 22:16:36 wblock Exp $
27
 */
28

    
29
BODY ADDRESS {
30
	line-height: 1.3;
31
	margin: .6em 0;
32
}
33

    
34
BODY BLOCKQUOTE {
35
	margin-top: .75em;
36
	line-height: 1.3;
37
	margin-bottom: .75em;
38
}
39

    
40
HTML BODY {
41
	margin: 1em 8% 1em 10%;
42
	line-height: 1.2;
43
}
44

    
45
.LEGALNOTICE {
46
	font-size: small;
47
	font-variant: small-caps;
48
}
49

    
50
BODY DIV {
51
	margin: 0;
52
}
53

    
54
DL {
55
	margin: .8em 0;
56
	line-height: 1.2;
57
}
58

    
59
DIV.CALLOUTLIST DT {
60
	float: left;
61
	width: 1em;
62
}
63

    
64
DIV.CALLOUTLIST DD {
65
	clear: right;
66
	margin-bottom: 1ex;
67
}
68

    
69
BODY FORM {
70
	margin: .6em 0;
71
}
72

    
73
H1, H2, H3, H4, H5, H6,
74
DIV.EXAMPLE P B,
75
.QUESTION,
76
DIV.TABLE P B,
77
DIV.PROCEDURE P B {
78
	color: #990000;
79
}
80

    
81
BODY H1, BODY H2, BODY H3, BODY H4, BODY H5, BODY H6 {
82
	line-height: 1.3;
83
	margin-left: 0;
84
}
85

    
86
BODY H1, BODY H2 {
87
	margin: .8em 0 0 -4%;
88
}
89

    
90
BODY H3, BODY H4 {
91
	margin: .8em 0 0 -3%;
92
}
93

    
94
BODY H5 {
95
	margin: .8em 0 0 -2%;
96
}
97

    
98
BODY H6 {
99
	margin: .8em 0 0 -1%;
100
}
101

    
102
BODY HR {
103
	margin: .6em;
104
	border-width: 0 0 1px 0;
105
	border-style: solid;
106
	border-color: #cecece;
107
}
108

    
109
BODY IMG.NAVHEADER {
110
	margin: 0 0 0 -4%;
111
}
112

    
113
OL {
114
	margin: 0 0 0 5%;
115
	line-height: 1.2;
116
}
117

    
118
BODY PRE {
119
	margin: .75em 0;
120
	line-height: 1.0;
121
	font-family: monospace;
122
}
123

    
124
BODY TD, BODY TH {
125
	line-height: 1.2;
126
}
127

    
128
UL, BODY DIR, BODY MENU {
129
	margin: 0 0 0 5%;
130
	line-height: 1.2;
131
}
132

    
133
HTML {
134
	margin: 0;
135
	padding: 0;
136
}
137

    
138
BODY P B.APPLICATION {
139
	color: #000000;
140
}
141

    
142
.FILENAME {
143
	color: #007a00;
144
}
145

    
146
SVNREF {
147
	color: #007a00;
148
}
149

    
150
.GUIMENU, .GUIMENUITEM, .GUISUBMENU,
151
.GUILABEL, .INTERFACE,
152
.SHORTCUT, .SHORTCUT .KEYCAP {
153
	font-weight: bold;
154
}
155

    
156
.GUIBUTTON {
157
	background-color: #CFCFCF;
158
	padding: 2px;
159
}
160

    
161
.ACCEL {
162
	background-color: #F0F0F0;
163
	text-decoration: underline;
164
}
165

    
166
.SCREEN {
167
	padding: 1ex;
168
}
169

    
170
.PROGRAMLISTING {
171
	padding: 1ex;
172
	background-color: #eee;
173
	border: 1px solid #ccc;
174
	line-height: 1.1;
175
}
176

    
177
@media screen {  /* hide from IE3 */
178
	a[href]:hover { background: #ffa }
179
}
180

    
181
.INFORMALTABLE, .TABLE TH {
182
	padding-left: 02.em;
183
	text-align: left;
184
}
185

    
186
BLOCKQUOTE, .EXAMPLE, .PROGRAMLISTING {
187
	-moz-border-radius: 6px;
188
	-webkit-border-radius: 6px;
189
	-khtml-border-radius: 6px;
190
	border-radius: 6px;
191
}
192

    
193
BLOCKQUOTE {
194
	padding: 0 2ex;
195
}
196

    
197
BLOCKQUOTE.NOTE {
198
	color: #222;
199
	background: #eee;
200
	border: 1px solid #ccc;
201
	width: 85%;
202
}
203

    
204
BLOCKQUOTE.TIP {
205
	color: #004F00;
206
	background: #d8ecd6;
207
	border: 1px solid green;
208
	width: 85%;
209
}
210

    
211
BLOCKQUOTE.IMPORTANT {
212
	font-style:italic;
213
	border: 1px solid #a00;
214
	border-left: 12px solid #c00;
215
}
216

    
217
BLOCKQUOTE.WARNING {
218
	color: #9F1313;
219
	background: #f8e8e8;
220
	border: 1px solid #e59595;
221
	width: 85%;
222
}
223

    
224
BLOCKQUOTE.CAUTION {
225
	color: #3E3535;
226
	background: #FFC;
227
	border: 1px solid #e59595;
228
	width: 85%;
229
}
230

    
231
.EXAMPLE {
232
	background: #fefde6;
233
	border: 1px solid #f1bb16;
234
	margin: 1em 0;
235
	padding: 0.2em 2em;
236
	width: 90%;
237
}
238

    
239
.INFORMALTABLE TABLE.CALSTABLE TR TD {
240
        padding-left: 1em;
241
        padding-right: 1em;
242
}
(2-2/2)