v3.2 - Fixed: removed scanline bug, fixed white SVG, all dark now
Browse files- moneypack_ai_browser.py +11 -19
moneypack_ai_browser.py
CHANGED
|
@@ -369,16 +369,12 @@ body{background:#050510;color:#c0c0dd;font-family:'Segoe UI',sans-serif;min-heig
|
|
| 369 |
.anon-figure svg{width:100%;height:100%}
|
| 370 |
|
| 371 |
/* Glowing orbs floating */
|
| 372 |
-
.orb{position:fixed;border-radius:50%;filter:blur(
|
| 373 |
-
.orb1{width:200px;height:200px;background:
|
| 374 |
-
.orb2{width:150px;height:150px;background:
|
| 375 |
-
.orb3{width:180px;height:180px;background:
|
| 376 |
@keyframes orb-drift{0%,100%{transform:translate(0,0)}25%{transform:translate(20px,-15px)}50%{transform:translate(-10px,20px)}75%{transform:translate(15px,10px)}}
|
| 377 |
|
| 378 |
-
/* Scan line effect */
|
| 379 |
-
.scanline{position:fixed;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#00e5ff22,transparent);z-index:1;animation:scan 4s linear infinite}
|
| 380 |
-
@keyframes scan{0%{top:0}100%{top:100%}}
|
| 381 |
-
|
| 382 |
.content{position:relative;z-index:2;text-align:center;width:90%;max-width:800px}
|
| 383 |
.logo{font-size:42px;font-weight:900;margin-bottom:4px;background:linear-gradient(135deg,#ff1a5c,#d4af37,#00e5ff,#a855f7);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:grad 5s ease infinite;letter-spacing:-1px}
|
| 384 |
@keyframes grad{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
|
|
@@ -406,19 +402,15 @@ body{background:#050510;color:#c0c0dd;font-family:'Segoe UI',sans-serif;min-heig
|
|
| 406 |
<div class="orb orb1"></div>
|
| 407 |
<div class="orb orb2"></div>
|
| 408 |
<div class="orb orb3"></div>
|
| 409 |
-
<div class="scanline"></div>
|
| 410 |
|
| 411 |
-
<!-- Anonymous hooded figure
|
| 412 |
<div class="anon-figure">
|
| 413 |
-
<svg viewBox="0 0 200 300"
|
| 414 |
-
<path d="M100 40 C60 40 40 70 40 100 C40 120 50 140 60 155 L60 250 C60 270 80 280 100 280 C120 280 140 270 140 250 L140 155 C150 140 160 120 160 100 C160 70 140 40 100 40Z" fill="#
|
| 415 |
-
<
|
| 416 |
-
<
|
| 417 |
-
<
|
| 418 |
-
<
|
| 419 |
-
<!-- Eyes (glowing) -->
|
| 420 |
-
<circle cx="88" cy="92" r="3" fill="#ff1a5c" opacity="0.8"><animate attributeName="opacity" values="0.8;0.3;0.8" dur="3s" repeatCount="indefinite"/></circle>
|
| 421 |
-
<circle cx="112" cy="92" r="3" fill="#ff1a5c" opacity="0.8"><animate attributeName="opacity" values="0.8;0.3;0.8" dur="3s" repeatCount="indefinite" begin="0.5s"/></circle>
|
| 422 |
</svg>
|
| 423 |
</div>
|
| 424 |
|
|
|
|
| 369 |
.anon-figure svg{width:100%;height:100%}
|
| 370 |
|
| 371 |
/* Glowing orbs floating */
|
| 372 |
+
.orb{position:fixed;border-radius:50%;filter:blur(60px);animation:orb-drift 10s ease-in-out infinite;z-index:0}
|
| 373 |
+
.orb1{width:200px;height:200px;background:rgba(255,26,92,0.04);top:10%;left:10%;animation-delay:0s}
|
| 374 |
+
.orb2{width:150px;height:150px;background:rgba(168,85,247,0.04);top:60%;right:15%;animation-delay:2s}
|
| 375 |
+
.orb3{width:180px;height:180px;background:rgba(0,229,255,0.03);bottom:20%;left:30%;animation-delay:4s}
|
| 376 |
@keyframes orb-drift{0%,100%{transform:translate(0,0)}25%{transform:translate(20px,-15px)}50%{transform:translate(-10px,20px)}75%{transform:translate(15px,10px)}}
|
| 377 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 378 |
.content{position:relative;z-index:2;text-align:center;width:90%;max-width:800px}
|
| 379 |
.logo{font-size:42px;font-weight:900;margin-bottom:4px;background:linear-gradient(135deg,#ff1a5c,#d4af37,#00e5ff,#a855f7);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:grad 5s ease infinite;letter-spacing:-1px}
|
| 380 |
@keyframes grad{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
|
|
|
|
| 402 |
<div class="orb orb1"></div>
|
| 403 |
<div class="orb orb2"></div>
|
| 404 |
<div class="orb orb3"></div>
|
|
|
|
| 405 |
|
| 406 |
+
<!-- Anonymous hooded figure - subtle dark silhouette -->
|
| 407 |
<div class="anon-figure">
|
| 408 |
+
<svg viewBox="0 0 200 300" xmlns="http://www.w3.org/2000/svg">
|
| 409 |
+
<path d="M100 40 C60 40 40 70 40 100 C40 120 50 140 60 155 L60 250 C60 270 80 280 100 280 C120 280 140 270 140 250 L140 155 C150 140 160 120 160 100 C160 70 140 40 100 40Z" fill="#080814" stroke="#1a1a30" stroke-width="0.5"/>
|
| 410 |
+
<path d="M100 30 C55 30 35 65 35 95 C35 100 36 105 38 110 L50 110 C48 100 47 95 47 90 C47 65 70 42 100 42 C130 42 153 65 153 90 C153 95 152 100 150 110 L162 110 C164 105 165 100 165 95 C165 65 145 30 100 30Z" fill="#0a0a1a" stroke="#151530" stroke-width="0.5"/>
|
| 411 |
+
<ellipse cx="100" cy="95" rx="30" ry="25" fill="#030308"/>
|
| 412 |
+
<circle cx="88" cy="92" r="2.5" fill="#ff1a5c" opacity="0.7"><animate attributeName="opacity" values="0.7;0.2;0.7" dur="3s" repeatCount="indefinite"/></circle>
|
| 413 |
+
<circle cx="112" cy="92" r="2.5" fill="#ff1a5c" opacity="0.7"><animate attributeName="opacity" values="0.7;0.2;0.7" dur="3s" repeatCount="indefinite" begin="0.5s"/></circle>
|
|
|
|
|
|
|
|
|
|
| 414 |
</svg>
|
| 415 |
</div>
|
| 416 |
|