diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css deleted file mode 100644 index 4aabc77fc..000000000 --- a/docs/_static/css/custom.css +++ /dev/null @@ -1,97 +0,0 @@ -h1 { - font-size: 2.25rem; -} - -h2 { - font-size: 1.75rem; -} - -h3 { - font-size: 1.45rem; -} - -.cookie_alert { - position: fixed; - display: flex; - width: 100%; - min-height: 70px; - background-color: var(--color-background-secondary); - color: var(--color-foreground-primary); - border-top: 1px solid var(--color-background-border); - bottom: 0; - left: 0; - z-index: 99999; -} - -.cookie_container { - display: flex; - align-items: center; - width: 700px; - max-width: calc(100% - 28px); - margin: auto; -} - -.cookie_alert p { - flex: 1; -} - -.cookie_alert button { - background-color: transparent; - border: none; - width: 26px; - height: 26px; - padding: 0; - cursor: pointer; -} - -.cookie_alert button svg .cls-1 { - stroke: var(--color-foreground-primary); -} - -.cookie_alert button svg { - width: 100%; -} - -.sidebar-logo-container { - display: flex; - height: 100px; -} - -/*======================= -Envinronments grid -========================*/ -.env-grid { - display: flex; - flex-wrap: wrap; - justify-content: center; - width: 100%; - box-sizing: border-box; -} -.env-grid__cell { - display: flex; - flex-direction: column; - width: 180px; - height: 180px; - padding: 10px; -} -.cell__image-container { - display: flex; - height: 148px; - justify-content: center; -} -.cell__image-container img { - max-height: 100%; -} -.cell__title { - display: flex; - justify-content: center; - text-align: center; - align-items: flex-end; - height: 32px; - line-height: 16px; -} -.more-btn { - width: 240px; - margin: 12px auto; - display: block; -} \ No newline at end of file diff --git a/docs/_static/css/env_pages.css b/docs/_static/css/env_pages.css deleted file mode 100644 index 6d3f1efb5..000000000 --- a/docs/_static/css/env_pages.css +++ /dev/null @@ -1,35 +0,0 @@ -.env-grid { - display: flex; - flex-wrap: wrap; - justify-content: center; - width: 100%; - box-sizing: border-box; -} -.env-grid__cell { - display: flex; - flex-direction: column; - width: 180px; - height: 180px; - padding: 10px; -} -.cell__image-container { - display: flex; - height: 148px; - justify-content: center; -} -.cell__image-container img { - max-height: 100%; -} -.cell__title { - display: flex; - justify-content: center; - text-align: center; - align-items: flex-end; - height: 32px; - line-height: 16px; -} -.more-btn { - width: 240px; - margin: 12px auto; - display: block; -} \ No newline at end of file diff --git a/docs/_templates/base.html b/docs/_templates/base.html deleted file mode 100644 index 87f74958b..000000000 --- a/docs/_templates/base.html +++ /dev/null @@ -1,42 +0,0 @@ -{% extends "furo/base.html" %} - -{%- block regular_scripts -%} -{{ super() }} - - - - - - - -{%- endblock regular_scripts -%} \ No newline at end of file diff --git a/docs/_templates/page.html b/docs/_templates/page.html deleted file mode 100644 index 3e9d13326..000000000 --- a/docs/_templates/page.html +++ /dev/null @@ -1,207 +0,0 @@ -{% extends "base.html" %} - -{% block body -%} -{{ super() }} -{% include "partials/icons.html" %} - - - - - - -{% if theme_announcement -%} -