1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
@import "css/theme.css";
.rst-content dl:not(.docutils) dt {
float: left;
margin: 2px 2px 1px 0px !important;
}
.rst-content dl:not(.docutils) dt + dd {
padding-top: 6px;
}
.rst-content dl dd {
clear: both;
}
.rst-content div[class^='highlight'] pre {
padding: 7px 7px 4px 7px;
font-size: 14px;
line-height: 140%;
}
code.literal .pre {
font-size: 13px;
}
.rst-content .external code {
color: #404040;
}
/* Tables with functions */
.rst-content table.docutils td {vertical-align: top; padding: 6px 16px; line-height: 20px}
.wy-table-responsive table td {white-space: normal}
.wy-table-responsive table td:first-child {white-space: nowrap}
.rst-content code.xref {color: #2E7FB3; font-size: 90%;
padding: 0px 2px; border: none; background: none; line-height: 20px}
|