Search.krzak.org
This commit is contained in:
@@ -78,6 +78,12 @@
|
||||
</h1>
|
||||
<p class="slide-down">Hi, welcome to krzak.org</p>
|
||||
<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">
|
||||
<a href="https://fedi.krzak.org" class="sharkey-link">
|
||||
<strong>Fediverse</strong>
|
||||
|
||||
43
styles.css
43
styles.css
@@ -877,6 +877,49 @@ li a span {
|
||||
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 */
|
||||
.ai-chat {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user