<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mod-slider {
    color: #FFFFFF;
    display: block;
    float: right;
    position: fixed;
    z-index: 1002;
    height: auto;
    background-image: url(./images/slider_tab.png);
    background-position: 0 10px;
    background-repeat: no-repeat;
}

.mod-slider-top {
    background-image: url(./images/slider_top.png);
    background-repeat: no-repeat;
    height: 10px;
    background-position: -39px 0;
}

.mod-slider-middle {
    background-image: url(./images/slider_middle.png);
    background-repeat: repeat-y;
    background-position: -39px 0;
    height: 100%;
    padding-left: 10px;
    overflow: hidden;
}

.mod-slider-bottom {
    background-image: url(./images/slider_bottom.png);
    background-repeat: no-repeat;
    height: 10px;
    background-position: -39px 0;
}</pre></body></html>