|
/*---GALLERY---*/ #gallery { position: relative; z-index: 2;} #gallery .container { max-width: 900px !important;} /*#gallery .container .cols > div p:first-child, #gallery .container .cols > div p:last-child { display: none;}*/ #gallery h2 { margin-top:2.5rem;} .wiki-content .gallery-p { margin:0 0 2rem 0;} .wiki-content .gallery-cta { margin:2rem 0 0 0;} .gallery { margin: 0 -5px!important; width:100%;} .gallery table { width:100%;} .gallery table td { width:20%;} .gallery table td img { margin: 0 !important; padding: 5px; width: 100%; max-width: 400px; height: auto; border-radius: 16px;} .gallery table td img:hover { cursor: pointer;} |
<script> document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll("td.gallery-image img.confluence-embedded-image").forEach(img => { img.setAttribute("aria-hidden", "true"); img.setAttribute("alt", ""); }); }); </script> |