From d57d7fb67693905c4f6d3a181cafc84ec817b6a3 Mon Sep 17 00:00:00 2001 From: Harald Wolff-Thobaben Date: Tue, 23 Nov 2021 00:37:41 +0100 Subject: [PATCH] removed old stylesheets --- index.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index 8bfc76a..8ecfec3 100755 --- a/index.php +++ b/index.php @@ -53,8 +53,8 @@ $rspDesktopWidth = $params->get('rspDesktopWidth'); $rspTabletWidth = $params->get('rspTabletWidth'); $rspGutterWidth = $params->get('rspGutterWidth'); -$this->addStyleDeclaration('@import "' . $tmplBase . '/css/tablet.css' . '" screen and (min-width: '. $rspTabletWidth .') and (max-width: '. $rspDesktopWidth .');'); -$this->addStyleDeclaration('@import "' . $tmplBase . '/css/mobile.css' . '" screen and (max-width: '. $rspTabletWidth .');'); +//$this->addStyleDeclaration('@import "' . $tmplBase . '/css/tablet.css' . '" screen and (min-width: '. $rspTabletWidth .') and (max-width: '. $rspDesktopWidth .');'); +//$this->addStyleDeclaration('@import "' . $tmplBase . '/css/mobile.css' . '" screen and (max-width: '. $rspTabletWidth .');'); $this->addStyleDeclaration(':root { --rspDesktopWidth: ' . $rspDesktopWidth . '; --rspTabletWidth: ' . $rspTabletWidth . '; @@ -67,6 +67,7 @@ $this->addStyleDeclaration(':root { --bs-primary: ' . $params->get('colorPrimary') . '; --bs-secondary: ' . $params->get('colorSecondary') . '; + --bs-tertiary: ' . $params->get('colorTertiary') . '; --bs-background: ' . $params->get('colorBackground') . '; --bs-background-content: ' . $params->get('colorContentBackground') . '; --bs-background-content-rgb: ' . hex2rgb($params->get('colorContentBackground')) . '; @@ -106,7 +107,7 @@ if (!$params->get('solidTopLogo')) {
- +
@@ -127,10 +128,10 @@ if (!$params->get('solidTopLogo')) {
-
-
- -
+
+
+ +