Tres Seaver
2008-10-17 edf6212d312be70ab91ac291753394773f0790c1
Add repoze.org color scheme.
1 files added
1 files modified
23 ■■■■■ changed files
docs/.static/repoze.css 21 ●●●●● patch | view | raw | blame | history
docs/conf.py 2 ●●● patch | view | raw | blame | history
docs/.static/repoze.css
New file
@@ -0,0 +1,21 @@
@import url('default.css');
body {
    background-color: #006339;
}
div.document {
    background-color: #dad3bd;
}
div.sphinxsidebar h3,h4,h5,li,a {
    color: #127c56 !important;
}
div.related {
    color: #dad3bd;
    background-color: #00744a;
}
div.related a {
    color: #dad3bd;
}
docs/conf.py
@@ -92,7 +92,7 @@
# The style sheet to use for HTML and HTML Help pages. A file of that name
# must exist either in Sphinx' static/ path, or in one of the custom paths
# given in html_static_path.
html_style = 'default.css'
html_style = 'repoze.css'
# The name for this set of Sphinx documents.  If None, it defaults to
# "<project> v<release> documentation".