Aktionen

Materialarchiv

Aus exmediawiki


Materials


Natural materials

Gestein
Holz
Tierische Werkstoffe

<script>

 // JavaScript to handle collapsible behavior
 document.querySelectorAll('.collapsible').forEach(function(collapsible) {
   collapsible.addEventListener('click', function() {
     var content = collapsible.querySelector('.collapsible-content');
     var title = collapsible.querySelector('.collapsible-title');
     // Toggle display of the content
     if (content.style.display === 'none' || content.style.display === ) {
       content.style.display = 'block';
       title.style.borderBottom = '2px solid #000'; // Optional border on open
     } else {
       content.style.display = 'none';
       title.style.borderBottom = ; // Remove border when closed
     }
   });
 });

</script>

Synthetic materials