| |
|
|
| |
|
|
| .selectors { |
| margin-bottom: 10px; |
| } |
|
|
| .dropdown-button { |
| display: inline-block; |
| width: 50%; |
| background-color: #6670FF; |
| color: white; |
| border: none; |
| padding: 5px; |
| font-size: 15px; |
| cursor: pointer; |
| } |
|
|
| .dropdown-button:hover, .dropdown-button:focus, .dropdown-button.active { |
| background-color: #A6B0FF; |
| } |
|
|
| .dropdown-button.active { |
| background-color: #7988FF; |
| } |
|
|
| .menu-dropdown { |
| display: none; |
| background-color: #7988FF; |
| min-width: 160px; |
| overflow: auto; |
| font-size: 15px; |
| padding: 10px 0; |
| } |
|
|
| .menu-dropdown a { |
| color: white; |
| padding: 3px 4px; |
| text-decoration: none; |
| display: block; |
| } |
|
|
| .menu-dropdown a:hover { |
| background-color: #A6B0FF; |
| } |
|
|
| .dropdown-link.active { |
| background-color: #A6B0FF; |
| } |
|
|
| .show { |
| display: block; |
| } |
|
|
| |
| .rst-content tt.literal, .rst-content tt.literal, .rst-content code.literal { |
| color: #6670FF; |
| } |
|
|
| |
| .wy-side-scroll { |
| width: auto; |
| font-size: 20px; |
| } |
|
|
| |
| .HuggingFaceDiv { |
| width: 100% |
| } |
|
|
| |
| .wy-side-nav-search{ |
| padding-top: 0; |
| background-color: #6670FF; |
| } |
|
|
| |
| .wy-nav-side{ |
| background-color: #6670FF; |
| padding-bottom: 0; |
| } |
|
|
| |
| .wy-menu-vertical p.caption{ |
| background-color: #4d59ff; |
| line-height: 40px; |
| } |
|
|
| |
| .wy-menu-vertical li.current{ |
| background-color: #A6B0FF; |
| } |
|
|
| |
| .wy-menu-vertical li.current a:hover{ |
| background-color: #B6C0FF; |
| } |
|
|
| |
| .wy-menu-vertical li a:hover{ |
| background-color: #A7AFFB; |
| } |
|
|
| |
| .wy-menu-vertical a { |
| color: #FFFFDD; |
| font-family: Calibre-Light, sans-serif; |
| } |
| .wy-menu-vertical header, .wy-menu-vertical p.caption{ |
| color: white; |
| font-family: Calibre-Light, sans-serif; |
| } |
|
|
| |
| .wy-menu-vertical li.toctree-l2 a, .wy-menu-vertical li.toctree-l3 a, .wy-menu-vertical li.toctree-l4 a { |
| color: black; |
| } |
|
|
| |
| .wy-menu-vertical li.toctree-l2.current>a { |
| background-color: #B6C0FF |
| } |
| .wy-menu-vertical li.toctree-l2.current li.toctree-l3>a { |
| background-color: #C6D0FF |
| } |
|
|
| |
| .wy-menu-vertical li.toctree-l3.current li.toctree-l4>a{ |
| background-color: #D6E0FF |
| } |
|
|
| |
| .rst-content dl:not(.docutils) dt{ |
| font-size: 15px; |
| } |
|
|
| |
| a { |
| color: #6670FF; |
| } |
|
|
| |
| .rst-content dl:not(.docutils) dt { |
| background-color: rgba(251, 141, 104, 0.1); |
| border-right: solid 2px #FB8D68; |
| border-left: solid 2px #FB8D68; |
| color: #FB8D68; |
| font-family: Calibre-Light, sans-serif; |
| border-top: none; |
| font-style: normal !important; |
| } |
|
|
| |
| .wy-menu-vertical li.toctree-l2 span.toctree-expand, |
| .wy-menu-vertical li.on a span.toctree-expand, .wy-menu-vertical li.current>a span.toctree-expand, |
| .wy-menu-vertical li.toctree-l3 span.toctree-expand{ |
| color: black; |
| } |
|
|
| |
| .wy-nav-content{ |
| max-width: 1200px; |
| } |
|
|
| |
| .wy-nav-top{ |
| background-color: #6670FF; |
| } |
|
|
|
|
| |
| .rst-content .viewcode-link, .rst-content .viewcode-back{ |
| color: #6670FF; |
| font-size: 110%; |
| letter-spacing: 2px; |
| text-transform: uppercase; |
| } |
|
|
| |
| .wy-table-responsive table td, .wy-table-responsive table th{ |
| white-space: normal; |
| } |
|
|
| .footer { |
| margin-top: 20px; |
| } |
|
|
| .footer__Social { |
| display: flex; |
| flex-direction: row; |
| } |
|
|
| .footer__CustomImage { |
| margin: 2px 5px 0 0; |
| } |
|
|
| |
| .rst-content dl:not(.docutils) tt.descname, .rst-content dl:not(.docutils) tt.descclassname, .rst-content dl:not(.docutils) tt.descname, .rst-content dl:not(.docutils) code.descname, .rst-content dl:not(.docutils) tt.descclassname, .rst-content dl:not(.docutils) code.descclassname{ |
| font-family: Calibre, sans-serif; |
| font-size: 20px !important; |
| } |
|
|
| |
| .rst-content dl:not(.docutils) tt.descname, .rst-content dl:not(.docutils) tt.descname, .rst-content dl:not(.docutils) code.descname{ |
| margin-right: 10px; |
| font-family: Calibre-Medium, sans-serif; |
| } |
|
|
| |
| .sig-param{ |
| line-height: 23px; |
| } |
|
|
| |
| .rst-content dl:not(.docutils) .property{ |
| font-size: 18px; |
| color: black; |
| } |
|
|
|
|
| |
| body{ |
| font-family: Calibre, sans-serif; |
| font-size: 16px; |
| } |
|
|
| h1 { |
| font-family: Calibre-Thin, sans-serif; |
| font-size: 70px; |
| } |
|
|
| h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend{ |
| font-family: Calibre-Medium, sans-serif; |
| } |
|
|
| @font-face { |
| font-family: Calibre-Medium; |
| src: url(./Calibre-Medium.otf); |
| font-weight:400; |
| } |
|
|
| @font-face { |
| font-family: Calibre; |
| src: url(./Calibre-Regular.otf); |
| font-weight:400; |
| } |
|
|
| @font-face { |
| font-family: Calibre-Light; |
| src: url(./Calibre-Light.ttf); |
| font-weight:400; |
| } |
|
|
| @font-face { |
| font-family: Calibre-Thin; |
| src: url(./Calibre-Thin.otf); |
| font-weight:400; |
| } |
|
|
| |
| |
| |
| div.hf-menu { |
| position: absolute; |
| top: 0; |
| right: 0; |
| padding-top: 20px; |
| padding-right: 20px; |
| z-index: 1000; |
| } |
| div.hf-menu a { |
| font-size: 14px; |
| letter-spacing: 0.3px; |
| text-transform: uppercase; |
| color: white; |
| -webkit-font-smoothing: antialiased; |
| background: linear-gradient(0deg, #6671ffb8, #9a66ffb8 50%); |
| padding: 10px 16px 6px 16px; |
| border-radius: 3px; |
| margin-left: 12px; |
| position: relative; |
| } |
| div.hf-menu a:active { |
| top: 1px; |
| } |
| @media (min-width: 768px) and (max-width: 1860px) { |
| .wy-breadcrumbs { |
| margin-top: 32px; |
| } |
| } |
| @media (max-width: 768px) { |
| div.hf-menu { |
| display: none; |
| } |
| } |
|
|