From 00433bb63d22294fcb9adf94dc9980c28e3cb423 Mon Sep 17 00:00:00 2001 From: leiyu3 Date: Thu, 17 Jul 2025 13:22:16 -0400 Subject: added about site and contribution --- assets/css/main.css | 253 +--------------------------------------------------- 1 file changed, 1 insertion(+), 252 deletions(-) (limited to 'assets/css/main.css') diff --git a/assets/css/main.css b/assets/css/main.css index 7004a13..b552953 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -195,44 +195,6 @@ footer a { margin: 0; } -.line-summary { - font-size: small; - margin-top: 0.2rem !important; - /* font-style: italic; */ - color: var(--content-secondary); -} - -.list-container { - padding-bottom: 3rem; -} - -.pagination { - display: flex; - align-items: center; - margin-top: 1rem; - margin-bottom: 0rem; - justify-content: center; -} - -.pagination-control { - min-width: 3rem; - margin-left: 0.5rem; - margin-right: 0.5rem; - text-align: center; - align-items: center; -} - -.page-number { - min-width: 3rem; - margin-left: 0.5rem; - margin-right: 0.5rem; - display: flex; - align-items: center; - justify-content: center; - align-items: center; - font-weight: bold; -} - /* Social Icons */ .social-icons { @@ -286,152 +248,6 @@ footer a { margin-right: 0.3rem; } -/* Single pagination */ - -.single-pagination { - margin-top: 3rem; - margin-bottom: 3rem; -} - -.single-pagination a { - margin-left: 0.4rem; - margin-right: 0.4rem; -} - -.single-pagination hr { - margin: 0; -} - -.single-pagination-text { - display: flex; - justify-content: center; - align-items: center; - min-height: 100%; -} - -.single-pagination-prev { - min-width: 50%; - margin-top: 1rem; - margin-bottom: 1rem; - text-align: right; -} - -.single-pagination-next { - min-width: 50%; - margin-top: 1rem; - margin-bottom: 1rem; - text-align: left; -} - -.single-pagination-container-next { - display: flex; - min-height: 100%; - padding: 0.5rem; -} - -.single-pagination-container-prev { - display: flex; - min-height: 100%; - padding: 0.5rem; - float: right; -} - -/* Table of contents */ - -.toc { - font-size: var(--p-font-size); - line-height: calc(0.9 * var(--p-line-height)); - margin-top: var(--toc-margin-top); - margin-bottom: var(--toc-margin-bottom); -} - -.toc ul { - margin-top: 0.1rem; - margin-bottom: 0.1rem; -} - -.toc li { - margin-top: 0.1rem; - margin-bottom: 0.1rem; -} - -/* Autonumbering */ - -.autonumber { - counter-reset: h2-counter 0; -} - -.autonumber h2 { - counter-increment: h2-counter 1; - counter-reset: h3-counter 0; -} - -.autonumber h3 { - counter-increment: h3-counter 1; - counter-reset: h4-counter 0; -} - -.autonumber h4 { - counter-increment: h4-counter 1; -} - -.autonumber h2:before { - content: counter(h2-counter) "\00a0\00a0"; -} - -.autonumber h3:before { - content: counter(h2-counter) "." counter(h3-counter) "\00a0\00a0"; -} - -.autonumber h4:before { - content: counter(h2-counter) "." counter(h3-counter) "." counter(h4-counter) - "\00a0\00a0"; -} - -/* images */ - -.dark .img-light { - display: none !important; -} - -.light .img-dark { - display: none !important; -} - -.img-small div { - display: flex; - align-items: center; - justify-content: center; -} - -.img-small img { - scale: 80%; -} - -.img-full div { - display: flex; - align-items: center; - justify-content: center; -} - -.img-full img { - width: 100vw !important; - max-width: 100vw !important; -} - -.caption-container { - display: flex; - justify-content: center; -} - -figcaption { - color: var(--content-secondary); - padding-left: var(--caption-padding); - padding-right: var(--caption-padding); - font-size: var(--caption-font-size); - margin-top: 1rem; - margin-bottom: 1rem; -} /* 404 */ @@ -450,21 +266,7 @@ figcaption { margin-bottom: 3rem; } -/* breadcrumbs */ - -.breadcrumbs { - /* font-family: "Monaspace"; */ - font-size: 0.8em; - margin-bottom: calc(-0.5 * var(--h1-margin-top)); -} - -/* Comments */ - -.giscus { - margin-top: 3rem; -} - -/* Back to top */ +/ .back-to-top { text-align: center; @@ -473,56 +275,3 @@ figcaption { margin-bottom: 2rem; /* margin-top: -3rem; */ } - -/* Code in paragraphs */ - -p code { - background-color: var(--code-background); - border-radius: 3px; - padding: 2px; -} - -/* Tables */ - -table { - border-collapse: collapse; - margin-top: var(--table-margin-top); - margin-bottom: var(--table-margin-bottom); - font-size: var(--p-font-size); - line-height: var(--p-line-height); - color: var(--content-primary); -} - -th, -td { - padding: var(--table-cell-padding); - border: 1px solid var(--code-border); - text-align: left; -} - -th { - background-color: var(--code-background); - font-weight: bold; -} - -table code { - background-color: var(--code-background); - border-radius: 3px; - padding: 2px; -} - -/* Quotes */ - -blockquote { - margin: 1.5rem; - margin-left: 0; - margin-right: 0; - border-left: solid 2px; - color: var(--content-secondary); -} - -blockquote p { - margin-left: 1rem; - margin-right: 1rem; -} - -- cgit v1.2.3