From 816f3cd979435b5bc68e1a98a065c6153880e01d Mon Sep 17 00:00:00 2001 From: Furffico Date: Sun, 13 Oct 2024 23:00:36 +0800 Subject: [PATCH] Build website (2024-10-13 23:00:36, bfb33a9) --- static/images/copy_icon.svg | 13 -------- static/index.css | 61 ------------------------------------- 2 files changed, 74 deletions(-) delete mode 100644 static/images/copy_icon.svg diff --git a/static/images/copy_icon.svg b/static/images/copy_icon.svg deleted file mode 100644 index b5f028d..0000000 --- a/static/images/copy_icon.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/static/index.css b/static/index.css index 93fd3e3..c8cb03a 100644 --- a/static/index.css +++ b/static/index.css @@ -1,39 +1,27 @@ body { font-family: 'Noto Sans', sans-serif; } - .footer .icon-link { font-size: 25px; color: #000; } - .link-block a { margin-top: 5px; margin-bottom: 5px; } - .dnerf { font-variant: small-caps; } - - .teaser .hero-body { padding-top: 0; padding-bottom: 3rem; } - .teaser { font-family: 'Google Sans', sans-serif; } - - -.publication-title {} - .publication-banner { max-height: parent; - } - .publication-banner video { position: relative; left: auto; @@ -41,59 +29,39 @@ body { transform: none; object-fit: fit; } - -.publication-header .hero-body {} - .publication-title { font-family: 'Google Sans', sans-serif; } - .publication-authors { font-family: 'Google Sans', sans-serif; } - .publication-venue { color: #555; width: fit-content; font-weight: bold; } - .publication-awards { color: #ff3860; width: fit-content; font-weight: bolder; } - -.publication-authors {} - .publication-authors a { color: hsl(204, 86%, 53%) !important; } - .publication-authors a:hover { text-decoration: underline; } - .author-block { display: inline-block; } - -.publication-banner img {} - -.publication-authors { - /*color: #4286f4;*/ -} - .publication-video { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; - overflow: hidden; border-radius: 10px !important; } - .publication-video iframe { position: absolute; top: 0; @@ -101,33 +69,25 @@ body { width: 100%; height: 100%; } - -.publication-body img {} - .results-carousel { overflow: hidden; } - .results-carousel .item { margin: 5px; overflow: hidden; padding: 20px; font-size: 0; } - .results-carousel video { margin: 0; } - .slider-pagination .slider-page { background: #000000; } - .eql-cntrb { font-size: smaller; } - /* Button styles */ .button.is-dark { background-color: #363636; @@ -135,26 +95,21 @@ body { border-color: #363636; transition: all 0.3s ease; } - .button.is-dark:hover { background-color: #fff; color: #363636; border-color: #363636; } - .button.is-dark .icon i { color: #fff; } - .button.is-dark:hover .icon i { color: #363636; } - .google-slides-section { padding: 3rem 0; background-color: #f5f5f5; } - .google-slides-container { width: 100%; max-width: 1200px; @@ -162,7 +117,6 @@ body { margin: 0 auto; padding: 0 1rem; } - .responsive-iframe-container { position: relative; overflow: hidden; @@ -170,7 +124,6 @@ body { padding-top: 56.25%; /* 16:9 Aspect Ratio */ } - .responsive-iframe { position: absolute; top: 0; @@ -179,12 +132,10 @@ body { height: 100%; border: none; } - @media screen and (min-width: 1024px) { .google-slides-section { padding: 4rem 0; } - .responsive-iframe-container { height: 75vh; /* Set a large fixed height for larger screens */ @@ -192,12 +143,10 @@ body { /* Remove padding-top for larger screens */ } } - section.red-link a { text-decoration: underline; color: dodgerblue !important; } - /* *code container* */ .code-container { position: relative; @@ -209,7 +158,6 @@ section.red-link a { overflow-x: auto; overflow-y: hidden; } - .code-container pre { margin: 0; padding: 0; @@ -217,14 +165,12 @@ section.red-link a { white-space: pre; word-wrap: normal; } - .code-content { font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace; font-size: 0.85em; line-height: 1.45; display: inline-block; } - .copy-button { position: absolute; top: 0.5rem; @@ -238,11 +184,9 @@ section.red-link a { transition: background-color 0.2s; border-radius: 4px; } - .copy-button:hover { background-color: #282c34; } - .copy-icon { width: 16px; height: 16px; @@ -252,24 +196,19 @@ section.red-link a { left: 8px; color: #282c34; } - .copy-button:hover .copy-icon { color: #f3f3f3; } - .copy-button>.copy-icon.before-copy { opacity: 1; } - .copy-button>.copy-icon.after-copy { opacity: 0; } - .copy-button.copied>.copy-icon.before-copy { transform: scale(1); opacity: 0; } - .copy-button.copied>.copy-icon.after-copy { transform: scale(1); opacity: 1;