From a3460e72d547f53abcd6bb39741292b3db9b64b6 Mon Sep 17 00:00:00 2001 From: xoy Date: Thu, 13 Jun 2024 14:31:22 +0200 Subject: [PATCH] [Upload custom shit] --- ctdo-wp-raumstatus-widget-custom.html | 19 +++++++ ctdo-wp-responsive-custom-css.css | 74 +++++++++++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 ctdo-wp-raumstatus-widget-custom.html create mode 100644 ctdo-wp-responsive-custom-css.css diff --git a/ctdo-wp-raumstatus-widget-custom.html b/ctdo-wp-raumstatus-widget-custom.html new file mode 100644 index 0000000..55f8b09 --- /dev/null +++ b/ctdo-wp-raumstatus-widget-custom.html @@ -0,0 +1,19 @@ +

Raumstatus

+
+ + + + Unbekannt +
+ diff --git a/ctdo-wp-responsive-custom-css.css b/ctdo-wp-responsive-custom-css.css new file mode 100644 index 0000000..67cd753 --- /dev/null +++ b/ctdo-wp-responsive-custom-css.css @@ -0,0 +1,74 @@ +.site-description { + width: 180px; + text-align: left; + padding-left: 16px; +} + +.site-title { + text-wrap: nowrap; + text-align: left; +} + +@media only screen and (max-width: 991px) { + #secondary { + position: absolute; + width: 100% !important; + display: flex; + flex-direction: column; + left: 0; + } + + #secondary div.widget-wrapper { + position: relative; + display: block !important; + max-width: 512px !important; + width: 100% !important; + border: 1px solid #EAEAEA; + margin: auto !important; + } + + #primary { + margin-top: 850px; + width: 100% !important; + } +} + +@media only screen and (max-width: 575px) { + .site-description { + padding-left: 0; + } + + .custom-logo { + margin: auto; + } + + .site-title-tagline { + display: inline-block; + width: auto; + margin: auto; + } + + .main-navigation-wrapper .menu-toggle { + width: 100% !important; + background-color: rgb(0, 102, 204) !important; +} + + .main-navigation-wrapper .menu-toggle i { + width: 100%; + } + + .main-navigation-wrapper #header-menu li { + display: flex !important; + flex-direction: column !important; + justify-content: center !important; + } + + .main-navigation-wrapper #header-menu li a { + display: inline-block; + width: 80%; + } + + .main-navigation-wrapper #header-menu li span{ + width: 20%; + } +}