-
Notifications
You must be signed in to change notification settings - Fork 8
/
404.html
95 lines (92 loc) · 2.99 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
<meta name="google-site-verification" content="tRzqLIGPqV1y36f2qM_b3txYlQPMoCuifw8QkIzpLkA" />
<title>Redmine Backlogs</title>
<link href="http://fonts.googleapis.com/css?family=Reenie+Beanie:regular" rel="stylesheet" type="text/css" >
<style>
body{
background-color:#690000;
color:#CC6666;
font-family:Georgia,Times,serif;
}
#outer {
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
}
#inner {
width: 200px;
height: 200px;
margin-left: -100px; /*** width / 2 ***/
position: absolute;
top: -100px; /*** height / 2 ***/
left: 50%;
}
a{
background:#ff9;
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9), to(#cc3));
background:-moz-linear-gradient(left top, #ff9, #cc3 100%);
color:#000;
display:block;
font-family:"Reenie Beanie",Arial,sans-serif;
font-size:25px;
height:100px;
list-style:none;
margin:0;
padding:50px 0;
text-align:center;
text-decoration:none;
width:200px;
-moz-box-shadow:5px 5px 7px rgba(33,33,33,.7);
-webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
box-shadow: 5px 5px 7px rgba(33,33,33,.7);
-webkit-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-moz-transform:rotate(-10deg);
}
/* thanks to http://www.zurb.com/playground/css3-polaroids */
a{
-webkit-transform: rotate(-6deg);
-o-transform: rotate(-6deg);
-moz-transform:rotate(-6deg);
-moz-transition:-moz-transform .15s linear;
-o-transition:-o-transform .5s linear;
-webkit-transition:-webkit-transform .15s linear;
}
a:hover,a:focus{
-moz-box-shadow:10px 10px 7px rgba(33,33,33,.7);
-webkit-box-shadow: 10px 10px 7px rgba(33,33,33,.7);
box-shadow: 10px 10px 7px rgba(33,33,33,.7);
cursor:pointer;
-webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
-o-transform: scale(1.25);
position:relative;
z-index:5;
}
</style>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18031500-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="outer">
<div id="inner">
<a href="http://backlogs.github.com/redmine_backlogs"><strong>Impediment #404</strong> <br/>Page doesn't exist! <br/>Go home?</a></li>
</div>
</div>
</body>
</html>