From: Roland Häder Date: Sun, 8 Jun 2025 18:20:16 +0000 (+0200) Subject: Some changes for German #StolzMonat theme X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=badc7b4e59b6f07e3efd76b4698e1626be9a686a;p=friendica.git Some changes for German #StolzMonat theme --- diff --git a/view/theme/frio/scheme/stolzmonat_DE.css b/view/theme/frio/scheme/stolzmonat_DE.css index 0ed05ded87..f6defccebb 100644 --- a/view/theme/frio/scheme/stolzmonat_DE.css +++ b/view/theme/frio/scheme/stolzmonat_DE.css @@ -10,7 +10,7 @@ #topbar-first, nav.navbar { background-repeat: no-repeat !important; - background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),linear-gradient(rgba(73, 0, 11, 0.8), rgba(73, 0, 11, 0.8)),linear-gradient(rgba(143, 0, 22, 0.8), rgba(143, 0, 22, 0.8)),linear-gradient(rgba(238, 27, 36, 0.8), rgba(238, 27, 36, 0.8)),linear-gradient(rgba(255, 126, 38, 0.8), rgba(255, 126, 38, 0.8)),linear-gradient(rgba(255, 202, 12, 0.8), rgba(255, 202, 12, 0.8)),linear-gradient(rgba(253, 241, 0, 0.8), rgba(253, 241, 0, 0.8)) !important; + background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), linear-gradient(rgba(73, 0, 11, 0.8), rgba(73, 0, 11, 0.8)), linear-gradient(rgba(143, 0, 22, 0.8), rgba(143, 0, 22, 0.8)), linear-gradient(rgba(238, 27, 36, 0.8), rgba(238, 27, 36, 0.8)), linear-gradient(rgba(255, 126, 38, 0.8), rgba(255, 126, 38, 0.8)), linear-gradient(rgba(255, 202, 12, 0.8), rgba(255, 202, 12, 0.8)), linear-gradient(rgba(253, 241, 0, 0.8), rgba(255, 255, 0, 0.8)) !important; background-position: 0 0,0 8px,0 16px,0 24px,0 32px,0 40px,0 48px !important; background-size: 100% 15% !important; } diff --git a/view/theme/frio/scheme/stolzmonat_DE.php b/view/theme/frio/scheme/stolzmonat_DE.php index e040ad2974..d8b1925191 100644 --- a/view/theme/frio/scheme/stolzmonat_DE.php +++ b/view/theme/frio/scheme/stolzmonat_DE.php @@ -5,8 +5,8 @@ * * This is satire! */ -$nav_bg = "#708fa0"; -$nav_icon_color = "#fff"; +$nav_bg = "black"; +$nav_icon_color = "white"; $background_color = "#ededed"; $link_color = "#d4333d"; $contentbg_transp = 100;