From: Roland Häder Date: Wed, 7 Jun 2023 00:32:32 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=35e11d98aab9d87b568f18d03eac802f92c99380;p=friendica.git Continued: - also re-colored some parts into #StolzMonat --- diff --git a/view/theme/frio/scheme/stolzmonat_DE.css b/view/theme/frio/scheme/stolzmonat_DE.css index 86d55cb0eb..ee169401e4 100644 --- a/view/theme/frio/scheme/stolzmonat_DE.css +++ b/view/theme/frio/scheme/stolzmonat_DE.css @@ -6,9 +6,50 @@ This is satire! */ -#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-position: 0 0,0 8px,0 16px,0 24px,0 32px,0 40px,0 48px !important; - background-size: 100% 15% !important; + +#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-position: 0 0,0 8px,0 16px,0 24px,0 32px,0 40px,0 48px !important; + background-size: 100% 15% !important; +} + +#topbar-first .nav > .open > a, +#topbar-first .nav > .open > button { + background-color: black !important; +} + +.nav-pills .dropdown-menu, +.nav-tabs .dropdown-menu, +.account .dropdown-menu, +.contact-photo-wrapper .dropdown-menu { + background-color: black !important; +} + +.btn.btn-primary { + background: black !important; +} + +aside .widget li:hover, +aside .widget li.selected, +.nav-container .widget li:hover { + border-left: 3px solid rgba(253, 241, 0) !important; +} + +ul.tabs li a { + color: rgba(238, 27, 36) !important; +} + +body a:hover, +.btn-link:hover, +body a:focus, +.btn-link:focus, +body a:active, +.btn-link:active, +body a.active, +.btn-link.active { + color: #59d6e4; + outline-color: rgb(253, 241, 0) !important; + text-decoration: none; } diff --git a/view/theme/frio/scheme/stolzmonat_DE.php b/view/theme/frio/scheme/stolzmonat_DE.php index d06999a8c4..338e87a384 100644 --- a/view/theme/frio/scheme/stolzmonat_DE.php +++ b/view/theme/frio/scheme/stolzmonat_DE.php @@ -7,7 +7,8 @@ */ $nav_bg = "#708fa0"; $nav_icon_color = "#fff"; -$link_color = "#6fdbe8"; $background_color = "#ededed"; +$link_color = "#fdf100"; $contentbg_transp = 100; $nav_icon_hover_color = "black"; +$btn_primary_hover_color = "black";