Mercurial > trustbridge
comparison manuals/theme/better/theme.conf @ 934:519b14c5260d
(issue89) Add sphinx better theme
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 22 Aug 2014 17:16:53 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
933:af27328bea9d | 934:519b14c5260d |
---|---|
1 [theme] | |
2 inherit = basic | |
3 stylesheet = better.css | |
4 pygments_style = sphinx | |
5 | |
6 [options] | |
7 rightsidebar = false | |
8 inlinecss = | |
9 cssfiles = | |
10 scriptfiles = | |
11 ga_ua = | |
12 ga_domain = | |
13 | |
14 showrelbartop = true | |
15 showrelbarbottom = true | |
16 showheader = true | |
17 linktotheme = true | |
18 | |
19 # css shortcuts that should decrease as the markup improves | |
20 | |
21 ## page width is determined by CSS | |
22 sidebarwidth = 15rem | |
23 | |
24 ## headtextcolor (color of h* tags) and footertextcolor default to the value | |
25 ## of textcolor | |
26 textcolor = #000000 | |
27 headtextcolor = | |
28 footertextcolor = |