f09ae52bf07861e6fa658bc7d00e15e43add60bf
[libguestfs.git] / html / pod.css
1 /* CSS to make pod2html files look a little bit better. */
2 @import url("http://people.redhat.com/~rjones/css/standard.css");
3
4 /* Put the index on the right hand side in a floating box. */
5 div[name="index"] {
6     float: right;
7     width: 18em;
8     border-left: 1px solid #f0f0f0;
9     background-color: #fcfcfc;
10     margin-top: 0px;
11     padding-top: 0px;
12     margin-left: 1em;
13     padding-left: 1em;
14     padding-right: 1em;
15     font-size: 90%;
16 }
17
18 div[name="index"] a[href] {
19     text-decoration: none;
20 }
21
22 div[name="index"] a[href]:hover {
23     text-decoration: underline;
24 }
25
26 div[name="index"] a[href]:before {
27     content: '#\00a0';
28     color: #e00;
29     font-size: x-small;
30 }
31
32 div[name="index"] > ul {
33     width: 17em;
34     list-style: none;
35     margin-left: 0px;
36     margin-right: 0px;
37     padding-left: 0px;
38     padding-right: 0px;
39 }
40
41 div[name="index"] > ul > li {
42     margin-bottom: 0.5em;
43 }
44
45 div[name="index"] > ul ul {
46     width: 16em;
47     list-style: none;
48     margin-left: 0px;
49     margin-right: 0px;
50     padding-left: 0px;
51     padding-right: 0px;
52     margin-bottom: 0.5em;
53 }
54
55 div[name="index"] > ul > ul li {
56     display: inline;
57     margin-right: 1em;
58 }
59
60 /*
61 div[name="index"] > ul > ul li:after {
62     color: #ccc;
63     content: '\2014';
64 }
65 */
66
67 /* Get rid of those horrible <hr>'s :-( */
68 hr { display: none; }
69
70 /* Demote <h1>'s and set rest of headers relative. */
71 h1 {
72     font-size: 100%;
73     border-bottom: solid 1px black;
74 }
75
76 h2 {
77     font-size: 95%;
78     border-bottom: none;
79 }
80
81 h3 {
82     font-size: 90%;
83 }
84
85 h4 {
86     font-size: 85%;
87 }