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

Размер файла: 1.86Kb
  1. <?php
  2. header("Content-type: application/vnd.wap.xhtml+xml; charset=utf-8");
  3. header("Cache-Control: no-cache");
  4. echo '<?xml version="1.0" encoding="UTF-8"?>
  5. <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head><title>Гангстеры</title>
  8. <style type="text/css">
  9. body { background-color: #000000; margin: 1px auto; padding: 2px; color: #ffffff;
  10. font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
  11. text-align: left; max-width:90%; }
  12.  
  13. a:link,a:active,a:visited {
  14. color: #FF9900;text-decoration: none; }
  15. a:hover {
  16. text-decoration: none; color: #FFFF00; padding: 1px;
  17. background-color: #990000; position: relative; top: 1px; border: 1px solid #FF9900; }
  18.  
  19. a img { border: 0px; }
  20. H1 { font-family: Lucida Grande; font-size: 150%; }
  21. H2 { font-family: Lucida Grande; font-size: 130%; }
  22. H3 { font-family: Lucida Grande; font-size: 100%; }
  23.  
  24. .menu { background-color: #990000; padding: 2px;
  25. border-bottom: 3px double #660000;
  26. border-left: 3px double #CC0000;
  27. border-top: 3px double #CC0000;
  28. border-right: 3px double #660000; cursor: help; }
  29.  
  30.  
  31. .head { background: url(http://xwab.ru/forum/images/fon_red.gif);
  32. background-color: #990000; padding: 2px;
  33. border-bottom: 3px double #660000;
  34. border-left: 3px double #CC0000;
  35. border-top: 3px double #CC0000;
  36. border-right: 3px double #660000; }
  37.  
  38. .all { border: dotted #990000 thin;}
  39.  
  40. .button { color: #FF9900; background-color: #990000;
  41. font-size: 13px; color:#FF9900;
  42. border-top: 1px solid #FF9900;
  43. border-left: 1px solid #FF9900;
  44. border-right: 1px solid #FF9900;
  45. border-bottom: 1px solid #FF9900;}
  46. </style>
  47. </head>
  48. <body>';
  49. ?>