HACK: pinfo->private_data points to smb_info again
[wireshark-wip.git] / docbook / ws.css
blobcfcf367e10a4dc7377d1e879f0052258076ad01a
1 /*
2 CSS stylesheet for XHTML produced by DocBook XSL stylesheets.
3 Derived from http://www.methods.co.nz/asciidoc/docbook-xsl.css
4 $Id$
5 */
7 span.strong {
8 font-weight: bold;
11 body blockquote {
12 margin-top: .75em;
13 line-height: 1.5;
14 margin-bottom: .75em;
17 html body {
18 margin: 1em 5% 1em 5%;
19 line-height: 1.2;
20 font-family: "Times New Roman", Times, serif;
23 body div {
24 margin: 0;
27 h1, h2, h3, h4, h5, h6,
28 div.toc p b,
29 div.list-of-figures p b,
30 div.list-of-tables p b,
31 div.abstract p.title
33 color: #004698;
34 font-family: "Bitstream Vera Sans", "DejaVu Sans", Helvetica, Arial, sans-serif;
37 div.toc p:first-child,
38 div.list-of-figures p:first-child,
39 div.list-of-tables p:first-child,
40 div.example p.title
42 margin-bottom: 0.2em;
45 body h1 {
46 font-size: 1.3em;
49 body h2 {
50 font-size: 1.2em;
53 body h3 {
54 font-size: 1.1em;
57 body hr {
58 border: none; /* Broken on IE6 */
60 div.footnotes hr {
61 border: 1px solid silver;
64 div.navheader th, div.navheader td, div.navfooter td {
65 font-family: "Bitstream Vera Sans", "DejaVu Sans", Helvetica, Arial, sans-serif;
66 font-size: 0.9em;
67 font-weight: bold;
68 color: #004698;
70 div.navheader img, div.navfooter img {
71 border-style: none;
73 div.navheader a, div.navfooter a {
74 font-weight: normal;
76 div.navfooter hr {
77 border: 1px solid silver;
80 body td {
81 line-height: 1.2
84 body th {
85 line-height: 1.2;
88 ol {
89 line-height: 1.2;
92 ul, body dir, body menu {
93 line-height: 1.2;
96 html {
97 margin: 0;
98 padding: 0;
101 body h1, body h2, body h3, body h4, body h5, body h6 {
102 margin-left: 0
105 body pre {
106 margin: 0.5em 10% 0.5em 1em;
107 line-height: 1.0;
108 color: 333;
111 pre, tt, code, .command {
112 font-family: Menlo, Consolas, "Bitstream Vera Sans Mono", "Liberation Mono", monospace;
113 font-size: 0.9em;
116 tt.literal, code.literal {
117 color: 333;
120 .programlisting, .screen {
121 border: 1px solid silver;
122 background: #f4f4f4;
123 margin: 0.5em 10% 0.5em 0;
124 padding: 0.5em 1em;
127 div.sidebar {
128 background: #ffffee;
129 margin: 1.0em 10% 0.5em 0;
130 padding: 0.5em 1em;
131 border: 1px solid silver;
133 div.sidebar * { padding: 0; }
134 div.sidebar div { margin: 0; }
135 div.sidebar p.title {
136 font-family: "Bitstream Vera Sans", "DejaVu Sans", Helvetica, Arial, sans-serif;
137 margin-top: 0.5em;
138 margin-bottom: 0.2em;
141 div.bibliomixed {
142 margin: 0.5em 5% 0.5em 1em;
145 div.glossary dt {
146 font-weight: bold;
148 div.glossary dd p {
149 margin-top: 0.2em;
152 dl {
153 margin: .8em 0;
154 line-height: 1.2;
157 dt {
158 margin-top: 0.5em;
161 dt span.term {
162 font-style: italic;
165 div.variablelist dd p {
166 margin-top: 0;
169 div.itemizedlist li, div.orderedlist li {
170 margin-left: -0.8em;
171 margin-top: 0.5em;
174 ul, ol {
175 list-style-position: outside;
178 div.sidebar ul, div.sidebar ol {
179 margin-left: 2.8em;
182 div.itemizedlist p.title,
183 div.orderedlist p.title,
184 div.variablelist p.title
186 margin-bottom: -0.8em;
189 div.revhistory table {
190 border-collapse: collapse;
191 border: none;
193 div.revhistory th {
194 border: none;
195 color: #1f3b5e;
196 font-family: "Bitstream Vera Sans", "DejaVu Sans", Helvetica, Arial, sans-serif;
198 div.revhistory td {
199 border: 1px solid silver;
202 /* Keep TOC and index lines close together. */
203 div.toc dl, div.toc dt,
204 div.list-of-figures dl, div.list-of-figures dt,
205 div.list-of-tables dl, div.list-of-tables dt,
206 div.indexdiv dl, div.indexdiv dt
208 line-height: normal;
209 margin-top: 0;
210 margin-bottom: 0;
214 Table styling does not work because of overriding attributes in
215 generated HTML.
217 div.table table,
218 div.informaltable table
220 margin-left: 0;
221 margin-right: 5%;
222 margin-bottom: 0.8em;
223 border-collapse: collapse;
225 div.informaltable table
227 margin-top: 0.4em
229 div.table thead,
230 div.table tfoot,
231 div.table tbody,
232 div.informaltable thead,
233 div.informaltable tfoot,
234 div.informaltable tbody
236 border-top: 2px solid #004698;
237 border-bottom: 2px solid #004698;
239 div.table thead, div.table tfoot,
240 div.informaltable thead, div.informaltable tfoot
242 font-weight: bold;
245 th {
246 text-align: left;
249 div.table thead > tr > th,
250 div.table tbody > tr > th,
251 div.table thead > tr > td,
252 div.table tbody > tr > td,
253 div.informaltable thead > tr > th,
254 div.informaltable tbody > tr > th,
255 div.informaltable thead > tr > td,
256 div.informaltable tbody > tr > td {
257 border: 1px solid silver;
258 padding: 0.4em;
259 vertical-align: top;
262 div.table thead > tr > th, div.informaltable thead > tr > th {
263 vertical-align: bottom;
266 div.mediaobject img {
267 border: 1px solid silver;
268 margin-bottom: 0.8em;
270 div.figure p.title,
271 div.table p.title
273 margin-top: 1em;
274 margin-bottom: 0.4em;
277 @media print {
278 div.navheader, div.navfooter { display: none; }