2015-08-19 22:29:32 +00:00
|
|
|
@import url("alabaster.css");
|
|
|
|
h1.logo {
|
|
|
|
font-size: 12pt;
|
2016-04-05 11:49:13 +00:00
|
|
|
overflow-wrap: normal;
|
|
|
|
word-wrap: normal;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-right: -25px; /* works together with div.body padding-left */
|
|
|
|
}
|
|
|
|
div.body {padding-left: 30px;}
|
|
|
|
th.field-name {hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;}
|
|
|
|
div.document {width: 90%;}
|
|
|
|
/* support small screens too! */
|
|
|
|
@media screen and (max-width: 1000px) {
|
|
|
|
div.sphinxsidebar {display: none;}
|
|
|
|
div.document {width: 100%!important;}
|
|
|
|
div.bodywrapper {margin-left: 0;}
|
|
|
|
div.highlight pre {margin-right: -30px;}
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 1000px) {
|
|
|
|
div.bodywrapper {margin-left: default;}
|
2015-08-19 22:29:32 +00:00
|
|
|
}
|
2016-04-17 13:01:08 +00:00
|
|
|
/* hanging indent for class names
|
|
|
|
* would use "text-indent: 2em hanging" if it were supported everywhere
|
|
|
|
*/
|
|
|
|
dl.class > dt, dl.function > dt {
|
|
|
|
text-indent: -4em;
|
|
|
|
padding-left: 4em;
|
|
|
|
}
|
|
|
|
/* add some space to wrap nicely */
|
|
|
|
span.sig-paren::after {
|
|
|
|
content: " ";
|
|
|
|
}
|