Compare commits
No commits in common. "b97bce3f7a2da9f03b10160b181ca3b1dea29ce3" and "52623bfe6f530683afb0cafda7587c057062fc95" have entirely different histories.
b97bce3f7a
...
52623bfe6f
@ -5,9 +5,3 @@ 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
|
||||
|
BIN
assets/fonts/MinecraftRegular.otf
Normal file
BIN
assets/fonts/MinecraftRegular.otf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 66 KiB |
@ -11,8 +11,8 @@
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Minecraftia';
|
||||
src: url('/assets/fonts/Minecraftia.ttf') format('truetype');
|
||||
font-family: 'minecraft';
|
||||
src: url('/assets/fonts/MinecraftRegular.otf') format('opentype');
|
||||
}
|
||||
|
||||
@keyframes pop {
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
font-family: 'Minecraftia';
|
||||
font-family: 'minecraft';
|
||||
}
|
||||
|
||||
html {
|
||||
@ -44,7 +44,7 @@ body {
|
||||
color: #eee;
|
||||
text-align: center;
|
||||
overflow-x: hidden;
|
||||
font-size: 18px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.card {
|
||||
@ -76,13 +76,13 @@ body {
|
||||
|
||||
#splash {
|
||||
color: #FFFF00;
|
||||
font-size: 1.5em;
|
||||
font-size: 1.3em;
|
||||
text-shadow: 3px 3px #3F3F00;
|
||||
padding-top: 40px;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
left: 440px;
|
||||
top: 80px;
|
||||
left: 140px;
|
||||
bottom: 20px;
|
||||
}
|
||||
|
||||
.tilt {
|
||||
@ -110,7 +110,7 @@ body {
|
||||
border: none;
|
||||
border-top: 3px solid black;
|
||||
cursor: pointer;
|
||||
font-size: 1.8vw;
|
||||
font-size: 2vw;
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
@ -22,10 +22,7 @@
|
||||
<button class="navButton" id="discordButton" onclick="window.location.href = 'https://discord.newnameful.com'">Discord</button>
|
||||
</div>
|
||||
<div class="section" id="info">
|
||||
<img src="/assets/images/info/NamefulLogo.png" alt="">
|
||||
<div class="tilt">
|
||||
<div id="splash" class="pop"></div>
|
||||
</div>
|
||||
<p><b>Info</b></p>
|
||||
<div class="card" id="infoIntroduction">
|
||||
<p>Introduction</p>
|
||||
<hr>
|
||||
@ -69,6 +66,9 @@
|
||||
<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