Skip to content

Commit ecaf4a9

Browse files
committed
Deployed 66f0523 with MkDocs version: 1.0.4
0 parents  commit ecaf4a9

31 files changed

+5569
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

+139
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
<!DOCTYPE html>
2+
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
3+
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
9+
10+
<link rel="shortcut icon" href="/img/favicon.ico">
11+
<title>Orchid</title>
12+
<link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
13+
14+
<link rel="stylesheet" href="/css/theme.css" type="text/css" />
15+
<link rel="stylesheet" href="/css/theme_extra.css" type="text/css" />
16+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
17+
18+
<script src="/js/jquery-2.1.1.min.js" defer></script>
19+
<script src="/js/modernizr-2.8.3.min.js" defer></script>
20+
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
21+
<script>hljs.initHighlightingOnLoad();</script>
22+
23+
</head>
24+
25+
<body class="wy-body-for-nav" role="document">
26+
27+
<div class="wy-grid-for-nav">
28+
29+
30+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
31+
<div class="wy-side-nav-search">
32+
<a href="/." class="icon icon-home"> Orchid</a>
33+
<div role="search">
34+
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get">
35+
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
36+
</form>
37+
</div>
38+
</div>
39+
40+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
41+
<ul class="current">
42+
43+
44+
<li class="toctree-l1">
45+
46+
<a class="" href="/.">Home</a>
47+
</li>
48+
49+
<li class="toctree-l1">
50+
51+
<a class="" href="/accounts/">Orchid Accounts</a>
52+
</li>
53+
54+
<li class="toctree-l1">
55+
56+
<a class="" href="/using-orchid/">The Orchid Client</a>
57+
</li>
58+
59+
<li class="toctree-l1">
60+
61+
<a class="" href="/orchid-dapp/">The Orchid DApp</a>
62+
</li>
63+
64+
<li class="toctree-l1">
65+
66+
<a class="" href="/faq/">FAQ</a>
67+
</li>
68+
69+
</ul>
70+
</div>
71+
&nbsp;
72+
</nav>
73+
74+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
75+
76+
77+
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
78+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
79+
<a href="/.">Orchid</a>
80+
</nav>
81+
82+
83+
<div class="wy-nav-content">
84+
<div class="rst-content">
85+
<div role="navigation" aria-label="breadcrumbs navigation">
86+
<ul class="wy-breadcrumbs">
87+
<li><a href="/.">Docs</a> &raquo;</li>
88+
89+
90+
<li class="wy-breadcrumbs-aside">
91+
92+
</li>
93+
</ul>
94+
<hr/>
95+
</div>
96+
<div role="main">
97+
<div class="section">
98+
99+
100+
<h1 id="404-page-not-found">404</h1>
101+
102+
<p><strong>Page not found</strong></p>
103+
104+
105+
</div>
106+
</div>
107+
<footer>
108+
109+
110+
<hr/>
111+
112+
<div role="contentinfo">
113+
<!-- Copyright etc -->
114+
115+
</div>
116+
117+
Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
118+
</footer>
119+
120+
</div>
121+
</div>
122+
123+
</section>
124+
125+
</div>
126+
127+
<div class="rst-versions" role="note" style="cursor: pointer">
128+
<span class="rst-current-version" data-toggle="rst-current-version">
129+
130+
131+
132+
</span>
133+
</div>
134+
<script>var base_url = '/';</script>
135+
<script src="/js/theme.js" defer></script>
136+
<script src="/search/main.js" defer></script>
137+
138+
</body>
139+
</html>

accounts/index.html

+251
Large diffs are not rendered by default.

css/theme.css

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/theme_extra.css

+197
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
1+
/*
2+
* Sphinx doesn't have support for section dividers like we do in
3+
* MkDocs, this styles the section titles in the nav
4+
*
5+
* https://github.com/mkdocs/mkdocs/issues/175
6+
*/
7+
.wy-menu-vertical span {
8+
line-height: 18px;
9+
padding: 0.4045em 1.618em;
10+
display: block;
11+
position: relative;
12+
font-size: 90%;
13+
color: #838383;
14+
}
15+
16+
.wy-menu-vertical .subnav a {
17+
padding: 0.4045em 2.427em;
18+
}
19+
20+
/*
21+
* Long navigations run off the bottom of the screen as the nav
22+
* area doesn't scroll.
23+
*
24+
* https://github.com/mkdocs/mkdocs/pull/202
25+
*
26+
* Builds upon pull 202 https://github.com/mkdocs/mkdocs/pull/202
27+
* to make toc scrollbar end before navigations buttons to not be overlapping.
28+
*/
29+
.wy-nav-side {
30+
height: calc(100% - 45px);
31+
overflow-y: auto;
32+
min-height: 0;
33+
}
34+
35+
.rst-versions{
36+
border-top: 0;
37+
height: 45px;
38+
}
39+
40+
@media screen and (max-width: 768px) {
41+
.wy-nav-side {
42+
height: 100%;
43+
}
44+
}
45+
46+
/*
47+
* readthedocs theme hides nav items when the window height is
48+
* too small to contain them.
49+
*
50+
* https://github.com/mkdocs/mkdocs/issues/#348
51+
*/
52+
.wy-menu-vertical ul {
53+
margin-bottom: 2em;
54+
}
55+
56+
/*
57+
* Wrap inline code samples otherwise they shoot of the side and
58+
* can't be read at all.
59+
*
60+
* https://github.com/mkdocs/mkdocs/issues/313
61+
* https://github.com/mkdocs/mkdocs/issues/233
62+
* https://github.com/mkdocs/mkdocs/issues/834
63+
*/
64+
code {
65+
white-space: pre-wrap;
66+
word-wrap: break-word;
67+
padding: 2px 5px;
68+
}
69+
70+
/**
71+
* Make code blocks display as blocks and give them the appropriate
72+
* font size and padding.
73+
*
74+
* https://github.com/mkdocs/mkdocs/issues/855
75+
* https://github.com/mkdocs/mkdocs/issues/834
76+
* https://github.com/mkdocs/mkdocs/issues/233
77+
*/
78+
pre code {
79+
white-space: pre;
80+
word-wrap: normal;
81+
display: block;
82+
padding: 12px;
83+
font-size: 12px;
84+
}
85+
86+
/*
87+
* Fix link colors when the link text is inline code.
88+
*
89+
* https://github.com/mkdocs/mkdocs/issues/718
90+
*/
91+
a code {
92+
color: #2980B9;
93+
}
94+
a:hover code {
95+
color: #3091d1;
96+
}
97+
a:visited code {
98+
color: #9B59B6;
99+
}
100+
101+
/*
102+
* The CSS classes from highlight.js seem to clash with the
103+
* ReadTheDocs theme causing some code to be incorrectly made
104+
* bold and italic.
105+
*
106+
* https://github.com/mkdocs/mkdocs/issues/411
107+
*/
108+
pre .cs, pre .c {
109+
font-weight: inherit;
110+
font-style: inherit;
111+
}
112+
113+
/*
114+
* Fix some issues with the theme and non-highlighted code
115+
* samples. Without and highlighting styles attached the
116+
* formatting is broken.
117+
*
118+
* https://github.com/mkdocs/mkdocs/issues/319
119+
*/
120+
.no-highlight {
121+
display: block;
122+
padding: 0.5em;
123+
color: #333;
124+
}
125+
126+
127+
/*
128+
* Additions specific to the search functionality provided by MkDocs
129+
*/
130+
131+
.search-results {
132+
margin-top: 23px;
133+
}
134+
135+
.search-results article {
136+
border-top: 1px solid #E1E4E5;
137+
padding-top: 24px;
138+
}
139+
140+
.search-results article:first-child {
141+
border-top: none;
142+
}
143+
144+
form .search-query {
145+
width: 100%;
146+
border-radius: 50px;
147+
padding: 6px 12px; /* csslint allow: box-model */
148+
border-color: #D1D4D5;
149+
}
150+
151+
.wy-menu-vertical li ul {
152+
display: inherit;
153+
}
154+
155+
.wy-menu-vertical li ul.subnav ul.subnav{
156+
padding-left: 1em;
157+
}
158+
159+
.wy-menu-vertical .subnav li.current > a {
160+
padding-left: 2.42em;
161+
}
162+
.wy-menu-vertical .subnav li.current > ul li a {
163+
padding-left: 3.23em;
164+
}
165+
166+
/*
167+
* Improve inline code blocks within admonitions.
168+
*
169+
* https://github.com/mkdocs/mkdocs/issues/656
170+
*/
171+
.admonition code {
172+
color: #404040;
173+
border: 1px solid #c7c9cb;
174+
border: 1px solid rgba(0, 0, 0, 0.2);
175+
background: #f8fbfd;
176+
background: rgba(255, 255, 255, 0.7);
177+
}
178+
179+
/*
180+
* Account for wide tables which go off the side.
181+
* Override borders to avoid wierdness on narrow tables.
182+
*
183+
* https://github.com/mkdocs/mkdocs/issues/834
184+
* https://github.com/mkdocs/mkdocs/pull/1034
185+
*/
186+
.rst-content .section .docutils {
187+
width: 100%;
188+
overflow: auto;
189+
display: block;
190+
border: none;
191+
}
192+
193+
td, th {
194+
border: 1px solid #e1e4e5 !important; /* csslint allow: important */
195+
border-collapse: collapse;
196+
}
197+

0 commit comments

Comments
 (0)