81badb237ccc90f7b346f6c4d1df4f3401a31050
[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   width: 100%;
195   margin: 1.5em 0em;
196 }
197
198 table.docutils caption {
199   font-style: italic;
200 }
201
202 table.docutils td, table.docutils th {
203   padding: 0.25em 0.5em;
204 }
205
206 th.field-name {
207    text-align: right;
208    width: 15em;
209 }
210
211 table.docutils th {
212   font-family: monospace;
213   background-color: #f6f6f6;
214 }
215
216 div.sidebar {
217   margin: 0em 2em 2em 0em;
218   padding: 0em 1em;
219   border-top: 1px solid #aaa;
220   border-left: 1px solid #aaa;
221   border-bottom: 2px solid #555;
222   border-right: 2px solid #555;
223 }
224
225 p.sidebar-title {
226   margin-bottom: 0em;
227   color: #003a6b;
228   border-bottom: 1px solid #aaa;
229   font-weight: bold;
230 }
231
232 p.sidebar-subtitle {
233   margin-top: 0em;
234   font-style: italic;
235   color: #003a6b;
236 }