Просмотр файла includes/header2.php

Размер файла: 1.82Kb
<?php
header("Content-type: application/xhtml+xml; charset=utf-8");
header("Cache-Control: no-cache");
echo '<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Гангстеры</title>
<style type="text/css">
body { background-color: #404040 ; margin: 1px auto;    padding: 2px; color: #00FF00;
       font-family: Arial; font-size: 13px;
       text-align: left; max-width:90%; }

a:link,a:active,a:visited { 
color: #33CCFF;text-decoration: none; }
a:hover { 
text-decoration: none; color: #FFFF00; padding: 1px;
background-color: #990000; position: relative; top: 1px; border: 1px solid #FF9900; }

a img { border: 0px; }
H1 { font-family: Lucida Grande; font-size: 150%; }
H2 { font-family: Lucida Grande; font-size: 130%; }
H3 { font-family: Lucida Grande; font-size: 100%; }

.foot { background-color: #990000;    padding: 2px; 
        border-bottom: 3px double #660000; 
        border-left: 3px double #CC0000; 
        border-top: 3px double #CC0000; 
        border-right: 3px double #660000; cursor: help; }
    

.block { background: url(http://xwab.ru/forum/images/fon_red.gif);
         background-color: #990000;    padding: 2px; 
         border-bottom: 3px double #660000; 
         border-left: 3px double #CC0000; 
         border-top: 3px double #CC0000; 
         border-right: 3px double #660000; }

.all { border: dotted #990000 thin;}

.button { color: #FF9900; background-color: #990000;
          font-size: 13px;  color:#FF9900;
          border-top: 1px solid #FF9900;
          border-left: 1px solid #FF9900;
          border-right: 1px solid #FF9900;
          border-bottom: 1px solid #FF9900;}
</style>
</head>
<body>';
?>