Browse Source

Change title and spacing in 404.php

pull/40/head
Michael Walker 10 years ago
parent
commit
15dc235a66
  1. 15
      404.php

15
404.php

@ -30,8 +30,8 @@
border-radius: 50px;
padding: 25px;
position: relative;
top: calc(50% - .75em);
display: block;
top: calc(50% - .6em);
display: inline-block;
width: 2em;
margin: 0 auto;
height: 0.9em;
@ -50,6 +50,11 @@
@keyframes flash {
0% {width: 5em;}
100% {width: 2em;}
}
#head span
{
position: relative;
bottom: 30%;
}
.blink {
@ -87,9 +92,9 @@
<script type="text/javascript">
var colors = ["rgb(255, 0, 0)","rgb(255, 0, 255)","rgb(0, 0, 255)","rgb(0, 255, 255)","rgb(0, 255, 0)","rgb(255, 255, 0)"];
function seizure(){
if (document.title == "404")
document.title = "PARTY HARD NIGGERS";
else document.title = "404";
if (document.title == "404 | PARTY")
document.title = "404 | HARD";
else document.title = "404 | PARTY";
var i = colors[Math.floor(Math.random()*colors.length)];
while(i == document.getElementById("head").style.color)
{

Loading…
Cancel
Save