Skip to content

Commit

Permalink
feat: import ui pt.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Sep 2, 2024
1 parent e0392d9 commit 9f75449
Show file tree
Hide file tree
Showing 29 changed files with 351 additions and 56 deletions.
1 change: 1 addition & 0 deletions apps/arkmarket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"@ark-market/prettier-config": "workspace:*",
"@ark-market/tailwind-config": "workspace:*",
"@ark-market/tsconfig": "workspace:*",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.14.15",
"@types/react": "catalog:react18",
"@types/react-dom": "catalog:react18",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/arkmarket/public/backgrounds/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/arkmarket/public/backgrounds/bridge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/arkmarket/public/backgrounds/dragon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added apps/arkmarket/public/backgrounds/footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/arkmarket/public/backgrounds/footer.webp
Binary file not shown.
Binary file added apps/arkmarket/public/backgrounds/map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/arkmarket/public/backgrounds/map.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/arkmarket/public/backgrounds/survivors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/arkmarket/public/favicon.ico
Binary file not shown.
Binary file added apps/arkmarket/public/pink_crown.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions apps/arkmarket/public/rw-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
124 changes: 107 additions & 17 deletions apps/arkmarket/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,10 @@
@tailwind components;
@tailwind utilities;

/* @layer base {
:root {
--site-header-height: 3.75rem;
--radius: 0.75rem;
@media screen and (min-width: 768px) {
--site-header-height: 4.5rem;
}
}
} */

/* @font-face {
@font-face {
font-family: 'UnframedIconFont';
src: url('/fonts/unframed-icons.ttf') format('truetype');
} */
}

@layer base {
:root {
Expand Down Expand Up @@ -123,17 +110,120 @@
--ring: 36 88.9% 85.9%;
--radius: 0rem;
}
.realms {
--background: 36 44% 95%;
--foreground: 36 5% 6%;
--card: 36 44% 90%;
--card-foreground: 36 5% 10%;
--popover: 36 44% 95%;
--popover-foreground: 36 95% 6%;
--primary: 36 88.9% 85.9%;
--primary-foreground: 0 0% 0%;
--secondary: 36 30% 70%;
--secondary-foreground: 0 0% 0%;
--muted: -2 30% 85%;
--muted-foreground: 36 5% 35%;
--accent: -2 30% 80%;
--accent-foreground: 36 5% 10%;
--destructive: 0 50% 30%;
--destructive-foreground: 36 5% 90%;
--border: 36 30% 50%;
--input: 36 30% 18%;
--ring: 36 88.9% 85.9%;
--radius: 0.3rem;
--chart-1: 12 76% 61%;
--chart-2: 173 58% 39%;
--chart-3: 197 37% 24%;
--chart-4: 43 74% 66%;
--chart-5: 27 87% 67%;
}
.realms.dark {

--background: 69 9% 15%;
--foreground: 36 88.9% 85.9%;
--card: 69 9% 15%;
--card-foreground: 36 88.9% 85.9%;
--popover: 69 9% 15%;
--popover-foreground: 36 88.9% 85.9%;
--primary: 36 88.9% 85.9%;
--primary-foreground: 67.5 5.41% 29.02%;
--secondary: 36 30% 20%;
--secondary-foreground: 0 0% 100%;
--muted: 68 5% 29%;
--muted-foreground: 36 88.9% 85.9%;
--accent: 338.33 100% 78.82%;
--accent-foreground: 36 5% 90%;
--destructive: 0 50% 30%;
--destructive-foreground: 36 5% 90%;
--border: 68 5% 29%;
--input: 68 5% 29%;
--ring: 36 88.9% 85.9%;
--chart-1: 220 70% 50%;
--chart-2: 160 60% 45%;
--chart-3: 30 80% 55%;
--chart-4: 280 65% 60%;
--chart-5: 340 75% 55%;
--radius: 0rem;
--speed: 3;
--power4: linear(
0 0%,
0.0012 14.95%,
0.0089 22.36%,
0.0297 28.43%,
0.0668 33.43%,
0.0979 36.08%,
0.1363 38.55%,
0.2373 43.07%,
0.3675 47.01%,
0.5984 52.15%,
0.7121 55.23%,
0.8192 59.21%,
0.898 63.62%,
0.9297 66.23%,
0.9546 69.06%,
0.9733 72.17%,
0.9864 75.67%,
0.9982 83.73%,
1 100%
);
--power2: linear(
0 0%,
0.0036 9.62%,
0.0185 16.66%,
0.0489 23.03%,
0.0962 28.86%,
0.1705 34.93%,
0.269 40.66%,
0.3867 45.89%,
0.5833 52.95%,
0.683 57.05%,
0.7829 62.14%,
0.8621 67.46%,
0.8991 70.68%,
0.9299 74.03%,
0.9545 77.52%,
0.9735 81.21%,
0.9865 85%,
0.9949 89.15%,
1 100%
);
--ease: var(--power2);
--base: 180;
--chroma: 2;
--lightness: 0.26;
--limit: 320;
--distance: 8;
}
}

@layer base {
* {
@apply border-border;
}
body {
@apply bg-background text-foreground;
font-family: var(--font-spacemono), monospace;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-baebasneue), sans-serif;
}
}
}
Loading

0 comments on commit 9f75449

Please sign in to comment.