Размер файла: 1.86Kb
- <?php
- header("Content-type: application/vnd.wap.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: Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
- text-align: left; max-width:90%; }
-
- a:link,a:active,a:visited {
- color: #FF9900;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%; }
-
- .menu { 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; }
-
-
- .head { 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>';
- ?>