docs
This commit is contained in:
Vendored
+15
-3
@@ -7,13 +7,25 @@
|
||||
{% endif %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
|
||||
{% endblock %}
|
||||
{%- block relbar2 %}{% endblock %}
|
||||
|
||||
{% block sidebarlogo %}
|
||||
<iframe width="200px" scrolling="0" height="35px" frameborder="0" allowtransparency="true" src="http://ghbtns.com/github-btn.html?user=pudo&repo=dataset&type=watch&count=true&size=large"></iframe>
|
||||
{% endblock %}
|
||||
|
||||
{% block sidebar2 %}
|
||||
{{ sidebar() }}
|
||||
<a href="http://www.mozillaopennews.org/" style="position:relative;top:40px"><img src="_static/knight_mozilla_on.jpg" /></a>
|
||||
{% endblock %}
|
||||
|
||||
{%- block footer %}
|
||||
<div class="footer">
|
||||
© Copyright {{ copyright }}.
|
||||
</div>
|
||||
<a href="https://github.com/pudo/dataset" class="github">
|
||||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" class="github"/>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
<a style="position: absolute; top: 0; right: 0; border: 0;" href="https://github.com/pudo/dataset" class="github">
|
||||
<img src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" class="github"/>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
Vendored
+11
-5
@@ -16,7 +16,7 @@
|
||||
body {
|
||||
font-family: "Georgia", "Open Sans", OpenSansRegular, sans-serif;
|
||||
font-size: 16px;
|
||||
background-color: white;
|
||||
background: #fff;
|
||||
font-weight: 400;
|
||||
color: #000;
|
||||
margin: 0;
|
||||
@@ -100,7 +100,7 @@ div.sphinxsidebarwrapper p.logo {
|
||||
div.sphinxsidebar h3,
|
||||
div.sphinxsidebar h4 {
|
||||
font-family: 'Antic Slab' ,'Garamond', 'Georgia', serif;
|
||||
color: #444;
|
||||
color: #000;
|
||||
font-size: 24px;
|
||||
font-weight: normal;
|
||||
margin: 0 0 5px 0;
|
||||
@@ -112,7 +112,7 @@ div.sphinxsidebar h4 {
|
||||
}
|
||||
|
||||
div.sphinxsidebar h3 a {
|
||||
color: #444;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
div.sphinxsidebar p.logo a,
|
||||
@@ -157,11 +157,12 @@ div.body h3,
|
||||
div.body h4,
|
||||
div.body h5,
|
||||
div.body h6 {
|
||||
font-family: 'Antic Slab', "Open Sans", OpenSansRegular, sans-serif;
|
||||
font-family: 'Antic Slab', serif;
|
||||
font-weight: normal;
|
||||
margin: 30px 0px 10px 0px;
|
||||
padding: 0;
|
||||
text-shadow: 1px 1px 3px #ddd;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
div.body h1 { margin-top: 0; padding-top: 0; font-size: 250%; }
|
||||
@@ -248,7 +249,7 @@ p.admonition-title:after {
|
||||
|
||||
pre {
|
||||
font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
|
||||
font-size: 0.8em;
|
||||
font-size: 0.88em;
|
||||
}
|
||||
|
||||
tt {
|
||||
@@ -541,4 +542,9 @@ a:hover tt {
|
||||
|
||||
.revsys-inline {
|
||||
display: none!important;
|
||||
}
|
||||
|
||||
div.sphinxsidebar #searchbox input[type="text"] {
|
||||
width: 140px;
|
||||
padding: 4px 3px;
|
||||
}
|
||||
Reference in New Issue
Block a user