diff options
| author | 2024-01-25 17:46:34 +0800 | |
|---|---|---|
| committer | 2024-01-25 17:46:34 +0800 | |
| commit | c4eb3ae7a74c7c6881540d7d04502600197a8b2a (patch) | |
| tree | c920c29c383da4d496a0f646e5d4d0f5de10a406 /docs/stylesheets/neoteroi-spantable.css | |
| parent | 3c3e121bc845573a2d2408c0db6be6f841fd8efc (diff) | |
| download | infini-c4eb3ae7a74c7c6881540d7d04502600197a8b2a.tar.gz infini-c4eb3ae7a74c7c6881540d7d04502600197a8b2a.zip | |
:fire: feat(docs): remove old documents
Diffstat (limited to 'docs/stylesheets/neoteroi-spantable.css')
| -rw-r--r-- | docs/stylesheets/neoteroi-spantable.css | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/docs/stylesheets/neoteroi-spantable.css b/docs/stylesheets/neoteroi-spantable.css deleted file mode 100644 index be069a85..00000000 --- a/docs/stylesheets/neoteroi-spantable.css +++ /dev/null @@ -1,56 +0,0 @@ -/** - * Extra CSS file recommended for MkDocs and neoteroi.spantable extension. - * - * https://github.com/Neoteroi/mkdocs-plugins -**/ -.span-table-wrapper table { - border-collapse: collapse; - margin-bottom: 2rem; - border-radius: 0.1rem; -} - -.span-table td, -.span-table th { - padding: 0.2rem; - background-color: var(--md-default-bg-color); - font-size: 0.64rem; - max-width: 100%; - overflow: auto; - touch-action: auto; - border-top: 0.05rem solid var(--md-typeset-table-color); - padding: 0.9375em 1.25em; - vertical-align: top; -} - -.span-table tr:first-child td { - font-weight: 700; - min-width: 5rem; - padding: 0.9375em 1.25em; - vertical-align: top; -} - -.span-table td:first-child { - border-left: 0.05rem solid var(--md-typeset-table-color); -} - -.span-table td:last-child { - border-right: 0.05rem solid var(--md-typeset-table-color); -} - -.span-table tr:last-child { - border-bottom: 0.05rem solid var(--md-typeset-table-color); -} - -.span-table [colspan], -.span-table [rowspan] { - font-weight: bold; - border: 0.05rem solid var(--md-typeset-table-color); -} - -.span-table tr:not(:first-child):hover td:not([colspan]):not([rowspan]), -.span-table td[colspan]:hover, -.span-table td[rowspan]:hover { - background-color: rgba(0, 0, 0, 0.035); - box-shadow: 0 0.05rem 0 var(--md-default-bg-color) inset; - transition: background-color 125ms; -} |
