Fix bugs in proto3 mode encoding of submessages (#256)
[apps/agl-service-can-low-level.git] / docs / lsr.css
1 /*
2 Author: Peter Parente
3 Date: 2008/01/22
4 Version: 1.0 (modified)
5 Copyright: This stylesheet has been placed in the public domain - free to edit and use for all uses.
6 */
7
8 body {
9   font: 100% sans-serif;
10   background: #ffffff;
11   color: black;
12   margin: 2em;
13   padding: 0em 2em;
14 }
15
16 p.topic-title {
17   font-weight: bold;
18 }
19
20 table.docinfo {
21   text-align: left;
22   margin: 2em 0em;
23 }
24
25 a[href] {
26   color: #436976;
27   background-color: transparent;
28 }
29
30 a.toc-backref {
31   text-decoration: none;
32 }
33
34 h1 a[href] {
35   color: #003a6b;
36   text-decoration: none;
37   background-color: transparent;
38 }
39
40 a.strong {
41   font-weight: bold;
42 }
43
44 img {
45   margin: 0;
46   border: 0;
47 }
48
49 p {
50   margin: 0.5em 0 1em 0;
51   line-height: 1.5em;
52 }
53
54 p a:visited {
55   color: purple;
56   background-color: transparent;
57 }
58
59 p a:active {
60   color: red;
61   background-color: transparent;
62 }
63
64 a:hover {
65   text-decoration: none;
66 }
67
68 p img {
69   border: 0;
70   margin: 0;
71 }
72
73 p.rubric {
74   font-weight: bold;
75   font-style: italic;
76 }
77
78 em {
79   font-style: normal;
80   font-family: monospace;
81   font-weight: bold;
82 }
83
84 pre {
85   border-left: 3px double #aaa;
86   padding: 5px 10px;
87   background-color: #f6f6f6;
88 }
89
90 h1.title {
91   color: #003a6b;
92   font-size: 180%;
93   margin-bottom: 0em;
94 }
95
96 h2.subtitle {
97   color: #003a6b;
98   border-bottom: 0px;
99 }
100
101 h1, h2, h3, h4, h5, h6 {
102   color: #555;
103   background-color: transparent;
104   margin: 0em;
105   padding-top: 0.5em;
106 }
107
108 h1 {
109   font-size: 150%;
110   margin-bottom: 0.5em;
111   border-bottom: 2px solid #aaa;
112 }
113
114 h2 {
115   font-size: 130%;
116   margin-bottom: 0.5em;
117   border-bottom: 1px solid #aaa;
118 }
119
120 h3 {
121   font-size: 120%;
122   margin-bottom: 0.5em;
123 }
124
125 h4 {
126   font-size: 110%;
127   font-weight: bold;
128   margin-bottom: 0.5em;
129 }
130
131 h5 {
132   font-size: 105%;
133   font-weight: bold;
134   margin-bottom: 0.5em;
135 }
136
137 h6 {
138   font-size: 100%;
139   font-weight: bold;
140   margin-bottom: 0.5em;
141 }
142
143 dt {
144   font-style: italic;
145 }
146
147 dd {
148   margin-bottom: 1.5em;
149 }
150
151 div.admonition, div.note, div.tip, div.caution, div.important {
152   margin: 2em 2em;
153   padding: 0em 1em;
154   border-top: 1px solid #aaa;
155   border-left: 1px solid #aaa;
156   border-bottom: 2px solid #555;
157   border-right: 2px solid #555;
158 }
159
160 div.important {
161   background: transparent url('../images/important.png') 10px 2px no-repeat;
162 }
163
164 div.caution {
165   background: transparent url('../images/caution.png') 10px 2px no-repeat;
166 }
167
168 div.note {
169   background: transparent url('../images/note.png') 10px 2px no-repeat;
170 }
171
172 div.tip {
173   background: transparent url('../images/tip.png') 10px 2px no-repeat;
174 }
175
176 div.admonition-example {
177   background: transparent url('../images/tip.png') 10px 2px no-repeat;
178 }
179
180 div.admonition-critical-example {
181   background: transparent url('../images/important.png') 10px 2px no-repeat;
182 }
183
184 p.admonition-title {
185   font-weight: bold;
186   border-bottom: 1px solid #aaa;
187   padding-left: 30px;
188 }
189
190 table.docutils {
191   text-align: left;
192   border: 1px solid gray;
193   border-collapse: collapse;
194   margin: 1.5em 0em;
195 }
196
197 table.docutils caption {
198   font-style: italic;
199 }
200
201 table.docutils td, table.docutils th {
202   padding: 0.25em 0.5em;
203 }
204
205 th.field-name {
206    text-align: right;
207    width: 15em;
208 }
209
210 table.docutils th {
211   font-family: monospace;
212   background-color: #f6f6f6;
213   vertical-align: middle;
214 }
215
216 table.field-list {
217   border: none;  
218 }
219
220 div.sidebar {
221   margin: 2em 2em 2em 0em;
222   padding: 0em 1em;
223   border-top: 1px solid #aaa;
224   border-left: 1px solid #aaa;
225   border-bottom: 2px solid #555;
226   border-right: 2px solid #555;
227 }
228
229 p.sidebar-title {
230   margin-bottom: 0em;
231   color: #003a6b;
232   border-bottom: 1px solid #aaa;
233   font-weight: bold;
234 }
235
236 p.sidebar-subtitle {
237   margin-top: 0em;
238   font-style: italic;
239   color: #003a6b;
240 }