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

Размер файла: 1.85Kb
<?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>gta_mod_online_games 4</title>
<style type="text/css">
body { font:13px Arial, sans-serif; margin:0 auto; padding:0; color:#FFCCAA; max-width:350px; background-color:#101010;
}
.header {text-align:center; background:#FF6000; height:bold;}
a:link,a:active,a:visited { 
color: #FFCCFF;text-decoration: none; }
a:hover { 
text-decoration: none; color: #FFCCAA; padding: 1px;
background-color: #FF6000; position: relative; top: 1px; border: 1px solid #FF6000; }

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: #FF8000;
          font-size: 13px;  color:#FFCCAA;
          border-top: 1px solid #FFCCAA;
          border-left: 1px solid #FFCCAA;
          border-right: 1px solid #FFCCAA;
          border-bottom: 1px solid #FFCCAA;}
</style>
</head>
<body><div class="header">';
?>