2017-09-15 06:24:41 +00:00
|
|
|
|
2017-10-06 13:49:02 +00:00
|
|
|
.document {
|
|
|
|
width: 1000px !important;
|
|
|
|
}
|
|
|
|
|
2017-09-15 06:24:41 +00:00
|
|
|
div.figure {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2017-09-28 08:43:54 +00:00
|
|
|
|
|
|
|
div.body li {
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
2018-11-21 18:10:14 +00:00
|
|
|
|
|
|
|
|
2018-11-25 21:20:25 +00:00
|
|
|
/*
|
|
|
|
* Undo the hyphens: auto in Sphinx basic.css.
|
|
|
|
*/
|
|
|
|
div.body p, div.body dd, div.body li, div.body blockquote {
|
|
|
|
-moz-hyphens: inherit;
|
|
|
|
-ms-hyphens: inherit;
|
|
|
|
-webkit-hyphens: inherit;
|
|
|
|
hyphens: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-11-21 18:10:14 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Setting :width; on an image causes Sphinx to turn the image into a link, so
|
|
|
|
* set :Class: instead.
|
|
|
|
*/
|
|
|
|
.mitogen-full-width {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mitogen-right-150 {
|
|
|
|
float: right;
|
|
|
|
padding-left: 8px;
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
|
2018-11-25 18:33:31 +00:00
|
|
|
.mitogen-right-200 {
|
|
|
|
float: right;
|
|
|
|
padding-left: 8px;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
2018-11-21 18:10:14 +00:00
|
|
|
.mitogen-right-225 {
|
|
|
|
float: right;
|
|
|
|
padding-left: 8px;
|
|
|
|
width: 225px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mitogen-right-275 {
|
|
|
|
float: right;
|
|
|
|
padding-left: 8px;
|
|
|
|
width: 275px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mitogen-right-300 {
|
|
|
|
float: right;
|
|
|
|
padding-left: 8px;
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mitogen-right-350 {
|
|
|
|
float: right;
|
|
|
|
padding-left: 8px;
|
|
|
|
width: 350px;
|
|
|
|
}
|
2018-11-25 18:33:31 +00:00
|
|
|
|
|
|
|
.mitogen-logo-wrap {
|
|
|
|
shape-margin: 8px;
|
|
|
|
shape-outside: polygon(
|
|
|
|
100% 0, 50% 10%, 24% 24%, 0% 50%, 24% 75%, 50% 90%, 100% 100%
|
|
|
|
);
|
|
|
|
}
|