Make body colors customizable.

This commit is contained in:
Georg Brandl 2009-02-15 10:25:55 +01:00
parent e1308b56ff
commit 22a5d87dde
2 changed files with 6 additions and 3 deletions

View File

@ -21,7 +21,8 @@ div.document {
}
div.body {
background-color: white;
background-color: {{ theme_bgcolor }};
color: {{ theme_textcolor }};
padding: 0 20px 30px 20px;
}
@ -183,7 +184,7 @@ p.admonition-title:after {
pre {
padding: 5px;
background-color: {{ theme_codebgcolor }};
color: {{ theme_codecolor }};
color: {{ theme_codetextcolor }};
line-height: 120%;
border: 1px solid #ac9;
border-left: none;

View File

@ -15,10 +15,12 @@ sidebarlinkcolor = #98dbcc
relbarbgcolor = #133f52
relbartextcolor = #ffffff
relbarlinkcolor = #ffffff
bgcolor = #ffffff
textcolor = #000000
headcolor = #20435c
linkcolor = #355f7c
codebgcolor = #eeffcc
codecolor = #333333
codetextcolor = #333333
bodyfont = sans-serif
headfont = 'Trebuchet MS', sans-serif