]> git.mxchange.org Git - friendica.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 7 Jun 2023 00:49:00 +0000 (02:49 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 10 Mar 2024 13:04:30 +0000 (14:04 +0100)
- fixed some colors

view/theme/frio/scheme/stolzmonat_DE.css
view/theme/frio/scheme/stolzmonat_DE.php

index 86d55cb0eb7c5fc730cea4ad45e20f77a570ab57..aaad0735afd419e84fc35f80594e13174e3a4593 100644 (file)
@@ -6,9 +6,49 @@
 
     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,
+.btn.btn-primary,
+.btn-info {
+       background-color: 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 {
+       outline-color: rgb(253, 241, 0) !important;
+}
+
+.btn-info {
+       background-image: linear-gradient(to bottom, #fdfdfd 0, black 100%);
 }
index d06999a8c413cd0e2ab04407e8e220ef0a6f0e17..4b71c5e68a5634e57f014bd3764ef092e41a6794 100644 (file)
@@ -7,7 +7,7 @@
  */
 $nav_bg = "#708fa0";
 $nav_icon_color = "#fff";
-$link_color = "#6fdbe8";
+$link_color = "#d4333d";
 $background_color = "#ededed";
 $contentbg_transp = 100;
 $nav_icon_hover_color = "black";