Started writing documentation
[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-left: 10px;
87 }
88
89 h1.title {
90   color: #003a6b;
91   font-size: 250%;
92   margin-bottom: 0em;
93 }
94
95 h2.subtitle {
96   color: #003a6b;
97   border-bottom: 0px;
98 }
99
100 h1, h2, h3, h4, h5, h6 {
101   color: #555;
102   background-color: transparent;
103   margin: 0em;
104   padding-top: 0.5em;
105 }
106
107 h1 {
108   font-size: 160%;
109   margin-bottom: 0.5em;
110   border-bottom: 2px solid #aaa;
111 }
112
113 h2 {
114   font-size: 140%;
115   margin-bottom: 0.5em;
116   border-bottom: 1px solid #aaa;
117 }
118
119 h3 {
120   font-size: 130%;
121   margin-bottom: 0.5em;
122 }
123
124 h4 {
125   font-size: 110%;
126   font-weight: bold;
127   margin-bottom: 0.5em;
128 }
129
130 h5 {
131   font-size: 105%;
132   font-weight: bold;
133   margin-bottom: 0.5em;
134 }
135
136 h6 {
137   font-size: 100%;
138   font-weight: bold;
139   margin-bottom: 0.5em;
140 }
141
142 dt {
143   font-style: italic;
144 }
145
146 dd {
147   margin-bottom: 1.5em;
148 }
149
150 div.admonition, div.note, div.tip, div.caution, div.important {
151   margin: 2em 2em;
152   padding: 0em 1em;
153   border-top: 1px solid #aaa;
154   border-left: 1px solid #aaa;
155   border-bottom: 2px solid #555;
156   border-right: 2px solid #555;
157 }
158
159 div.important {
160   background: transparent url('../images/important.png') 10px 2px no-repeat;
161 }
162
163 div.caution {
164   background: transparent url('../images/caution.png') 10px 2px no-repeat;
165 }
166
167 div.note {
168   background: transparent url('../images/note.png') 10px 2px no-repeat;
169 }
170
171 div.tip {
172   background: transparent url('../images/tip.png') 10px 2px no-repeat;
173 }
174
175 div.admonition-example {
176   background: transparent url('../images/tip.png') 10px 2px no-repeat;
177 }
178
179 div.admonition-critical-example {
180   background: transparent url('../images/important.png') 10px 2px no-repeat;
181 }
182
183 p.admonition-title {
184   font-weight: bold;
185   border-bottom: 1px solid #aaa;
186   padding-left: 30px;
187 }
188
189 table.docutils {
190   text-align: left;
191   border: 1px solid gray;
192   border-collapse: collapse;
193   width: 100%;
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 table.docutils th {
206   background-color: #dddddd;
207 }
208
209 div.sidebar {
210   width: 33%;
211   float: right;
212   margin: 0em 2em;
213   padding: 0em 1em;
214   border-top: 1px solid #aaa;
215   border-left: 1px solid #aaa;
216   border-bottom: 2px solid #555;
217   border-right: 2px solid #555;
218 }
219
220 p.sidebar-title {
221   margin-bottom: 0em;
222   color: #003a6b;
223   border-bottom: 1px solid #aaa;
224   font-weight: bold;
225 }
226
227 p.sidebar-subtitle {
228   margin-top: 0em;
229   font-style: italic;
230   color: #003a6b;
231 }