Schule als Staat Projekt Web, Dokumente, etc.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

71 行
2.4KB

  1. #info_html{
  2. margin-left: 2%;
  3. width: 96%;
  4. }
  5. .dates_ul {
  6. list-style-type: none;
  7. padding: 0 0;
  8. margin: 0, 0;
  9. background: none;
  10. padding-left: 3%;
  11. }
  12. .dates{
  13. display: inherit;
  14. background: none;
  15. color: black;
  16. width: 70%;
  17. }
  18. .red {
  19. color: #9F2D17;
  20. }
  21. .paragraph {
  22. display: inherit;
  23. width: 70%;
  24. text-align: justify;
  25. padding-left: 3%;
  26. }
  27. .images {
  28. width: 70%;
  29. }
  30. .imagewrap {
  31. padding-left: 3%;
  32. width: 70%;
  33. }
  34. .tablenav {
  35. position: sticky;
  36. }
  37. ul.meinlinks {
  38. padding-left 10px;
  39. list-style: none;
  40. margin-left: 0%;
  41. width: 100%;
  42. position: -webkit-sticky;
  43. position: sticky;
  44. z-index: 2;
  45. }
  46. ul.meinlinks li:before {
  47. content: "";
  48. border-color: transparent #111;
  49. border-style: solid;
  50. border-width: 0.35em 0 0.35em 0.45em;
  51. display: block;
  52. height: 0;
  53. width: 0;
  54. left: -1em;
  55. top: 0.9em;
  56. position: relative;
  57. }
  58. ul.meinlinks a, ul.meinlinks a:visited {
  59. text-decoration: none;
  60. color: #9F2D17;
  61. }
  62. ul.meinlinks a:hover {
  63. color: #48140a;
  64. }
  65. .inhalt {
  66. text-align: center;
  67. color: #9F2D17;
  68. }