<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************************
* ldskLinkTo.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright @ LD-SERVIVES 2018									              *
*                                                                             *
******************************************************************************/

.ldskLinkTo {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1001;
    background: rgba(0,0,0,1);
}

.ldskLinkTo .window {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: white;
    height: calc(80% - 100px);
    width: 80%;
    overflow-y: auto;
}
</pre></body></html>