]> git.mxchange.org Git - friendica.git/commitdiff
Added #Stolzmonat sub-theme for Germany
authorRoland Häder <roland@mxchange.org>
Tue, 6 Jun 2023 23:13:14 +0000 (01:13 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 17 Jan 2024 00:03:04 +0000 (01:03 +0100)
view/theme/frio/scheme/stolzmonat_DE.css [new file with mode: 0644]
view/theme/frio/scheme/stolzmonat_DE.php [new file with mode: 0644]

diff --git a/view/theme/frio/scheme/stolzmonat_DE.css b/view/theme/frio/scheme/stolzmonat_DE.css
new file mode 100644 (file)
index 0000000..86d55cb
--- /dev/null
@@ -0,0 +1,14 @@
+/*
+    Licence    : AGPL
+
+    Created on : 07.06.2023 01:05
+    Author     : @roland@f.haeder.net
+
+    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;
+}
diff --git a/view/theme/frio/scheme/stolzmonat_DE.php b/view/theme/frio/scheme/stolzmonat_DE.php
new file mode 100644 (file)
index 0000000..5d63946
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+/*
+ * Name: #StolzMonat - German flag
+ * Author: @roland@f.haeder.net
+ *
+ * This is satire!
+ */
+$nav_bg = "#708fa0";
+$nav_icon_color = "#fff";
+$link_color = "#6fdbe8";
+$background_color = "#ededed";
+$contentbg_transp = 100;