Skip to content

Commit

Permalink
restyle of the website
Browse files Browse the repository at this point in the history
  • Loading branch information
hypernumbers committed Dec 27, 2010
1 parent e858fc2 commit 5fff5c0
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion conf.py
Expand Up @@ -96,7 +96,27 @@
# 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.
#html_theme_options = {}
html_theme_options = {"rightsidebar": "false",
"footerbgcolor": "#eee",
"footertextcolor": "#666",
"sidebarbgcolor": "#ccc",
"sidebartextcolor": "#444",
"sidebarlinkcolor": "#449",
"relbarbgcolor": "#ddd",
"relbartextcolor": "#555",
"relbarlinkcolor": "#449",
"bgcolor": "white",
"textcolor": "#444",
"linkcolor": "#449",
#"visitedlinkcolor": "purple",
"headbgcolor": "#eef",
"headtextcolor": "black",
"headlinkcolor": "blue",
"codebgcolor": "grey",
"codetextcolor": "black",
"bodyfont": "calibri, sans-serif",
"headfont": "verdana, serif"
}

# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
Expand Down

0 comments on commit 5fff5c0

Please sign in to comment.