Code

Keeping up with trunk
[inkscape.git] / src / extension / dbus / doc / docbook.css
1 body
2 {
3   font-family: sans-serif;
4 }
5 h1.title
6 {
7 }
8 .permission
9 {
10   color: #ee0000;
11   text-decoration: underline;
12 }
13 .synopsis, .classsynopsis
14 {
15   background: #eeeeee;
16   border: solid 1px #aaaaaa;
17   padding: 0.5em;
18 }
19 .programlisting
20 {
21   background: #eeeeff;
22   border: solid 1px #aaaaff;
23   padding: 0.5em;
24 }
25 .variablelist
26 {
27   padding: 4px;
28   margin-left: 3em;
29 }
30 .variablelist td:first-child
31 {
32   vertical-align: top;
33 }
34 td.shortcuts
35 {
36   color: #770000;
37   font-size: 80%;
38 }
39 div.refnamediv
40 {
41   margin-top: 2em;
42 }
43 div.toc
44 {
45   border: 2em;
46 }
47 a
48 {
49   text-decoration: none;
50 }
51 a:hover
52 {
53   text-decoration: underline;
54   color: #FF0000;
55 }
57 div.table table
58 {
59   border-collapse: collapse;
60   border-spacing: 0px;
61   border-style: solid;
62   border-color: #777777;
63   border-width: 1px;
64 }
66 div.table table td, div.table table th
67 {
68   border-style: solid;
69   border-color: #777777;
70   border-width: 1px;
71   padding: 3px;
72   vertical-align: top;
73 }
75 div.table table th
76 {
77   background-color: #eeeeee;
78 }