/* viewcode link should have left padding */ span.viewcode-link { padding-left: 0.6rem; } /* adding an eyebrow for API references */ dt.sig-object { position: relative; background: #f4f5f7; padding: 0.5rem; border-left: 0.2rem solid #ec407a; /* this should be matched with theme color. */ word-wrap: break-word; } /* logo is too large */ a.md-logo img { padding: 3px; } /* Add split for navigation */ nav.md-tabs .md-tabs__item:not(:last-child) { padding-right: 0; } nav.md-tabs .md-tabs__item:not(:last-child) .md-tabs__link:after { content: "ยป"; font-family: "Material Icons"; padding-left: 0.6rem; } /* hide the floating button generated by readthedocs */ .rst-versions.rst-badge { display: none !important; } /* Add some margin between main content and footer */ .md-footer { margin-top: 1rem; } /* make footer appearing inline */ .md-footer-copyright__highlight { display: inline; } /* toc style */ .md-nav span.caption { margin-top: 1.25em; }