|
|
@ -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 {
|
|
|
|