/*================================ PLZ DO NOT COPY/STEAL THIS LAYOUT!!! - SION ================================*/
/*================================================================*/
/*================================ VARIABLES ================================*/
:root {
    --font: ms pgothic;
    --space:3px;
    --side: 160px;
    --outline: solid;
    --edge:3px;
    --txtline:1px 0px gray,-1px 0px gray, 0px -1px gray,0px 1px gray;
}
/*================================ LAYOUT ================================*/
body {
    font-family: var(--font);
    background:linear-gradient(#0000 10%,#e8ffff 50%),url(https://fancyparts.com/fancyparts/cg/thema/clover/clover042.gif);
    background-attachment: fixed;
    color: gray;
    padding: 3px;
}

::selection {
    background: rgba(0, 255, 255, 0.2);
}

.wrap {
    max-width: 860px;
    height: fit-content;
    margin: auto;
    padding: var(--space);
    border-width:7px; 
    border-style:solid;
    border-image: url("https://64.media.tumblr.com/0bf9b5b1bc56ef2bd4a443aeec3dab08/e7a46821cfe7af87-12/s250x400/d314d89c3d9fb927d552b57cf19abec1d0b29c13.png") 7 fill round;
}

.container {
    display: grid;
    grid-template:
    "side content" auto
    /var(--side) 1fr;
}

header {
    padding: var(--space);
    background: url(https://static.wikia.nocookie.net/finalfantasy/images/a/a7/Balamb-Hotel-ffviii-outside.png);
    background-size: 100%;
    height: 100px;
    border: 1px solid;
    box-shadow: inset 1px 1px rgba(255, 255, 255, 0.2),inset -1px -1px rgba(0, 0, 0, 0.2);
    border-radius: var(--edge) var(--edge) 0px 0px;
}

main {
    grid-area: content;
    padding: var(--space);
    border: 1px outset;
    border-radius: var(--edge);
    padding: var(--space);
    background: #cfc;
    margin: 3px;
}

aside {
    grid-area: side;
    padding: var(--space);
}

footer {
    text-align: center;
    padding: var(--space);
}

.content {
    display: grid;
    grid-gap: 3px;
    grid-template:
    "profile info"
    / 250px auto;
}

.content2 {
    height: 250px;
    display: grid;
    grid-gap: 3px;
    grid-template: 
    "ring clique list"
    / 250px auto 250px;
}

.content3 {
    display: grid;
    grid-gap: 3px;
    height: 640px;
    grid-template:
    "update blog" auto
    "chat blog" auto
    / 50% 1fr;
}

.update {
    grid-area: update;
    padding: var(--space);
    height: 100;
}

.info {
    grid-area: info;
}

.profile {
    grid-area: profile;
}

.blog {
    grid-area: blog;
}

.ring, .clique, .list, .update, .blog {
    overflow: auto;
}

.rssHeading::before {
    content: url(https://fancyparts.com/fancyparts/cg/season/natu/natu16a.gif);
    padding-right: 10px;
}

.headline, .feed-item-title, footer {
    text-align: center;
    color: white;
    text-shadow: var(--txtline);
    font-weight: bold;
}

.item {
    border: 1px outset;
    border-radius: var(--edge);
    padding: var(--space);
    background: #cfc;
    margin-top: 3px;
}

.feed-item-desc, .box, .info, .update, marquee, .ring, .clique, .list {
    border: 1px inset;
    border-radius: var(--edge);
    background: white;
    padding: var(--space);
    margin: 3px;
}

.feed-title,#rss div {
    display: none;
}

.ring, .clique, .list {
    align-items: center;
    text-align: center;
}

.chat {
    grid-area: chat;
}

/*================================ ANCHOR LINK ================================*/
a {
    color: #8f8;
    text-decoration: none;
}

a:hover {
    cursor: help;
    letter-spacing: 1px;
}

.btn a{
    color: inherit;
}
/*================================ NAVIGATION ================================*/
.top {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    gap: 0;
}
.btn, #drop {
        width: 100%;
        background:#cfc;
        padding: var(--space);
        box-shadow: inset -2px -2px #8888,inset 2px 2px #fffc;
        color: white;
        text-shadow: var(--txtline);
        font-weight:bold;
        text-align: center;
}
#drop {
    position: relative;
    display: inline-block;
}

#drop-menu {
    display: none;
    min-width: 100%;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 100%;
    background: #cff;
}

#drop-menu a {
    display: block;
    padding: var(--space);
    box-shadow: inset -2px -2px #8888,inset 2px 2px #fffc;
    color: inherit;
}

#drop:hover #drop-menu {display: block;}
/*================================ SCROLLBAR ================================*/
::-webkit-scrollbar {
    width: 16px;
  }

  ::-webkit-scrollbar:horizontal {
    height: 17px;
  }

  ::-webkit-scrollbar-corner {
    background: #eee;
  }

  ::-webkit-scrollbar-track:vertical {
    background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
  }

  ::-webkit-scrollbar-track:horizontal {
    background: linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
  }

  ::-webkit-scrollbar-thumb {
    border: 1.5px solid #888;
    border-radius: 3px;
    box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
    background-color: #eee;
  }

  ::-webkit-scrollbar-thumb:vertical {
    background: url("https://i.imgur.com/bfyvjnx.png") no-repeat 50%, linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
  }

  ::-webkit-scrollbar-thumb:horizontal {
    background: url("https://i.imgur.com/tqe4SxM.png") no-repeat 50%, linear-gradient(180deg, #eee 45%, #ddd 0, #bbb);
  }

  ::-webkit-scrollbar-button:horizontal:end:increment,
  ::-webkit-scrollbar-button:horizontal:start:decrement,
  ::-webkit-scrollbar-button:vertical:end:increment,
  ::-webkit-scrollbar-button:vertical:start:decrement {
    display: block;
  }

  ::-webkit-scrollbar-button:vertical {
    height: 17px;
  }

  ::-webkit-scrollbar-button:vertical:start:decrement {
    background: white;
    background-image: url("https://i.imgur.com/EFnEMEb.png");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  ::-webkit-scrollbar-button:vertical:start:increment {
    display: none;
  }

  ::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
  }

  ::-webkit-scrollbar-button:vertical:end:increment {
    background: white;
    background-image: url("https://i.imgur.com/xuIt6Lc.png");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
/*================================ MOBILE RESPONSIVE ================================*/
@media (max-width:800px) {
    .top{
        display: block;
    }
    
    .container {
        grid-template:
        "content"
        "side";
    }

    .content {
        grid-template:
        "profile"
        "info"
        "blog";
    }

    .content2 {
        grid-template: 
        "ring"
        "clique"
        "list";
    }
    
    .content3 {
        grid-template: 
        "chat"
        "update"
        "blog";
    }

    nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .btn, .dropdown, .dropbtn, .dropdown-content {
        width: 100%;
    }
}

#s-m-t-tooltip {
    max-width:100px; /* maximum width */
    background: #cff; /* color background */
    font-family: ms ui gothic; /* font of lyrics */
    font-size: 11pt;
    border: 1px solid gray;
    box-shadow: inset -1px -1px 0px #0888,inset 1px 1px 0px #fff8;
    padding: 3px;
    margin:20px 0px 0px 20px; /* margin size */
    z-index:999999999999999999999999999999999999;
    border-radius: 3px; /* border radius */
    
    }