summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rivera <rivera@joel.mx>2013-03-18 11:55:04 -0700
committerJoel Rivera <rivera@joel.mx>2013-03-18 11:55:04 -0700
commit9271fda55325603dfc5c756bc637534bb70e3870 (patch)
tree2289327b60b6b6c01a24e5fcf43411e44ef75ff6
parent9b644fd780854dd4800f64af5c55f9621f93aaca (diff)
parentf371caf0ef9f450c6c0cf12f56c823a8b4da20c8 (diff)
downloadcherrypy-9271fda55325603dfc5c756bc637534bb70e3870.tar.gz
Merged cherrypy/cherrypy into default
-rw-r--r--sphinx/source/_static/bgsides.pngbin0 -> 6498 bytes
-rw-r--r--sphinx/source/_static/cpdocmain.css33
-rw-r--r--sphinx/source/index.rst2
3 files changed, 18 insertions, 17 deletions
diff --git a/sphinx/source/_static/bgsides.png b/sphinx/source/_static/bgsides.png
new file mode 100644
index 00000000..27c305fa
--- /dev/null
+++ b/sphinx/source/_static/bgsides.png
Binary files differ
diff --git a/sphinx/source/_static/cpdocmain.css b/sphinx/source/_static/cpdocmain.css
index 57716dd5..482dfc68 100644
--- a/sphinx/source/_static/cpdocmain.css
+++ b/sphinx/source/_static/cpdocmain.css
@@ -10,14 +10,14 @@
body {
font-family: sans-serif;
font-size: 100%;
- background-color: #880000;
+ background: url("bgsides.png") repeat;
color: #000;
margin: 0;
padding: 0;
}
div.document {
- background-color: #880000;
+ background: url("bgsides.png") repeat;
}
div.documentwrapper {
@@ -36,7 +36,7 @@ div.body {
}
div.footer {
- color: white;
+ color: #BF0000;
width: 100%;
padding: 9px 0 9px 0;
text-align: center;
@@ -44,18 +44,18 @@ div.footer {
}
div.footer a {
- color: white;
+ color: #BF0000;
text-decoration: underline;
}
div.related {
- background-color: #880000;
+ background: url("bgsides.png") repeat;
line-height: 30px;
- color: white;
+ color: #BF0000;
}
div.related a {
- color: #FFEEEE;
+ color: #BF0000;
}
div.sphinxsidebar {
@@ -63,7 +63,7 @@ div.sphinxsidebar {
div.sphinxsidebar h3 {
font-family: 'Trebuchet MS', sans-serif;
- color: white;
+ color: #BF0000;
font-size: 1.4em;
font-weight: normal;
margin: 0;
@@ -71,12 +71,12 @@ div.sphinxsidebar h3 {
}
div.sphinxsidebar h3 a {
- color: white;
+ color: #BF0000;
}
div.sphinxsidebar h4 {
font-family: 'Trebuchet MS', sans-serif;
- color: white;
+ color: #BF0000;
font-size: 1.3em;
font-weight: normal;
margin: 5px 0 0 0;
@@ -84,7 +84,7 @@ div.sphinxsidebar h4 {
}
div.sphinxsidebar p {
- color: white;
+ color: #BF0000;
}
div.sphinxsidebar p.topless {
@@ -94,11 +94,12 @@ div.sphinxsidebar p.topless {
div.sphinxsidebar ul {
margin: 10px;
padding: 0;
- color: white;
+ color: #BF0000;
}
div.sphinxsidebar a {
- color: #FFEEEE;
+ color: #666666
+
}
div.sphinxsidebar input {
@@ -130,7 +131,7 @@ div.body h4,
div.body h5,
div.body h6 {
font-family: 'Trebuchet MS', sans-serif;
- background-color: #FFF8FB;
+ background-color: white;
font-weight: normal;
color: black;
border-bottom: 1px solid #ccc;
@@ -154,7 +155,7 @@ a.headerlink {
a.headerlink:hover {
background-color: #660000;
- color: white;
+ color: #BF0000;
}
div.body p, div.body dd, div.body li {
@@ -199,7 +200,7 @@ p.admonition-title:after {
pre {
padding: 5px;
- background-color: #FFEEEE;
+ background-color: #F9F9F9;
color: #333333;
line-height: 120%;
border: 1px solid #ac9;
diff --git a/sphinx/source/index.rst b/sphinx/source/index.rst
index 8d3eca01..3646eca4 100644
--- a/sphinx/source/index.rst
+++ b/sphinx/source/index.rst
@@ -2,7 +2,7 @@
:hidden:
intro/index
- concepts/index
+ tutorial/index
progguide/index
deployguide/index
refman/index