diff --git a/public/css/w0bmcustom.css b/public/css/w0bmcustom.css index 106e4d5..f1c89ed 100644 --- a/public/css/w0bmcustom.css +++ b/public/css/w0bmcustom.css @@ -3788,4 +3788,10 @@ button#layout4:before { content: "nojs"; position: relative; font-size: 8px; +} + +.items { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); + grid-gap: 1em; } \ No newline at end of file diff --git a/public/njum/css/cstms.css b/public/njum/css/cstms.css index bcc589d..f450b17 100644 --- a/public/njum/css/cstms.css +++ b/public/njum/css/cstms.css @@ -1037,4 +1037,10 @@ a.badge.video-id { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 1fr; +} + +.items { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); + grid-gap: 1em; } \ No newline at end of file diff --git a/public/nojs/custom.css b/public/nojs/custom.css index 9c7b3e5..5eae51a 100644 --- a/public/nojs/custom.css +++ b/public/nojs/custom.css @@ -73,4 +73,10 @@ p.comment { .col-sm.p-0.sidebar { padding: 15px !important; +} + +.items { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); + grid-gap: 1em; } \ No newline at end of file diff --git a/public/z0mb/css/z0mb.css b/public/z0mb/css/z0mb.css index 9af5637..abddfde 100644 --- a/public/z0mb/css/z0mb.css +++ b/public/z0mb/css/z0mb.css @@ -58,14 +58,14 @@ font-size:10px; padding-left: 5px; } -button#layout1, button#layout2 { +button#layout1, button#layout2, button#layout4, button#layout5 { padding: 0; background: transparent; border: 0; color: white; } -button#layout1:hover, button#layout2:hover { +button#layout1:hover, button#layout2:hover, button#layout4:hover, button#layout5:hover { color:#999999; } @@ -287,4 +287,10 @@ div#categories { display: grid; grid-template-columns: 1fr 1fr; align-self: center; +} + +.items { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); + grid-gap: 1em; } \ No newline at end of file diff --git a/resources/views/layout1/main.blade.php b/resources/views/layout1/main.blade.php index 22cc90b..22779ad 100644 --- a/resources/views/layout1/main.blade.php +++ b/resources/views/layout1/main.blade.php @@ -14,16 +14,15 @@ ?>
+ {{-- MUSS UNBEDINGT NOCH ANGEPASST WERDEN!!! --}} @if(file_exists('/home/sirx/web/devw0bm/w0bm.com/public/thumbs/beta/'.$thumb.'.png')) - - - -@else - - {{$video->tesThumb()}} -@endif - -
+ + @else + {{$video->tesThumb()}} + + @endif + + @endforeach diff --git a/resources/views/layout3/main.blade.php b/resources/views/layout3/main.blade.php new file mode 100644 index 0000000..484ff29 --- /dev/null +++ b/resources/views/layout3/main.blade.php @@ -0,0 +1,26 @@ +@extends('profilelayout') +@section('novidcontent') +
+ @foreach($videos as $video) + file); + ?> +
+ + @if(file_exists('/home/sirx/web/devw0bm/w0bm.com/public/thumbs/beta/'.$thumb.'.png')) + + + +@else + + {{$video->tesThumb()}} +@endif + +
+ @endforeach +
+ +
+ {!! $videos->render() !!} +
+@endsection diff --git a/resources/views/layout4/main.blade.php b/resources/views/layout4/main.blade.php new file mode 100644 index 0000000..484ff29 --- /dev/null +++ b/resources/views/layout4/main.blade.php @@ -0,0 +1,26 @@ +@extends('profilelayout') +@section('novidcontent') +
+ @foreach($videos as $video) + file); + ?> +
+ + @if(file_exists('/home/sirx/web/devw0bm/w0bm.com/public/thumbs/beta/'.$thumb.'.png')) + + + +@else + + {{$video->tesThumb()}} +@endif + +
+ @endforeach +
+ +
+ {!! $videos->render() !!} +
+@endsection