Search.krzak.org

This commit is contained in:
2026-03-18 17:34:59 +01:00
parent 5e8d490412
commit dfc2432979
2 changed files with 49 additions and 0 deletions

View File

@@ -78,6 +78,12 @@
</h1> </h1>
<p class="slide-down">Hi, welcome to krzak.org</p> <p class="slide-down">Hi, welcome to krzak.org</p>
<ul> <ul>
<li class="slide-up" style="animation-delay: 0.05s">
<a href="https://search.krzak.org" class="search-link">
<strong>Search</strong>
<span>OmniSearch</span>
</a>
</li>
<li class="slide-up" style="animation-delay: 0.1s"> <li class="slide-up" style="animation-delay: 0.1s">
<a href="https://fedi.krzak.org" class="sharkey-link"> <a href="https://fedi.krzak.org" class="sharkey-link">
<strong>Fediverse</strong> <strong>Fediverse</strong>

View File

@@ -877,6 +877,49 @@ li a span {
z-index: 1; z-index: 1;
} }
/* --- Search Link - Deep Twilight Theme --- */
.search-link {
background: linear-gradient(
135deg,
rgba(244, 162, 97, 0.1) 0%,
rgba(244, 162, 97, 0.05) 100%
) !important;
border: 2px solid rgba(244, 162, 97, 0.2) !important;
position: relative;
box-shadow: 0 0 15px rgba(244, 162, 97, 0.1) !important;
}
.search-link::after {
background: linear-gradient(
90deg,
transparent,
rgba(244, 162, 97, 0.2),
transparent
) !important;
}
.search-link:hover {
border-color: #f4a261 !important;
box-shadow: 0 4px 20px rgba(244, 162, 97, 0.4) !important;
transform: translateY(-2px) scale(1.01) !important;
background: linear-gradient(
135deg,
rgba(244, 162, 97, 0.15) 0%,
rgba(244, 162, 97, 0.1) 100%
) !important;
}
.search-link strong {
color: #f4a261 !important;
position: relative;
z-index: 1;
}
.search-link span {
color: #ffd0a0 !important;
opacity: 0.9 !important;
}
/* Floating AI chat joke widget */ /* Floating AI chat joke widget */
.ai-chat { .ai-chat {
position: fixed; position: fixed;