Просмотр файла themes/white.php

Размер файла: 1.64Kb
<?php
Error_Reporting(E_ALL & ~E_NOTICE);
Error_Reporting (ERROR | WARNING);
header("xml version=1.0 encoding=utf-8");
echo'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>';
echo'<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=utf-8"/>
<link rel="shortcut icon" href="'.$home.'/favicon.ico"><title>'.$title.'</title>
<style type="text/css">
body { font-weight: normal; font-size: normal; font-family: Courier new; color: gray; background-color: white }
a:link,a:active,a:visited { text-decoration: underline; color : gold }
a:hover { text-decoration: none; color : gray }
div { margin: 1px 0px 1px 0px; padding: 5px 5px 5px 5px; font-size: 11px;}
table { margin: 1px 0px 1px 0px; padding: 1px 1px 1px 1px; font-size: 11px;}
.a {margin: 0px; border-top: 7px solid silver; border-left: 7px solid silver; border-right: 7px solid silver; border-bottom: 7px solid silver; padding: 5px; vertical-align: middle; background-color: lightblue;  font-size: 11px; color: gray; }
.b {margin: 0px; border-top: 5px solid pink; border-left: 5px solid pink; border-right: 5px solid pink; border-bottom: 5px solid lightyellow; padding: 5px; vertical-align: middle; }
.c {margin: 0px; border-top: 7px solid silver; border-left: 7px solid silver; border-right: 7px solid silver; border-bottom: 7px solid silver; padding: 5px; vertical-align: middle; background-color: lightblue;  font-size: 11px; color: gray;}
.d {background-color: violet;  text-align: center; font-size: 11px; color: #FF00FF; }
</style>
</head>

<body>';

?>