@charset "utf-8";
/* CSS Document */
/*Pixel Font*/
@font-face {
    font-family: "PixelMplus10";
    font-weight: normal;
    src : url('../fonts/PixelMplus10-Regular.ttf') format('truetype');
}
@font-face {
    font-family: "PixelMplus10";
    font-weight: bold;
    src : url('../fonts/PixelMplus10-Bold.ttf') format('truetype');
}
@font-face {
    font-family: "PixelMplus12";
    font-weight: normal;
    src : url('../fonts/PixelMplus12-Regular.ttf') format('truetype');
}
@font-face {
    font-family: "PixelMplus12";
    font-weight: bold;
    src : url('../fonts/PixelMplus12-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "GOGOFA";
    src : url('../fonts/GOGOFA__.TTF') format('truetype');
}


::-moz-selection {
    color: #f9e99c;
    background: #bf26ff;
}::selection {
    color: #f9e99c;
    background: #bf26ff;
}
:focus-visible {
    outline: #eed130 dashed 2px;
}
body {
    background: antiquewhite;
    color: #2a0670;
    font-family:'ＭＳ Ｐゴシック', 'Courier New', Courier, monospace;
    font-size: 12px;
}

body#desktop {
    height: 100vh;
    background-position:top;
    overflow: hidden;
    background-image: url('../img/main/bg-sparkle.gif');
}
body#desktop.crt::before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 50% 50%, rgb(139 0 239 / 20%) 50%), linear-gradient(90deg, rgb(255 0 0 / 4%), rgb(0 255 0 / 1%), rgb(0 0 255 / 4%));
    z-index: 1200;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
}

hr {
    border-bottom-color: #FBD9C2;
    border-top: #b758ed solid 1px;
    width: 98%;
}
a:active, a:hover {
    color: #bc45ff;
}
a {
    color: #8500BE;
    text-decoration-style: dotted;
}
.rus {
    letter-spacing: -4px;
    word-spacing: 8px;
    font-size: 11px;
}

body, main, div, p, h1, h2, h3, h4, h5, h6, span, ul {margin: 0;padding: 0;}

iframe {border-radius: 2px;}

.pages h1, .pages h2, .pages h3, .pages h4, .pages h5, .pages h6 {
    font-family: 'gogofa';
}

h1, h2 {
    font-size: large;
    font-weight: normal;
    text-transform: uppercase;
    background: linear-gradient(90deg, #5603AF, #BF26FF, #5603AF);
    background-size: 400%;
    -webkit-background-clip: text;
    color: transparent;
    animation: glitter 3s linear infinite;
}

/* --------------------------------------------------------------- */
/* PAGE LOADER ANIMATION */
.bootin {    
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    color: antiquewhite;
    background-color: #0b0145;
    background-image: url(../img/starbg-pttn.png), radial-gradient(#360058 10%, #09003e 70%, #000212);
    image-rendering: pixelated;
    opacity: 0;
    animation: boot 5s;
    animation-iteration-count: 1;
    animation-timing-function: linear(0 80%, 1 100%);
}
#enterRES {
    opacity: 1 !important;
    animation: none !important;
}
#enterRES a {
    z-index: inherit;
}
@keyframes boot {
  from {opacity: 1;}
  to {opacity: 0;}
}
.bootin h3 {
    margin-bottom: 12px;
    letter-spacing: 4px;
}
.bootin p {
    color: antiquewhite;
    position: fixed;
    bottom: 50px;
    text-align: center;
    line-height: 14px;
}
.bootin img {
    padding-bottom: 4px;
    max-width: 380px;
    width: 90%;
    height: auto;
}
#enterRES img {
    margin: 20px;
}

.loader {
    width: 120px;
    height: 20px;
    -webkit-mask: linear-gradient(90deg, #000 78%, #0000 0) 0/21%;
    background: linear-gradient(#f9e99c 0 0) 0 / 0% no-repeat #be26ff00;
    animation: l4 2s infinite steps(6);
}

.sqL {
    border: antiquewhite solid 4px;
    padding: 6px;
}
a.sqL {
    color: antiquewhite;
    font-size: 2em;
    border: antiquewhite solid 4px;
    padding: 0.5em;
    font-family: 'PixelMplus10';
    text-transform: uppercase;
    text-decoration: none;
}

@keyframes l4 {
    100% {
        background-size: 120%
    }
}
.bootin #stars {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/starbg-pttn2.png);
    background-size: 45%;
    background-position: center;
    animation: stars 6s infinite ease-in-out;
    animation-direction: alternate;
}
@keyframes stars {
    100% {
        background-size: 50%;
    }
}

/* --------------------------------------------------------------- */
/*WINDOWS*/
.window {z-index: 10;position: absolute;}
.win {
    border-radius: 4px;
    padding: 2px;
    min-width: 150px;
    min-height: 100px;
    overflow: hidden;
}

/* --------------------------------------------------------------- */
/*WINDOW CONT*/
/*.window-body p {padding: 10px;}*/
.window-body {margin-top: 2px;height: calc(100% - 0px);}

/*WINDOW HEADER*/
.win .win-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(90deg, #5603AF, #bf26ff);
    color: #f9e99c;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 2px;
    font-weight: bold;
    text-transform: lowercase;
    letter-spacing: 0px;
    font-family: 'ＭＳ Ｐゴシック';
}
.window .win-header{cursor: grab;}
.window .win-header:active {cursor: grabbing;}
.win-header .win-ico {margin-right: 6px;font-size: 12px;}
.win-header .win-title {flex-grow: 1;margin-right: 10px;}

/*Window and Button Border*/
.win, .min-btn {box-shadow: 2px 2px #ffc6df30;}

/*WINDOW BUTTON*/
.min-btn {
    color: #5603AF;
    cursor: pointer;
    font-size: 6px;
    padding: 2px;
    margin-top: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}
.min-btn:active {
    background: #E991C1;
    color: #BF26FF;
}

/*FILE VIEW EDIT*/
.file {
    padding: 4px;
    padding-bottom: 2px;
    word-spacing: 4px;
    text-align: start; 
    width: 100%;
}
/*resize corner*/
.resizer {
    width: 10px;
    height: 10px;
    background-image: url('../img/main/corner-resize.png');
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: se-resize;
}

/* --------------------------------------------------------------- */
/*TASKBAR WINDOWS*/
.min-win {
    align-items: center;
    padding: 2px 6px;
    border-radius: 4px;
    cursor: pointer;
    min-width: 90px;
    background-color: #C027FF;
    color: #f9e99c;
    border-left: #dd56fb solid 2px;
    border-top: #dd56fb solid 2px;
    border-right: #820cd5 solid 2px;
    border-bottom: #820cd5 solid 2px;
}
.min-win:hover {
    -webkit-filter: brightness(120%);
    /*background-color: #c83dff;*/
}
.min-win:active {
    border-left: #820cd5 solid 2px;
    border-top: #820cd5 solid 2px;
    border-right: #dd56fb solid 2px;
    border-bottom: #dd56fb solid 2px;
    -webkit-filter: brightness(85%);
}
.min-win i {
    font-size: 14px;
    margin-right: 5px;
}

/* Taskbar styling */
#taskBar {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    background-color: #ac1afacb;
    border-top: #be3eff solid 2px;
    height: 12px;
    width: 100%;
    padding: 10px;
    align-items: center;
    gap: 6px;
}

/* Taskbar Logo*/
.taskbar-logo {
    background-image: url('../img/neocity-logoP2.png');
    width: 66px;
    height: 55px;
    background-size: cover;
    background-position: center;
    transform: translateY(-15px);
}

/*CRT TOGGLE*/
#taskBar button {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    font-size: smaller;
    position: absolute;
    padding: 2px;
    width: 52px;
    text-align: start;
    right: 170px;
}

#taskBar button:active {
    background: #E991C1;
    color: #BF26FF;
}

/*TIME AND BATTERY*/
#timeBat {
    position: absolute;
    right: 27px;
    display: flex;
    align-items: center;
    border-left: #820cd5 solid 2px;
    border-top: #820cd5 solid 2px;
    border-right: #dd56fb solid 2px;
    border-bottom: #dd56fb solid 2px;
    border-radius: 4px;
    padding: 1px 6px;
    color: #f9e99c;
}
/* Taskbar Clock */
.clock {
    font-size: 14px;
    font-family: 'ms gothic';
    font-weight: bold;
}
/* Battery Icon */
#timeBat i {font-size: large;}

/* --------------------------------------------------------------- */
/*MAIN BODY*/
#screen {
    display: flex;
    justify-content: space-between;
    margin: 3%;
    margin-left: 10%;
    z-index: 1;
    position: relative;
}
#navpaint {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(24% - 0px);
}

/* --------------------------------------------------------------- */
/*MAIN WINDOW*/
main.win {
    width: calc(55% - 0px);
    height: 75vh;
    margin: 2% 6% 0 0;
}
main .window-body {
    overflow: auto;
    height: calc(100% - 85px);
    width: calc(100% - 4px);
}
main hr {margin: 2px auto;}

#intEx {
    display: flex;
    height: 16px;
    align-items: center;
    padding: 2px 2px 3px;
}
#intEx #square {
    
    width: 1px;
    height: 80%;
    margin-right: 4px;
}

#intEx #address {
    background-color: #F9E99C;
    border-right: #fffae4 solid 2px;
    border-bottom: #fffae4 solid 2px;
    padding: 2px 4px;
    width: 90%;
    border-radius: 2px;
    display: flex;
}
#bott {
    display: flex;
    height: 12px;
}
#bott div {
    border-radius: 2px;
    width: -webkit-fill-available;
}
/* --------------------------------------------------------------- */
/*tiny profile window*/
aside.paint {
    width: 100%;
}
#butts {
    display: flex;
    flex-direction: column;
    margin: 2px 5px;
}
.btnImg {
    padding: 4px;
    max-width: 25px;
    max-height: 25px;
    color: #5603AF;
    font-size: small;
}
.btnImg.down {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect x='0' y='0' width='50%25' height='50%25' fill='rgb(251, 217, 194)'/%3E%3Crect x='50%25' y='50%25' width='50%25' height='50%25' fill='rgb(251, 217, 194)'/%3E%3C/svg%3E");
    color: #bf26ff;
}
#paintUp {
    display: inline-flex;
    width: 100%;
}
#img {
    padding: 2px;
    width: calc(100% - 43px);
    height: 180px;
    max-height: 30vh;
    object-fit: cover;
}
#palette {
    display: grid;
    padding: 8px 5px 0px;
    grid-template-columns: auto auto auto auto auto;
    row-gap: 2px;
    justify-content: start;
    align-items: center;
}
#clr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect x='0' y='0' width='50%25' height='50%25' fill='rgb(251, 217, 194)'/%3E%3Crect x='50%25' y='50%25' width='50%25' height='50%25' fill='rgb(251, 217, 194)'/%3E%3C/svg%3E");
    width: 26px;
    height: 26px;
    margin-right: 4px;
    grid-row: 1 / span 2;
}
#clr .color {position: relative;}
.color {width: 10px;height: 10px;}


/*NAVIGATION LINKS*/
#navpaint nav {
    display: inline-grid;
    grid-template-columns: auto auto auto;
    gap: 10px 4px;
    bottom: 55px;
    right: 20px;
    position: fixed;
    direction: rtl;
}
#navpaint nav a {
    text-decoration: none;
    text-align: center;
}
.iconDesk {
    cursor: pointer;
    padding: 0;
    max-width: 55px;
    min-width: 55px;
    background: none;
    border: transparent dotted 1px;
    font-family: inherit;
    color: #f9e99c;
    font-size: 12px;
    font-variant-caps: all-small-caps;
}
.iconDesk:active {border: #bc45ff dotted 1px;}

/* --------------------------------------------------------------- */
/*GIFS*/
#gif {
    z-index: 0;
    position: fixed;
    left: 11px;
    top: 19px;
    width: 160px;
    height: 160px;
}
.mobu {
    width: calc(100% - 4px);
    height: calc(100% - 46px);
    display: block;
    background-position: center;
    background-size: cover;
    border-radius: 2px;
    background-color: #BF26FF;
    background-blend-mode: screen;
}
#gif p {
    /*background: linear-gradient(90deg, #5603AF, #be26ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; gradient background */
    font-weight: bolder;
    font-size: x-small;
    padding: 0;
    margin: 5px;
    background: linear-gradient(90deg,#5603AF, #BF26FF, #5603AF);
    background-size: 400%;
    -webkit-background-clip: text;
    color: transparent;
    animation: glitter 3s linear infinite;
}

@keyframes glitter {
    0% {background-position: 0%}
    100% {background-position: 400%}
}

/* --------------------------------------------------------------- */
/*UPD8S*/
#updates {
    right: 2vw;
    top: 40vh;
    width: 160px;
    height: 140px;
}
#updates .window-body {
    border-radius: 2px;
    height: calc(100% - 26px);
    overflow: auto;
}
#updates article {padding: 0 5px;}

#updates time {
    color: #5602af;
    margin: 4px 0;
    font-weight: bold;
    font-size: x-small;
    display: flex;
    justify-content: flex-end;
    gap: 4px;
}
#updates time:after {
    font-family: 'PixelStar';
    content: '\e909';
    font-size: smaller;
}

/* --------------------------------------------------------------- */
/*MARQUEE*/
#blinki {
    left: 42vw;
    top: 74vh;
    width: 300px;
    z-index: 102;
}
#blinki .window-body {
    padding: 4px 4px 0px;
    border-radius: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Crect x='0' y='0' width='50%25' height='50%25' fill='rgb(191, 38, 255)'/%3E%3Crect x='50%25' y='50%25' width='50%25' height='50%25' fill='rgb(191, 38, 255)'/%3E%3C/svg%3E");
    background-size: 10px;
    background-blend-mode: hard-light;
    color: rgb(251, 217, 194);
    background-color: #5603af;
    transition-duration: 0.3s;
}
#blinki .window-body:hover{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Crect x='0' y='0' width='50%25' height='50%25' fill='rgb(251, 217, 194)'/%3E%3Crect x='50%25' y='50%25' width='50%25' height='50%25' fill='rgb(251, 217, 194)'/%3E%3C/svg%3E");
    background-color: #fbb5d4;
    transition-duration: 0.3s;
}

#blinki .window-body marquee {padding:2px;}
marquee.blink img {
    max-height: 20px;
    min-height: 20px;
}
marquee.stam img {
    max-height: 45px;
    min-height: 45px;
}

/* --------------------------------------------------------------- */
/*MUSIC PLAYER*/
#music {
    top: 6vh;
    left: 55vw;
    z-index: 101;
}
#music .window-body {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    overflow: hidden;
}

/*ALBUM ART*/
#playImg {
    width: 150px;
    height: 90px;
    border-radius: 2px;
    object-fit: cover;
    image-rendering: pixelated;
    margin: 0 8px;
}

#playControls {
    color: #5603AF;
}
#playControls i:active{
    color: #bf26ff;
}

/*SONG NAME*/
#playName, #playArtist {
    width: 151px;
    font-family: 'MS Gothic';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-variant-caps: all-small-caps;
    }
#playName {
    font-weight: bold;
    font-size: 25px;
    margin: 4px;
    letter-spacing: -4px;
}
#playArtist {
    margin: 2px;
    font-size: 15px;
}

input[type="range"] {-webkit-appearance: none;}

/*AUDIO TRACK*/
input#playTimeR, input#playVolR {
    /*background-color: #e7f59c;*/
    background: linear-gradient(to right, #BF26FF 50%, #F9E99C 50%);
    border-radius: 2px;
    margin: 6px 0;
}
input#playTimeR {
    height: 8px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 8px;
    border-radius: 2px;
}
#playTimeD {
    display: flex;
    justify-content: space-around;
    font-size: 11px;
}

/*PLAYER BUTTONS*/
#contr {
    display: flex;
    justify-content: center;
    margin: 4px;
}
#contr i {
    padding: 6px;
    width: 16px;
}
#contr i, #vol i {
    border-radius: 4px;
    cursor: pointer;
}


#playTog.ps-play, #playVolI.ps-volume-x {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect x='0' y='0' width='50%25' height='50%25' fill='rgb(251, 217, 194)'/%3E%3Crect x='50%25' y='50%25' width='50%25' height='50%25' fill='rgb(251, 217, 194)'/%3E%3C/svg%3E");
    color: #BF26FF;
}

/*PLAYER VOLUME*/
#vol {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 8px 0 0;
}
input#playVolR {
    height: 5px;
    width: 65%;
    cursor: pointer;
}
i#playVolI {
    font-size: 12px;
    padding: 4px 2px;
    text-align: center;
    width: 13px;
}
#vol input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    opacity: 0;
}

/*PLAYLIST*/
#playList {
    border-radius: 2px;
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
}
#playList p {
    color: #bf26ff;
    background-color: #FBD9C2;
    border: #ffc6df solid 2px;
    cursor: pointer;
    text-align: left;
    padding: 2px;
    font-size: xx-small;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#playList p::before {
    font-family: 'PixelStar';
    content: '\e909';
    font-style: normal;
    padding-right: 4px;
}
#playList p.current{
    color: #5603AF;
    font-weight: bold;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect x='0' y='0' width='50%25' height='50%25' fill='rgb(251, 217, 194)'/%3E%3Crect x='50%25' y='50%25' width='50%25' height='50%25' fill='rgb(251, 217, 194)'/%3E%3C/svg%3E");
    border: #FBD9C2 solid 2px;
}
#playList p.current::before{
    content: "\e910";
}

/* --------------------------------------------------------------- */
/*CHAT WINDOW*/
#chat {
    left: 1vw;
    top: 48vh;
    width: 180px;
    height: 250px;
}
#chat .window-body {
    height: calc(100% - 22px);
    width: 100%;
    overflow: hidden;
}
iframe#chattable {
    border: none;
    width: calc(100% - 0px);
    height: calc(100% - 16px);
}
#chat .window-body p {
    font-family: 'MS Gothic';
    text-align: center;
    font-size: xx-small;
    color: #bf26ff;
}

/* --------------------------------------------------------------- */
/*VIDEO RECS*/
#vids {
    width: 230px;
    height: 155px;
    top: 62vh;
    right: 20vw;
}
#vidRec {
    width: calc(100% - 4px);
    height: calc(100% - 26px);
}


/* --------------------------------------------------------------- */
/*TO-DO LIST*/
#todo {
    left: 375px;
    top: 20px;
    width: 140px;
    height: 185px;
}
#todo .window-body {
    border-radius: 2px;
    height: calc(100% - 44px);
    overflow: scroll;
    background-color: antiquewhite;
}
#todo ul {padding-left: 16px;margin: 8px 0;}

#todo li {padding-left: 4px;margin: 10px 0;}
#todo li:first-child {text-decoration: line-through;}

#todo ul li::marker {
    font-family: 'PixelStar';
    content: '\e902';
    color: #BF26FF;
    font-size: x-small;
}

/*WEBRINGS*/

#webring {
    width: 202px;
    height: 244px;
    left: 902px;
    top: 212px;
}
#webring .window-body {
    overflow: auto;
    height: calc(100% - 52px);
    padding: 4px;
    text-align: center;
}

/*out of bound*/
.uh-oh {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    place-self: center;
    background-color: antiquewhite;
    margin: 20px;
    padding: 6px;
}
.uh-oh p{padding-left:10px;}

.starline {
    background-image: url(../img/misc/star-line.gif);
    background-repeat: repeat-x;
}
/*PAGES*/
body.pages {
    background-color: #fbb5d4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Crect x='0' y='0' width='50%25' height='50%25' fill='rgb(251, 217, 194)'/%3E%3Crect x='50%25' y='50%25' width='50%25' height='50%25' fill='rgb(251, 217, 194)'/%3E%3C/svg%3E");
    background-size: 10px;
    background-attachment: fixed;
}

.pages main {
    background: antiquewhite;
    margin: 0 40px;
}

body.pages h2 {
    padding: 6px;
    padding-left: 0;
    letter-spacing: -2px;
    word-spacing: 4px;
}
/*WELCOME*/
body.wc {
    overflow: auto;
    height: 100vh;
}

body.wc h1 {
    font-size: xxx-large;
    text-align: center;
    margin: 0 0 -8px;
}

#welc {
    display: grid;
    grid-template-columns: 40% 31% 20%;
    grid-template-rows: 40%;
    gap: 10px;
    height: calc(100% - 78px);
    justify-content: center;
}

#hili, #welc #buttons, #bubble {height: -webkit-fill-available; border-radius: 2px;}

#hili {
    width: auto;
    padding: 20px;
    grid-row: 1 / span 2;
    overflow-y: auto;
    place-items: center;
}
#hili h3{
    padding: 8px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    text-shadow: 2px 2px #2a0670;
    color: #f9e99c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Crect x='0' y='0' width='50%25' height='50%25' fill='rgb(191, 38, 255)'/%3E%3Crect x='50%25' y='50%25' width='50%25' height='50%25' fill='rgb(191, 38, 255)'/%3E%3C/svg%3E");
    background-size: 10px;
    background-blend-mode: hard-light;
    background-color: #5603af;
    border-radius: 2px;
}
#hili img {margin: 20px;}
#hili p {
    background-color: antiquewhite;
    padding: 10px;
    border-radius: 2px;
}

#bubble {
    padding: 10px;
    background-color: antiquewhite;
    width: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
#bubble img {
    max-width: 88px;
    max-height: 31px;
    margin-bottom: 4px;
}
#bubble textarea {
    width: 90%;
    height: calc(60% - 0px);
    font-family: inherit;
    background-color: #f9e99c;
    border-right: #fffae4 solid 2px;
    border-bottom: #fffae4 solid 2px;
    color: inherit;
    font-size: smaller;
}
#bubble .starline {
    height: 17px;
    width: calc(27px * 4);
}

#buttons {
    color: #f9e99c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Crect x='0' y='0' width='50%25' height='50%25' fill='rgb(191, 38, 255)'/%3E%3Crect x='50%25' y='50%25' width='50%25' height='50%25' fill='rgb(191, 38, 255)'/%3E%3C/svg%3E");
    background-size: 10px;
    background-blend-mode: hard-light;
    background-color: #5603af;
}
#welc #buttons {
    padding: 10px;
    display: grid;
    grid-template-columns: auto auto;
    overflow: auto;
    grid-gap: 4px;
    justify-content: center;
    align-content: center;
    color: #f9e99c;
    width: auto;
}
#welc #buttons img {
    max-width: 88px;
    min-width: 60px;
    width: 100%;
    height: auto;
}

#dialog {
    grid-column: 2 / span 2;
    height: auto !important;
    width: fit-content;
    padding: 10px;
    border: #b758ed dashed 3px;
}
#kromer {
    display: flex;
    align-items: center;
    padding: 8px;
    height: -webkit-fill-available;
}
#kromer p {
    font-size: smaller;
    font-family: 'PixelMplus10';
    margin-right: 15px;
    text-align: justify;
    height: 86px;
    overflow-y: auto;
}
#kromer span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: large;
}
#kromer img {
    width: auto;
    height: 100%;
    image-rendering: pixelated;
}
/*LINKS PAGE*/
.pages nav {display: flex;}
.pages nav button.tablinks {
    width: -webkit-fill-available;
    border: none;
    background-color: #fbb5d4;
    padding: 6px 0;
    font-family: inherit;
    font-variant-caps: all-small-caps;
    font-size: 15px;
    font-weight: bold;
    color: #5603af;
}
button.onit {
    background-color: antiquewhite !important;
    color: #be25fe !important;
}

.tabcontent {padding: 10px 20px 0; display: none;}

a.impL {
    font-weight: bold;
}
a.impL::before {
    font-family: 'PixelStar';
    content: '\e923';
    font-size: xx-small;
    padding-right: 4px;
}
.buttContainter {
    background-color: #2A0670;
    background-image: url(../img/starbg-pttn.png), linear-gradient(180deg, #140256, #6d00ad);
    background-size: 60%;
    image-rendering: pixelated;
    background-attachment: fixed;

}
div.buttContainter img {
    width: 100%;
    min-width: 60px;
    max-width: 88px;
    height: auto;
    border: transparent solid 2px;
    transition: 0.2s ease-in;
}
div.buttContainter img:hover {
    border: transparent solid 2px;
    background-color: #f9e99c6e;
    box-shadow: 0px 0px 9px 0px #f9e99c;
    border-radius: 2px;
    mix-blend-mode: lighten;
    transition: 0.2s ease-in;
}

#net .buttContainter {
        border-radius: 2px;
        padding: 10px;
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        gap: 4px;
        align-items: center;
        margin: 10px auto;
        justify-items: center;
}

#games img {
    margin: 10px auto;
    display: block;
    width: 69%;
    height: 200px;
    image-rendering: pixelated;
    object-fit: contain;
}

#contact .buttContainter {
    display: flex;
    justify-content: center;
    padding: 18px;
    gap: 12px;
    margin-top: 6px;
}

#contact address {
    place-self: center;
    font-style: normal;
    font-size: larger;
    font-weight: bold;
    margin: 8px;
    font-family: 'PixelMplus12';
}

/*ABOUT ME PAGE*/
.dsc {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect x='0' y='0' width='50%25' height='50%25' fill='rgb(251, 217, 194)'/%3E%3Crect x='50%25' y='50%25' width='50%25' height='50%25' fill='rgb(251, 217, 194)'/%3E%3C/svg%3E");
    background-size: 5%;
    padding: 18px;
    width: 35%;
    position: relative;
    background-color: #fbb5d4;
}
.dsc p{
    padding: 14px;
    background-color: #fbb5d4;
}
.bout h2 {
    background: linear-gradient(90deg, #f9e99c, #bf26ff, #f9e99c);
    background-size: 400%;
    -webkit-background-clip: text;
    font-family: 'GOGOFA';
    text-align: center;
    margin: 12px;
}
.bout #buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    padding: 5px;
    gap: 2px;
    position: fixed;
    z-index: 1;
    top: 20%;
    left: 38%;
    border-radius: 4px;
}

/*JOURNAL*/
#journal {padding: 0 2%;}
#journal nav, #journal article {
    background-color: antiquewhite;
    background-image: url("data:image/svg+xml,%3Csvg height='100' width='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M100 0 L0 0 L0 100' style='fill:none;stroke:%23FBB5D4;stroke-width:12' /%3E%3C/svg%3E");
    background-size: 10px;
    border-radius: 6px;
    padding: 30px;
}
#journal nav {
    width: 14%;
    position: fixed;
    display: grid;
    gap: 6px;
}

#journal nav a::before {
    content: '\e916';
    font-family: 'PixelStar';
    margin-right: 4px;
}

#journal article {
    margin-bottom: 20px;
    place-self: flex-end;
    position: relative;
    padding-left: 7vw;
    padding-bottom: 35px;
    width: 60%;
}
#journal article::before {
    content: ' ';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Ccircle cx='50' cy='50' r='25' fill='%236a00aa'/%3E%3C/svg%3E");
    background-blend-mode: color-dodge;
    background-size: contain;
    background-repeat: space;
    display: block;
    position: absolute;
    width: 4%;
    top: 15px;
    left: 6px;
    bottom: 15px;
}
#journal nav::after {left: 14px;}
#journal article::after {left: 6%}
#journal nav::after, #journal article::after {
    content: ' ';
    border: #b758ed dotted 3px;
    display: block;
    position: absolute;
    top: 14px;
    right: 14px;
    bottom: 14px;
    border-radius: inherit;
    pointer-events: none;
    background: none;
}
#journal header {
    background: antiquewhite;
    box-shadow: antiquewhite 0 0 4px 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: 0;
    border-bottom: #b758ed dotted 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#journal h3 {
    color: #bd25fe;
    font-size: 14px;
    font-family: 'PixelMplus10';
    letter-spacing: 1px;
    margin-right: 8px;
}
#journal h4 {
    font-size: medium;
    margin-top: 6px;
    color: #5603af;
}
#journal time {
    font-size: 11px;
    font-weight: bold;
    font-family: ms gothic;
    color: #5603af;
}
#journal ul {margin: 4px 16px;}
#journal li {padding-left: 6px; margin: 6px 0;}
#journal ul li::marker {
    font-family: 'PixelStar';
    content: '\e909';
    color: #BF26FF;
    font-size: xx-small;
}

#journal p {
    font-family: MS mincho;
    font-size: 14px;
    background-color: #faebd761;
}

#journal .tinytxt {
    font-size: 12px;
    background: #f9e99c;
    padding: 1px;
}
#journal article button {
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    width: fit-content;
    padding: 0;
    max-width: 90%;
    border: none;
    background: none;
}
#journal article img {max-width: -webkit-fill-available;}
button.imag::after {
    content: 'click to zoom';
    /* font-weight: bold; */
    font-family: ms gothic;
    color: blueviolet;
}
button.zoom::after{content: none;}
button.zoom {
    background: rgba(9, 0, 62, 0.8) !important;
    margin: 0 !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100% !important;
    width: -webkit-fill-available !important;
    height: 100%;
    z-index: 100;
    justify-content: center;
}
.zoom img {
    place-self: center;
    max-width: 95% !important;
    max-height: 95%;
    object-fit: contain;
    border-radius: 4px;
}

#journal article textarea {
    height: 80vh;
    width: calc(60% - 10%);
    background-color: #3d3947;
    color: #f9dbff;
    font-size: smaller;
    font-family: inherit;
}

.butt {
    width: 132px;
    max-width: 30%;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#b1 {background-image: url(../img/blog/nav-btt.png);}
#b1:hover {background-image: url(../img/blog/nav-btt-hover.png);}

#b2 {background-image: url(../img/blog/nav-btt2.png);}
#b2:hover {background-image: url(../img/blog/nav-btt-hover2.png);}

#b3 {background-image: url(../img/blog/nav-btt3.png);}
#b3:hover {background-image: url(../img/blog/nav-btt-hover4.png);}

/*COLLECTIONS PAGE*/
.ff-image {
  vertical-align: unset !important;
}
/*
.ff-container.ff-loading-icon:before {
    display: none !important;
}*/

.coll h3 {
    margin-top: 10px;
    color: #be25fe;
    text-transform: uppercase;
}

#stamps img {
    min-width: auto !important; 
    max-width: 101px !important;
    min-height: 55px !important;
    max-height: 58px !important;
    object-fit: contain !important;
}
#blinkies img {max-height: 20px; !important}



/*footer*/

footer {
    text-align: center;
    padding: 10px 4px 4px;
    color: #bf26ff;
}

/* --------------------------------------------------------------- */
/*404*/
#notfound {
    width: 40%;
    margin: 2%;
    line-height: 16px;
}
#notfound hr {
    width: 100%;
}
#notfound h1 {
    background: none;
    color: blueviolet;
    text-transform: none;
    font-weight: bold;
    animation: none;
    margin-bottom: 6px;
}
#notfound p {margin: 8px 0;}
#notfound ul {margin-left: 40px;list-style-type: '✦';}
#notfound li {padding-left: 6px;}
/* --------------------------------------------------------------- */
/*SCROLLBAR*/
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect x='0' y='0' width='50%25' height='50%25' fill='rgb(251, 217, 194)'/%3E%3Crect x='50%25' y='50%25' width='50%25' height='50%25' fill='rgb(251, 217, 194)'/%3E%3C/svg%3E");
    background-repeat: repeat;
}

::-webkit-scrollbar-thumb {background-clip: padding-box;}

/* Buttons */
::-webkit-scrollbar-button:single-button {
    display: block;
    background-size: 6px;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
}

/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
    background-position: center 2px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(86, 3, 175)'><polygon points='50,00 0,50 100,50'/></svg>");
}
::-webkit-scrollbar-button:single-button:vertical:decrement:active {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(191, 38, 255)'><polygon points='50,00 0,50 100,50'/></svg>");
}

/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
    background-position: center 2px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(86, 3, 175)'><polygon points='0,0 100,0 50,50'/></svg>");
}
::-webkit-scrollbar-button:single-button:vertical:increment:active {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(191, 38, 255)'><polygon points='0,0 100,0 50,50'/></svg>");
}

/* Left */
::-webkit-scrollbar-button:single-button:horizontal:decrement {
    background-position: 2px 1px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(86, 3, 175)'><polygon points='0,50 50,100 50,0'/></svg>");

}
::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(191, 38, 255)'><polygon points='0,50 50,100 50,0'/></svg>");
}

/* Right */
::-webkit-scrollbar-button:single-button:horizontal:increment {
    background-position: 3px 1px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(86, 3, 175)'><polygon points='0,0 0,100 50,50'/></svg>");
}
::-webkit-scrollbar-button:single-button:horizontal:increment:active {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(191, 38, 255)'><polygon points='0,0 0,100 50,50'/></svg>");
}

/*BACKGROUND COLOR*/
.win, .min-btn, #taskBar button, .btnImg, input[type="range"]::-webkit-slider-thumb, #playList p.current, #kromer, ::-webkit-scrollbar-corner, ::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-button:single-button {background-color: #FBB5D4;}

/*active buttons*/
iframe, .min-btn:active, #taskBar button:active, #intEx #address, #bott div, .btnImg:active, .btnImg.down, #img, #clr, .color, .mobu, #updates .window-body, #blinki .window-body, #webring .window-body, #playImg, input#playTimeR, input#playVolR, #contr i:active, #vol i:active,.uh-oh, .uh-oh img, #playTog.ps-play, #playVolI.ps-volume-x, #playList, #todo .window-body, div.buttContainter, #buttons, #hili, #bubble textarea, #kromer img, .dsc, .zoom img,  ::-webkit-scrollbar-thumb:active, ::-webkit-scrollbar-track, ::-webkit-scrollbar-corner, ::-webkit-scrollbar-button:single-button:vertical:decrement:active, ::-webkit-scrollbar-button:single-button:vertical:increment:active,::-webkit-scrollbar-button:single-button:horizontal:increment:active,::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
    border-left: #B758ED solid 2px;
    border-top: #B758ED solid 2px;
    border-right: #fbd9c2 solid 2px;
    border-bottom: #FBD9C2 solid 2px;
}

/*BORDER*/
.win, .min-btn, #taskBar button, #intEx #square, .btnImg, #clr .color, input[type="range"]::-webkit-slider-thumb, #contr i, #vol i, #kromer, ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-button:single-button {
    border-left: #FBD9C2 solid 2px;
    border-top: #FBD9C2 solid 2px;
    border-right: #B758ED  solid 2px;
    border-bottom: #B758ED solid 2px;
}

