docs: sans-serif fonts, reduce shouty headings
This commit is contained in:
parent
e1df98168c
commit
eae7b21673
|
@ -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 {
|
.document {
|
||||||
width: 1000px !important;
|
width: 1000px !important;
|
||||||
}
|
}
|
||||||
|
@ -38,10 +85,10 @@ div.body p, div.body dd, div.body li, div.body blockquote {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mitogen-right-200 {
|
.mitogen-right-180 {
|
||||||
float: right;
|
float: right;
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
width: 200px;
|
width: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mitogen-right-225 {
|
.mitogen-right-225 {
|
||||||
|
|
|
@ -3,7 +3,7 @@ Mitogen for Ansible
|
||||||
===================
|
===================
|
||||||
|
|
||||||
.. image:: images/ansible/ansible_mitogen.svg
|
.. 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
|
An extension to `Ansible`_ is included that implements connections over
|
||||||
Mitogen, replacing embedded shell invocations with pure-Python equivalents
|
Mitogen, replacing embedded shell invocations with pure-Python equivalents
|
||||||
|
|
|
@ -11,7 +11,7 @@ Mitogen
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
.. image:: images/mitogen.svg
|
.. 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.
|
Mitogen is a Python library for writing distributed self-replicating programs.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue