]> git.stg.codes - stg.git/blob - doc/xslt/docsrc/reference.css
Set output encoding to utf-8.
[stg.git] / doc / xslt / docsrc / reference.css
1 /* reference.css, a stylesheet for reference documentation
2  * generated by the DocBook XSL Stylesheets */
3 /* $Id: reference.css 8234 2009-02-09 12:10:48Z xmldoc $ */
4
5 div.legalnotice {
6   font-size: 80%;
7 }
8
9 div.note, div.tip, div.warning {
10   margin-left: 5%;
11   margin-right: 10%;
12   padding: 5px;
13 }
14
15 div.note, div.tip {
16   border-left: solid #d5dee3 20px;
17   border-right: solid #d5dee3 20px;
18 }
19
20 div.note, div.tip {
21   border-left: solid palegreen 20px;
22   border-right: solid palegreen 20px;
23 }
24
25 div.warning {
26   border-left: solid yellow 20px;
27   border-right: solid yellow 20px;
28 }
29
30 div.note p, div.tip p, div.warning p {
31   margin-top: 0px;
32   margin-bottom: 4px;
33 }
34
35 div.note h3, div.tip h3, div.warning h3 {
36   margin-top: 0;
37 }
38
39 div.informalexample {
40   background-color: #d5dee3;
41   border-top-width: 2px;
42   border-top-style: double;
43   border-top-color: #d3d3d3;
44   border-bottom-width: 2px;
45   border-bottom-style: double;
46   border-bottom-color: #d3d3d3;
47   padding: 4px;
48   margin: 0em;
49   margin-left: 2em;
50 }
51
52 pre.programlisting, pre.synopsis {
53   whitespace: pre;
54   font-family: monospace;
55   background-color: #d5dee3;
56   border-top-width: 1px;
57   border-top-style: single;
58   border-top-color: #d3d3d3;
59   border-bottom-width: 1px;
60   border-bottom-style: single;
61   border-bottom-color: #d3d3d3;
62   padding: 4px;
63   margin: 0em;
64   margin-top: 6px;
65   margin-bottom: 6px;
66 }
67
68 div.informalexample pre {
69   whitespace: pre;
70   font-family: monospace;
71   border-top-width: 0px;
72   border-bottom-width: 0px;
73   padding: 0px;
74 }
75
76 /* Parameter and PI titles */
77   div.refnamediv h2 {
78   font-size: 2em; 
79 }