Subversion Repositories SmartDukaan

Rev

Rev 11346 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
10737 lgm 1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<title>404 Page Not Found</title>
5
<style type="text/css">
6
 
7
::selection{ background-color: #E13300; color: white; }
8
::moz-selection{ background-color: #E13300; color: white; }
9
::webkit-selection{ background-color: #E13300; color: white; }
10
 
11
body {
12
	background-color: #fff;
13
	margin: 0px;
14
	padding:0px;
15
	font: 13px/20px normal Helvetica, Arial, sans-serif;
16
	color: #4F5155;
17
}
18
 
19
a {
20
	color: #003399;
21
	background-color: transparent;
22
	font-weight: normal;
23
}
24
 
25
h1 {
26
	color: #444;
27
	background-color: transparent;
28
	border-bottom: 1px solid #D0D0D0;
29
	font-size: 19px;
30
	font-weight: normal;
31
	margin: 0 0 14px 0;
32
	padding: 14px 15px 10px 15px;
33
}
34
 
35
code {
36
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
37
	font-size: 12px;
38
	background-color: #f9f9f9;
39
	border: 1px solid #D0D0D0;
40
	color: #002166;
41
	display: block;
42
	margin: 14px 0 14px 0;
43
	padding: 12px 10px 12px 10px;
44
}
45
 
46
#container {
47
	/*margin: 10px;
48
	border: 1px solid #D0D0D0;
49
	-webkit-box-shadow: 0 0 8px #D0D0D0;*/
50
}
51
 
52
#error-msg{
53
	float:left;
54
	width:100%;
55
	display:block;
56
	background:url("<?php echo base_url();?>assets/images/error_page.jpg")no-repeat center center;background-size:contain;
57
	text-decoration:none;
58
}
59
 
60
p {
61
	margin: 12px 15px 12px 15px;
62
}
63
.errorblock{
64
margin: 4% auto 0;
65
text-align: center;
66
width: 100%;
67
color: rgb(9, 8, 8);
68
background: #efefef;
69
font-weight: bold;
70
padding: 5px 0;
71
}
72
.errorblock h1{
73
margin:0;
74
}
75
</style>
76
 
77
</head>
78
<body>
79
	<div id="container">
80
		<a href="<?php echo base_url();?>" id="error-msg">
81
 
82
			</a>
83
	</div>
84
	<script>
85
	document.getElementById('error-msg').style.height = screen.height +'px'
86
</script>
87
</body>
88
</html>