annotate doc/_build/html/_static/classic.css @ 8:be8fd2f24c60 draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit e2db8aa3672f1222b415716054bfb3c5ccd132a1-dirty
author yating-l
date Thu, 22 Dec 2016 15:32:27 -0500
parents 4ced8f116509
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
1 /*
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
2 * default.css_t
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
3 * ~~~~~~~~~~~~~
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
4 *
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
5 * Sphinx stylesheet -- default theme.
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
6 *
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
7 * :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
8 * :license: BSD, see LICENSE for details.
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
9 *
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
10 */
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
11
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
12 @import url("basic.css");
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
13
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
14 /* -- page layout ----------------------------------------------------------- */
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
15
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
16 body {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
17 font-family: sans-serif;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
18 font-size: 100%;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
19 background-color: #11303d;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
20 color: #000;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
21 margin: 0;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
22 padding: 0;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
23 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
24
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
25 div.document {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
26 background-color: #1c4e63;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
27 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
28
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
29 div.documentwrapper {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
30 float: left;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
31 width: 100%;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
32 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
33
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
34 div.bodywrapper {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
35 margin: 0 0 0 230px;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
36 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
37
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
38 div.body {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
39 background-color: #ffffff;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
40 color: #000000;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
41 padding: 0 20px 30px 20px;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
42 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
43
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
44 div.footer {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
45 color: #ffffff;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
46 width: 100%;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
47 padding: 9px 0 9px 0;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
48 text-align: center;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
49 font-size: 75%;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
50 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
51
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
52 div.footer a {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
53 color: #ffffff;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
54 text-decoration: underline;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
55 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
56
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
57 div.related {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
58 background-color: #133f52;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
59 line-height: 30px;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
60 color: #ffffff;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
61 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
62
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
63 div.related a {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
64 color: #ffffff;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
65 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
66
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
67 div.sphinxsidebar {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
68 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
69
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
70 div.sphinxsidebar h3 {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
71 font-family: 'Trebuchet MS', sans-serif;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
72 color: #ffffff;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
73 font-size: 1.4em;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
74 font-weight: normal;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
75 margin: 0;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
76 padding: 0;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
77 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
78
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
79 div.sphinxsidebar h3 a {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
80 color: #ffffff;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
81 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
82
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
83 div.sphinxsidebar h4 {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
84 font-family: 'Trebuchet MS', sans-serif;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
85 color: #ffffff;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
86 font-size: 1.3em;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
87 font-weight: normal;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
88 margin: 5px 0 0 0;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
89 padding: 0;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
90 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
91
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
92 div.sphinxsidebar p {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
93 color: #ffffff;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
94 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
95
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
96 div.sphinxsidebar p.topless {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
97 margin: 5px 10px 10px 10px;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
98 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
99
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
100 div.sphinxsidebar ul {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
101 margin: 10px;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
102 padding: 0;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
103 color: #ffffff;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
104 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
105
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
106 div.sphinxsidebar a {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
107 color: #98dbcc;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
108 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
109
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
110 div.sphinxsidebar input {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
111 border: 1px solid #98dbcc;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
112 font-family: sans-serif;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
113 font-size: 1em;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
114 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
115
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
116
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
117
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
118 /* -- hyperlink styles ------------------------------------------------------ */
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
119
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
120 a {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
121 color: #355f7c;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
122 text-decoration: none;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
123 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
124
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
125 a:visited {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
126 color: #355f7c;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
127 text-decoration: none;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
128 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
129
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
130 a:hover {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
131 text-decoration: underline;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
132 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
133
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
134
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
135
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
136 /* -- body styles ----------------------------------------------------------- */
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
137
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
138 div.body h1,
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
139 div.body h2,
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
140 div.body h3,
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
141 div.body h4,
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
142 div.body h5,
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
143 div.body h6 {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
144 font-family: 'Trebuchet MS', sans-serif;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
145 background-color: #f2f2f2;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
146 font-weight: normal;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
147 color: #20435c;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
148 border-bottom: 1px solid #ccc;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
149 margin: 20px -20px 10px -20px;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
150 padding: 3px 0 3px 10px;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
151 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
152
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
153 div.body h1 { margin-top: 0; font-size: 200%; }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
154 div.body h2 { font-size: 160%; }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
155 div.body h3 { font-size: 140%; }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
156 div.body h4 { font-size: 120%; }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
157 div.body h5 { font-size: 110%; }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
158 div.body h6 { font-size: 100%; }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
159
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
160 a.headerlink {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
161 color: #c60f0f;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
162 font-size: 0.8em;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
163 padding: 0 4px 0 4px;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
164 text-decoration: none;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
165 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
166
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
167 a.headerlink:hover {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
168 background-color: #c60f0f;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
169 color: white;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
170 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
171
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
172 div.body p, div.body dd, div.body li, div.body blockquote {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
173 text-align: justify;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
174 line-height: 130%;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
175 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
176
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
177 div.admonition p.admonition-title + p {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
178 display: inline;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
179 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
180
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
181 div.admonition p {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
182 margin-bottom: 5px;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
183 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
184
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
185 div.admonition pre {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
186 margin-bottom: 5px;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
187 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
188
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
189 div.admonition ul, div.admonition ol {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
190 margin-bottom: 5px;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
191 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
192
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
193 div.note {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
194 background-color: #eee;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
195 border: 1px solid #ccc;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
196 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
197
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
198 div.seealso {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
199 background-color: #ffc;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
200 border: 1px solid #ff6;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
201 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
202
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
203 div.topic {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
204 background-color: #eee;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
205 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
206
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
207 div.warning {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
208 background-color: #ffe4e4;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
209 border: 1px solid #f66;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
210 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
211
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
212 p.admonition-title {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
213 display: inline;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
214 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
215
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
216 p.admonition-title:after {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
217 content: ":";
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
218 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
219
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
220 pre {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
221 padding: 5px;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
222 background-color: #eeffcc;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
223 color: #333333;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
224 line-height: 120%;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
225 border: 1px solid #ac9;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
226 border-left: none;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
227 border-right: none;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
228 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
229
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
230 code {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
231 background-color: #ecf0f3;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
232 padding: 0 1px 0 1px;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
233 font-size: 0.95em;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
234 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
235
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
236 th {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
237 background-color: #ede;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
238 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
239
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
240 .warning code {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
241 background: #efc2c2;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
242 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
243
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
244 .note code {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
245 background: #d6d6d6;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
246 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
247
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
248 .viewcode-back {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
249 font-family: sans-serif;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
250 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
251
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
252 div.viewcode-block:target {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
253 background-color: #f4debf;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
254 border-top: 1px solid #ac9;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
255 border-bottom: 1px solid #ac9;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
256 }
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
257
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
258 div.code-block-caption {
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
259 color: #efefef;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
260 background-color: #1c4e63;
4ced8f116509 planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 23b12dd763c0235674988ebdf6a258afd1ad629a-dirty
yating-l
parents:
diff changeset
261 }