From 68257d574eac269a96fe39bc681170f56a539b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Sun, 17 Dec 2023 15:32:12 +0100 Subject: [PATCH] . --- content/includes/css.blade.php | 4 ++++ content/master.blade.php | 2 +- variables.json | 8 ++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index b50b979..2fc6f94 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -4,7 +4,11 @@ body{ background-color: {{$_primary_background_color}}; font-family: {{$_schriftart}}; + + background-image: url("{{$_background_pattern}}"); + background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.2' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"); } + .bg-ci { background-color: {{$_primary_ci_color}}; } footer { color: {{$_footer_color}} ; diff --git a/content/master.blade.php b/content/master.blade.php index 0cf3856..c0aa53e 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -49,7 +49,7 @@
- {{config('settings.name')}} + {{config('settings.name')}} diff --git a/variables.json b/variables.json index 69ca02b..7ae8539 100644 --- a/variables.json +++ b/variables.json @@ -180,6 +180,14 @@ "description": "Eine Infobar am oberen Rand der Homepage, welche Standort und Telefonnummer anzeigt.", "required": true }, + + { + "id": "Background Pattern", + "name": "Hintergrund Pattern", + "type": "string", + "value": "", + "required": false + }, { "name": "Schriftart", "type": "select",