Skip to content

Commit

Permalink
Updated style
Browse files Browse the repository at this point in the history
  • Loading branch information
ianarchbell authored and ianarchbell committed Nov 15, 2018
1 parent dffa676 commit f3cc41e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
25 changes: 25 additions & 0 deletions docs/source/_static/css/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,29 @@
.wy-table-responsive {
overflow: visible !important;
}

/* Sidebar header (and topbar for mobile) */
.wy-side-nav-search, .wy-nav-top {
background: #444444;
}
/* Sidebar */
.wy-nav-side {
background: #444444;
}

.wy-nav-content {
background: #ffffff;
}

.wy-body-for-nav {
background: #FFFFFF;
}

.wy-side-nav-search{
position: fixed !important;
}

.wy-menu{
padding-top: 120px !important;
}
}
10 changes: 9 additions & 1 deletion docs/source/_templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

{% block extrafooter %}
<link rel="stylesheet" href="{{ pathto('_static/css/extra.css', 1) }}" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700%7CRaleway:400,400i,700,400,400i&amp;subset=greek,cyrillic-ext,latin-ext,cyrillic,latin,vietnamese,greek-ext" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script>
Expand All @@ -11,7 +12,7 @@
<img class="iotbuslogo" src="{{ pathto('_static/oddWires-Logo-7-Transparent.png', 1) }}" height=50>\
</a>\
</div>'
;
;

(function() {
var logo = document.createElement('header');
Expand All @@ -27,5 +28,12 @@

})();
</script>
<style>
body,input, select, textarea, button {font-family:'Raleway', 'sans-serif';color:#444444;background: #ffffff}
input {font-family: Raleway, 'fontAwesome';}
body {font-size:16px;}
h1,h2,h3,h4,h5,h6 {font-family:'Source Sans Pro', 'sans-serif';}
a {color:#666666;}
</style>
{{ super() }}
{% endblock %}

0 comments on commit f3cc41e

Please sign in to comment.