Added animated backgrounds, updated footer, made the site look nicer
This commit is contained in:
parent
03c52ae490
commit
e07defdabb
4
404.html
4
404.html
|
|
@ -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>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 938 KiB |
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
28
main.css
28
main.css
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
8
tos.html
8
tos.html
|
|
@ -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>• Swearing is fine, but please do not say any racial or homophobic slurs.</p>
|
||||
<p>• Do not upload NSFW/NSFL content to MORBLOX, or post links to that contents.</p>
|
||||
|
|
@ -56,13 +56,13 @@
|
|||
<p>• Do not scam other users for their MORBUX.</p>
|
||||
<p>• Do not harass other users.</p>
|
||||
<p>• Do not make accounts for the purpose of breaking rules.</p>
|
||||
<p>• Exploiting is allowed, UNLESS you ruin the fun of other users.</p>
|
||||
<p>• Exploiting is NOT allowed. (UNLESS YOU ARE TESTING YOUR ANTI-EXPLOITS IN YOUR GAME)</p>
|
||||
<p>• Do not ban evade.</p>
|
||||
<p>• 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>
|
||||
Loading…
Reference in New Issue