You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.1 KiB
CSS
77 lines
1.1 KiB
CSS
|
|
.document {
|
|
width: 1000px !important;
|
|
}
|
|
|
|
div.figure {
|
|
padding: 0;
|
|
}
|
|
|
|
div.body li {
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|
|
|
|
/*
|
|
* 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;
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
* 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;
|
|
}
|
|
|
|
.mitogen-right-200 {
|
|
float: right;
|
|
padding-left: 8px;
|
|
width: 200px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.mitogen-logo-wrap {
|
|
shape-margin: 8px;
|
|
shape-outside: polygon(
|
|
100% 0, 50% 10%, 24% 24%, 0% 50%, 24% 75%, 50% 90%, 100% 100%
|
|
);
|
|
}
|