123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244 |
- .navbar {
- margin-bottom: 0px;
- }
- .page-header {
- margin-top: 22px;
- }
- ul {
- margin-top: 10px;
- padding-left: 10px;
- }
- li {
- padding-top: 5px;
- padding-bottom: 5px;
- }
- li a {
- text-decoration: none;
- }
- ul {
- margin-left: 10px;
- }
- ul ul {
- border-left-color: #e1f5fe;
- border-left-width: 1px;
- border-left-style: solid;
- }
- ul ul ul {
- border-left-color: #b3e5fc;
- }
- ul ul ul ul {
- border-left-color: #81d4fa;
- }
- ul ul ul ul ul {
- border-left-color: #4fc3f7;
- }
- ul ul ul ul ul ul {
- border-left-color: #29b6f6;
- }
- ul ul ul ul ul ul ul {
- border-left-color: #03a9f4;
- }
- ul ul ul ul ul ul ul {
- border-left-color: #039be5;
- }
- .pre {
- white-space: pre;
- font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
- }
- .undocumented {
- font-style: italic;
- color: #9e9e9e;
- }
- .functionBody p {
- margin-top: 6px;
- margin-bottom: 6px;
- }
- #splitTables > p {
- margin-bottom: 5px;
- }
- #splitTables > table, .fieldTable {
- margin-bottom: 20px;
- width: 100%;
- border: 0;
- }
- #splitTables > table {
- border: 1px solid #eee;
- }
- #splitTables > table tr {
- border-bottom-color: #eee;
- border-bottom-width: 1px;
- border-bottom-style: solid;
- }
- #splitTables > table tr td, .fieldTable tr td {
- padding: 5px;
- }
- #splitTables > table tr td {
- border-left-color: #eee;
- border-left-width: 1px;
- border-left-style: solid;
- }
- #splitTables > table tr td:nth-child(1), .fieldTable tr td:nth-child(1) {
- border-left: none;
- width: 150px;
- }
- #splitTables > table tr td:nth-child(2), .fieldTable tr td.fieldArg {
- font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
- width: 200px;
- }
- tr.package {
- background-color: #fff3e0;
- }
- tr.module {
- background-color: #fff8e1;
- }
- tr.class, tr.classvariable, tr.baseclassvariable {
- background-color: #fffde7;
- }
- tr.instancevariable, tr.baseinstancevariable, tr.variable, tr.attribute {
- background-color: #f3e5f5;
- }
- tr.interface {
- background-color: #fbe9e7;
- }
- tr.method, tr.function, tr.basemethod, tr.baseclassmethod, tr.classmethod {
- background-color: #f1f8e9;
- }
- tr.private {
- background-color: #f1f1f1;
- }
- .fieldTable {
- margin-top: 10px;
- }
- #childList > div {
- margin: 20px;
- padding: 15px;
- padding-bottom: 5px;
- }
- .functionBody {
- margin-left: 15px;
- }
- .functionBody > #part {
- font-style: italic;
- }
- .functionBody > #part > a {
- text-decoration: none;
- }
- .functionBody .interfaceinfo {
- font-style: italic;
- margin-bottom: 3px;
- }
- .functionBody > .undocumented {
- margin-top: 6px;
- margin-bottom: 6px;
- }
- .code {
- font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
- padding:2px 4px;
- font-size:90%;
- color:#c7254e;
- background-color:#f9f2f4;
- border-radius:4px
- }
- code > .code {
- padding: 0px;
- }
- #childList > div {
- border-left-color: #03a9f4;
- border-left-width: 1px;
- border-left-style: solid;
- }
- #childList > div .functionHeader {
- font-family: monospace;
- }
- .moduleDocstring {
- margin: 20px;
- }
- #partOf {
- margin-top: -13px;
- margin-bottom: 19px;
- }
- .fromInitPy {
- font-style: italic;
- }
- pre {
- padding-left: 0px;
- }
- /* Private stuff */
- body.private-hidden #splitTables .private, body.private-hidden #childList .private {
- display: none;
- }
- #showPrivate {
- position: fixed;
- bottom: 0;
- left: 0;
- padding: 10px;
- opacity: 0.7;
- }
- #showPrivate:hover {
- opacity: 1;
- }
- #current-docs-container {
- font-style: italic;
- padding-top: 11px;
- }
- /* Deprecation stuff */
- .deprecationNotice {
- margin: 10px;
- }
|