<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 14 2025 | 18:38:46 */
.custom-gallery-footer {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    color: white;
    line-height: 40px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    gap: 10px;
	pointer-events: none;
}
.custom-gallery-count {
    background: rgb(250, 176, 58);
    padding: 0 20px;
    height: 40px;
    text-align: center;
    float: left;
}

.fancybox__toolbar__items {
    color: rgb(250, 176, 58); /* farba ikoniek */
}

.carousel__button{
	color: rgb(250, 176, 58);
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: rgb(250, 176, 58);
}</pre></body></html>