25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

110 satır
2.8KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <style>
  6. #header
  7. {
  8. background: #d86323;
  9. padding: 0.7em;
  10. text-align: left;
  11. }
  12. #header a
  13. {
  14. color: white;
  15. text-decoration: none;
  16. padding: 0.5em 1em 0.5em 1em;
  17. }
  18. #title
  19. {
  20. color: #6d2113;
  21. }
  22. img
  23. {
  24. width: 100%;
  25. }
  26. video
  27. {
  28. width: 100%;
  29. }
  30. html
  31. {
  32. font-family: sans-serif;
  33. }
  34. body
  35. {
  36. line-height: 1.5em;
  37. }
  38. body
  39. {
  40. background: #FAFAFA;
  41. }
  42. table
  43. {
  44. border-collapse: collapse;
  45. width: 100%;
  46. }
  47. table, th, td
  48. {
  49. border: 1px solid #aaa;
  50. padding: 0.5em;
  51. margin-top: 0.5em;
  52. margin-bottom: 0.5em;
  53. }
  54. code, pre
  55. {
  56. font-family: monospace, serif;
  57. font-size: 1em;
  58. color: #7f0a0c;
  59. background: #f5f5f5;
  60. white-space: pre-wrap;
  61. }
  62. .contents
  63. {
  64. background: #FFFFFF;
  65. width: 720px;
  66. padding: 1em;
  67. margin-top: 2em;
  68. margin-bottom: 2em;
  69. border: 1px solid #E0E0E0;
  70. text-align: left;
  71. color: #444;
  72. }
  73. #footer
  74. {
  75. text-align: center;
  76. }
  77. #lang
  78. {
  79. float: right;
  80. }
  81. </style>
  82. <title>
  83. Local File System Access (LFSA) for Client Side Web Apps (CSWA)
  84. </title>
  85. </head>
  86. <body>
  87. <div id="header">
  88. <strong id="title">LFSA</strong>
  89. <div id="lang">
  90. <a href="../en/PSKOV_ITEM_URL">EN</a>
  91. <a href="../ru/PSKOV_ITEM_URL">RU</a>
  92. </div>
  93. </div>
  94. <center><h1>
  95. </h1></center>
  96. <center><div class="contents">
  97. PSKOV_ITEM_CONTENTS
  98. </div></center>
  99. <div id="footer">
  100. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  101. from <a href="http://github.com/ogstudio/site-lfsa">this source code</a>.
  102. The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
  103. </div>
  104. <script type="text/javascript">
  105. </script>
  106. </body>
  107. </html>