Update web/static/themes/win95-beta-neon.css

This commit is contained in:
Joshua Laymon 2025-09-07 21:08:12 +00:00
parent 4386421459
commit 90c76418db

View File

@ -331,23 +331,19 @@ html[data-theme="win95"] .topbar-wrap.is-scrolled{
border-bottom-color:#000; border-bottom-color:#000;
} }
/* ===== Win95 • Beta Neon ===== */ /* ===== Win95 • Beta Grid ===== */
html[data-theme="win95-beta-neon"] { --w95-blue:#002f6c; } html[data-theme="win95-beta-grid"] { --w95-blue:#0b3a9a; }
html[data-theme="win95-beta-neon"] body{ html[data-theme="win95-beta-grid"] body{
background: background:
linear-gradient(135deg, rgba(0,0,0,.02), rgba(0,0,0,.02)),
url("data:image/svg+xml;utf8,\ url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='360' height='220' viewBox='0 0 360 220'>\ <svg xmlns='http://www.w3.org/2000/svg' width='260' height='160' viewBox='0 0 260 160'>\
<defs>\ <rect width='100%' height='100%' fill='none'/>\
<linearGradient id='g' x1='0' y1='0' x2='1' y2='1'>\ <g fill='%23000' fill-opacity='.06' font-family='Tahoma,MS Sans Serif,Arial' font-size='44' font-weight='700'>\
<stop offset='0' stop-color='%23ff6b6b'/>\ <text x='10' y='60'>BETA BETA BETA</text>\
<stop offset='.5' stop-color='%23ffd166'/>\ <text x='-20' y='130'>BETA BETA BETA</text>\
<stop offset='1' stop-color='%2366d9ff'/>\ </g>\
</linearGradient>\ <path d='M0 80H260' stroke='%23808080' stroke-opacity='.05'/>\
</defs>\ <path d='M130 0V160' stroke='%23808080' stroke-opacity='.05'/>\
<g transform='rotate(-24 180 110)' fill='url(%23g)' fill-opacity='.12' font-family='Tahoma,MS Sans Serif,Arial' font-size='56' font-weight='800'>\ </svg>") repeat;
<text x='-40' y='80'>BETA BETA BETA BETA</text>\ background-size: 320px 200px;
<text x='-100' y='160'>BETA BETA BETA BETA</text>\
</g></svg>") repeat;
background-size: 420px 260px;
} }