From 7590f5618569372d5f9ec967294ea79524581c09 Mon Sep 17 00:00:00 2001 From: bernardhanna Date: Wed, 3 Sep 2025 16:02:04 +0100 Subject: [PATCH 1/2] cookiescript declaration --- resources/views/static/cookie.blade.php | 339 ++++++++++++++++++------ 1 file changed, 255 insertions(+), 84 deletions(-) diff --git a/resources/views/static/cookie.blade.php b/resources/views/static/cookie.blade.php index 9c32250c7..3e7329d73 100644 --- a/resources/views/static/cookie.blade.php +++ b/resources/views/static/cookie.blade.php @@ -8,19 +8,26 @@ a { color: #1C4DA1 !important; font-weight: 600 !important; + text-decoration: underline; } p { padding: 0 !important; + margin-bottom: 1rem; + } + + strong { + font-weight: 700; } table { border-radius: 16px; border-collapse: separate; + margin: 2rem 0; thead tr th { - background-color: #410098; + background-color: #f95c22; color: #fff; - font-size: 20px; + font-size: 18px; font-weight: 600; padding: 16px 24px; @@ -34,30 +41,30 @@ tbody tr { td { - font-size: 18px; + font-size: 16px; padding: 16px 24px; - border-bottom: 2px solid #B399D6; - border-left: 2px solid #B399D6; - border-right: 2px solid #B399D6; + border: 2px solid #f95c22; + border-top: 0; + opacity: 0.8; - &:first-child { - border-left: 2px solid #B399D6; + &:not(:last-child) { + border-right: 0; } - &:last-child { - border-right: 2px solid #B399D6; + &:not(:first-child) { + border-left: 0; } } - &:nth-child(even) td { - background-color: #F5F2FA; + &:first-child td { + border-top: 2px solid #f95c22; + opacity: 0.8; } - &:first-child td { - border-top: 2px solid #B399D6; + &:nth-child(even) td { + background-color: #FFF5F2; } &:last-child td { - border-bottom: 2px solid #B399D6; &:first-child { border-bottom-left-radius: 16px; } @@ -67,6 +74,30 @@ } } } + + h3 { + color: #000; + font-weight: 700; + font-size: 1.5rem; + margin: 2rem 0 1rem 0; + } + + h4 { + color: #000; + font-weight: 600; + font-size: 1.25rem; + margin: 1.5rem 0 1rem 0; + } + + ul { + list-style: disc; + margin-left: 2rem; + margin-bottom: 1rem; + + li { + margin-bottom: 0.5rem; + } + } } @@ -85,94 +116,234 @@
-
@endsection @push('scripts') - - - - @endpush \ No newline at end of file From b27a3ddc33b768c2fc68e899e093db44e9731141 Mon Sep 17 00:00:00 2001 From: bernardhanna Date: Wed, 3 Sep 2025 16:05:05 +0100 Subject: [PATCH 2/2] youtubve gdpr improve --- resources/views/layout/video-player.blade.php | 71 ++++++++++++++++--- 1 file changed, 61 insertions(+), 10 deletions(-) diff --git a/resources/views/layout/video-player.blade.php b/resources/views/layout/video-player.blade.php index d714ee620..4d552bcea 100644 --- a/resources/views/layout/video-player.blade.php +++ b/resources/views/layout/video-player.blade.php @@ -1,7 +1,7 @@
@if ($src) @@ -9,25 +9,76 @@ class="bg-yellow hover:bg-primary rounded-full w-20 h-20 duration-300 flex justi \ No newline at end of file