From b382dd05b3f7a2be4d53a7f498d0947deb9b50b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20V=C3=B6lkel?= <konrad.voelkel@hhu.de> Date: Wed, 5 Apr 2023 19:51:34 +0000 Subject: [PATCH] minor tweaks to the looks --- _static/custom.css | 59 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 _static/custom.css diff --git a/_static/custom.css b/_static/custom.css new file mode 100644 index 0000000..b59b634 --- /dev/null +++ b/_static/custom.css @@ -0,0 +1,59 @@ +.footer { + display:none +} + +.admonition-definition { + border-left-color: rgba(41, 175, 127, 1) !important; +} + +.admonition-definition .admonition-title:before { + content: '\f518' !important; +} + +.admonition-satz { + border-left-color: rgba(253, 231, 37, 1) !important; +} + +.admonition-satz .admonition-title:before { + content: '\f19d' !important; +} + +.admonition-proposition { + border-left-color: rgba(184, 222, 41, 1) !important; +} + +.admonition-proposition .admonition-title:before { + content: '\f19d' !important; +} + +.admonition-lemma { + border-left-color: rgba(72, 87, 16, 1) !important; +} + +.admonition-lemma .admonition-title:before { + content: '\f19d' !important; +} + +.admonition-beweis { + border-left-color: rgba(69, 55, 129, 1) !important; +} + +.admonition-beweis .admonition-title:before { + content: '\f543' !important; +} + +.admonition-bemerkung { + border-left-color: rgba(15, 49, 56, 1) !important; +} + +.admonition-bemerkung .admonition-title:before { + content: '\f075' !important; +} + +.admonition-beispiel { + border-left-color: rgba(27, 5, 33, 1) !important; +} + +.admonition-beispiel .admonition-title:before { + content: '\f0a4' !important; +} -- GitLab