Skip to content

Commit

Permalink
add OpenRCT logo to the template
Browse files Browse the repository at this point in the history
  • Loading branch information
mzmiric5 committed Nov 7, 2015
1 parent bff69df commit 104d7a0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions _static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.wy-side-nav-search > a, .wy-side-nav-search > a:hover
{
text-indent: -9999px;
width: 100%;
background: url('icon_x32.png') 2em center no-repeat,
url('orctText.png') center no-repeat;
padding: 7px 23px 7px 10px;
}
Binary file added _static/icon.ico
Binary file not shown.
Binary file added _static/icon_x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/orctText.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

def setup(app):
app.add_stylesheet('custom.css?v=1')

#html_theme = 'alabaster'

# Theme options are theme-specific and customize the look and feel of a theme
Expand All @@ -141,7 +144,7 @@
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
#html_favicon = None
html_favicon = '_static/icon.ico'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit 104d7a0

Please sign in to comment.