<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Gallery*/
.galleryfolder,
.gallery-folder{
height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  margin-bottom: 2em;
  border: 0.2em;
  border-style: solid;
  border-color: #dd007e;
}
.wikicontent .gallery-folder{
    border:none;
    overflow:visible;
    padding-bottom:0;
    height:auto;
    background-repeat:no-repeat!important;
    background-size:contain!important;
}
.gallery-folder img{
    vertical-align:middle;
}
.galleryimage{
    position:relative;
    margin-bottom: 2em;
}
.gallery-imagename{
    position:absolute;
    padding:0.5em;
    padding-left:1em;
    top:0;
    background-color:#fff;
    width:100%;
    opacity:0.7;
    font-weight:bold;
}

h4.galleryname {
    font-size: large;
}</pre></body></html>