Code improvements and added color code processing #2

Merged
lkarch merged 2 commits from dev into main 2025-05-25 21:44:43 -04:00
6 changed files with 18 additions and 12 deletions
Showing only changes of commit b97bce3f7a - Show all commits

View File

@ -5,3 +5,9 @@ newnameful.com - Main Website
dev.newnameful.com - Development Version
discord.newnameful.com - New Nameful Discord Redirect
# Credits
Minecraft Font: https://fontlibrary.org/en/font/minecraftia
New Nameful Logo: made by cool_tellow

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -11,8 +11,8 @@
}
@font-face {
font-family: 'minecraft';
src: url('/assets/fonts/MinecraftRegular.otf') format('opentype');
font-family: 'Minecraftia';
src: url('/assets/fonts/Minecraftia.ttf') format('truetype');
}
@keyframes pop {
@ -29,7 +29,7 @@
* {
box-sizing: border-box;
font-family: 'minecraft';
font-family: 'Minecraftia';
}
html {
@ -44,7 +44,7 @@ body {
color: #eee;
text-align: center;
overflow-x: hidden;
font-size: 20px;
font-size: 18px;
}
.card {
@ -76,13 +76,13 @@ body {
#splash {
color: #FFFF00;
font-size: 1.3em;
font-size: 1.5em;
text-shadow: 3px 3px #3F3F00;
padding-top: 40px;
position: relative;
text-align: center;
left: 140px;
bottom: 20px;
left: 440px;
top: 80px;
}
.tilt {
@ -110,7 +110,7 @@ body {
border: none;
border-top: 3px solid black;
cursor: pointer;
font-size: 2vw;
font-size: 1.8vw;
background-color: black;
color: white;
}

View File

@ -22,7 +22,10 @@
<button class="navButton" id="discordButton" onclick="window.location.href = 'https://discord.newnameful.com'">Discord</button>
</div>
<div class="section" id="info">
<p><b>Info</b></p>
<img src="/assets/images/info/NamefulLogo.png" alt="">
<div class="tilt">
<div id="splash" class="pop"></div>
</div>
<div class="card" id="infoIntroduction">
<p>Introduction</p>
<hr>
@ -66,9 +69,6 @@
<hr>
<p id="coRuler">Steve</p>
<img id="coRulerImage" src="https://minotar.net/body/MHF_Steve/100.png" alt="Player Render">
<div class="tilt">
<div id="splash" class="pop"></div>
</div>
</div>
<br>
<p id="electionCountdown">Election Countdown</p>