Code improvements and added color code processing #2
@ -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.
BIN
assets/fonts/Minecraftia.ttf
Normal file
BIN
assets/fonts/Minecraftia.ttf
Normal file
Binary file not shown.
BIN
assets/images/info/NamefulLogo.png
Normal file
BIN
assets/images/info/NamefulLogo.png
Normal file
Binary file not shown.
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
@ -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;
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user