Файл: 404.html
Строк: 103
<?php
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Запрошенной страницы нет на сервере</title>
<style>
* {
margin:0;
padding:0;
}
html {
background: #e5e5e5;
}
body {
font:14px/1.3 'Segoe UI',Arial, sans-serif;
background-color:transparent;
}
a, a:visited {
text-decoration:none;
color:#265CFF;
}
a:hover {
color:#2E7BFF;
}
section, footer, header {
display: block;
}
#page {
max-width: 768px;
overflow:hidden;
font-family: 'Open Sans', sans-serif;
border:1px solid #C3C3C3;
color:#5e5e5e;
background-color:#fff;
box-shadow: 0 0 20px rgba(0,0,0,0.05) inset, 0 0 20px rgba(0,0,0,0.3);
border-radius: 3px;
margin:20px auto;
}
#content {
padding: 5px;
overflow-x: hidden;
padding-right: 10px;
}
#content p {
margin-bottom:10px;
}
#content img {
margin: 15px;
}
span.match {
background-color:#f8dda9;
border:1px solid #edd19b;
margin:-1px;
}
#header {
border-radius:3px 3px 0 0;
background-color:#eee;
height:60px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */ border-bottom: 1px solid #CACACA;
box-shadow: 0 0 5px #DDD;
padding: 10px;
}
#header h1 {
font-family: 'Ubuntu', sans-serif;
line-height: 60px;
font-weight: 300;
}
#header h1 i {
color: #aeaeae;
font-style:normal;
font-size: 75%;
}
footer {
background-color: #dedede;
bottom: 0;
box-shadow: 0 -1px 2px rgba(0,0,0,0.1);
height: 25px;
left: 0;
position: fixed;
width: 100%;
z-index: 1;
}
footer h2 {
color:#888;
font-size: 14px;
font-weight: normal;
margin: 0 auto;
max-width: 768px;
line-height: 25px;
margin-top: 0;
text-align: right;
}
footer h2 i {
font-style:normal;
color:#111;
}
footer a.tzine,a.tzine:visited {
color: #999999;
font-size: 12px;
left: 50%;
margin: 16px 0 0 110px;
position: absolute;
text-decoration: none;
top: 0;
}
footer a i {
color:#ccc;
font-style: normal;
}
footer a i b {
color:#c92020;
font-weight: normal;
}
</style>
</head>
<body>
<div id="page">
<div id="header">
<h1>#404 <i>― Страница не найдена на сайте 4i4i.Ru</i></h1>
</div>
<div id="content">
<p>Запрашиваемый Вами объект отсутствует на сервере.<br/> Возможно вы ошиблись при наборе адреса или перешли на удаленную ранее страницу. Если вы попали сюда по ссылке, оповестите об этом администрацию сайта через опубликованные контакты.<br/> <a href='/?'>Вернуться назад на сайт 4i4i.Ru</a> </p>
</div>
</div>
<footer>
<h2>ERROR 404: <i>NOT FOUND</i> 4i4i.Ru</h2>
</footer>
<link href='http://fonts.googleapis.com/css?family=Ubuntu:300&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400,600&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
</body>
</html>
?>