convert manual.html to docbook
[l2tpns.git] / Docs / common / docbook.css
1 div.article > div.titlepage {
2 text-align: center;
3 }
4
5 .abstract {
6 text-align: justify;
7 }
8
9 .title {
10 font-family: sans-serif;
11 font-weight: bolder;
12 margin-bottom: 0.5em;
13 }
14
15 .sect2, .sect2, .sect3, .sect4 {
16 margin-left: 2%;
17 margin-right: 2%;
18 }
19
20 .sect2 .title, .sect2 .title, .sect3 .title, .sect4 .title {
21 margin-left: 0;
22 margin-right: 0;
23 }
24
25 .synopsis, .screen, .programlisting {
26 font-family: monospace;
27 font-size: 1em;
28 display: block;
29 padding: 10px;
30 border: 1px solid #bbb;
31 background-color: #eee;
32 color: #000;
33 overflow: auto;
34 border-radius: 2.5px;
35 -moz-border-radius: 2.5px;
36 margin: 0.5em 2em;
37 }
38
39 .programlisting em {
40 color: red;
41 }
42
43 .hanging-indent {
44 margin-left: 4em;
45 text-indent: -2em;
46 }
47
48 table {
49 margin: 0.5em 2em;
50 border: 1px solid #bbb;
51 border-collapse: collapse;
52 }
53
54 td {
55 vertical-align: baseline;
56 }
57
58 thead {
59 background-color: #eee;
60 }
61
62 td table {
63 margin: 0;
64 border: 0;
65 }
66
67 td {
68 border: 1px solid #bbb;
69 }