Added marginals animation; stylized site switch button

This commit is contained in:
Simon Martens
2022-11-24 22:27:11 +01:00
parent c00f81e237
commit 5cc684550b
9 changed files with 214710 additions and 35 deletions

View File

@@ -5,10 +5,10 @@
<div class="ha-static">
<h1 class="!leading-tight">Werkübersicht</h1>
<div class="relative">
<table>
<div class="relative desktop:mr-16">
<h3 class="pl-2">Schriften (chronologisch)</h3>
<table class="border-r-2 border-l-2 border-b-2">
<tr >
<th class="pb-4">Schriften (chronologisch)</th>
</tr>
<tr>
<td class="w-1/2 !pr-14">

View File

@@ -61,13 +61,12 @@
</div>
</div>
</nav>
<div class="w-100 absolute right-0 -bottom-10">
<div class="w-auto dark:bg-slate-900 bg-gray-50 text-base py-1 px-2 drop-shadow-sm dark:drop-shadow-md">
<a class="" asp-controller="HKW" asp-action="Index">
<img src="/img/HKW.png" class="inline w-5 h-5 mr-2 border dark:border-none border-gray-300 " alt="HKB-Logo" />
<span class="underline decoration-dotted hover:decoration-solid decoration-slate-500">Kritische Werkedition</span>
</a>
</div>
<div class="switchsites">
<a class="switchsitesbtn" asp-controller="HKW" asp-action="Index">
<img src="/img/HKW.png" alt="HKB-Logo" />
<span class="switchsitestext">Kritische Werkedition</span>
<span class="switchsitesarrow">→</span>
</a>
</div>
@* @if(showCredits)
{

View File

@@ -69,12 +69,11 @@
</div>
</div>
</nav>
<div class="w-100 absolute right-0 -bottom-10">
<div class="w-auto dark:bg-slate-900 bg-gray-50 text-base py-1 px-2 drop-shadow-sm dark:drop-shadow-md">
<a class="" asp-controller="Index" asp-action="Index">
<img src="/img/HKB.png" class="inline w-5 h-5 mr-2 border dark:border-none border-gray-300 " alt="HKB-Logo" />
<span class="underline decoration-dotted hover:decoration-solid decoration-slate-500">Kommentierte Briefausgabe</span>
</a>
</div>
<div class="switchsites">
<a class="switchsitesbtn" asp-controller="Index" asp-action="Index">
<img src="/img/HKB.png" alt="HKB-Logo" />
<span class="switchsitestext">Kommentierte Briefausgabe</span>
<span class="switchsitesarrow">→</span>
</a>
</div>
</header>