|
138 | 138 | --theme-mobile-surface-tint: rgba(0, 0, 0, 0.82); |
139 | 139 | --theme-mobile-footer-tint: rgba(0, 0, 0, 0.84); |
140 | 140 | --theme-mobile-navbar-tint: rgba(0, 0, 0, 0.94); |
141 | | - --kawaii-mobile-surface-tint: var(--theme-mobile-surface-tint); |
142 | | - --kawaii-mobile-footer-tint: var(--theme-mobile-footer-tint); |
143 | | - --kawaii-mobile-navbar-tint: var(--theme-mobile-navbar-tint); |
144 | 141 | --footer-status-live-color: rgba(var(--status-updated-rgb), 0.95); |
145 | 142 | --footer-status-muted-color: rgba(var(--status-not-updated-rgb), 0.9); |
146 | 143 |
|
|
366 | 363 | /* Uses the :root defaults. Keep this block so the preset remains explicit. */ |
367 | 364 | } |
368 | 365 |
|
369 | | -/* Preset: weao */ |
370 | | -:root[data-theme="weao"] { |
371 | | - --theme-main-color: #1a1a1a; |
372 | | - --theme-hover-color: #2a2a2a; |
373 | | - --theme-gradient-start-color: #5a5a5a; |
374 | | - --theme-rgb: 26, 26, 26; |
375 | | - --theme-card-hover-alpha: 0.28; |
376 | | - --theme-glow-alpha: 0.58; |
377 | | - --theme-soft-tint-alpha: 0.16; |
378 | | - --theme-medium-tint-alpha: 0.4; |
379 | | - --theme-strong-tint-alpha: 0.58; |
380 | | - --theme-border-tint-alpha: 0.7; |
381 | | - --theme-status-updated-color-base: #1CB554; |
382 | | - --theme-status-updated-rgb-base: 28, 181, 84; |
383 | | - --theme-status-muted-color-base: #E53535; |
384 | | - --theme-status-muted-rgb-base: 229, 53, 53; |
385 | | -} |
386 | | - |
387 | | -/* Preset: Supremacy / legacy / red alias */ |
388 | | -:root[data-theme="legacy"], |
389 | | -:root[data-theme="red"] { |
390 | | - --theme-main-color: #ef4444; |
391 | | - --theme-hover-color: #dc2626; |
392 | | - --theme-gradient-start-color: #f87171; |
393 | | - --theme-rgb: 239, 68, 68; |
394 | | - --theme-background-media-url: "https://shared.akamai.steamstatic.com/community_assets/images/items/2139460/c5e6a75b2e1671453b2c60bc0966b34a1fb9d5fb.webm"; |
395 | | -} |
396 | | - |
397 | | -/* Preset: kawaii */ |
398 | | -:root[data-theme="kawaii"] { |
399 | | - --navbar-position: static; |
400 | | - --font-family-base: "Baloo 2", "Open Sans", sans-serif; |
401 | | - --font-family-ui: "DynaPuff", var(--font-family-base); |
402 | | - --featured-card-header-border: rgba(255, 224, 242, 0.14); |
403 | | - --info-modal-header-background: linear-gradient( |
404 | | - 90deg, |
405 | | - rgba(255, 224, 242, 0.22) 0%, |
406 | | - rgba(255, 154, 213, 0.18) 64%, |
407 | | - rgba(196, 181, 253, 0.12) 100% |
408 | | - ); |
409 | | - --theme-main-color: #ff9ad5; |
410 | | - --theme-hover-color: #f472b6; |
411 | | - --theme-gradient-start-color: #ffe0f2; |
412 | | - --theme-gradient-end-color: #c4b5fd; |
413 | | - --theme-rgb: 255, 154, 213; |
414 | | - --theme-card-hover-alpha: 0.22; |
415 | | - --theme-glow-alpha: 0.56; |
416 | | - --theme-soft-tint-alpha: 0.14; |
417 | | - --theme-medium-tint-alpha: 0.38; |
418 | | - --theme-strong-tint-alpha: 0.52; |
419 | | - --theme-border-tint-alpha: 0.52; |
420 | | - --theme-background-media-url: "https://shared.akamai.steamstatic.com/community_assets/images/items/1213300/760e5e0f00ff23f1464ed4c20f78a69f26b2b1f1.webm"; |
421 | | -} |
422 | | - |
423 | | -:root[data-theme="nebula"] { |
424 | | ---theme-background-media-url: "https://shared.fastly.steamstatic.com/community_assets/images/items/1213300/dfd17d1932ff8d815d46c6fcea23247cde565a21.webm"; |
425 | | ---font-family-base: "DynaPuff", cursive; |
426 | | ---font-family-ui: "DynaPuff", cursive; |
427 | | ---theme-main-color: #ff2e63; |
428 | | ---theme-hover-color: #08d9d6; |
429 | | ---theme-gradient-start-color: #ff2e63; |
430 | | ---theme-gradient-end-color: #08d9d6; |
431 | | ---theme-rgb: 255, 46, 99; |
432 | | ---prim-glow-shadow: 0 0 15px rgba(255, 46, 99, 0.8), 0 0 30px rgba(8, 217, 214, 0.4); |
433 | | ---navbar-button-hover-shadow: var(--prim-glow-shadow); |
434 | | ---crd-bg: rgba(0, 0, 0, 0.4); |
435 | | ---card-surface-background: rgba(10, 5, 25, 0.6); |
436 | | ---card-surface-backdrop-blur: 20px; |
437 | | ---site-border-color: rgba(255, 46, 99, 0.4); |
438 | | ---theme-card-hover-alpha: 0.35; |
439 | | ---theme-glow-alpha: 0.9; |
440 | | ---theme-strong-tint-alpha: 0.75; |
441 | | ---theme-border-tint-alpha: 0.9; |
442 | | ---promo-button-fill: linear-gradient(90deg, #ff2e63, #9d50bb, #08d9d6); |
443 | | ---brand-gradient-color: #08d9d6; |
444 | | ---brand-gradient-enabled: 1; |
445 | | -} |
446 | | - |
447 | | -:root[data-theme="nebula"] body, |
448 | | -:root[data-theme="nebula"] button, |
449 | | -:root[data-theme="nebula"] input { |
450 | | -font-family: var(--font-family-base) !important; |
451 | | -} |
452 | | - |
453 | | -:root[data-theme="nebula"] .site-background-media-shade { |
454 | | -background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 50%, rgba(0, 0, 0, 0.6) 100%) !important; |
455 | | -} |
456 | | - |
457 | 366 | /* ========================================================================== |
458 | 367 | Base Document + Site Background Media |
459 | 368 | ========================================================================== */ |
|
0 commit comments