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