123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271 |
- html {
- /* The nav header is 4.40625rem high, plus 20px for the margin-top of the
- main container. */
- scroll-padding-top: calc(4.40625rem + 20px);
- }
- body > .container {
- margin-top: 20px;
- }
- .navbar.fixed-top {
- position: -webkit-sticky;
- position: sticky;
- }
- .source-links {
- float: right;
- }
- .col-md-9 img {
- max-width: 100%;
- }
- pre, code {
- background: #444;
- color: #e0e2e4;
- border: 1px solid rgba(0,0,0,0.125);
- border-radius: 0.25rem;
- }
- pre {
- padding: 0.5em;
- }
- code {
- padding: 1px 3px;
- }
- pre code {
- border: none;
- /* Override styles from hljs theme */
- background: transparent !important;
- padding: 0 !important;
- }
- a code {
- color: #00bc8c;
- }
- a:hover code {
- color: #007053;
- }
- kbd {
- padding: 2px 4px;
- font-size: 90%;
- color: #fff;
- background-color: #333;
- border-radius: 3px;
- -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
- box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
- }
- footer {
- margin-top: 30px;
- margin-bottom: 10px;
- text-align: center;
- font-weight: 200;
- }
- .modal-dialog {
- margin-top: 60px;
- }
- /* Style the admonitions. */
- .admonition {
- margin-bottom: 1rem;
- border: 1px solid rgba(0, 0, 0, 0.125);
- border-radius: 0.25rem;
- color: #fff;
- }
- .admonition > .admonition-title {
- margin: 0;
- padding: 0.75rem 1rem;
- background: #444;
- border-bottom: 1px solid rgba(0, 0, 0, 0.125);
- border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
- font-size: 1rem;
- }
- .admonition > * {
- margin-left: 1rem;
- margin-right: 1rem;
- }
- .admonition > *:not(.admonition-title):first-of-type,
- .admonition > .admonition-title + * {
- margin-top: 1rem;
- }
- .admonition > *:last-child {
- margin-bottom: 1rem;
- }
- /* Style each kind of admonition. */
- .admonition.note, .admonition.note > .admonition-title {
- border-color: #304f6f;
- }
- .admonition.note > .admonition-title {
- background: #375a7f;
- }
- .admonition.warning, .admonition.warning > .admonition-title {
- border-color: #d58910;
- }
- .admonition.warning > .admonition-title {
- background: #f39c12;
- }
- .admonition.danger, .admonition.danger > .admonition-title {
- border-color: #ca4335;
- }
- .admonition.danger > .admonition-title {
- background: #e74c3c;
- }
- /*
- * Side navigation
- *
- * Scrollspy and affixed enhanced navigation to highlight sections and secondary
- * sections of docs content.
- */
- .bs-sidebar.affix {
- position: -webkit-sticky;
- position: sticky;
- /* The nav header is 4.40625rem high, plus 20px for the margin-top of the
- main container. */
- top: calc(4.40625rem + 20px);
- }
- .bs-sidebar.card {
- padding: 0;
- }
- /* Toggle (vertically flip) sidebar collapse icon */
- .bs-sidebar .navbar-toggler span {
- -moz-transform: scale(1, -1);
- -webkit-transform: scale(1, -1);
- -o-transform: scale(1, -1);
- -ms-transform: scale(1, -1);
- transform: scale(1, -1);
- }
- .bs-sidebar .navbar-toggler.collapsed span {
- -moz-transform: scale(1, 1);
- -webkit-transform: scale(1, 1);
- -o-transform: scale(1, 1);
- -ms-transform: scale(1, 1);
- transform: scale(1, 1);
- }
- /* First level of nav */
- .bs-sidebar > .navbar-collapse > .nav {
- padding-top: 10px;
- padding-bottom: 10px;
- border-radius: 5px;
- width: 100%;
- }
- /* All levels of nav */
- .bs-sidebar .nav > li > a {
- display: block;
- padding: 5px 20px;
- z-index: 1;
- }
- .bs-sidebar .nav > li > a:hover,
- .bs-sidebar .nav > li > a:focus {
- text-decoration: none;
- border-right: 1px solid;
- }
- .bs-sidebar .nav > li > a.active,
- .bs-sidebar .nav > li > a.active:hover,
- .bs-sidebar .nav > li > a.active:focus {
- font-weight: bold;
- background-color: transparent;
- border-right: 1px solid;
- }
- .bs-sidebar .nav .nav .nav {
- margin-left: 1em;
- }
- .bs-sidebar .nav > li > a {
- font-weight: bold;
- }
- .bs-sidebar .nav .nav > li > a {
- font-weight: normal;
- }
- .headerlink {
- display: none;
- padding-left: .5em;
- }
- h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink, h4:hover .headerlink, h5:hover .headerlink, h6:hover .headerlink{
- display:inline-block;
- }
- @media (max-width: 991.98px) {
- .navbar-collapse.show {
- overflow-y: auto;
- max-height: calc(100vh - 4.40625rem);
- }
- }
- .dropdown-item.open {
- color: #fff;
- background-color: #375a7f;
- }
- .dropdown-submenu > .dropdown-menu {
- margin: 0 0 0 1.5rem;
- padding: 0;
- border-width: 0;
- }
- .dropdown-submenu > a::after {
- display: block;
- content: " ";
- float: right;
- width: 0;
- height: 0;
- border-color: transparent;
- border-style: solid;
- border-width: 5px 0 5px 5px;
- border-left-color: #ccc;
- margin-top: 5px;
- margin-right: -10px;
- }
- .dropdown-submenu:hover > a::after {
- border-left-color: #404040;
- }
- @media (min-width: 992px) {
- .dropdown-menu {
- overflow-y: auto;
- max-height: calc(100vh - 4.40625rem);
- }
- .dropdown-submenu {
- position: relative;
- }
- .dropdown-submenu > .dropdown-menu {
- position: fixed !important;
- margin-top: -9px;
- margin-left: -2px;
- border-width: 1px;
- padding: 0.5rem 0;
- }
- }
|