minor lore update & style changes

This commit is contained in:
Ruben 2024-12-10 16:28:30 -06:00
commit d090641672
No known key found for this signature in database
GPG key ID: AE181294E97E4802
4 changed files with 20 additions and 8 deletions

View file

@ -76,7 +76,7 @@
.fedi-icon {
anchor-name: --fedi-icon;
animation: opacity-blink 5s infinite;
animation: opacity-blink 4s infinite;
}
.fedi-icon-2 {
@ -84,7 +84,7 @@
position: absolute;
margin-left: -3.681rem;
z-index: 2;
animation: opacity-blink-reverse 5s infinite;
animation: opacity-blink-reverse 4s infinite;
}
}
@ -92,16 +92,16 @@
@keyframes opacity-blink {
0% { opacity: 0% }
3% { opacity: 100% }
47% { opacity: 100% }
5% { opacity: 100% }
45% { opacity: 100% }
50% { opacity: 0% }
100% { opacity: 0% }
}
@keyframes opacity-blink-reverse {
0% { opacity: 100% }
3% { opacity: 0% }
47% { opacity: 0% }
5% { opacity: 0% }
45% { opacity: 0% }
50% { opacity: 100% }
100% { opacity: 100% }
}

View file

@ -126,7 +126,6 @@
<a href="https://sophari.org"><img src="/assets/buttons/friends/sophari.gif" alt="sophie" title="sophie"></a>
<a href="https://sterophonick.github.io"><img src="/assets/buttons/friends/sterophonick.gif" alt="Atapi" title="Atapi"></a>
<a href="https://sweetcoffy.pages.gay"><img src="/assets/buttons/friends/sweetcoffy.png" alt="SweetCoffy" title="SweetCoffy"></a>
<a href="https://tauon.dev"><img src="/assets/buttons/friends/tauon.png" alt="lily" title="lily"></a>
<a href="https://tobskep.com"><img src="/assets/buttons/friends/tobskep.gif" alt="tobskep" title="tobskep"></a>
<a href="https://pancakes.gay"><img src="/assets/buttons/friends/pancakes.png" alt="pancakes" title="pancakes"></a>
<a href="https://unnick.mice.tel"><img src="/assets/buttons/friends/unnick.png" alt="unnick" title="unnick"></a>

View file

@ -88,7 +88,9 @@
<p>the antennas on his head are attatched to little disc-like objects attached to his head can display any visuals he wants. they also serve the purpose of being small little speakers, and they allow the antennas to actually move rather than being in a static position.</p>
<p>he has a full set of artificial teeth! he doesn't show them often though.</p>
<p>the chest and belly area are made up of goo that integrates seamlessly with the rest of the frame of his body along with the nanites.</p>
<p>the goo itself <i>can</i> serve as his digestive system as a whole. unlike other synths, he is capible of eating regular foods perfectly fine. his goo belly and chest just takes up the front half of his body.</p>
<p>the goo itself <i>can</i> serve as his digestive system as a whole. unlike other synths, he is capible of eating regular foods perfectly fine, although at the cost of not being able to digest any heavy objects like metals. his goo belly and chest just takes up the front half of his body.</p>
<p>the goo also serves as a large energy storage as well, so it still "functions" similarly to a large battery even though it can't exactly function like one.</p>
<p>it also can function as storage. he can either eat or "push" things or objects into himself to store it and let it float around inside of him.</p>
<p>his goo is reactive with his mood and can change colors along with the accents on his system and emits different scents as well. it's also edible! with different flavors depending on the mood.</p>
<ul>
<li>
@ -117,6 +119,7 @@
</ul>
<p>he can change his "neutral" flavor and accent color on demand using scent boxes which integrate with that part of his system, alternatively change his accent colors however he wants (although not the scent or taste; that still depends on scent boxes)</p>
<p>if he expereinces a mix of different emotions, the reaction of each emotion can mix as a gradient passing from the top of his body to the bottom.</p>
<p>the goo has an activated thin outside layer that prevents itself from dripping or allowing things to simply get sucked into it. it gets lost if he is under intense feelings/emotions or simply starts losing energy to keep it activated.</p>
<span id="seperator"></span>
<h2>personality</h2>
<p>usually embarassed, quite asocial and only feels comfortable around friends or creatures he thinks are cool. always in a mix of "wanting to meet more creatures and make friends" but also "afraid of being around others, always assumuing others secretly hate him".</p>

View file

@ -55,6 +55,10 @@ body {
grid-column: 2;
}
a:hover {
text-shadow: 0em 0em 0.25em var(--text);
}
/* window buttons */
div {
display: flex;
@ -337,6 +341,12 @@ p, li, button {
a {
font-size: 1.125rem;
color: var(--green);
transition: 0.2s;
}
a:hover {
transition: 0.2s;
text-shadow: 0em 0em 0.25em var(--green);
}
/* smol text */