Kreatyw
This commit is contained in:
@@ -1 +1 @@
|
|||||||
dh=3a1132d1648012ff44220c5c66e1813204f7b185
|
dh=3a1132d1648012ff44220c5c66e1813204f7b185
|
||||||
|
|||||||
@@ -137,4 +137,4 @@
|
|||||||
<script src="/animations.js"></script>
|
<script src="/animations.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -78,4 +78,4 @@
|
|||||||
<script src="/animations.js"></script>
|
<script src="/animations.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
2
icon.svg
2
icon.svg
@@ -4,4 +4,4 @@
|
|||||||
<path fill="#8b4789" d="M6.795 29.7c-3.178-4.635-1-15.8-1-15.8s9.021 1.165 12.2 5.8c3.178 4.635 2.2 15.2 2.2 15.2s-10.222-.565-13.4-5.2zm36.8 7.8c-6.831-5.201-4-13.6-4-13.6s7.231-2.554 14 2.6 7.8 14 7.8 14-10.97 2.201-17.8-3z"/>
|
<path fill="#8b4789" d="M6.795 29.7c-3.178-4.635-1-15.8-1-15.8s9.021 1.165 12.2 5.8c3.178 4.635 2.2 15.2 2.2 15.2s-10.222-.565-13.4-5.2zm36.8 7.8c-6.831-5.201-4-13.6-4-13.6s7.231-2.554 14 2.6 7.8 14 7.8 14-10.97 2.201-17.8-3z"/>
|
||||||
<path fill="#ffe8d6" d="M31.895 5.393c.481.995-.338 2.386-1.83 3.107-1.49.722-3.09.501-3.57-.493-.482-.995.337-2.386 1.829-3.107 1.491-.722 3.09-.501 3.571.493zm25.338 8.56c.265.667-.478 1.588-1.66 2.056-1.18.467-2.352.306-2.616-.362-.265-.667.478-1.588 1.659-2.056 1.18-.468 2.353-.306 2.617.362zm-26.218 23.66c.477.872-.354 2.245-1.857 3.066-1.502.822-3.106.78-3.583-.092-.477-.872.354-2.245 1.856-3.066 1.502-.822 3.107-.78 3.584.092z"/>
|
<path fill="#ffe8d6" d="M31.895 5.393c.481.995-.338 2.386-1.83 3.107-1.49.722-3.09.501-3.57-.493-.482-.995.337-2.386 1.829-3.107 1.491-.722 3.09-.501 3.571.493zm25.338 8.56c.265.667-.478 1.588-1.66 2.056-1.18.467-2.352.306-2.616-.362-.265-.667.478-1.588 1.659-2.056 1.18-.468 2.353-.306 2.617.362zm-26.218 23.66c.477.872-.354 2.245-1.857 3.066-1.502.822-3.106.78-3.583-.092-.477-.872.354-2.245 1.856-3.066 1.502-.822 3.107-.78 3.584.092z"/>
|
||||||
<path fill="none" stroke="#f4a261" stroke-linecap="round" stroke-width=".5" d="M7.195 16.3s3.909 4.733 5.41 7.277c1.563 2.651 3.79 8.323 3.79 8.323m24.8-5.6s3.5 5.176 6.36 7.172c2.873 2.004 10.84 4.828 10.84 4.828"/>
|
<path fill="none" stroke="#f4a261" stroke-linecap="round" stroke-width=".5" d="M7.195 16.3s3.909 4.733 5.41 7.277c1.563 2.651 3.79 8.323 3.79 8.323m24.8-5.6s3.5 5.176 6.36 7.172c2.873 2.004 10.84 4.828 10.84 4.828"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
351
index.html
351
index.html
@@ -1,145 +1,230 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>Krzak.org</title>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
|
||||||
<head>
|
<!-- Favicons -->
|
||||||
<title>Krzak.org</title>
|
<link rel="icon" type="image/svg+xml" href="/favicons/favicon.svg" />
|
||||||
<meta charset="utf-8" />
|
<link
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
rel="icon"
|
||||||
|
type="image/png"
|
||||||
|
sizes="16x16"
|
||||||
|
href="/favicons/favicon-16x16.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/png"
|
||||||
|
sizes="32x32"
|
||||||
|
href="/favicons/favicon-32x32.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/png"
|
||||||
|
sizes="48x48"
|
||||||
|
href="/favicons/favicon-48x48.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/png"
|
||||||
|
sizes="96x96"
|
||||||
|
href="/favicons/favicon-96x96.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="icon"
|
||||||
|
type="image/png"
|
||||||
|
sizes="192x192"
|
||||||
|
href="/favicons/favicon-192x192.png"
|
||||||
|
/>
|
||||||
|
<link
|
||||||
|
rel="apple-touch-icon"
|
||||||
|
sizes="180x180"
|
||||||
|
href="/favicons/favicon-180x180.png"
|
||||||
|
/>
|
||||||
|
<link rel="shortcut icon" href="/favicons/favicon.ico" />
|
||||||
|
|
||||||
<!-- Favicons -->
|
<!-- Android Chrome -->
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicons/favicon.svg" />
|
<link
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png" />
|
rel="icon"
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png" />
|
type="image/png"
|
||||||
<link rel="icon" type="image/png" sizes="48x48" href="/favicons/favicon-48x48.png" />
|
sizes="192x192"
|
||||||
<link rel="icon" type="image/png" sizes="96x96" href="/favicons/favicon-96x96.png" />
|
href="/favicons/favicon-192x192.png"
|
||||||
<link rel="icon" type="image/png" sizes="192x192" href="/favicons/favicon-192x192.png" />
|
/>
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/favicon-180x180.png" />
|
<link
|
||||||
<link rel="shortcut icon" href="/favicons/favicon.ico" />
|
rel="icon"
|
||||||
|
type="image/png"
|
||||||
|
sizes="512x512"
|
||||||
|
href="/favicons/favicon-512x512.png"
|
||||||
|
/>
|
||||||
|
|
||||||
<!-- Android Chrome -->
|
<!-- PWA -->
|
||||||
<link rel="icon" type="image/png" sizes="192x192" href="/favicons/favicon-192x192.png" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
<link rel="icon" type="image/png" sizes="512x512" href="/favicons/favicon-512x512.png" />
|
<meta name="theme-color" content="#2a1a5e" />
|
||||||
|
|
||||||
<!-- PWA -->
|
<link rel="stylesheet" href="/styles.css" />
|
||||||
<link rel="manifest" href="/manifest.json" />
|
|
||||||
<meta name="theme-color" content="#2a1a5e" />
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/styles.css" />
|
<link href="https://fedi.krzak.org/@krzak" rel="me" />
|
||||||
|
<link href="https://fedi.krzak.org/@n0va" rel="me" />
|
||||||
|
</head>
|
||||||
|
|
||||||
<link href="https://fedi.krzak.org/@krzak" rel="me" />
|
<body>
|
||||||
<link href="https://fedi.krzak.org/@n0va" rel="me" />
|
<div class="container fade-in">
|
||||||
</head>
|
<h1 class="slide-down">
|
||||||
|
<span class="icon">
|
||||||
|
<img src="/icon.svg" alt="krzak.org" />
|
||||||
|
</span>
|
||||||
|
Krzak.org
|
||||||
|
</h1>
|
||||||
|
<p class="slide-down">Hi, welcome to krzak.org</p>
|
||||||
|
<ul>
|
||||||
|
<li class="slide-up" style="animation-delay: 0.1s">
|
||||||
|
<a href="https://fedi.krzak.org">
|
||||||
|
<strong>Fediverse</strong>
|
||||||
|
<span>Sharkey</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="slide-up" style="animation-delay: 0.15s">
|
||||||
|
<a href="https://mail.krzak.org">
|
||||||
|
<strong>Mail</strong>
|
||||||
|
<span>Mailu</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="slide-up" style="animation-delay: 0.2s">
|
||||||
|
<a href="https://music.krzak.org">
|
||||||
|
<strong>Music</strong>
|
||||||
|
<span>Jellyfin</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="slide-up" style="animation-delay: 0.25s">
|
||||||
|
<a
|
||||||
|
href="https://kreatyw.krzak.org"
|
||||||
|
style="
|
||||||
|
background-color: #000;
|
||||||
|
border: 2px solid #27272a;
|
||||||
|
vertical-align: middle;
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<strong
|
||||||
|
style="color: #fff"
|
||||||
|
style="vertical-align: middle"
|
||||||
|
style="font-size: 1.5rem"
|
||||||
|
>
|
||||||
|
<img
|
||||||
|
src="https://kreatyw.krzak.org/ui/icon.png"
|
||||||
|
width="32"
|
||||||
|
height="32"
|
||||||
|
style="vertical-align: middle"
|
||||||
|
/>
|
||||||
|
Kreatyw
|
||||||
|
</strong>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="slide-up" style="animation-delay: 0.3s">
|
||||||
|
<a href="https://mu.krzak.org">
|
||||||
|
<strong>Music Upload</strong>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="slide-up" style="animation-delay: 0.35s">
|
||||||
|
<a href="https://git.krzak.org">
|
||||||
|
<strong>Git</strong>
|
||||||
|
<span>Gitea</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="slide-up" style="animation-delay: 0.4s">
|
||||||
|
<a href="https://rss.krzak.org">
|
||||||
|
<strong>RSS</strong>
|
||||||
|
<span>Miniflux</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="slide-up" style="animation-delay: 0.45s">
|
||||||
|
<a href="https://paste.krzak.org">
|
||||||
|
<strong>Paste</strong>
|
||||||
|
<span>Opengist</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="slide-up" style="animation-delay: 0.5s">
|
||||||
|
<a href="https://share.krzak.org">
|
||||||
|
<strong>Share</strong>
|
||||||
|
<span>FilePizza</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="slide-up" style="animation-delay: 0.55s">
|
||||||
|
<a href="https://link.krzak.org">
|
||||||
|
<strong>Link Shortener</strong>
|
||||||
|
<span>Shlink</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="slide-up" style="animation-delay: 0.6s">
|
||||||
|
<a href="/mc.html">
|
||||||
|
<strong>Minecraft Server</strong>
|
||||||
|
<span>Fabric 1.21.10</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="slide-up" style="animation-delay: 0.65s">
|
||||||
|
<a href="/applications.html">
|
||||||
|
<strong>Recommended applications</strong>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="slide-up" style="animation-delay: 0.7s">
|
||||||
|
<a href="https://discord.gg/CY3Zr6baD7">
|
||||||
|
<strong>Discord server</strong>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<body>
|
<li class="slide-up" style="animation-delay: 0.75s">
|
||||||
<div class="container fade-in">
|
<a href="/contact.html">
|
||||||
<h1 class="slide-down">
|
<strong>Contact</strong>
|
||||||
<span class="icon">
|
</a>
|
||||||
<img src="/icon.svg" alt="krzak.org" />
|
</li>
|
||||||
</span>
|
</ul>
|
||||||
Krzak.org
|
<p class="fade-in" style="animation-delay: 0.75s">
|
||||||
</h1>
|
If you want an account on any of these, want to suggest
|
||||||
<p class="slide-down">Hi, welcome to krzak.org</p>
|
something new or get a subdomain, just message me
|
||||||
<ul>
|
</p>
|
||||||
<li class="slide-up" style="animation-delay: 0.1s">
|
|
||||||
<a href="https://fedi.krzak.org">
|
|
||||||
<strong>Fediverse</strong>
|
|
||||||
<span>Sharkey</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="slide-up" style="animation-delay: 0.15s">
|
|
||||||
<a href="https://mail.krzak.org">
|
|
||||||
<strong>Mail</strong>
|
|
||||||
<span>Mailu</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="slide-up" style="animation-delay: 0.2s">
|
|
||||||
<a href="https://music.krzak.org">
|
|
||||||
<strong>Music</strong>
|
|
||||||
<span>Jellyfin</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="slide-up" style="animation-delay: 0.25s">
|
|
||||||
<a href="https://mu.krzak.org">
|
|
||||||
<strong>Music Upload</strong>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="slide-up" style="animation-delay: 0.3s">
|
|
||||||
<a href="https://git.krzak.org">
|
|
||||||
<strong>Git</strong>
|
|
||||||
<span>Gitea</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="slide-up" style="animation-delay: 0.35s">
|
|
||||||
<a href="https://rss.krzak.org">
|
|
||||||
<strong>RSS</strong>
|
|
||||||
<span>Miniflux</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="slide-up" style="animation-delay: 0.4s">
|
|
||||||
<a href="https://paste.krzak.org">
|
|
||||||
<strong>Paste</strong>
|
|
||||||
<span>Opengist</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="slide-up" style="animation-delay: 0.45s">
|
|
||||||
<a href="https://share.krzak.org">
|
|
||||||
<strong>Share</strong>
|
|
||||||
<span>FilePizza</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="slide-up" style="animation-delay: 0.5s">
|
|
||||||
<a href="https://link.krzak.org">
|
|
||||||
<strong>Link Shortener</strong>
|
|
||||||
<span>Shlink</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="slide-up" style="animation-delay: 0.55s">
|
|
||||||
<a href="/mc">
|
|
||||||
<strong>Minecraft Server</strong>
|
|
||||||
<span>Fabric 1.21.10</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="slide-up" style="animation-delay: 0.6s">
|
|
||||||
<a href="/applications">
|
|
||||||
<strong>Recommended applications</strong>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="slide-up" style="animation-delay: 0.65s">
|
|
||||||
<a href="https://discord.gg/CY3Zr6baD7">
|
|
||||||
<strong>Discord server</strong>
|
|
||||||
</a>
|
|
||||||
<li class="slide-up" style="animation-delay: 0.7s">
|
|
||||||
<a href="/contact">
|
|
||||||
<strong>Contact</strong>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<p class="fade-in" style="animation-delay: 0.75s">
|
|
||||||
If you want an account on any of these, want to suggest
|
|
||||||
something new or get a subdomain, just message me
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div class="librecounter fade-in" style="animation-delay: 0.75s">
|
<div class="librecounter fade-in" style="animation-delay: 0.75s">
|
||||||
<span class="librecounter-text">
|
<span class="librecounter-text">
|
||||||
Indexed by
|
Indexed by
|
||||||
<a href="https://librecounter.org/referer/show" target="_blank">LibreCounter</a>
|
<a
|
||||||
</span>
|
href="https://librecounter.org/referer/show"
|
||||||
<a href="https://librecounter.org/referer/show" target="_blank">
|
target="_blank"
|
||||||
<img src="https://librecounter.org/counter.svg" referrerpolicy="unsafe-url" alt="LibreCounter" />
|
>LibreCounter</a
|
||||||
</a>
|
>
|
||||||
</div>
|
</span>
|
||||||
</div>
|
<a href="https://librecounter.org/referer/show" target="_blank">
|
||||||
|
<img
|
||||||
|
src="https://librecounter.org/counter.svg"
|
||||||
|
referrerpolicy="unsafe-url"
|
||||||
|
alt="LibreCounter"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Back to top button -->
|
<!-- Back to top button -->
|
||||||
<button id="back-to-top" class="back-to-top" aria-label="Back to top" title="Back to top">
|
<button
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
id="back-to-top"
|
||||||
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
class="back-to-top"
|
||||||
<polyline points="18 15 12 9 6 15"></polyline>
|
aria-label="Back to top"
|
||||||
</svg>
|
title="Back to top"
|
||||||
</button>
|
>
|
||||||
|
<svg
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
viewBox="0 0 24 24"
|
||||||
|
fill="none"
|
||||||
|
stroke="currentColor"
|
||||||
|
stroke-width="2"
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
>
|
||||||
|
<polyline points="18 15 12 9 6 15"></polyline>
|
||||||
|
</svg>
|
||||||
|
</button>
|
||||||
|
|
||||||
<script src="/refresh.js"></script>
|
<script src="/refresh.js"></script>
|
||||||
<script src="/animations.js"></script>
|
<script src="/animations.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
</html>
|
||||||
</html>
|
|
||||||
|
|||||||
@@ -16,4 +16,4 @@
|
|||||||
"theme_color": "#2a1a5e",
|
"theme_color": "#2a1a5e",
|
||||||
"background_color": "#2a1a5e",
|
"background_color": "#2a1a5e",
|
||||||
"display": "standalone"
|
"display": "standalone"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,15 +5,15 @@
|
|||||||
<lastmod>2025-11-19</lastmod>
|
<lastmod>2025-11-19</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://krzak.org/applications</loc>
|
<loc>https://krzak.org/applications.html</loc>
|
||||||
<lastmod>2025-11-19</lastmod>
|
<lastmod>2025-11-19</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://krzak.org/contact</loc>
|
<loc>https://krzak.org/contact.html</loc>
|
||||||
<lastmod>2025-11-19</lastmod>
|
<lastmod>2025-11-19</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://krzak.org/mc</loc>
|
<loc>https://krzak.org/mc.html</loc>
|
||||||
<lastmod>2025-11-19</lastmod>
|
<lastmod>2025-11-19</lastmod>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|||||||
665
styles.css
665
styles.css
@@ -1,496 +1,509 @@
|
|||||||
:root {
|
:root {
|
||||||
--bg-gradient-1: #2a1a5e;
|
--bg-gradient-1: #2a1a5e;
|
||||||
--bg-gradient-2: #8b4789;
|
--bg-gradient-2: #8b4789;
|
||||||
--bg-gradient-3: #f4a261;
|
--bg-gradient-3: #f4a261;
|
||||||
--container-bg: rgba(42, 26, 94, 0.7);
|
--container-bg: rgba(42, 26, 94, 0.7);
|
||||||
--container-border: rgba(244, 162, 97, 0.8);
|
--container-border: rgba(244, 162, 97, 0.8);
|
||||||
--text-color: #ffe8d6;
|
--text-color: #ffe8d6;
|
||||||
--link-color: #f4a261;
|
--link-color: #f4a261;
|
||||||
--link-bg: rgba(139, 71, 137, 0.3);
|
--link-bg: rgba(139, 71, 137, 0.3);
|
||||||
--link-hover-bg: rgba(244, 162, 97, 0.3);
|
--link-hover-bg: rgba(244, 162, 97, 0.3);
|
||||||
--link-hover-border: rgba(244, 162, 97, 0.8);
|
--link-hover-border: rgba(244, 162, 97, 0.8);
|
||||||
--subtitle-color: #dda15e;
|
--subtitle-color: #dda15e;
|
||||||
--glow-color: rgba(244, 162, 97, 0.7);
|
--glow-color: rgba(244, 162, 97, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: linear-gradient(var(--bg-gradient-1),
|
background: linear-gradient(
|
||||||
var(--bg-gradient-2),
|
var(--bg-gradient-1),
|
||||||
var(--bg-gradient-3)) no-repeat fixed;
|
var(--bg-gradient-2),
|
||||||
color: var(--text-color);
|
var(--bg-gradient-3)
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
)
|
||||||
"Helvetica Neue", Arial, sans-serif;
|
no-repeat fixed;
|
||||||
margin: 0;
|
color: var(--text-color);
|
||||||
padding: 16px;
|
font-family:
|
||||||
min-height: 100vh;
|
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
|
||||||
transition: all 0.5s ease;
|
Arial, sans-serif;
|
||||||
position: relative;
|
margin: 0;
|
||||||
display: flex;
|
padding: 16px;
|
||||||
align-items: center;
|
min-height: 100vh;
|
||||||
justify-content: center;
|
transition: all 0.5s ease;
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
body::before {
|
body::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
transition: 0.5s ease;
|
transition: 0.5s ease;
|
||||||
background: radial-gradient(circle at 20% 50%,
|
background: radial-gradient(
|
||||||
rgba(255, 255, 255, 0.08) 0%,
|
circle at 20% 50%,
|
||||||
transparent 50%);
|
rgba(255, 255, 255, 0.08) 0%,
|
||||||
|
transparent 50%
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
background: var(--container-bg);
|
background: var(--container-bg);
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
border: 1px solid var(--container-border);
|
border: 1px solid var(--container-border);
|
||||||
backdrop-filter: blur(12px);
|
backdrop-filter: blur(12px);
|
||||||
-webkit-backdrop-filter: blur(12px);
|
-webkit-backdrop-filter: blur(12px);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
|
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin: 0 0 16px 0;
|
margin: 0 0 16px 0;
|
||||||
font-size: clamp(1.5rem, 5vw, 2rem);
|
font-size: clamp(1.5rem, 5vw, 2rem);
|
||||||
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
|
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
transition: color 0.3s ease;
|
transition: color 0.3s ease;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
font-size: clamp(1.2rem, 4vw, 1.5rem);
|
font-size: clamp(1.2rem, 4vw, 1.5rem);
|
||||||
color: var(--subtitle-color);
|
color: var(--subtitle-color);
|
||||||
border-bottom: 1px solid rgba(244, 162, 97, 0.3);
|
border-bottom: 1px solid rgba(244, 162, 97, 0.3);
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
|
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon img {
|
.icon img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
transition: color 0.3s ease;
|
transition: color 0.3s ease;
|
||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 20px 0 0 0;
|
margin: 20px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li:last-child {
|
li:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
li a {
|
li a {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 18px 20px;
|
padding: 18px 20px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
background-color: var(--link-bg);
|
background-color: var(--link-bg);
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
min-height: 56px;
|
min-height: 56px;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
touch-action: manipulation;
|
touch-action: manipulation;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
li a::before {
|
li a::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: -100%;
|
left: -100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: linear-gradient(90deg,
|
background: linear-gradient(
|
||||||
transparent,
|
90deg,
|
||||||
rgba(244, 162, 97, 0.1),
|
transparent,
|
||||||
transparent);
|
rgba(244, 162, 97, 0.1),
|
||||||
transition: left 0.5s ease;
|
transparent
|
||||||
|
);
|
||||||
|
transition: left 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
li a:active {
|
li a:active {
|
||||||
transform: scale(0.98);
|
transform: scale(0.98);
|
||||||
background-color: var(--link-hover-bg);
|
background-color: var(--link-hover-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
li a strong {
|
li a strong {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
transition: color 0.3s ease;
|
transition: color 0.3s ease;
|
||||||
font-size: 1.05rem;
|
font-size: 1.05rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
li a span {
|
li a span {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
color: var(--subtitle-color);
|
color: var(--subtitle-color);
|
||||||
transition: color 0.3s ease;
|
transition: color 0.3s ease;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
br {
|
br {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
/* LibreCounter */
|
/* LibreCounter */
|
||||||
.librecounter {
|
.librecounter {
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
border-top: 1px solid rgba(244, 162, 97, 0.3);
|
border-top: 1px solid rgba(244, 162, 97, 0.3);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
min-height: 73px;
|
min-height: 73px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.librecounter-text {
|
.librecounter-text {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.librecounter-text a {
|
.librecounter-text a {
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: color 0.2s ease;
|
transition: color 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.librecounter-text a:hover {
|
.librecounter-text a:hover {
|
||||||
color: var(--subtitle-color);
|
color: var(--subtitle-color);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.librecounter a {
|
.librecounter a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
transition: transform 0.2s ease, opacity 0.2s ease;
|
transition:
|
||||||
flex-shrink: 0;
|
transform 0.2s ease,
|
||||||
line-height: 0;
|
opacity 0.2s ease;
|
||||||
|
flex-shrink: 0;
|
||||||
|
line-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.librecounter a:hover {
|
.librecounter a:hover {
|
||||||
transform: scale(1.05);
|
transform: scale(1.05);
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.librecounter img {
|
.librecounter img {
|
||||||
display: block;
|
display: block;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Back to top button */
|
/* Back to top button */
|
||||||
.back-to-top {
|
.back-to-top {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 24px;
|
bottom: 24px;
|
||||||
right: 24px;
|
right: 24px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: var(--link-bg);
|
background: var(--link-bg);
|
||||||
border: 1px solid var(--container-border);
|
border: 1px solid var(--container-border);
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
backdrop-filter: blur(12px);
|
backdrop-filter: blur(12px);
|
||||||
-webkit-backdrop-filter: blur(12px);
|
-webkit-backdrop-filter: blur(12px);
|
||||||
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
|
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.back-to-top.visible {
|
.back-to-top.visible {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.back-to-top:hover {
|
.back-to-top:hover {
|
||||||
background: var(--link-hover-bg);
|
background: var(--link-hover-bg);
|
||||||
border-color: var(--link-hover-border);
|
border-color: var(--link-hover-border);
|
||||||
transform: translateY(-2px);
|
transform: translateY(-2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.back-to-top:active {
|
.back-to-top:active {
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Animations */
|
/* Animations */
|
||||||
@keyframes fadeIn {
|
@keyframes fadeIn {
|
||||||
from {
|
from {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes slideDown {
|
@keyframes slideDown {
|
||||||
from {
|
from {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translateY(-20px);
|
transform: translateY(-20px);
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes slideUp {
|
@keyframes slideUp {
|
||||||
from {
|
from {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translateY(20px);
|
transform: translateY(20px);
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fade-in {
|
.fade-in {
|
||||||
animation: fadeIn 0.6s ease-out forwards;
|
animation: fadeIn 0.6s ease-out forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slide-down {
|
.slide-down {
|
||||||
animation: slideDown 0.6s ease-out forwards;
|
animation: slideDown 0.6s ease-out forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slide-up {
|
.slide-up {
|
||||||
animation: slideUp 0.6s ease-out forwards;
|
animation: slideUp 0.6s ease-out forwards;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
li a:hover {
|
li a:hover {
|
||||||
background-color: var(--link-hover-bg);
|
background-color: var(--link-hover-bg);
|
||||||
border-color: var(--link-hover-border);
|
border-color: var(--link-hover-border);
|
||||||
transform: scale(1.02);
|
transform: scale(1.02);
|
||||||
}
|
}
|
||||||
|
|
||||||
li a:hover::before {
|
li a:hover::before {
|
||||||
left: 100%;
|
left: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
body {
|
body {
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
padding: 32px;
|
padding: 32px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
margin-bottom: 14px;
|
margin-bottom: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 400px) {
|
@media (max-width: 400px) {
|
||||||
.container {
|
.container {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li a {
|
li a {
|
||||||
padding: 16px 18px;
|
padding: 16px 18px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li a span {
|
li a span {
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.back-to-top {
|
.back-to-top {
|
||||||
bottom: 16px;
|
bottom: 16px;
|
||||||
right: 16px;
|
right: 16px;
|
||||||
width: 44px;
|
width: 44px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-reduced-motion: reduce) {
|
@media (prefers-reduced-motion: reduce) {
|
||||||
html {
|
html {
|
||||||
scroll-behavior: auto;
|
scroll-behavior: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
animation: none !important;
|
animation: none !important;
|
||||||
transition: none !important;
|
transition: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fade-in,
|
.fade-in,
|
||||||
.slide-down,
|
.slide-down,
|
||||||
.slide-up {
|
.slide-up {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* App Gallery Styles */
|
/* App Gallery Styles */
|
||||||
.app-gallery {
|
.app-gallery {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-card {
|
.app-card {
|
||||||
background: var(--link-bg);
|
background: var(--link-bg);
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
transition: all 0.2s ease-out;
|
transition: all 0.2s ease-out;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
.app-card:hover {
|
.app-card:hover {
|
||||||
transform: translateY(-4px) scale(1.03);
|
transform: translateY(-4px) scale(1.03);
|
||||||
background-color: var(--link-hover-bg);
|
background-color: var(--link-hover-bg);
|
||||||
border-color: var(--link-hover-border);
|
border-color: var(--link-hover-border);
|
||||||
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-card:active {
|
.app-card:active {
|
||||||
transform: scale(0.98);
|
transform: scale(0.98);
|
||||||
background-color: var(--link-hover-bg);
|
background-color: var(--link-hover-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-icon {
|
.app-icon {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-card h4 {
|
.app-card h4 {
|
||||||
margin: 0 0 8px 0;
|
margin: 0 0 8px 0;
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-card p {
|
.app-card p {
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-platforms {
|
.app-platforms {
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-platforms a {
|
.app-platforms a {
|
||||||
background: rgba(244, 162, 97, 0.25);
|
background: rgba(244, 162, 97, 0.25);
|
||||||
backdrop-filter: blur(5px);
|
backdrop-filter: blur(5px);
|
||||||
-webkit-backdrop-filter: blur(5px);
|
-webkit-backdrop-filter: blur(5px);
|
||||||
border: 1px solid rgba(244, 162, 97, 0.4);
|
border: 1px solid rgba(244, 162, 97, 0.4);
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
transition: transform 0.2s ease, background-color 0.2s ease;
|
transition:
|
||||||
display: inline-block;
|
transform 0.2s ease,
|
||||||
|
background-color 0.2s ease;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-platforms a:hover {
|
.app-platforms a:hover {
|
||||||
transform: scale(1.05);
|
transform: scale(1.05);
|
||||||
background: rgba(244, 162, 97, 0.4);
|
background: rgba(244, 162, 97, 0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-card.highlighted {
|
.app-card.highlighted {
|
||||||
border-color: var(--glow-color);
|
border-color: var(--glow-color);
|
||||||
box-shadow: 0 0 12px 2px var(--glow-color),
|
box-shadow:
|
||||||
inset 0 0 15px -5px var(--glow-color);
|
0 0 12px 2px var(--glow-color),
|
||||||
}
|
inset 0 0 15px -5px var(--glow-color);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user