You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
2.7KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <style>
  6. #header
  7. {
  8. background: grey;
  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. body
  19. {
  20. background: #FAFAFA;
  21. }
  22. .contents
  23. {
  24. background: #FFFFFF;
  25. width: 720px;
  26. padding: 1em;
  27. margin-top: 2em;
  28. margin-bottom: 2em;
  29. border: 1px solid #E0E0E0;
  30. text-align: left;
  31. }
  32. table
  33. {
  34. border-collapse: collapse;
  35. }
  36. table, th, td
  37. {
  38. border: 1px solid #aaa;
  39. padding: 0.5em;
  40. margin-top: 0.5em;
  41. margin-bottom: 0.5em;
  42. }
  43. #lang
  44. {
  45. float: right;
  46. }
  47. img
  48. {
  49. width: 100%;
  50. }
  51. .itemDate
  52. {
  53. margin-bottom: 2em;
  54. color: #aaa;
  55. }
  56. .itemTitle a
  57. {
  58. color: #3A91CB;
  59. text-decoration: none;
  60. }
  61. </style>
  62. <title>Серов</title>
  63. </head>
  64. <body>
  65. <div id="header">
  66. <strong>Серов</strong>
  67. <a href="../../ru/blog/index.html">Блог</a>
  68. <a href="../../ru/page/about.html">Обо мне</a>
  69. <a href="../../ru/page/cv.html">Резюме</a>
  70. <div id="lang">
  71. <a href="../../en/blog/1886.02.by-the-window.html">EN</a>
  72. <a href="../../ru/blog/1886.02.by-the-window.html">RU</a>
  73. </div>
  74. </div>
  75. <center>
  76. <h1>В блоге...</h1>
  77. <div class="contents">
  78. <h2 class="itemTitle">
  79. <a href="1886.02.by-the-window.html">У окна</a>
  80. </h2>
  81. <p class="itemDate">1886-02</p>
  82. <p><img src="https://upload.wikimedia.org/wikipedia/commons/7/72/Walentin_Aleksandrovich_Serov_By_the_Window.jpg" alt="У окна" /></p>
  83. <p>А вот и "У окна", портрет моей подруги (тогда) Ольги Трубниковой. Только взгляните на неё!</p>
  84. </div>
  85. <div id="footer">
  86. Этот пример сайта сгенерирован <a href="http://opengamestudio.org/pskov">ПСКОВОМ</a>.
  87. </div>
  88. </center>
  89. </body>
  90. </html>