/ libxml2 / doc / devhelp / style.css
style.css
 1  .synopsis, .classsynopsis 
 2  {
 3    background: #eeeeee;
 4    border: solid 1px #aaaaaa;
 5    padding: 0.5em;
 6  }
 7  .programlisting 
 8  {
 9    background: #eeeeff;
10    border: solid 1px #aaaaff;
11    padding: 0.5em;
12  }
13  .variablelist 
14  {
15    padding: 4px;
16    margin-left: 3em;
17  }
18  .variablelist td:first-child
19  {
20    vertical-align: top;
21  }
22  table.navigation 
23  {
24    background: #ffeeee;
25    border: solid 1px #ffaaaa;
26    margin-top: 0.5em;
27    margin-bottom: 0.5em;
28  }
29  .navigation a 
30  {
31    color: #770000;
32  }
33  .navigation a:visited 
34  {
35    color: #550000;
36  }
37  .navigation .title 
38  {
39    font-size: 200%;
40  }
41  div.refnamediv 
42  {
43    margin-top: 2em;
44  }
45  div.gallery-float 
46  {
47    float: left;
48    padding: 10px;
49  }
50  div.gallery-float img 
51  {
52    border-style: none;
53  }
54  div.gallery-spacer 
55  {
56    clear: both;
57  }
58  a
59  {
60    text-decoration: none;
61  }
62  a:hover
63  {
64    text-decoration: underline;
65    color: #FF0000;
66  }