mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2026-01-02 08:30:15 +00:00
cleanup and start with nostr
This commit is contained in:
@@ -11,58 +11,23 @@
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
@stack('feeds')
|
||||
{!! seo($SEOData ?? null) !!}
|
||||
<!-- Fonts -->
|
||||
{{-- Fonts --}}
|
||||
@googlefonts
|
||||
<!-- Scripts -->
|
||||
<script src="https://mempool.space/mempool.js"></script>
|
||||
<script src="{{ asset('dist/jquery.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/jquery-jvectormap-2.0.5.min.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/world-mill.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/europe-merc.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/de.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/at.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/ch.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/fr.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/es.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/it.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/pt.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/pl.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/se.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/mx.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/us.js') }}"></script>
|
||||
<script src="{{ asset('dist/smoothscroll.js') }}"></script>
|
||||
{{-- Scripts --}}
|
||||
<script src="https://kit.fontawesome.com/866fd3d0ab.js" crossorigin="anonymous"></script>
|
||||
@mapstyles
|
||||
@mapscripts
|
||||
<script src="{{ asset('dist/heatmap.min.js') }}"></script>
|
||||
<script src="{{ asset('dist/leaflet-heatmap.js') }}"></script>
|
||||
<script src="{{ asset('dist/leaflet-providers.js') }}"></script>
|
||||
<wireui:scripts/>
|
||||
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
||||
<!-- Styles -->
|
||||
<link rel="stylesheet" href="{{ asset('vendor/jvector/jquery-jvectormap-2.0.5.css') }}" type="text/css"
|
||||
media="screen"/>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/easymde/dist/easymde.min.css">
|
||||
<x-comments::styles/>
|
||||
<x-embed-styles/>
|
||||
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
||||
{{-- Styles --}}
|
||||
@livewireStyles
|
||||
@include('layouts.styles')
|
||||
</head>
|
||||
<body class="font-sans antialiased {{ isset($darkModeDisabled) && $darkModeDisabled ? '' : 'bg-21gray' }} dark">
|
||||
<body class="font-sans antialiased">
|
||||
<x-notifications z-index="z-[99999]" blur="md" align="center"/>
|
||||
<x-dialog z-index="z-[99999]" blur="md" align="center"/>
|
||||
@if(auth()->user())
|
||||
{{-- HIGHSCORE-CHAT --}}
|
||||
<livewire:chat.highscore-chat/>
|
||||
@endif
|
||||
<livewire:laravel-echo/>
|
||||
<x-jet-banner/>
|
||||
<div class="min-h-screen">
|
||||
<!-- Page Content -->
|
||||
<main>
|
||||
{{ $slot }}
|
||||
</main>
|
||||
</div>
|
||||
{{ $slot }}
|
||||
@stack('modals')
|
||||
@livewireScripts
|
||||
<x-comments::scripts/>
|
||||
|
||||
@@ -11,56 +11,23 @@
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
@stack('feeds')
|
||||
{!! seo($SEOData ?? null) !!}
|
||||
<!-- Fonts -->
|
||||
{{-- Fonts --}}
|
||||
@googlefonts
|
||||
<!-- Scripts -->
|
||||
<link rel="stylesheet" href="{{ asset('vendor/jvector/jquery-jvectormap-2.0.5.css') }}" type="text/css"
|
||||
media="screen"/>
|
||||
<script src="https://mempool.space/mempool.js"></script>
|
||||
<script src="{{ asset('dist/jquery.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/jquery-jvectormap-2.0.5.min.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/world-mill.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/europe-merc.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/de.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/at.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/ch.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/fr.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/es.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/it.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/pt.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/pl.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/se.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/mx.js') }}"></script>
|
||||
<script src="{{ asset('vendor/jvector/maps/us.js') }}"></script>
|
||||
<script src="{{ asset('dist/smoothscroll.js') }}"></script>
|
||||
{{-- Scripts --}}
|
||||
<script src="https://kit.fontawesome.com/866fd3d0ab.js" crossorigin="anonymous"></script>
|
||||
@mapscripts
|
||||
<script src="{{ asset('dist/heatmap.min.js') }}"></script>
|
||||
<script src="{{ asset('dist/leaflet-heatmap.js') }}"></script>
|
||||
<script src="{{ asset('dist/leaflet-providers.js') }}"></script>
|
||||
<wireui:scripts/>
|
||||
<x-embed-styles />
|
||||
<x-embed-styles/>
|
||||
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
||||
<!-- Styles -->
|
||||
<x-comments::styles/>
|
||||
{{-- Styles --}}
|
||||
@livewireStyles
|
||||
@include('layouts.styles')
|
||||
</head>
|
||||
<body class="font-sans antialiased bg-21gray dark">
|
||||
<body class="font-sans antialiased">
|
||||
<x-notifications z-index="z-[99999]" blur="md" align="center"/>
|
||||
<x-dialog z-index="z-[99999]" blur="md" align="center" />
|
||||
@if(auth()->user())
|
||||
{{-- HIGHSCORE-CHAT --}}
|
||||
<livewire:chat.highscore-chat/>
|
||||
@endif
|
||||
<x-dialog z-index="z-[99999]" blur="md" align="center"/>
|
||||
<livewire:laravel-echo/>
|
||||
<x-jet-banner/>
|
||||
<div class="min-h-screen">
|
||||
<!-- Page Content -->
|
||||
<main>
|
||||
{{ $slot }}
|
||||
</main>
|
||||
</div>
|
||||
{{ $slot }}
|
||||
@stack('modals')
|
||||
@livewireScripts
|
||||
<x-comments::scripts/>
|
||||
|
||||
@@ -1,67 +1,4 @@
|
||||
<style>
|
||||
.shiki .highlight {
|
||||
background-color: hsl(197, 88%, 94%);
|
||||
padding: 3px 0;
|
||||
}
|
||||
|
||||
.shiki .add {
|
||||
background-color: hsl(136, 100%, 96%);
|
||||
padding: 3px 0;
|
||||
}
|
||||
|
||||
.shiki .del {
|
||||
background-color: hsl(354, 100%, 96%);
|
||||
padding: 3px 0;
|
||||
}
|
||||
|
||||
.shiki.focus .line:not(.focus) {
|
||||
transition: all 250ms;
|
||||
filter: blur(2px);
|
||||
}
|
||||
|
||||
.shiki.focus:hover .line {
|
||||
transition: all 250ms;
|
||||
filter: blur(0);
|
||||
}
|
||||
|
||||
.comments {
|
||||
--comments-color-background: rgb(34, 34, 34);
|
||||
--comments-color-background: rgb(34, 34, 34);
|
||||
--comments-color-background-nested: rgb(34, 34, 34);
|
||||
--comments-color-background-paper: rgb(55, 51, 51);
|
||||
--comments-color-background-info: rgb(104, 89, 214);
|
||||
|
||||
--comments-color-reaction: rgb(59, 59, 59);
|
||||
--comments-color-reaction-hover: rgb(65, 63, 63);
|
||||
--comments-color-reacted: rgba(67, 56, 202, 0.25);
|
||||
--comments-color-reacted-hover: rgba(67, 56, 202, 0.5);
|
||||
|
||||
--comments-color-border: rgb(221, 221, 221);
|
||||
|
||||
--comments-color-text: white;
|
||||
--comments-color-text-dimmed: rgb(164, 164, 164);
|
||||
--comments-color-text-inverse: white;
|
||||
|
||||
--comments-color-accent: rgba(67, 56, 202);
|
||||
--comments-color-accent-hover: rgba(67, 56, 202, 0.75);
|
||||
|
||||
--comments-color-danger: rgb(225, 29, 72);
|
||||
--comments-color-danger-hover: rgb(225, 29, 72, 0.75);
|
||||
|
||||
--comments-color-success: rgb(10, 200, 134);
|
||||
--comments-color-success-hover: rgb(10, 200, 134, 0.75);
|
||||
|
||||
--comments-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
||||
}
|
||||
|
||||
.comments-button {
|
||||
background-color: #F7931A !important;
|
||||
}
|
||||
|
||||
.leaflet-pane {
|
||||
z-index: 0 !important;
|
||||
}
|
||||
|
||||
[x-cloak] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user