Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
beispiel_fuer_info-brief [2025/10/01 14:51] – till-niels.gades@bbz-rd-eck.de | beispiel_fuer_info-brief [2025/10/02 13:00] (aktuell) – dennis.clausen@bbz-rd-eck.de | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Info-Brief des BBZ RD-ECK | + | ====== |
- | ++++ Herbstbrief 2025 | | + | < |
- | ==== Informationen der Schulleitung ==== | + | <html lang=" |
- | Text Text Text Text Text Text Text Text | + | < |
- | Text Text Text Text Text Text Text Text | + | < |
- | Text Text Text Text Text Text Text Text | + | < |
- | === Informationen über Aktivitäten des Kollegiums === | + | < |
- | Text Text Text Text Text Text Text Text | + | body { |
- | Text Text Text Text Text Text Text Text | + | |
- | Text Text Text Text Text Text Text Text | + | |
- | ++++ | + | } |
- | ++++ Weihnachtsbrief | + | |
- | === Informationen der Schulleitung === | + | |
- | Text Text Text Text Text Text Text Text | + | |
- | Text Text Text Text Text Text Text Text | + | |
- | Text Text Text Text Text Text Text Text | + | |
- | === Informationen über Aktivitäten des Kollegiums === | + | |
- | Text Text Text Text Text Text Text Text | + | |
- | Text Text Text Text Text Text Text Text | + | |
- | Text Text Text Text Text Text Text Text | + | |
- | ++++ | + | |
+ | .brief { | ||
+ | border: 1px solid #ccc; | ||
+ | border-radius: | ||
+ | margin-bottom: | ||
+ | } | ||
+ | |||
+ | .brief-title { | ||
+ | background-color: | ||
+ | color: #0066cc; | ||
+ | font-weight: | ||
+ | padding: 10px 15px; | ||
+ | cursor: pointer; | ||
+ | user-select: | ||
+ | font-size: 20px; | ||
+ | } | ||
+ | |||
+ | .brief-content { | ||
+ | padding: 10px 15px; | ||
+ | display: none; /* Anfangszustand: | ||
+ | } | ||
+ | |||
+ | .section { | ||
+ | margin-top: 10px; | ||
+ | } | ||
+ | |||
+ | .section-title { | ||
+ | font-size: 18px; | ||
+ | font-weight: | ||
+ | margin-top: 10px; | ||
+ | cursor: pointer; | ||
+ | color: #444; | ||
+ | } | ||
+ | |||
+ | .section-content { | ||
+ | display: none; | ||
+ | margin-left: | ||
+ | margin-top: 5px; | ||
+ | } | ||
+ | |||
+ | .text-box { | ||
+ | border: 1px solid #ccc; | ||
+ | background-color: | ||
+ | padding: 10px; | ||
+ | margin-top: 5px; | ||
+ | white-space: | ||
+ | font-family: | ||
+ | } | ||
+ | </ | ||
+ | </ | ||
+ | < | ||
+ | |||
+ | <div class=" | ||
+ | <div class=" | ||
+ | <div class=" | ||
+ | <div class=" | ||
+ | <div class=" | ||
+ | <div class=" | ||
+ | <div class=" | ||
+ | Text Text Text Text Text Text< | ||
+ | Text Text Text Text Text Text< | ||
+ | Text Text Text Text Text Text | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | <div class=" | ||
+ | <div class=" | ||
+ | <div class=" | ||
+ | <div class=" | ||
+ | Text Text Text Text Text Text< | ||
+ | Text Text Text Text Text Text< | ||
+ | Text Text Text Text Text Text | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | <div class=" | ||
+ | <div class=" | ||
+ | <div class=" | ||
+ | <div class=" | ||
+ | <div class=" | ||
+ | <div class=" | ||
+ | <div class=" | ||
+ | Text Text Text Text Text Text< | ||
+ | Text Text Text Text Text Text< | ||
+ | Text Text Text Text Text Text | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | <div class=" | ||
+ | <div class=" | ||
+ | <div class=" | ||
+ | <div class=" | ||
+ | Text Text Text Text Text Text< | ||
+ | Text Text Text Text Text Text< | ||
+ | Text Text Text Text Text Text | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | function toggleBrief(element) { | ||
+ | const content = element.nextElementSibling; | ||
+ | const isVisible = content.style.display === ' | ||
+ | |||
+ | content.style.display = isVisible ? ' | ||
+ | element.textContent = element.textContent.replace(isVisible ? ' | ||
+ | } | ||
+ | |||
+ | function toggleSection(element) { | ||
+ | const content = element.nextElementSibling; | ||
+ | const isVisible = content.style.display === ' | ||
+ | |||
+ | content.style.display = isVisible ? ' | ||
+ | element.textContent = element.textContent.replace(isVisible ? ' | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | </ | ||
+ | </ | ||
- | Erstellt am: 2025/10/01 13:26 | ||
- | Prozessverantwortlich: |