add: галерея (4) первый этаж (плеск бессознательного) улучшен 2
This commit is contained in:
@@ -5,12 +5,12 @@
|
|||||||
|
|
||||||
<!-- Ссылка на полный просмотр картины -->
|
<!-- Ссылка на полный просмотр картины -->
|
||||||
<a href="{% url 'hypn0_site:gallery_detail' item.s_hash_id %}"
|
<a href="{% url 'hypn0_site:gallery_detail' item.s_hash_id %}"
|
||||||
class="absolute inset-0 z-10 flex items-center justify-center p-3 sm:p-4"
|
class="absolute inset-0 z-10 flex items-center justify-center p-3 sm:p-4 border-0 border-none no-underline hover:border-0 hover:border-none focus:outline-none"
|
||||||
title="{{ item.s_title }}">
|
title="{{ item.s_title }}">
|
||||||
<img src="{{ item.file_svg.url }}"
|
<img src="{{ item.file_svg.url }}"
|
||||||
alt="{{ item.s_title }}"
|
alt="{{ item.s_title }}"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
class="w-full h-full object-contain pointer-events-none drop-shadow-sm transition-transform duration-300 group-hover:scale-105">
|
class="w-full h-full object-contain pointer-events-none drop-shadow-sm transition-transform duration-300 group-hover:scale-105 border-0">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- Верхний бейдж: Хэш -->
|
<!-- Верхний бейдж: Хэш -->
|
||||||
|
|||||||
@@ -81,7 +81,7 @@
|
|||||||
<!-- Плавающая кнопка: Назад -->
|
<!-- Плавающая кнопка: Назад -->
|
||||||
<a href="{{ prev_url }}"
|
<a href="{{ prev_url }}"
|
||||||
title="Предыдущая картина [← или A]"
|
title="Предыдущая картина [← или A]"
|
||||||
class="absolute left-3 top-1/2 -translate-y-1/2 w-11 h-11 rounded-full bg-stone-900/70 hover:bg-purple-600 text-white flex items-center justify-center opacity-80 sm:opacity-0 sm:group-hover:opacity-100 transition-all shadow-xl backdrop-blur-md cursor-pointer hover:scale-110 active:scale-90 z-20 border border-white/10">
|
class="absolute left-3 top-1/2 -translate-y-1/2 w-11 h-11 rounded-full bg-stone-900/70 hover:bg-purple-600 text-white flex items-center justify-center opacity-80 sm:opacity-0 sm:group-hover:opacity-100 transition-all shadow-xl backdrop-blur-md cursor-pointer hover:scale-110 active:scale-90 z-20 border border-solid border-white/10 no-underline">
|
||||||
<svg class="w-5 h-5 -ml-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-5 h-5 -ml-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M15 19l-7-7 7-7"/>
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M15 19l-7-7 7-7"/>
|
||||||
</svg>
|
</svg>
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
<!-- Плавающая кнопка: Вперед -->
|
<!-- Плавающая кнопка: Вперед -->
|
||||||
<a href="{{ next_url }}"
|
<a href="{{ next_url }}"
|
||||||
title="Следующая картина [→ или D]"
|
title="Следующая картина [→ или D]"
|
||||||
class="absolute right-3 top-1/2 -translate-y-1/2 w-11 h-11 rounded-full bg-stone-900/70 hover:bg-purple-600 text-white flex items-center justify-center opacity-80 sm:opacity-0 sm:group-hover:opacity-100 transition-all shadow-xl backdrop-blur-md cursor-pointer hover:scale-110 active:scale-90 z-20 border border-white/10">
|
class="absolute right-3 top-1/2 -translate-y-1/2 w-11 h-11 rounded-full bg-stone-900/70 hover:bg-purple-600 text-white flex items-center justify-center opacity-80 sm:opacity-0 sm:group-hover:opacity-100 transition-all shadow-xl backdrop-blur-md cursor-pointer hover:scale-110 active:scale-90 z-20 border border-solid border-white/10 no-underline">
|
||||||
<svg class="w-5 h-5 ml-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg class="w-5 h-5 ml-0.5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M9 5l7 7-7 7"/>
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M9 5l7 7-7 7"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
Reference in New Issue
Block a user