Просмотр файла game/story/themes/1/index.php

Размер файла: 1.61Kb
  1. <?php
  2. header("Content-type:text/html; charset=utf-8");
  3. echo '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>';
  4. echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
  5. echo'<title>'.$my_title.'</title>
  6. <style type="text/css">
  7. body, td, tr {text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt; cursor: default; color: #666;}
  8. body {margin: 5px; padding: 5px; color: #666;}
  9. legend {color: #ccc; width: 100%; font-size: 12px; font-weight: bold; border-bottom: solid 1px #f7f7f7; padding-bottom: 5px; margin-bottom: 5px;}
  10. fieldset {border: solid 1px #fff; padding-bottom: 10px;}
  11. form {margin: 0px; padding: 0px;}
  12. a:active, a:visited, a:link {color: #446488; text-decoration: none; font-size: 10px;}
  13. a:hover {color: #00004f; text-decoration: none; font-size: 8pt;}
  14. a.nav:active, a.nav:visited, a.nav:link {color: #666; font-size: 10px; font-weight: bold; text-decoration: none;}
  15. a.nav:hover {font-size: 10px; font-weight: bold; color: #666; text-decoration: underline;}
  16. input, select {font-size: 8pt;}
  17. textarea {width: 100%; font-size: 9pt; padding: 5px;}
  18. div { margin: 1px 0px 1px 0px; padding: 5px 5px 5px 5px;}
  19. table { margin: 1px 0px 1px 0px; padding: 1px 1px 1px 1px; font-size: 13px;}
  20. .a {border-bottom: 1px solid #ccc; color: #666; background: #f7f7f7;}
  21. .b {font-size: 13px; color: #666; background-color: #E5E5E5; padding: 3px; color: #666; }
  22. .c {border-top: 1px solid #ccc; color: #666; background: #f7f7f7;}
  23. .d {font-size: 14px; font-weight: bold; color: #ccc; text-decoration: none;}
  24. </style>
  25. </head><body bgcolor="#000000">';
  26. ?>