-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy path404.html
119 lines (102 loc) · 2.33 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<html>
<head>
<title>Error 404</title>
<meta http-equiv = "refresh" content="10;url=/">
<style type="text/css" media="screen">
#content.narrowcolumn {
}
body {color: #838b94;
background: #000 fixed 50% 0;
}
a:visited{
color: #353c40;
text-decoration:none;
}
a:hover{
color: #d3e7fe;
text-shadow: #fff 0 0 10px;
}
a:active {
color: #fff;
text-decoration:none;
font-weight: bold;
}
a {
outline:none;
color: #2a3038;
-webkit-transition-property: color, text-shadow;
-webkit-transition-duration: 600ms;
-webkit-transition-timing-function: ease-in-out;
font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
img {
margin-bottom: 82px;
}
#parallax
{position:relative; overflow:hidden; width: 1300px; height: 700px;
}
div.error1
{position:relative;
width: 1295px;
height: 695px;
}
div.error2
{position:relative;
width: 1000px;
height: 625px;
}
div.error3
{position:relative;
padding-left: 400px;
padding-top: 120px;
width: 1000px;
height: 600px;
}
div.error4
{position:relative;
padding-left: 450px;
padding-top: 160px;
width: 1150px;
height: 640px;
}
div.error5
{position:relative;
width: 1270px;
height: 690px;
}
.text {
text-align: center;
}
</style>
<script src="/assets/themes/evjekylltheme/404/scriptalizer.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('#parallax').jparallax({});
});
</script>
</head>
<body>
<div id="content" class="narrowcolumn">
<div id="parallax">
<div class="error1">
<img src="/assets/themes/evjekylltheme/404/wand.jpg" alt="Mauer" />
</div>
<div class="error2">
<img src="/assets/themes/evjekylltheme/404/licht.png" alt="Licht" />
</div>
<div class="error3">
<img src="/assets/themes/evjekylltheme/404/halo1.png" alt="Halo1" />
</div>
<div class="error4">
<img src="/assets/themes/evjekylltheme/404/halo2.png" alt="Halo2" />
</div>
<div class="error5">
<img src="/assets/themes/evjekylltheme/404/batman-404.png" alt="Batcave 404" />
</div>
</div>
<div class="text">
<p>Redirect to homepage after 10 seconds. Or click <a href="/">here</a> to return to homepage.</p>
</div>
</div>
</body>
</html>