summaryrefslogtreecommitdiff
path: root/docs/.static
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2008-10-17 19:34:48 +0000
committerTres Seaver <tseaver@palladion.com>2008-10-17 19:34:48 +0000
commitedf6212d312be70ab91ac291753394773f0790c1 (patch)
treec901dd283c1b359be5d85381bac01b4ef2f1e929 /docs/.static
parent26920183eb81845311e232d8238509e2c42ae1a9 (diff)
downloadpyramid-edf6212d312be70ab91ac291753394773f0790c1.tar.gz
pyramid-edf6212d312be70ab91ac291753394773f0790c1.tar.bz2
pyramid-edf6212d312be70ab91ac291753394773f0790c1.zip
Add repoze.org color scheme.
Diffstat (limited to 'docs/.static')
-rw-r--r--docs/.static/repoze.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/.static/repoze.css b/docs/.static/repoze.css
new file mode 100644
index 000000000..69e46f0ed
--- /dev/null
+++ b/docs/.static/repoze.css
@@ -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;
+}