diff --git a/docs/_static/style.css b/docs/_static/style.css index ec25901f..0738fdb1 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -1,4 +1,51 @@ +body { + font-size: 100%; +} + +.sphinxsidebar { + font-size: 80% !important; +} + +.sphinxsidebar h3 { + font-size: 130% !important; +} + +.body h1 { font-size: 200% !important; } +.body h2 { font-size: 175% !important; } +.body h3 { font-size: 150% !important; } +.body h4 { font-size: 125% !important; } +.body h5 { font-size: 125% !important; } + +.body h1, +.body h2, +.body h3, +.body h4, +.body h5 { + margin-top: 20px !important; +} + +.body h1 { + margin-top: 0 !important; +} + +body, +.sphinxsidebar, +.sphinxsidebar h1, +.sphinxsidebar h2, +.sphinxsidebar h3, +.sphinxsidebar h4, +.sphinxsidebar h5, +.body h1, +.body h2, +.body h3, +.body h4, +.body h5 { + /*font-family: sans-serif !important;*/ + font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol !important; +} + + .document { width: 1000px !important; } @@ -38,10 +85,10 @@ div.body p, div.body dd, div.body li, div.body blockquote { width: 150px; } -.mitogen-right-200 { +.mitogen-right-180 { float: right; padding-left: 8px; - width: 200px; + width: 180px; } .mitogen-right-225 { diff --git a/docs/ansible.rst b/docs/ansible.rst index 17354755..e6e237d9 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -3,7 +3,7 @@ Mitogen for Ansible =================== .. image:: images/ansible/ansible_mitogen.svg - :class: mitogen-right-200 mitogen-logo-wrap + :class: mitogen-right-180 mitogen-logo-wrap An extension to `Ansible`_ is included that implements connections over Mitogen, replacing embedded shell invocations with pure-Python equivalents diff --git a/docs/index.rst b/docs/index.rst index 066d6716..6b5deb71 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,7 +11,7 @@ Mitogen .. image:: images/mitogen.svg - :class: mitogen-right-200 mitogen-logo-wrap + :class: mitogen-right-180 mitogen-logo-wrap Mitogen is a Python library for writing distributed self-replicating programs.