Spaces:
Running
Running
| :root { | |
| --primary: rgb(63, 81, 181); | |
| --synthax-blue: var(--primary); | |
| --md-accent-fg-color: var(--synthax-blue); | |
| --shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), | |
| 0 6.7px 5.3px rgba(0, 0, 0, 0.048), | |
| 0 12.5px 10px rgba(0, 0, 0, 0.06), | |
| 0 22.3px 17.9px rgba(0, 0, 0, 0.072), | |
| 0 41.8px 33.4px rgba(0, 0, 0, 0.086), | |
| 0 100px 80px rgba(0, 0, 0, 0.12); | |
| } | |
| [data-md-color-scheme="default"] { | |
| /* dark theme */ | |
| /*--primary: #ecb22e;--synthax-blue: #ecb22e;*/ | |
| --primary: rgb(63, 81, 181); | |
| --synthax-blue: var(--primary); | |
| --dark: #313131; | |
| --synthax-red: #03DAC6; | |
| --md-typeset-a-color: var(--synthax-blue); | |
| --md-primary-fg-color: var(--primary); | |
| --md-primary-fg-color--light: var(--primary); | |
| --md-primary-fg-color--dark: var(--primary); | |
| --md-accent-fg-color: var(--synthax-blue); | |
| } | |
| [data-md-color-scheme="slate"] { | |
| /* dark theme */ | |
| /*--primary: #ecb22e;--synthax-blue: #ecb22e;*/ | |
| --dark: #313131; | |
| --synthax-red: #03DAC6; | |
| --md-typeset-a-color: var(--synthax-blue); | |
| --md-primary-fg-color: var(--primary); | |
| --md-primary-fg-color--light: var(--primary); | |
| --md-primary-fg-color--dark: var(--primary); | |
| --md-accent-fg-color: var(--synthax-blue); | |
| } | |
| html { | |
| font-size: 115%; | |
| } | |
| p { | |
| font-size: 1.2em; | |
| text-align: justify; | |
| } | |
| .md-header { | |
| background-color: var(--md-footer-bg-color); | |
| } | |
| .md-typeset ul li p { | |
| margin: 0; | |
| } | |
| .md-typeset h4, | |
| .md-typeset h5, | |
| .md-typeset h6 { | |
| line-height: 2.0; | |
| } | |
| li { | |
| list-style: none; | |
| margin-bottom: 0 ; | |
| } | |
| .autodoc-signature>em:first-of-type { | |
| font-style: normal; | |
| font-weight: bold; | |
| color: var(--primary); | |
| } | |
| h2 code { | |
| color: var(--synthax-red) ; | |
| } | |
| h4 code { | |
| color: var(--synthax-blue) ; | |
| font-weight: bold ; | |
| background-color: rgba(31, 31, 31, 0.05) ; | |
| padding: 5px ; | |
| border-radius: 2px ; | |
| cursor: pointer ; | |
| font-size: 95% ; | |
| } | |
| [data-md-color-scheme="slate"] h4 code { | |
| background-color: rgba(240, 240, 240, 0.05) ; | |
| } | |
| .admonition { | |
| font-size: 95% ; | |
| } | |
| img[alt*="Colab"] { | |
| transform: translateY(3px); | |
| padding-left: 5px; | |
| width: 150px; | |
| } | |
| .md-typeset img, | |
| .md-typeset svg { | |
| max-width: none; | |
| } | |
| .md-typeset .task-list-control [type=checkbox]:checked+.task-list-indicator::before { | |
| background: var(--primary) ; | |
| } | |
| .md-typeset ul li, | |
| .md-typeset ol li { | |
| margin-bottom: .4em ; | |
| } | |
| h2.numkdoc~p:not(.footnote), | |
| h2.numkdoc~ul:not(.footnote), | |
| h2.numkdoc~ul li ul:not(.footnote), | |
| h2.numkdoc~ul li:not(.footnote) { | |
| --margin: 0.06em; | |
| margin-bottom: var(--margin) ; | |
| margin-top: var(--margin) ; | |
| } | |
| table { | |
| border: solid 2px rgba(255, 255, 255, 0.1); | |
| } | |
| .md-typeset table:not([class]) th { | |
| background-color: var(--dark); | |
| } | |
| [data-md-color-scheme="slate"] .md-typeset table:not([class]) th { | |
| color: white ; | |
| } | |
| .md-typeset__table { | |
| width: 100%; | |
| } | |
| /* | |
| .md-nav--primary .md-nav__title { | |
| background: none !important; | |
| box-shadow: none !important; | |
| } | |
| */ | |
| .md-typeset table:not([class]) { | |
| display: table; | |
| } | |
| .md-typeset thead:not([class]) { | |
| color: white; | |
| } | |
| table th a { | |
| color: var(--synthax-red) ; | |
| word-break: break-word ; | |
| } | |
| span.parameter-name { | |
| color: var(--primary); | |
| } | |
| li .parameter-type { | |
| font-weight: bold; | |
| } | |
| .parameter-self { | |
| color: var(--synthax-red); | |
| } | |
| .md-typeset table:not([class]) { | |
| font-size: 0.8rem; | |
| } | |
| .md-header__button.md-logo img, | |
| .md-header__button.md-logo svg { | |
| width: 2.0rem ; | |
| height: auto ; | |
| } | |
| .md-clipboard { | |
| transition: all 0.25s ease; | |
| color: var(--synthax-red) ; | |
| opacity: 0.25; | |
| } | |
| .md-clipboard:focus, | |
| .md-clipboard:hover { | |
| opacity: 1.0; | |
| } | |
| .latex-font { | |
| font-family: "Computer Modern"; | |
| } | |
| .mono { | |
| font-family: monospace; | |
| } | |
| .authors-container { | |
| display: flex; | |
| flex-direction: row; | |
| align-items: flex-start; | |
| justify-content: center; | |
| } | |
| .author-block { | |
| display: flex; | |
| flex-direction: column; | |
| align-items: center; | |
| justify-content: center; | |
| margin: 0 1em; | |
| text-align: center; | |
| width: 100%; | |
| } | |
| .author-block img { | |
| width: 100px; | |
| } | |
| div, | |
| span { | |
| overflow-wrap: anywhere; | |
| } | |
| .box-shadow { | |
| box-shadow: var(--shadow); | |
| } | |
| .md-typeset .md-button { | |
| padding: 0.2em 2em; | |
| } | |
| .brown-txt, | |
| .brown-txt:hover { | |
| color: rgb(218, 56, 49) ; | |
| } | |
| .blue-deel { | |
| color: rgb(84, 134, 255); | |
| } | |
| .red-deel { | |
| color: rgb(235, 85, 62); | |
| } | |
| @media (max-width: 1400px) { | |
| #indicators { | |
| display: None; | |
| } | |
| .feature-viz-intro .gallery-container-img { | |
| width: 100% ; | |
| max-width: 270px; | |
| } | |
| .feature-viz-intro .gallery-container-img:hover { | |
| transform: scale(1.1) ; | |
| } | |
| } | |
| @media (max-width: 768px) { | |
| .container-title { | |
| flex-wrap: wrap; | |
| } | |
| .container-title .gif-intro { | |
| width: 101% ; | |
| margin-top: 25px; | |
| } | |
| .page-title { | |
| flex: 0 0 100% ; | |
| text-align: center ; | |
| } | |
| /* Hide only the last gif intro */ | |
| .gif-intro:last-child { | |
| /*display: none;*/ | |
| } | |
| /* and give the other ones a bit more space */ | |
| .gif-intro { | |
| width: 46% ; | |
| } | |
| } | |
| @media screen and (max-width: 76.234375em) { | |
| .md-nav__source { | |
| background-color: var(--dark) ; | |
| } | |
| .md-nav--primary .md-nav__title { | |
| background: var(--dark) ; | |
| color: white ; | |
| } | |
| } | |
| .md-grid { | |
| max-width: 71rem; | |
| } | |
| .flex-gif { | |
| display: flex; | |
| align-items: center; | |
| justify-content: center; | |
| justify-content: space-between; | |
| flex-wrap: wrap; | |
| } | |
| .gif-intro { | |
| width: 105%; | |
| margin: auto; | |
| text-align: center; | |
| box-shadow: var(--shadow); | |
| border-radius: 3%; | |
| padding: 0; | |
| border: solid 2px var(--dark); | |
| overflow: hidden; | |
| } | |
| .flex-gif.gallery-gif .gif-intro { | |
| width: 46%; | |
| border-radius: 1%; | |
| margin-top: 20px; | |
| } | |
| .button-style a { | |
| font-size: 1em; | |
| background: var(--dark); | |
| padding-left: 11px; | |
| padding-right: 14px; | |
| padding-top: 6px; | |
| padding-bottom: 6px; | |
| color: white ; | |
| border-radius: 16.5px; | |
| font-weight: bold; | |
| transition: all 0.2 ease-in-out; | |
| margin-right: 0px; | |
| } | |
| .button-style { | |
| margin-top: 10px; | |
| margin-bottom: 10px; | |
| } | |
| .flex-gif .button-style { | |
| margin-top: -40px; | |
| margin-bottom: 10px; | |
| z-index: 10; | |
| position: absolute; | |
| left: 0; | |
| right: 0; | |
| } | |
| .caroussel { | |
| display: grid; | |
| grid-template-columns: repeat(auto-fill, minmax(100px, 120px)); | |
| gap: 20px; | |
| justify-items: center; | |
| align-items: center; | |
| padding: 0; | |
| margin: 0; | |
| justify-content: space-around; | |
| } | |
| .caroussel .card { | |
| position: relative; | |
| overflow: hidden; | |
| border-radius: 8px; | |
| animation: floating 10s infinite alternate; | |
| transition: all 0.3s ease-in-out; | |
| margin-top: -5px; | |
| margin-bottom: -5px; | |
| } | |
| .caroussel .card img { | |
| margin: auto; | |
| width: 100px; | |
| height: auto; | |
| display: block; | |
| } | |
| .caroussel .card:nth-of-type(2n) { | |
| animation-delay: 0.6s; | |
| animation-duration: 10s; | |
| animation-direction: reverse; | |
| } | |
| .caroussel .card:nth-of-type(3n) { | |
| animation-delay: 1.3s; | |
| animation-duration: 8s; | |
| } | |
| .caroussel .card:nth-of-type(5n) { | |
| animation-delay: 2s; | |
| animation-duration: 12s; | |
| } | |
| .caroussel .card:hover { | |
| transform: scale(1.1); | |
| box-shadow: var(--shadow); | |
| } | |
| @keyframes floating { | |
| 0% { | |
| transform: translateY(0px); | |
| } | |
| 33% { | |
| transform: translateY(-10px); | |
| } | |
| 66% { | |
| transform: translateY(10px); | |
| } | |
| 100% { | |
| transform: translateY(0px); | |
| } | |
| } |