/* fonts */

@font-face {
    font-family: "Acer";
    src: url('/fonts/Acer710.ttf') format("truetype");
}

@font-face {
    font-family: "FreePixel";
    src: url('/fonts/FreePixel.ttf') format("truetype");
}

@font-face {
    font-family: "Slite";
    src: url('/fonts/SpecialElite.ttf') format("truetype");
}

:root {
    --offwhite: rgb(249, 227, 255);
    --lilac: rgb(198, 83, 255); 
}

/* layout */
body {
    cursor: url(/assets/cursor.png), auto;

    position: relative;
    width: 1290px; height: 100%;
    margin: 0 auto;
    image-rendering: pixelated;
    overflow-x: hidden;

    background-color: black;
    background-attachment: scroll; background-position: top;
    background-repeat: repeat;

    line-height: 1.6;
    font-family: 'Acer'; font-size: 14px;
    color: var(--offwhite);
}

#container {
    width: 850px;
    margin: 10px auto; padding: 0 5px 5px 5px;

    background-color: black;
    background-image: linear-gradient(
        black 200px,
        rgb(114, 0, 114) 50%,
        black
    );
    border: 1px magenta solid; border-radius: 5px;
    box-shadow: 2px 2px 5px black;
}

#header {
    position: relative;
    margin: 0 -5px; top: 0;
    width: 860px; height: 160px; border-radius: 5px;

    background-color: black;
    background-image: url('/assets/home/header5.png');
    background-size: cover; 
    background-repeat: no-repeat;

}

#info {
    width: 580px; height: auto;
    margin: 5px 153px;
    line-height: 1.2; 
}
    #info .title {
        font-family: 'Acer'; font-size: 1.5em;
        text-align: left;
        color: var(--offwhite); text-shadow: 1px 1px 2px rgb(120, 255, 120);
    }

    #info .beforeyouscroll {
        width: 500px;
        font-family: 'FreePixel'; font-size: 0.9em; 
        font-weight: bold;
        text-align: left;
    }

#row1, #row2, #row3, #row4 {
    display: flex;
    width: auto; height: auto;
    margin: 3px auto; padding: 0;
}

#links {
    margin: 0; padding: 0;
    width: 208px; height: auto;

    border: rgb(0, 0, 185) 2px solid;
    background-color: black;

    text-align: right;
}
    #links .title {
        width: auto; height: 26px; 
        margin: 0; padding: 0 5px;        
        
        background-image: url('/assets/backgrounds/lsd11.png');
        background-size: 120px;
        box-shadow: -2px -2px 2px black inset;
        
        font-family: 'Acer';
        font-size: 1.2em;
        text-align: right;
    }

    #links ul {
        margin: 0;
        padding: 0;
        font-size: 1em; font-family: 'FreePixel'; font-weight: bold;  
    }

    #links li {
        width: auto; height: 24px;
        margin: 0; padding: 1px 10px;

        background-color: aliceblue;
        background-image: url('/assets/backgrounds/lsd11.png');
        background-size: 200px;

        box-shadow: -2px -2px 2px black inset;
        
        border-top: rgb(0, 0, 185) 2px solid;
        color: magenta;
        list-style: none;
    }

    #links li:hover {
        box-shadow: 2px 2px 2px black inset;
    }

#welcome {
    width: 500px; height: 100%;
    margin: 0px 3px; padding: 30px 15px 0 15px;

    background-color: black;
    border: 6px transparent solid;
    border-image-source: url('/assets/home/window.png'); 
    border-image-slice: 35 30 35 30 fill; border-image-width: 45px 30px 65px 30px; border-image-outset: 0 0 11px 0;
    border-bottom: none;

    box-shadow: 0px 3px 3px black;

    font-size: 1em; font-family: 'FreePixel';
    text-align: center;
}

    #wborder {
        position: absolute;
        width: 420px; height: 70px;
        margin: 5px 434px; left: 0; z-index: 2;
        background-image: url('/assets/home/border_b.gif'); 
        background-repeat: repeat-x; background-size: 180px; 
        overflow-y: visible; overflow-x: hidden;

        filter: drop-shadow(0px 3px 2px rgb(47, 0, 60));
    }

.tw {
    width: auto; height: auto;    
    margin: 0; padding: 15px;
    
    background-image: url('/assets/home/twbg.png'); 
    background-size: cover; background-position: center;
    border-top: 2px magenta dashed; border-bottom: none;

    font-family: 'FreePixel'; font-size: 0.9em; 
    font-weight: bold;
    text-align: center;
    }
        #welcome .title {
            margin: 0; rotate: 5deg; 
            font-size: 1.2em; font-family: 'Acer';
            color: var(--offwhite); text-shadow: 2px 2px 3px rgb(234, 0, 255);
            text-align: left;
        }

/* status cafe */
#statuscafe {
    width: auto; height: 103px;
    margin: 0; padding: 0;
    background-color: rgb(0, 0, 0);
    background-image: linear-gradient(
        rgb(193, 165, 255) 10px,
        rgb(153, 113, 241) 5px,
        white 100px
    );

    border: 1px solid rgb(78, 63, 191);
    border-radius: 5px;
    box-shadow: 2px 2px 2px white inset;

    font-size: 0.8em;
    font-family: 'FreePixel';
    }

        #statuscafe-username {
            width: 200px; 
            margin: 1px 5px;
            color: black;
            font-weight: bold;
            font-size: 11px;
        }
        
        #statuscafe a {color: black;}

        #statuscafe-content {
            height: 75px;
            width: 105px;
            margin: 3px 0; padding-right: 10px;
            font-weight: normal;
            
            color: black;
            overflow: scroll; overflow-x: hidden;

            &::-webkit-scrollbar {
                width: 5px;
                background-image: none;
                background-color: none;
                }
            
                &::-webkit-scrollbar-thumb {
                background-image: none; border-radius: 5px;
                background-color: black;
                }
        }

#update {
    margin: 3px auto 0 auto; padding: 0;
    width: auto; height: auto;

    background-color: black;
    border: 1px var(--lilac) solid;
}
    #update .log {
        width: auto; height: 90px;
        margin: 0; padding: 0;
        overflow-x: hidden; overflow-y: scroll;    
        
        &::-webkit-scrollbar {
        width: 10px;
        background-image: none;
        background-color: black;
        }
    
        &::-webkit-scrollbar-thumb {
        background-image: none;
        background-color: var(--lilac);
        }
    }

    #update ul {
        padding: 0 5px;
        font-size: 0.7em; font-family: monospace;
    }

    #update li {
        border-bottom: 2px  blueviolet solid;
        list-style: none;
    }

#todo {
    width: auto; height: 90px;
    margin: 0; padding: 4px 0;
    align-content: center;

    background-image: url('/assets/home/paper2.png');
    background-size: cover; background-repeat: no-repeat;
    border: rgb(175, 67, 67) 2px dashed;
    line-height: 15px;            
    
    font-size: 11px; font-family: 'FreePixel';
    color: black; font-weight: bold;            

    }

        #todo ul {
            margin: 0;
        }

        #todo li {
            margin: 0;
            padding: 0;
            list-style-type: hiragana-iroha;

        }

#blog {
    margin: 0 3px; padding: 0;
    width: 270px; height: 230px;
    overflow: hidden;

    border-image-source: url('/assets/home/notepad.png'); 
    border-image-slice: 53 20 25 20 fill; border-image-width: 50px 20px 20px 20px; border-image-outset: 0;
}
    /* #blog iframe {
        pointer-events: none;
        width: 440px; height: 140px; 
        margin: 10% -5px; padding: 0;
        border: none;  
    } */

    #blog .content{
        pointer-events: none;
        width: 240px; height: 162px; 
        margin: 18% 5px; padding: 0;
        border: none;  
        overflow: hidden;
    }

#portal {
    width: auto; height: 115px;
    margin: 2px 3px 0 3px; padding: 0;

    border: rgb(26, 4, 0) 2px solid;
    box-shadow: 2px 2px 5px black;

    background-image: url('/assets/home/dswkm.png');
    background-size: cover; background-repeat: no-repeat;
}

    #portal .title {
        width: 130px; height: 20px; 
        margin: 18% 5px;
        font-family: 'Slite';
        color: rgb(207, 118, 255);
        text-shadow: none;
    }

#art {
    width: 240px; height: 285px;
    margin: 0; padding: 0;
    overflow: hidden;

    background-color: black;
    background-image: url('/assets/home/featured.png');
    background-size: 320px; background-position: right 95% top 20px; 
    background-repeat: no-repeat;
    
    border: 30px transparent solid; 
    border-image: url('/assets/home/paint.png') round; border-image-slice: 75 80 90 80 fill;
    border-image-width: 70px 65px 60px 60px; border-image-outset: 0 0 4px 0;

}
    #art #title {
        position: absolute; display: flex;
        width: 200px;
        margin: -20px 10%;
        font-family: 'Acer'; font-size: 1.5em; font-weight: bolder;
        color: rgb(242, 101, 255); text-shadow:  2px 2px 1px rgb(146, 0, 186);
        rotate: -3deg;
        word-wrap: break-word; text-align: center;
    }

/* */

#musicplayer {
    display: block; position: fixed; left: 0; top: 0;
    width: 100%; height: 50px;
    margin: 0; padding: 0;
    z-index: 3;
    }
    
        #musicplayer p {
        margin: 0; 
        font-size: 10px; font-weight: bolder;
        color: rgb(255, 255, 255);
        text-shadow: 0px 0px 5px magenta; white-space: nowrap;
        }

        audio {
            width: 100%; height: 15px; padding: 0;
            background-image: linear-gradient(rgb(191, 0, 255), rgb(235, 122, 255) 70%);
            border: 3px dashed rgb(234, 0, 255); border-right: none; border-left: none;
            filter: drop-shadow(0 0 5px rgb(153, 0, 255));    
        }

            audio::-webkit-media-controls-panel {
                background-image: linear-gradient(rgb(191, 0, 255), rgb(235, 122, 255) 70%);
            }

        .songmarquee {
        width: 100%;
        animation: scrollText 22s linear infinite;
                }
                    @keyframes scrollText {
                    0% {transform: translateX(100%);}
                    100% {transform: translateX(-50%);}
                }

#chatbox {
    position: relative;
    width: 300px; height: 250px;
    margin: 0 0 0 92px; padding: 0;
}
    #chatbox iframe {
        position: relative;
        z-index: 4;
        margin: 75px 5px;
    }

    #chatbox #border {
        position: absolute; z-index: 2;
        width: 380px; height: 350px;
        margin: -5px; padding: 0;
        
        border: 5px transparent solid;
        background-image: url('/assets/home/chatbox.png');
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #chatbox #icons {
        position: absolute; top: 0;
        display: block;
        width: 100px; height: 100px;
        margin: 15% 60%;

    }

    #chatbox .title {
        position: absolute; z-index: 3;
        display: flex;
        font-family: 'FreePixel'; font-size: 1em;
        align-items: end;
    }

#webrings {
    width: 100px; height: 200px;
    margin: 0 6px 0 83px;

    }
        #webrings .title {
        position: absolute; display: flex; align-items: center;
        margin-top: -1.5em; margin-bottom: 0; margin-left: -1%;
        font-family: 'Acer'; font-size: 1.2em; font-weight: bolder;
        color: rgb(211, 52, 255); text-shadow:  2px 2px 1px rgb(114, 0, 196);
        }

        #selfinsertwebring {
            margin: 0;
        }
    
        #ahsc {
            position: relative; left: 5%;
            margin: 0;
        }

#winampholder {
    position: relative;
    margin: 0;
    width: 300px; height: auto;
    border: 2px rgb(143, 48, 106) solid;
}

    /*#winamp-container {
    position: absolute;
    top: 712px; left: calc(73% - 1050px/2 - 120px);
    margin: 0 auto; padding: 0;
    }*/

    #winampblock {
    position: absolute; z-index: 3;
    top: 540px; left: 215px;
    width: 290px; height: 30px;
    }

#footer {
    margin: 0 60px; padding: 0;
    width: 600px; height: auto;

    font-size: 1em; font-family: 'FreePixel';font-weight: bold;
    color: var(--offwhite); text-shadow: 1px 1px 1px blue;
    text-align: center; line-height: 0.5;
}

    #footer ul {
        display: inline-flex;
    }

    #footer li {
        display: inline-flex;
        margin: 0 2px; padding: 0px 3px;
        text-decoration: underline;  
    }

    #footer a {color: var(--offwhite)}
    #footer a:hover {color: blue; text-shadow: 1px 1px 1px blue;}

/* graphics */
#buttons {
    display: inline-flex;
    position: relative;
    width: 100px; height: 30px;
    margin: 0 25px;

    text-align: center;
}
    #buttons img {
        width: 80px; height: 30px;
        padding: 1px;
    }

#abc {
    display: inline-flex; vertical-align: bottom;
    width: 100%; height: auto;
    margin: 0; padding: 0;
}

    #abc img {
        width: 175px; height: 82px;
        margin: 0; padding: 0;
        border: 1px rgb(124, 0, 124) solid; border-radius: 3px;
    }


#def {
    margin: 0; padding: 0;
    width: auto; height: 122px;

    border: 2px magenta dashed;
    background-image: url('/assets/home/chiri.gif');
    background-size: 230px;
    background-repeat: no-repeat;
    background-position: center;
}

#ghi {
    margin: 0; padding: 0;
    width: auto; height: 122px;

    border: 2px magenta dashed;
    background-image: url('/assets/home/chiri.gif');
    background-size: 230px;
    background-repeat: no-repeat;
    background-position: center;
}

#stamps {
    display: inline-flex;
    margin: 20px auto 3px auto; padding: 0;
    width: 800px; height: 30px;
    white-space: nowrap;
    align-items: center;
}
    #stamps img {width: 100px;}

#banner {
    position: fixed; float: left;
    top: -1em; left: 0;
    width: 100px; height: 110%;
    background-color: rgb(255, 82, 241);
    background-image: url('/assets/home/dissectiongirl.png'); background-repeat: repeat-y; background-size: 100%;
    z-index: -1;
}

/* text specs */
a, :visited {
    color: rgb(255, 0, 234);
    text-decoration: none;
    }

    a:hover {
        color: blue;
        text-shadow: 0px 0px 5px blue;
        }

/* tv at bottom */
#tv {
    position: absolute;
    z-index: 5;
    display: block;
    width: 200px; height: 50px;
    margin: 0 0 0 53%; padding: 0;
}
    #tvbg {
        width: 190px; height: 190px; position: absolute; z-index: 0;

        border: 1px transparent solid; border-radius: 0;
        border-image: url('/assets/home/tv.png'); 
        border-image-slice: 120 150; 
        border-image-outset: 25px 5px 0px 20px;
        border-image-width: 65px 75px 75px 75px; 
        
        background-image: url('/assets/home/noriko.gif');
        background-size: contain; background-repeat: no-repeat;
    }

    #tv .title {
        position: absolute; white-space: nowrap;
        margin: -1em 0 0 15%; rotate: 5deg;
        font-family: 'Acer'; font-size: 1.8em; font-weight: bolder;
        color: rgb(35, 255, 75); text-shadow: 0px 0px 10px rgb(0, 255, 47);
    }

/* crt effect */
.crt:after {
content: " "; display: block;
position: absolute; z-index: 1;
width: 160px; height: 170px;
margin: 0; border-radius: 30px 10px 20px 60px;
}

.crt:before {
content: " "; display: block;
position: absolute; z-index: 1;
width: 165px; height: 125px;
margin: 20px 10px; border-radius: 30px 10px 20px 60px;

background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%);
background-size: 100% 2px, 3px 100%;
animation: flicker 0.5s linear infinite;
}

@keyframes flicker {
    0% {opacity: 0.27861;}
    25% {opacity: 0.83891;}
    50% {opacity: 0.46019;}
    65% {opacity: 0.71988;}
    70% {opacity: 0.53455;}
    75% {opacity: 0.37288;}
    90% {opacity: 0.7003;}
    95% {opacity: 0.36108;}
    100% {opacity: 0.24387;}
}

/* animations */  
@keyframes neon {
        0% {box-shadow: 0px 0px 7px rgb(0, 255, 17);}
        50% {box-shadow: 0px 0px 7px magenta;}
        100% {box-shadow: 0px 0px 7px rgb(0, 255, 17);}
        }
    
    .float {
    animation: upDown 1s linear infinite;
    }    
    
        @keyframes upDown {
            0% {transform: translateY(-2px);}
            50% {transform: translateY(6px);}
            100% {transform: translateY(-2px);}
        } 

.neon {
    width: auto;
    animation: neon 1s linear infinite;
    }

.marquee {
    width: auto;
    animation: scrollImg 40s linear infinite, neon 1s linear infinite;
    }
        @keyframes scrollImg {
        0% {transform: translateX(25%);}
        100% {transform: translateX(-160%);}
        }

.infinite-scrolling {
    position: absolute; z-index: -4;
    top: -10px; left: -100px;
    height: 108%;
    width: 5760px; /* The image width times 3 */
    animation: slide 60s linear infinite;    
    
    background-image: url("/assets/decome/146.gif");
    background-size: 40px; background-repeat: repeat;
    filter: opacity(40%);
}

@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1920px, 0, 0); /* The image width */
  }
}