comparison DVN-web/installer/dvninstall/doc/guides/_static/agogo.css @ 6:1b2188262ae9

adding the installer.
author "jurzua <jurzua@mpiwg-berlin.mpg.de>"
date Wed, 13 May 2015 11:50:21 +0200
parents
children
comparison
equal deleted inserted replaced
5:dd9adfc73390 6:1b2188262ae9
1 /*
2 * agogo.css_t
3 * ~~~~~~~~~~~
4 *
5 * Sphinx stylesheet -- agogo theme.
6 *
7 * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
8 * :license: BSD, see LICENSE for details.
9 *
10 */
11
12 * {
13 margin: 0px;
14 padding: 0px;
15 }
16
17 body {
18 font-family: "Verdana", Arial, sans-serif;
19 line-height: 1.4em;
20 color: black;
21 background-color: #eeeeec;
22 }
23
24
25 /* Page layout */
26
27 div.header, div.content, div.footer {
28 width: 70em;
29 margin-left: auto;
30 margin-right: auto;
31 }
32
33 div.header-wrapper {
34 background: white;
35 padding-top: 10px;
36 border-top: 40px solid #000;
37 border-bottom: 4px solid #000;
38 }
39
40
41 /* Default body styles */
42 a {
43 color: #ce5c00;
44 }
45
46 div.bodywrapper a, div.footer a {
47 text-decoration: underline;
48 }
49
50 .clearer {
51 clear: both;
52 }
53
54 .left {
55 float: left;
56 }
57
58 .right {
59 float: right;
60 }
61
62 .line-block {
63 display: block;
64 margin-top: 1em;
65 margin-bottom: 1em;
66 }
67
68 .line-block .line-block {
69 margin-top: 0;
70 margin-bottom: 0;
71 margin-left: 1.5em;
72 }
73
74 h1, h2, h3, h4 {
75 font-family: "Georgia", "Times New Roman", serif;
76 font-weight: normal;
77 color: #3465a4;
78 margin-bottom: .8em;
79 }
80
81 h1 {
82 color: #204a87;
83 }
84
85 h2 {
86 padding-bottom: .5em;
87 border-bottom: 1px solid #3465a4;
88 }
89
90 a.headerlink {
91 visibility: hidden;
92 color: #dddddd;
93 padding-left: .3em;
94 }
95
96 h1:hover > a.headerlink,
97 h2:hover > a.headerlink,
98 h3:hover > a.headerlink,
99 h4:hover > a.headerlink,
100 h5:hover > a.headerlink,
101 h6:hover > a.headerlink,
102 dt:hover > a.headerlink {
103 visibility: visible;
104 }
105
106 img {
107 border: 0;
108 }
109
110 div.admonition {
111 margin-top: 10px;
112 margin-bottom: 10px;
113 padding: 2px 7px 1px 7px;
114 border-left: 0.2em solid black;
115 }
116
117 p.admonition-title {
118 margin: 0px 10px 5px 0px;
119 font-weight: bold;
120 }
121
122 dt:target, .highlighted {
123 background-color: #fbe54e;
124 }
125
126 /* Header */
127
128 div.header {
129 padding-top: 10px;
130 padding-bottom: 10px;
131 padding-left: 220px;
132 background: url(logo.png) no-repeat 20px 0;
133 background-size: 183px 80px;
134 }
135
136 div.header .headertitle {
137 font-family: "Georgia", "Times New Roman", serif;
138 font-weight: normal;
139 font-size: 180%;
140 margin-bottom: .8em;
141 }
142
143 div.header .headertitle a {
144 color: #000;
145 }
146
147 div.header div.rel {
148 margin-top: 1em;
149 }
150
151 div.header div.rel a {
152 color: #fcaf3e;
153 letter-spacing: .1em;
154 text-transform: uppercase;
155 }
156
157 p.logo {
158 float: right;
159 }
160
161 img.logo {
162 border: 0;
163 }
164
165
166 /* Content */
167 div.content-wrapper {
168 background-color: white;
169 padding-top: 20px;
170 padding-bottom: 20px;
171 }
172
173 div.document {
174 width: 50em;
175 float: left;
176 }
177
178 div.body {
179 padding-right: 2em;
180 text-align: justify;
181 }
182
183 div.document h1 {
184 line-height: 120%;
185 }
186
187 div.document ul {
188 margin: 1.5em;
189 list-style-type: square;
190 }
191
192 div.document dd {
193 margin-left: 1.2em;
194 margin-top: .4em;
195 margin-bottom: 1em;
196 }
197
198 div.document .section {
199 margin-top: 1.7em;
200 }
201 div.document .section:first-child {
202 margin-top: 0px;
203 }
204
205 div.document div.highlight {
206 padding: 3px;
207 background-color: #eeeeec;
208 border-top: 2px solid #dddddd;
209 border-bottom: 2px solid #dddddd;
210 margin-top: .8em;
211 margin-bottom: .8em;
212 }
213
214 div.document h2 {
215 margin-top: .7em;
216 }
217
218 div.document p {
219 margin-bottom: .5em;
220 }
221
222 div.document li.toctree-l1 {
223 margin-bottom: 1em;
224 }
225
226 div.document .descname {
227 font-weight: bold;
228 }
229
230 div.document .docutils.literal {
231 background-color: #eeeeec;
232 padding: 1px;
233 }
234
235 div.document .docutils.xref.literal {
236 background-color: transparent;
237 padding: 0px;
238 }
239
240 div.document blockquote {
241 margin: 1em;
242 }
243
244 div.document ol {
245 margin: 1.5em;
246 }
247
248 div.document pre {
249 white-space: pre-wrap; /* css-3 */
250 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
251 white-space: -pre-wrap; /* Opera 4-6 */
252 white-space: -o-pre-wrap; /* Opera 7 */
253 word-wrap: break-word; /* Internet Explorer 5.5+ */
254 }
255
256 /* Sidebar */
257
258 div.sidebar {
259 width: 20em;
260 float: right;
261 font-size: .9em;
262 }
263
264 div.sidebar a, div.header a {
265 text-decoration: none;
266 }
267
268 div.sidebar a:hover, div.header a:hover {
269 text-decoration: underline;
270 }
271
272 div.sidebar h3 {
273 color: #2e3436;
274 text-transform: uppercase;
275 font-size: 130%;
276 letter-spacing: .1em;
277 }
278
279 div.sidebar ul {
280 list-style-type: none;
281 }
282
283 div.sidebar li.toctree-l1 a {
284 display: block;
285 padding: 1px;
286 border: 1px solid #dddddd;
287 background-color: #eeeeec;
288 margin-bottom: .4em;
289 padding-left: 3px;
290 color: #2e3436;
291 }
292
293 div.sidebar li.toctree-l2 a {
294 background-color: transparent;
295 border: none;
296 margin-left: 1em;
297 border-bottom: 1px solid #dddddd;
298 }
299
300 div.sidebar li.toctree-l3 a {
301 background-color: transparent;
302 border: none;
303 margin-left: 2em;
304 border-bottom: 1px solid #dddddd;
305 }
306
307 div.sidebar li.toctree-l4 a {
308 background-color: transparent;
309 border: none;
310 margin-left: 3em;
311 border-bottom: 1px solid #dddddd;
312 }
313
314 div.sidebar li.toctree-l5 a {
315 background-color: transparent;
316 border: none;
317 margin-left: 4em;
318 border-bottom: 1px solid #dddddd;
319 }
320
321 div.sidebar li.toctree-l2:last-child a {
322 border-bottom: none;
323 }
324
325 div.sidebar li.toctree-l1.current a {
326 border-right: 5px solid #fcaf3e;
327 }
328
329 div.sidebar li.toctree-l1.current li.toctree-l2 a {
330 border-right: none;
331 }
332
333 div.sidebar input[type="text"] {
334 width: 170px;
335 }
336
337 div.sidebar input[type="submit"] {
338 width: 30px;
339 }
340
341
342 /* Footer */
343
344 div.footer-wrapper {
345 background: url(bgfooter.png) top left repeat-x;
346 border-top: 4px solid #babdb6;
347 padding-top: 10px;
348 padding-bottom: 10px;
349 min-height: 80px;
350 }
351
352 div.footer, div.footer a {
353 color: #888a85;
354 }
355
356 div.footer .right {
357 text-align: right;
358 }
359
360 div.footer .left {
361 text-transform: uppercase;
362 }
363
364
365 /* Styles copied from basic theme */
366
367 img.align-left, .figure.align-left, object.align-left {
368 clear: left;
369 float: left;
370 margin-right: 1em;
371 }
372
373 img.align-right, .figure.align-right, object.align-right {
374 clear: right;
375 float: right;
376 margin-left: 1em;
377 }
378
379 img.align-center, .figure.align-center, object.align-center {
380 display: block;
381 margin-left: auto;
382 margin-right: auto;
383 }
384
385 .align-left {
386 text-align: left;
387 }
388
389 .align-center {
390 text-align: center;
391 }
392
393 .align-right {
394 text-align: right;
395 }
396
397 /* -- search page ----------------------------------------------------------- */
398
399 ul.search {
400 margin: 10px 0 0 20px;
401 padding: 0;
402 }
403
404 ul.search li {
405 padding: 5px 0 5px 20px;
406 background-image: url(file.png);
407 background-repeat: no-repeat;
408 background-position: 0 7px;
409 }
410
411 ul.search li a {
412 font-weight: bold;
413 }
414
415 ul.search li div.context {
416 color: #888;
417 margin: 2px 0 0 30px;
418 text-align: left;
419 }
420
421 ul.keywordmatches li.goodmatch a {
422 font-weight: bold;
423 }
424
425 /* -- index page ------------------------------------------------------------ */
426
427 table.contentstable {
428 width: 90%;
429 }
430
431 table.contentstable p.biglink {
432 line-height: 150%;
433 }
434
435 a.biglink {
436 font-size: 1.3em;
437 }
438
439 span.linkdescr {
440 font-style: italic;
441 padding-top: 5px;
442 font-size: 90%;
443 }
444
445 /* -- general index --------------------------------------------------------- */
446
447 table.indextable td {
448 text-align: left;
449 vertical-align: top;
450 }
451
452 table.indextable dl, table.indextable dd {
453 margin-top: 0;
454 margin-bottom: 0;
455 }
456
457 table.indextable tr.pcap {
458 height: 10px;
459 }
460
461 table.indextable tr.cap {
462 margin-top: 10px;
463 background-color: #f2f2f2;
464 }
465
466 img.toggler {
467 margin-right: 3px;
468 margin-top: 3px;
469 cursor: pointer;
470 }
471
472 /* -- viewcode extension ---------------------------------------------------- */
473
474 .viewcode-link {
475 float: right;
476 }
477
478 .viewcode-back {
479 float: right;
480 font-family:: "Verdana", Arial, sans-serif;
481 }
482
483 div.viewcode-block:target {
484 margin: -1px -3px;
485 padding: 0 3px;
486 background-color: #f4debf;
487 border-top: 1px solid #ac9;
488 border-bottom: 1px solid #ac9;
489 }