Просмотр файла temes/flipe.tk/verh.dat

Размер файла: 1.19Kb
<?
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>'.$title.'</title>
<style type="text/css">
body {
font-size: 11px;
background-color: #000000;
color: green;
}

div.verh {
border-style: ridge;
border-width: 1px;
border-color: green;font-size: 16px;
text-align: center;
background-color: #003333;
margin-bottom: 1px;
color: #778899;
}

div.razd {
border-style: ridge;
border-width: 1px;
border-color: green;
text-align: center;
background-color: #003333;
margin-top: 1px;
margin-bottom: 1px;
color: #778899;
}

div.sob {
border-style: ridge;
border-width: 1px;
border-color: green;text-align: left;
background-color: #003333;
margin-top: 1px;
margin-bottom: 1px;
color: #778899;
}

div.niz {
border-style: ridge;
border-width: 1px;
border-color: green;
text-align: center;
background-color: #003333;
margin-top: 1px;
color: #778899;
}

a {
color: #00ff00;
}

div.ssylka {
border-style: ridge;
border-width: 1px;
border-color: green;
background-color: #006666
}

</style>
</head>
<body>
<div class="verh"><B>'.$zagolovok.'</B></div>';
?>