html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
h1 {font-size: 1.5em;margin-bottom: 10px;}
p{font-size: 1em;line-height: 1.3em;margin-bottom: 10px;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}



body {
    background: url(https://uraincandy.neocities.org/images/uf0x54.webp);
}

    @font-face {
        font-family: pixelmplus;
        src: url(https://file.garden/ZtuMn9OuizV8RAz5/fonts/PixelMplus10-Regular.ttf)
    }
    
    
    p, *, a {
      font-family: pixelmplus;
    }
    
    p, * {
      color: #4D21CB;
    }
    
    
            a:hover {
                cursor: url('https://chairfiles.vercel.app/cursor.png'), auto;
            }
            * {
                cursor: url('https://chairfiles.vercel.app/cursor.png'), auto;
            }


#desktop {
    position: fixed;
    height: 100%;
    width: 100%;
	overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.window {
    position: absolute;
    border: 2px solid #000;
	z-index: 1000;
	background-color: #ead2ec;
border: 3px solid #4932C9;
  padding: 4px;
  padding-bottom: 16px;
  box-shadow: 4px 4px rgba(80,20,255,0.2);
  padding-bottom: 0;
	
}
.window.closed {
	display: none;
}
.window.minimizedWindow {
	display: none;
}

.winclose {
	background:center center / cover no-repeat url('https://mintyly.neocities.org/images/button_close.png');
	color: transparent 

}



.window.fullSizeWindow {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    border-radius: 0;
    bottom: 32px !important;
}
.fullSizeWindow .ui-resizable-handle {
	display: none;
}
.windowHeader {
    background-color: #e2e2e2;
	text-align: right;
    padding: 3px;
    cursor: move;
    height: 28px;
	border: #4932C9 3px solid;
}
.activeWindow .windowHeader {
    background-color: #f0d1f1;
}

.activeWindow {
	background-color: #94f1e1;
}

.windowHeader > span {
    display: inline-block;
    cursor: pointer;
    margin-left: 4px;
    font-size: 19px;
    padding: 3px 9px;
    line-height: 20px;
    width: 10px;
    height: 22px;
    position: relative;
    overflow: hidden;
	font-family: '';
}

.windowHeader strong::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #4932C9;
    margin-right: 8px;
	margin-left: -4px;
    margin-top: -3px;
    vertical-align: middle;
  }

.windowHeader > span > span {
    display: inline-block;
    height: 8px;
    width: 10px;
    position: absolute;
    top: 6px;
    left: 10px;
}

.winminimize {
	background:center center / cover no-repeat url('https://mintyly.neocities.org/images/button_minimize.png');
}

.winmaximize {
		background:center center / cover no-repeat url('https://mintyly.neocities.org/images/button_maximize.png');
}

.winminimize > span {
}
.winmaximize > span {
}
.winmaximize > span:nth-child(2) {
	display: none;
}
.fullSizeWindow .winmaximize > span:nth-child(1) {
	margin: 2px 0 0 -4px;
}
.fullSizeWindow .winmaximize > span:nth-child(2) {
    display: inline-block;
    top: 3px;
    left: 12px;
}

#window2 > .wincontent {
	padding: 0 !important;
}
	
#window1 > .wincontent {
	overflow-y: auto;
	overflow-x: hidden;
}

#window4 > .wincontent {
	overflow-y: auto;
	overflow-x: hidden;
}

#window3 > .wincontent {
	padding: 0 !important;
	overflow: hidden !important;
}

#window0 > .wincontent {
	overflow-y: auto;
	overflow-x: hidden;
}

#window6 > .wincontent {
	padding: 0 !important;
	overflow: hidden !important;
}

.wincontent {
    min-width: 200px;
    min-height: 140px;
    border: 3px solid #4932C9;
    margin-top: 5px;
	background-color: white;
	padding: 8px;

}


button {
  color: var(--lilith-window-text-color);
  /*font-family: "MS ui gothic";*/
  image-rendering: pixelated;
  /*font-size: 16px;*/
  font-size: inherit;
  font-family: inherit;
  /*color: var(--lilith-window-text-color);
  background: var(--lilith-button-color);
  border: 2px outset var(--lilith-button-color);*/
  /*padding: 4px;*/
  text-align: center;
  
  border: 4px solid transparent;
  border-image: url(https://lilithdev.neocities.org/index/button.png) 4 fill repeat;
}

button:hover {
  cursor: url("/click.png"), auto;
  /*background: var(--lilith-window-text-back);*/
  border-image: url(https://lilithdev.neocities.org/index/button_hovered.png) 4 fill repeat;
}

button:active {
  /*border-style: inset;*/
  border-image: url(https://lilithdev.neocities.org/index/button_pressed.png) 4 fill repeat;
}

button:disabled {
  /*border-style: inset;*/
  border-image: url(https://lilithdev.neocities.org/index/button_disabled.png) 4 fill repeat;
}


.window::after {
  content: url('https://uraincandy.neocities.org/images/button.png');
  display: block;
  margin-bottom: -3px;
}

.windowHeader > strong {
    float: left;
    margin: 0px 3px 0 10px;
    line-height: 29px;
    font-size: 17px;
}
.taskbarPanel {
    display: inline-block;
    border-left: 2px solid #fdfdfd;
    border-top: 2px solid #fdfdfd;
	border-right: 2px solid #4D23CD;
	border-bottom: 2px solid #4D23CD;
    line-height: 24px;
    margin: 2px 0 0 10px;
    font-size: 17px;
    padding: 0 10px;
    background: #f6e0f8;
    font-weight: bold;
	cursor: pointer;

}
.taskbarPanel.activeTab {
	border-left: 2px solid #4D23CD;
    border-top: 2px solid #4D23CD;
	border-right: 2px solid #fdfdfd;
	border-bottom: 2px solid #fdfdfd;
}
.taskbarPanel.minimizedTab {
	background: #eaa0e8;	
}
.taskbarPanel.minimizedTab:hover {
	background: #fcb1fa;
}
.taskbarPanel.closed {
	display: none;
}
#taskbar {
	position: absolute;
	height: 32px;
	border-top: 2px solid #fdfdfd;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f6e0f8;
}
#icons {
	position: absolute;
	z-index: 10;
	top: 60px;
	left: 250px;

}
#icons a {
    display: block;
    cursor: pointer;
    padding: 2px 10px;
}


#seven {
background:center url('https://uraincandy.neocities.org/images/tinder.png');
	width: 44px;
	height: 60px;
margin-left: 140px;
margin-top: 40px;
}

#sixth {
background:center url('https://uraincandy.neocities.org/images/icon_desktop_neru.png');
	width: 44px;
	height: 60px;
	margin-top: 40px;
	margin-left: 136px;
}


#fifth {
background:center url('https://uraincandy.neocities.org/images/icon_desktop_2ch.png');
	width: 44px;
	height: 60px;
	margin-top: -483px;
	margin-left: 136px;
}


#welcome {
background:center url('https://internetidol.neocities.org/images/icon_desktop_ichatsuku.png');
	width: 44px;
	height: 60px;
	margin-top: 40px;
}

#four {
background:center url('https://internetidol.neocities.org/images/icon_desktop_egosearch.png');
	width: 44px;
	height: 60px;
	margin-top: 40px;
}


#three {
background:center url('https://internetidol.neocities.org/images/icon_desktop_jine2.png');
	width: 44px;
	height: 60px;
	margin-top: 40px;
}

#second {
background:center url('https://internetidol.neocities.org/images/icon_desktop_asobu.png');
	width: 44px;
	height: 60px;
	margin-top: 40px;
}

#one {
background:center url('https://mintyly.neocities.org/images/icon_desktop_text.png');
	width: 40px;
	height: 60px;
	text-align: center;
}

#templateLink {
    position: absolute;
    display: inline-block;
    bottom: 10px;
    right: 20px;
    font-weight: bold;
    font-size: 15px;
    color: #30478c;
}
 a {
	 
	 text-decoration: hidden !important; 
 }


/*Demo styles BEGIN*/
#window0 {	top: 100px;	left: 340px;}
#window1 {	top: 330px; left: 260px;}
#window2 {	top: 100px; left: 300px;}
#window3 {	top: 100px; left: 400px;}
#window4 {	top: 120px; left: 300px;}
#window5 {	top: 15px; left: 1000px;}
#window6 {	top: 100px; left: 600px;}
#window7 {	top: 300px; left: 700px;}
#window8 {	top: 125px; left: 120px;}
#window9 {	top: 300px; left: 700px;}
#window10 {	top: 125px; left: 120px;}
#window0 .wincontent {	width: 660px; height: 400px;	}
#window1 .wincontent {	width: 500px; height: 300px;	}
#window2 .wincontent {	width: 400px; height: 600px;	}
#window3 .wincontent {	width: 400px; height: 350px;	}
#window4 .wincontent {	width: 500px; height: 350px;	}
#window5 .wincontent {	width: 500px; height: 350px;	}
#window6 .wincontent {	width: 500px; height: 350px;  }
#window7 .wincontent {	width: 550px; height: 350px;	}
#window8 .wincontent {	width: 550px; height: 350px;	}
#window9 .wincontent {	width: 500px; height: 350px;	}
#window10 .wincontent {	width: 400px; height: 450px;	}
@media screen and (max-width:960px){
	#window0 {	left: 10px;	}
	#window3 {	left: 50px;	}	
}
@media screen and (max-width:770px){
	#window0 .wincontent {	width: 460px;	}
	#window2 {	left: 100px;	}
	#window1 {	top: 190px;	left: -5px;	}
}
@media screen and (max-width:540px){
#window0 .wincontent {	width: 230px; height: 200px;	}
#window3 .wincontent {
    width: 275px;
    height: auto;
}
#window3 {    top: 9px;    left: 10px;	}
#window2 {    left: -118px;	}
#window1 .wincontent {    width: auto;    height: 300px;	}
}


           a:hover {
                cursor: url('https://chairfiles.vercel.app/cursor.png'), auto;
            }
            * {
                cursor: url('https://chairfiles.vercel.app/cursor.png'), auto;
            }

            /* background changer stuff */
			
			
			.timeselector {
				margin-top: 730px;
				margin-left: 1690px;
				width: 170px;
				height: 20px;
				z-index: 20;
			}

            .innertime {
                padding: 4px;
                background-color:#F7E0FA;
            }

            .noonbutton{
                box-shadow: inset 2px 2px #815CDA, 2px 2px #FDFDFD;
                background-color:#F7E0FA;
                display:inline-block;
                justify-content: center;
                float:left;
                padding:3px
                z-index: 30;

            }

            .noonbutton a {
                font-family:"pixelmplus10";
                font-weight: normal;
                float:left;
                padding-left: 8px;
                color: #4D23CD;
                z-index: 30;
            }

            .noonbutton img {
                padding: 2px;
                float:right;
                z-index: 30;
            }

            .duskbutton{
                box-shadow: inset 2px 2px #815CDA, 2px 2px #FDFDFD;
                background-color:#F7E0FA;
                display:inline-block;
                padding:3px
                z-index: 30;

            }

            .duskbutton a {
                font-family:"pixelmplus10";
                font-weight: normal;
                float:left;
                padding-left: 8px;
                color: #4D23CD;
                z-index: 30;
            }

            .duskbutton img {
                float:right;
                padding: 2px;
                z-index: 30;
            }




            .fakebgthing {
                background-attachment: fixed;
                background-position: left center, left center, right center, right center;
                background-size: 100% 100%, calc(calc(100vw - 1440px) / 2) auto, calc(calc(100vw - 1440px) / 2) auto, 100% 100;
                image-rendering: pixelated;
                background-repeat: repeat-y;
                content: "";
                display: block;
                position: fixed;
                top: 0;
                left: 0;
                width: 100vw;
                height: 100vh;
                z-index: -1;
                background-color:#ff0000;
            }

            .origbg {
                background:
                        linear-gradient(to right, transparent, transparent),
                        url("https://chairfiles.vercel.app/spaceheyleftbg.png") no-repeat,
                        url("https://chairfiles.vercel.app/spaceheyrightbg.png") no-repeat,
                        linear-gradient(to left, transparent, transparent);
                background-attachment: fixed;
                background-position: left center, left center, right center, right center;
                image-rendering: pixelated;
                background-repeat: repeat-y;
                content: "";
                display: block;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                z-index: -2;

            }

            .noonbg {
                background:
                        linear-gradient(to right, transparent, transparent),
                        url("https://chairfiles.vercel.app/spaceheyleftbg.png") no-repeat,
                        url("https://chairfiles.vercel.app/spaceheyrightbg.png") no-repeat,
                        linear-gradient(to left, transparent, transparent);
                background-attachment: fixed;
                background-position: left center, left center, right center, right center;
                image-rendering: pixelated;
                background-repeat: repeat-y;
                content: "";
                display: block;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                visibility: hidden;
            }

            .duskbg {
                background:
                        linear-gradient(to right, transparent, transparent),
                        url("https://chairfiles.vercel.app/spaceheyleftduskbg.png") no-repeat,
                        url("https://chairfiles.vercel.app/spaceheyrightduskbg.png") no-repeat,
                        linear-gradient(to left, transparent, transparent);
                background-attachment: fixed;
                background-position: left center, left center, right center, right center;
                image-rendering: pixelated;
                background-repeat: repeat-y;
                content: "";
                display: block;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                visibility: hidden;
            }



            .nightbg {
                background:
                        linear-gradient(to right, transparent, transparent),
                        url("https://chairfiles.vercel.app/spaceheyleftnightbg.png") no-repeat,
                        url("https://chairfiles.vercel.app/spaceheyrightnightbg.png") no-repeat,
                        linear-gradient(to left, transparent, transparent);
                background-attachment: fixed;
                background-position: left center, left center, right center, right center;
                image-rendering: pixelated;
                background-repeat: repeat-y;
                content: "";
                display: block;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                visibility: hidden;
            }

            .fakebgthing:target {
                visibility: visible;
            }

            .profile .blurbs .heading h4 {
                font-weight: normal;
                letter-spacing: 0.045em;
            }

            @media(max-width:1840px) {
                .fakebgthing {
                    background-size: 100% 100%, 180px 100%, 180px 100%, 100% 100%;
                }
                .timeselectorwrapper {
                    right: 0;
                }
            }

            @media(min-width:1840px) {
                .timeselectorwrapper {
                    right: calc(calc(calc(calc(calc(100% - 1440px) / 2) - 180px) / 2) - 13px);
                }
                .fakebgthing {
                    background-size: 100% 100%, calc(calc(100% - 1440px) / 2) auto, calc(calc(100% - 1440px) / 2) auto, 100% 100%;
                }
            }

