mirror of
https://github.com/RGBCube/Site
synced 2025-08-02 05:57:46 +00:00
Compare commits
5 commits
2b4bd95bb7
...
585e171415
Author | SHA1 | Date | |
---|---|---|---|
585e171415 | |||
3731477b32 | |||
1726983aba | |||
d12bd07f49 | |||
1af6dbe028 |
5 changed files with 15 additions and 13 deletions
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-size: min(9svw, 9svh, 4.5rem);
|
font-size: min(9svw, 9svh, 4.5rem);
|
||||||
|
overscroll-behavior: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Guess what? Yeah, you guessed right. Safari can't render shit. */
|
/* Guess what? Yeah, you guessed right. Safari can't render shit. */
|
||||||
|
@ -18,7 +19,6 @@
|
||||||
|
|
||||||
<cube-scene class="
|
<cube-scene class="
|
||||||
h-dvh w-dvw
|
h-dvh w-dvw
|
||||||
overscroll-none
|
|
||||||
flex items-center justify-center
|
flex items-center justify-center
|
||||||
perspective-[calc(var(--cube-width)*3)]
|
perspective-[calc(var(--cube-width)*3)]
|
||||||
">
|
">
|
||||||
|
|
|
@ -11,23 +11,20 @@ layout: default.vto
|
||||||
absolute w-[inherit] z-999
|
absolute w-[inherit] z-999
|
||||||
overflow-x-auto
|
overflow-x-auto
|
||||||
">
|
">
|
||||||
<div class="transform-[rotateX(180deg)] flex items-start justify-evenly">
|
<div class="transform-[rotateX(180deg)] flex items-start justify-evenly mx-px">
|
||||||
{{> const style = `
|
{{> const style = `
|
||||||
flex-auto text-center px-3 pt-3 pb-2
|
flex-auto text-center px-3 pt-3 pb-2
|
||||||
bg-white font-[ecrou] border-2 border-black
|
bg-white font-[ecrou]
|
||||||
origin-bottom
|
border-2 -mx-px border-black
|
||||||
md:hover:text-[300%] ease-[cubic-bezier(1,-0.07,0.57,1.56)] md:duration-200
|
md:hover:text-[300%] ease-[cubic-bezier(1,-0.07,0.57,1.56)] md:duration-200
|
||||||
|
|
||||||
md:hover:not-active:after:content-['?']
|
md:hover:not-active:after:content-['?']
|
||||||
md:active:after:content-['!!'] active:after:italic
|
md:active:after:content-['!!'] active:after:italic
|
||||||
|
|
||||||
nuclear
|
nuclear
|
||||||
` }}
|
` }}
|
||||||
<style>.right-delete:has(+ *:hover) { border-right-width: 0; }</style>
|
<a class="{{ style }}" href="/">home</a>
|
||||||
<a class="nav-link {{ style }} right-delete" href="/">home</a>
|
<a class="{{ style }}" href="/about/">about</a>
|
||||||
<a class="nav-link {{ style }} right-delete not-hover:border-l-0" href="/about/">about</a>
|
<a class="{{ style }}" href="/blog/">blog</a>
|
||||||
<a class="nav-link {{ style }} right-delete not-hover:border-l-0" href="/blog/">blog</a>
|
<a class="{{ style }}" href="/contact/">contact</a>
|
||||||
<a class="nav-link {{ style }} not-hover:border-l-0" href="/contact/">contact</a>
|
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
|
@ -194,6 +194,10 @@
|
||||||
@apply border-black dark:border-white;
|
@apply border-black dark:border-white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre code, pre code * {
|
||||||
|
@apply whitespace-pre;
|
||||||
|
}
|
||||||
|
|
||||||
div:has(> pre code) {
|
div:has(> pre code) {
|
||||||
@apply outline-1 outline-dotted outline-offset-1 outline-[#444] border-1
|
@apply outline-1 outline-dotted outline-offset-1 outline-[#444] border-1
|
||||||
border-black p-2 bg-[#eee] dark:outline-[#bbb] dark:border-white
|
border-black p-2 bg-[#eee] dark:outline-[#bbb] dark:border-white
|
||||||
|
|
|
@ -10,7 +10,7 @@ Blog Articles
|
||||||
|
|
||||||
<span class="whitespace-nowrap overflow-hidden text-sm font-[ecrou]">
|
<span class="whitespace-nowrap overflow-hidden text-sm font-[ecrou]">
|
||||||
<a href="/blog.rss">rss</a>
|
<a href="/blog.rss">rss</a>
|
||||||
<a class="-ml-2" href="/blog.json">json</a>
|
<a href="/blog.json">json</a>
|
||||||
</span>
|
</span>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,8 @@ Here are some other useful links as well:
|
||||||
[8, 12], // tact
|
[8, 12], // tact
|
||||||
[15, 16], // @
|
[15, 16], // @
|
||||||
[4, 7], // rgb
|
[4, 7], // rgb
|
||||||
[12, 13], // cu
|
[12, 13], // c
|
||||||
|
[1, 2], // u
|
||||||
[0, 1], // .
|
[0, 1], // .
|
||||||
[2, 4], // be
|
[2, 4], // be
|
||||||
].map(([start, end]) => ".ubergbetactcon@toilma:".substring(start, end))
|
].map(([start, end]) => ".ubergbetactcon@toilma:".substring(start, end))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue