Added animated backgrounds, updated footer, made the site look nicer

This commit is contained in:
Thomas G 2022-06-20 16:06:34 +10:00
parent 03c52ae490
commit e07defdabb
11 changed files with 45 additions and 27 deletions

View File

@ -53,8 +53,8 @@
<img alt="Error Image" src="error.png" width="503" height="579">
</div>
<footer>
<a href="privacy.html">Privacy Policy</a>
<a href="tos.html">Terms of Service</a>
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo, or the Pirates of the Caribbean. ARrrr!</p>
<p>Before signing up, please read the <a href="privacy.html">Privacy Policy</a> and the <a href="tos.html">Terms of Service</a>.</p>
</footer>
</body>
</html>

BIN
animated.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 938 KiB

View File

@ -49,8 +49,8 @@
<p>Games Page</p>
</div>
<footer>
<a href="privacy.html">Privacy Policy</a>
<a href="tos.html">Terms of Service</a>
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo, or the Pirates of the Caribbean. ARrrr!</p>
<p>Before signing up, please read the <a href="privacy.html">Privacy Policy</a> and the <a href="tos.html">Terms of Service</a>.</p>
</footer>
</body>
</html>

View File

@ -57,8 +57,8 @@
</div>
</div>
<footer>
<a href="privacy.html">Privacy Policy</a>
<a href="tos.html">Terms of Service</a>
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo, or the Pirates of the Caribbean. ARrrr!</p>
<p>Before signing up, please read the <a href="privacy.html">Privacy Policy</a> and the <a href="tos.html">Terms of Service</a>.</p>
</footer>
</body>
</html>

View File

@ -60,8 +60,8 @@
</form>
</div>
<footer>
<a href="privacy.html">Privacy Policy</a>
<a href="tos.html">Terms of Service</a>
</footer>
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo, or the Pirates of the Caribbean. ARrrr!</p>
<p>Before signing up, please read the <a href="privacy.html">Privacy Policy</a> and the <a href="tos.html">Terms of Service</a>.</p>
</footer>
</body>
</html>
</html>

View File

@ -49,8 +49,8 @@
<p>nothing</p>
</div>
<footer>
<a href="privacy.html">Privacy Policy</a>
<a href="tos.html">Terms of Service</a>
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo, or the Pirates of the Caribbean. ARrrr!</p>
<p>Before signing up, please read the <a href="privacy.html">Privacy Policy</a> and the <a href="tos.html">Terms of Service</a>.</p>
</footer>
</body>
</html>

View File

@ -1,3 +1,7 @@
@keyframes animatedbackground {
from {background-position-x: 0px; animation-timing-function: linear;}
to {background-position-x: 2000px; animation-timing-function: linear;}
}
#alert {
height: fit-content;
margin: 0px;
@ -77,18 +81,28 @@ html {
font-family: "Helvetica";
src: url('Helvetica.ttf') format('truetype'),;
font-style: normal;
background-color: #4b4b4b;
background-color: #2e7eff;
color: white;
animation-name: animatedbackground;
animation-duration: 50s;
animation-iteration-count: infinite;
background-image: url(animated.png);
background-position: center 100%;
background-repeat: repeat-x;
background-attachment: fixed;
}
body {
margin-left: 0px;
margin-right: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
}
.content {
color: black;
min-height: 300px;
max-width: 1500px;
max-width: 1000px;
margin-right: 20px;
margin-left: 20px;
margin: auto;
margin-top: 105px;
padding-left: 5px;
@ -102,16 +116,20 @@ body {
}
footer {
text-align: center;
max-width: 1500px;
max-width: 1000px;
margin-right: 20px;
margin-left: 20px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
color: black;
padding-top: 5px;
background-color: rgb(179, 179, 179);
min-height: fit-content;
margin: auto;
}
footer p, footer a {
color: black;
}
p,h1 {
margin: 0px;
}

View File

@ -51,8 +51,8 @@
<img alt="Error Image" src="../error.png" width="503" height="579">
</div>
<footer>
<a href="../privacy.html">Privacy Policy</a>
<a href="../tos.html">Terms of Service</a>
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo, or the Pirates of the Caribbean. ARrrr!</p>
<p>Before signing up, please read the <a href="../privacy.html">Privacy Policy</a> and the <a href="../tos.html">Terms of Service</a>.</p>
</footer>
</body>
</html>

View File

@ -77,8 +77,8 @@
<p>If you have any queries or complaints about our Privacy Policy, please contact us on our Discord.</p>
</div>
<footer>
<a href="privacy.html">Privacy Policy</a>
<a href="tos.html">Terms of Service</a>
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo, or the Pirates of the Caribbean. ARrrr!</p>
<p>Before signing up, please read the <a href="privacy.html">Privacy Policy</a> and the <a href="tos.html">Terms of Service</a>.</p>
</footer>
</body>
</html>

View File

@ -49,8 +49,8 @@
<p>Nothing</p>
</div>
<footer>
<a href="privacy.html">Privacy Policy</a>
<a href="tos.html">Terms of Service</a>
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo, or the Pirates of the Caribbean. ARrrr!</p>
<p>Before signing up, please read the <a href="privacy.html">Privacy Policy</a> and the <a href="tos.html">Terms of Service</a>.</p>
</footer>
</body>
</html>

View File

@ -47,7 +47,7 @@
</div>
<div class="content">
<h1>Terms of Service</h1>
<p>Welcome to MORBLOX! Before signing up, please read the <a href="privacy.html">Privacy Policy.</a></p>
<p>Welcome to MORBLOX! Before playing, you'll need to know the rules to make sure you know what you can and can't do here.</p>
<h2>Our Rules</h2>
<p>&#x2022; Swearing is fine, but please do not say any racial or homophobic slurs.</p>
<p>&#x2022; Do not upload NSFW/NSFL content to MORBLOX, or post links to that contents.</p>
@ -56,13 +56,13 @@
<p>&#x2022; Do not scam other users for their MORBUX.</p>
<p>&#x2022; Do not harass other users.</p>
<p>&#x2022; Do not make accounts for the purpose of breaking rules.</p>
<p>&#x2022; Exploiting is allowed, UNLESS you ruin the fun of other users.</p>
<p>&#x2022; Exploiting is NOT allowed. (UNLESS YOU ARE TESTING YOUR ANTI-EXPLOITS IN YOUR GAME)</p>
<p>&#x2022; Do not ban evade.</p>
<p>&#x2022; Don't spam.</p>
</div>
<footer>
<a href="privacy.html">Privacy Policy</a>
<a href="tos.html">Terms of Service</a>
<p>MORBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo, or the Pirates of the Caribbean. ARrrr!</p>
<p>Before signing up, please read the <a href="privacy.html">Privacy Policy</a> and the <a href="tos.html">Terms of Service</a>.</p>
</footer>
</body>
</html>