Skip to content

Commit 8e87b7c

Browse files
committed
cosmic & velo back
1 parent 92767cc commit 8e87b7c

12 files changed

Lines changed: 251 additions & 239 deletions

File tree

global.css

Lines changed: 0 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@
138138
--theme-mobile-surface-tint: rgba(0, 0, 0, 0.82);
139139
--theme-mobile-footer-tint: rgba(0, 0, 0, 0.84);
140140
--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);
144141
--footer-status-live-color: rgba(var(--status-updated-rgb), 0.95);
145142
--footer-status-muted-color: rgba(var(--status-not-updated-rgb), 0.9);
146143

@@ -366,94 +363,6 @@
366363
/* Uses the :root defaults. Keep this block so the preset remains explicit. */
367364
}
368365

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-
457366
/* ==========================================================================
458367
Base Document + Site Background Media
459368
========================================================================== */

public/data/roblox/prices.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"xeno",
66
"yub-x",
77
"madium",
8-
"milkers"
8+
"milkers",
9+
"cosmic",
10+
"velocity"
911
],
1012
"matcha": {
1113
"purchaseUrl": "https://key-empire.com/product/matcha",

src/components/global/navbar/navbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@
601601
z-index: 80;
602602
position: relative;
603603
overflow: hidden;
604-
background: linear-gradient(135deg, #dc2626 0%, #b91c1c 50%, #991b1b 100%);
604+
background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%);
605605
box-shadow: none;
606606
}
607607

@@ -620,7 +620,7 @@
620620
font-family: var(--font-family-ui, var(--font-family-base, "Open Sans", sans-serif));
621621
color: #fff;
622622
font-size: 0.76rem;
623-
font-weight: 500;
623+
font-weight: 600;
624624
line-height: 1.4;
625625
letter-spacing: 0.02em;
626626
text-align: center;

src/components/global/navbar/navbar.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<div id="topWarningBar" class="navbar-warning-bar">
22
<div class="navbar-warning-content cntr">
3-
<a href="https://www.reddit.com/r/robloxhackers/comments/1sglvym/velocity_and_cosmic_has_malware_reinstall_windows/" target="_blank" rel="noopener noreferrer" class="navbar-warning-text navbar-warning-link">
4-
<span>Malware in Velocity has been found</span>
5-
<span class="navbar-warning-arrow">&#8250;</span>
6-
</a>
3+
<span class="navbar-warning-text">Themes &amp; API are being updated</span>
74
</div>
85
</div>
96

src/components/modals/sunc-modal/sunc-modal.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
--sunc-surface-strong: rgba(255, 255, 255, 0.02);
2727
--sunc-surface-card: var(--filter-option-background, rgba(0, 0, 0, 0.3));
2828
--sunc-border: var(--site-outline-color, var(--site-border-color, var(--sec-bdr)));
29-
--sunc-accent-rgb: 96, 165, 250;
30-
--sunc-accent-strong-rgb: 59, 130, 246;
29+
--sunc-accent-rgb: var(--prim-rgb);
30+
--sunc-accent-strong-rgb: var(--prim-rgb);
3131
--sunc-accent-bg: rgba(var(--sunc-accent-rgb), 0.12);
3232
--sunc-accent-border: var(--site-outline-color, var(--site-border-color, var(--sec-bdr)));
3333
--sunc-accent-text: rgb(var(--sunc-accent-rgb));

src/components/modals/themes/themes.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,18 @@
867867
flex: 1 1 auto;
868868
}
869869

870+
.footer-theme-custom-picker.is-hidden {
871+
position: absolute;
872+
width: 1px;
873+
height: 1px;
874+
padding: 0;
875+
margin: 0;
876+
border: 0;
877+
opacity: 0;
878+
pointer-events: none;
879+
overflow: hidden;
880+
}
881+
870882
.footer-theme-option:hover {
871883
background-color: var(--footer-theme-option-hover-background);
872884
}

src/components/modals/themes/themes.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ <h3 class="footer-theme-drawer-section-title">Visibility</h3>
6363
<div class="footer-theme-drawer-options" id="siteThemeOptions"></div>
6464
</section>
6565
<section class="footer-theme-drawer-section">
66-
<div class="footer-theme-drawer-section-copy">
67-
<h3 class="footer-theme-drawer-section-title">Reset</h3>
68-
<p class="footer-theme-drawer-section-note">Restore the site theme and visibility options back to the default setup.</p>
69-
</div>
7066
<button class="footer-theme-drawer-reset" id="siteThemeRestoreDefaults" type="button">
7167
<i class="fas fa-rotate-left" aria-hidden="true"></i>
7268
<span>Restore Defaults</span>

0 commit comments

Comments
 (0)