View file themes/black.php

File size: 1.76Kb
<?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-family: Verdana; font-size: 13px; color: blue; background-color: Black }
a:link { text-decoration: underline; color : white }
a:active { text-decoration: underline; color : yellow }
a:visited { text-decoration: underline; color : white }
a:hover { text-decoration: none; font-size: 11px; color : blue }
div { margin: 2px 1px 2px 1px; padding: 5px 5px 5px 5px;}
table { margin: 2px 1px 2px 1px; padding: 2px 2px 2px 2px; font-size: 13px;}
.a {margin: 1px; border-top: 5px solid silver; border-left: 5px solid silver; border-right: 5px solid silver; border-bottom: 5px solid silver; padding: 5px; vertical-align: middle; background-color: gray;  text-align: center; font-size: 10px; color: black; }
.b {margin: 0px; border-top: 5px solid silver; border-left: 5px solid silver; border-right: 5px solid silver; border-bottom: 5px solid silver; padding: 5px; vertical-align: middle; background-color: #666666;  text-align: left; font-size: 10px; color: blue; }
.c {margin: 1px; border-top: 5px solid silver; border-left: 5px solid silver; border-right: 5px solid silver; border-bottom: 5px solid silver; padding: 5px; vertical-align: middle; background-color: #666666;  text-align: center; font-size: 10px; color: blue; }
</style>
</head>

<body>';

?>