Schule als Staat Projekt Web, Dokumente, etc.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

92 lignes
3.5KB

  1. <div id="datenbank_html">
  2. <style>
  3. #datenbank_html {
  4. margin-left: 2%;
  5. width: 96%;
  6. }
  7. tabledatabase {
  8. width: 100%;
  9. }
  10. .trdatabase {
  11. padding-top: 50px;
  12. padding-bottom: 50px;
  13. }
  14. .tddatabase {
  15. padding-left: 10px;
  16. padding-right: 10px;
  17. padding-bottom: 10px;
  18. padding-top: 10px;
  19. }
  20. thumbnail {
  21. display: inline-block;
  22. border: 1px solid black;
  23. width: 20%;
  24. }
  25. img {
  26. max-width: 100%;
  27. height: auto;
  28. }
  29. div.polaroid {
  30. border: 2px solid #e7e7e7;
  31. width: 80%;
  32. background-color: white;
  33. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  34. margin-bottom: 25px;
  35. }
  36. div.container {
  37. text-align: center;
  38. padding: 10px 20px;
  39. font-family: Helvetica, serif;
  40. font-size: 12px;
  41. }
  42. #description {
  43. text-align: center;
  44. }
  45. </style>
  46. <table class="tabledatabase">
  47. <tr class="trdatabase">
  48. <td class="tddatabase", colspan=4>
  49. <p id="description">
  50. Dies ist eine Datenbank mit allen Dokumenten, die die Goethopische Agentur für politische Bildung herausgebracht hat. Jedes der Elemente ist auf das dazugehörige PDF-Dokument verlinkt.
  51. </p>
  52. </td>
  53. </tr>
  54. <tr class="trdatabase">
  55. <td class="tddatabase", align="left">
  56. <div class="polaroid">
  57. <a class="thumbnail" href="http://www.none.com">
  58. <img src="verfassung.jpg" alt="Verfassung">
  59. </a>
  60. <div class="container">
  61. <p>Die Verfassung von Goethopia</p>
  62. </div>
  63. </div>
  64. </td>
  65. <td class="tddatabase" align="center">
  66. <div class="polaroid">
  67. <a class="thumbnail" href="http://www.none.com">
  68. <img src="geschaeftsordnung.jpg" alt="Geschaeftsordnung">
  69. </a>
  70. <div class="container">
  71. <p>Die Geschäftsordnung des Parlaments</p>
  72. </div>
  73. </div>
  74. </td>
  75. <td class="tddatabase" align="right">
  76. <div class="polaroid">
  77. <a class="thumbnail" href="http://www.none.com">
  78. <img src="faq_1.jpg" alt="Informationsblatt 1">
  79. </a>
  80. <div class="container">
  81. <p>Informationsblatt der APB, Ausgabe 1</p>
  82. </div>
  83. </div>
  84. </td>
  85. </tr>
  86. </table>
  87. </div>