From 798dd406f2372032baf6b59ec485f443f1638bf9 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 18 May 2013 19:06:15 +0900 Subject: [PATCH] Match ru and pt doc style to en version --- doc/manual-src/pt/_static/default2.css | 6 ++++++ doc/manual-src/pt/conf.py.in | 11 ++++++++++- doc/manual-src/ru/_static/default2.css | 6 ++++++ doc/manual-src/ru/conf.py.in | 11 ++++++++++- 4 files changed, 32 insertions(+), 2 deletions(-) diff --git a/doc/manual-src/pt/_static/default2.css b/doc/manual-src/pt/_static/default2.css index c89e1f45..e5ebaf98 100644 --- a/doc/manual-src/pt/_static/default2.css +++ b/doc/manual-src/pt/_static/default2.css @@ -7,3 +7,9 @@ pre, tt { tt { font-size: 100%; } + +div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 { + border: 0; + margin: 0; + padding: 0.3em 0; +} diff --git a/doc/manual-src/pt/conf.py.in b/doc/manual-src/pt/conf.py.in index 97863389..22ad6470 100644 --- a/doc/manual-src/pt/conf.py.in +++ b/doc/manual-src/pt/conf.py.in @@ -97,7 +97,16 @@ html_theme = 'default' # further. For a list of options available for each theme, see the # documentation. html_theme_options = {'bodyfont':'roboto, sans-serif', - 'headfont':'roboto, "Trebuchet MS", sans-serif'} + 'headfont':'roboto, "Trebuchet MS", sans-serif', + 'relbarbgcolor':'#ddd', + 'relbartextcolor':'#444', + 'relbarlinkcolor':'#444', + 'sidebarbgcolor':'#eee', + 'sidebartextcolor':'#444', + 'sidebarlinkcolor':'#444', + 'headbgcolor':'none', + 'footerbgcolor':'none', + 'footertextcolor':'#444'} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] diff --git a/doc/manual-src/ru/_static/default2.css b/doc/manual-src/ru/_static/default2.css index c89e1f45..e5ebaf98 100644 --- a/doc/manual-src/ru/_static/default2.css +++ b/doc/manual-src/ru/_static/default2.css @@ -7,3 +7,9 @@ pre, tt { tt { font-size: 100%; } + +div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 { + border: 0; + margin: 0; + padding: 0.3em 0; +} diff --git a/doc/manual-src/ru/conf.py.in b/doc/manual-src/ru/conf.py.in index 4c05930c..1288e78d 100644 --- a/doc/manual-src/ru/conf.py.in +++ b/doc/manual-src/ru/conf.py.in @@ -97,7 +97,16 @@ html_theme = 'default' # further. For a list of options available for each theme, see the # documentation. html_theme_options = {'bodyfont':'roboto, sans-serif', - 'headfont':'roboto, "Trebuchet MS", sans-serif'} + 'headfont':'roboto, "Trebuchet MS", sans-serif', + 'relbarbgcolor':'#ddd', + 'relbartextcolor':'#444', + 'relbarlinkcolor':'#444', + 'sidebarbgcolor':'#eee', + 'sidebartextcolor':'#444', + 'sidebarlinkcolor':'#444', + 'headbgcolor':'none', + 'footerbgcolor':'none', + 'footertextcolor':'#444'} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = []