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

Размер файла: 2.36Kb
<?php
/*
Проект онлайн-игры "Власть тьмы"
Файл является частью проекта.Распространение(в том числе в измененном виде) ЗАПРЕЩЕНО
Авторы: Команда разработчиков проекта gta_mod_swa(swa,DeMag), студия программирования Веб-формат
Файл дизайна к игре. Если не понимаете,как настраивать дизайн, лучше этого не делайте

*/
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: #000000; margin: 1px auto;    padding: 2px; color: #ffffff;
       font-family: Arial; font-size: 13px;
       text-align: left; max-width:90%; }

a:link,a:active,a:visited { 
color: #FFFFFF;text-decoration: none; }
a:hover { 
text-decoration: none; color: #FFFF99; padding: 1px;
background-color: #FF0000; 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: #999999;    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: #000000; background-color: #999999;
          font-size: 14px;  color:#000000;
          border-top: 1px solid #000000;
          border-left: 1px solid #000000;
          border-right: 1px solid #000000;
          border-bottom: 1px solid #000000;}
</style>
</head>
<body>';
?>