From e143017432efebad038af285089e4450a6dd3770 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 26 Nov 2025 00:34:46 +0000 Subject: [PATCH 01/40] Tinkering with CSS/JS dark more --- resources/views/layouts/default.blade.php | 352 +++++++++++++++++++--- 1 file changed, 315 insertions(+), 37 deletions(-) diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index 0b8ca9410a98..8fa6e3a03180 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -1,6 +1,5 @@ - + @@ -34,36 +33,239 @@ {{-- stylesheets --}} - @if (($snipeSettings) && ($snipeSettings->allow_user_skin==1) && Auth::check() && Auth::user()->present()->skin != '') - - @else - - @endif + {{-- page level css --}} @stack('css') - - @if (($snipeSettings) && ($snipeSettings->header_color!='')) - - @endif + {{-- Custom CSS --}} @if (($snipeSettings) && ($snipeSettings->custom_css)) @@ -88,12 +290,7 @@ -@if (($snipeSettings) && ($snipeSettings->allow_user_skin==1) && Auth::check() && Auth::user()->present()->skin != '') - - @else - - @endif - + {{ trans('general.skip_to_main_content') }}
@@ -102,7 +299,6 @@ -