From c34cb65797d64a5169ae07bfae624c60a13de13b Mon Sep 17 00:00:00 2001 From: mrhotio <26902309+mrhotio@users.noreply.github.com> Date: Wed, 7 Jan 2026 04:16:46 +0100 Subject: [PATCH] cleanup css --- docs/stylesheets/extra-13.css | 37 ++++++++++------------------------- 1 file changed, 10 insertions(+), 27 deletions(-) diff --git a/docs/stylesheets/extra-13.css b/docs/stylesheets/extra-13.css index 59abb4d..db6b68e 100644 --- a/docs/stylesheets/extra-13.css +++ b/docs/stylesheets/extra-13.css @@ -13,23 +13,6 @@ --md-code-hl-string-color: #43aa8b; --md-code-hl-variable-color: #277DA1; } -:root { - --md-admonition-icon--docker: url('data:image/svg+xml;charset=utf-8,') -} -.md-typeset .admonition.docker, -.md-typeset details.docker { - border-color: rgb(117, 117, 117); -} -.md-typeset .docker > .admonition-title, -.md-typeset .docker > summary { - background-color: rgba(117, 117, 117, 0.1); -} -.md-typeset .docker > .admonition-title::before, -.md-typeset .docker > summary::before { - background-color: rgb(117, 117, 117); - -webkit-mask-image: var(--md-admonition-icon--docker); - mask-image: var(--md-admonition-icon--docker); -} @keyframes heart { 0%, 40%, 80%, 100% { transform: scale(1); @@ -51,13 +34,13 @@ color: var(--md-typeset-a-color); cursor: default; border: solid 1px; - border-radius: 7px; /* Making border radius */ + border-radius: 7px; margin-bottom: 5px; margin-right: 5px; - width: auto; /* Making auto-sizable width */ - height: auto; /* Making auto-sizable height */ - padding: 2px 5px 2px 5px; /* Making space around letters */ - font-size: .7em; /* Changing font size */ + width: auto; + height: auto; + padding: 2px 5px 2px 5px; + font-size: .7em; display: inline-flex; font-family: "Roboto Mono", SFMono-Regular, Consolas, Menlo, monospace; white-space: nowrap; @@ -65,13 +48,13 @@ .tag-decoration { cursor: pointer; border: solid 1px; - border-radius: 7px; /* Making border radius */ + border-radius: 7px; margin-bottom: 5px; margin-right: 5px; - width: auto; /* Making auto-sizable width */ - height: auto; /* Making auto-sizable height */ - padding: 2px 5px 2px 5px; /* Making space around letters */ - font-size: .7em; /* Changing font size */ + width: auto; + height: auto; + padding: 2px 5px 2px 5px; + font-size: .7em; display: inline-flex; font-family: "Roboto Mono", SFMono-Regular, Consolas, Menlo, monospace; white-space: nowrap;