mirror of https://github.com/aria2/aria2
Match ru and pt doc style to en version
parent
aca6b0b68c
commit
798dd406f2
|
@ -7,3 +7,9 @@ pre, tt {
|
||||||
tt {
|
tt {
|
||||||
font-size: 100%;
|
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;
|
||||||
|
}
|
||||||
|
|
|
@ -97,7 +97,16 @@ html_theme = 'default'
|
||||||
# further. For a list of options available for each theme, see the
|
# further. For a list of options available for each theme, see the
|
||||||
# documentation.
|
# documentation.
|
||||||
html_theme_options = {'bodyfont':'roboto, sans-serif',
|
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.
|
# Add any paths that contain custom themes here, relative to this directory.
|
||||||
#html_theme_path = []
|
#html_theme_path = []
|
||||||
|
|
|
@ -7,3 +7,9 @@ pre, tt {
|
||||||
tt {
|
tt {
|
||||||
font-size: 100%;
|
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;
|
||||||
|
}
|
||||||
|
|
|
@ -97,7 +97,16 @@ html_theme = 'default'
|
||||||
# further. For a list of options available for each theme, see the
|
# further. For a list of options available for each theme, see the
|
||||||
# documentation.
|
# documentation.
|
||||||
html_theme_options = {'bodyfont':'roboto, sans-serif',
|
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.
|
# Add any paths that contain custom themes here, relative to this directory.
|
||||||
#html_theme_path = []
|
#html_theme_path = []
|
||||||
|
|
Loading…
Reference in New Issue