Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added seldon colours to Theme_override & seldon logo #728

Merged
merged 7 commits into from
Jul 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added doc/source/Seldon_White.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions doc/source/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,34 @@
}
}

/* Seldon brand updates */
a {
color:#666666;
}

.wy-side-nav-search {
background-color: #ff4072;
}

.wy-menu-vertical p.caption {
color: #ff4072;
}

.wy-nav-side {
color: #cccccc;
background: #000000;
}

.rst-versions .rst-current-version {
color:#00ded0;
background:#000000;
}

}

@media screen and (min-width: 1100px) {
.wy-nav-content-wrap {
background: #f2f2f2;
}
}

3 changes: 3 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@
#
html_theme = 'sphinx_rtd_theme'

# The Seldon Logo located at the top of the navigation bar.
html_logo = 'Seldon_White.png'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
Expand Down