
::selection {
  color: var(--lightgreen);
  background-color: transparent;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAFElEQVQIW2M4fPz0////GYAYyAIASnoKpV3w4kgAAAAASUVORK5CYII=");
    image-rendering: pixelated;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
	box-shadow: none;
	border: none;
}

::-webkit-scrollbar-track:active {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAAEElEQVQIW2No6+pjgAAgCwAWogM9VKrgGQAAAABJRU5ErkJggg==");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

::-webkit-scrollbar-thumb {
	border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
    width: 10px;
    height: 10px;
    background-color: #cccccc;
    z-index: 1;
    border-radius: 0;
}

::-webkit-scrollbar-corner {
    background-color: #cccccc;
}

::-webkit-resizer {
    width: 10px;
    height: 10px;
    background-color: #cccccc;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAN0lEQVR4Ae3MgQUAMBRDwU5fFF05lb/CARTBw2Ulof0DxPtcwp3hNuEYnjbcEW4TjuFpwx3h9gMWGgZ2Y/PT2gAAAABJRU5ErkJggg==");
    background-position: bottom right;
    background-repeat: no-repeat;
    image-rendering: pixelated;
}

::-webkit-scrollbar-button,
.scroll::-webkit-scrollbar-button {
	border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #868a8e;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #cccccc;
    image-rendering: pixelated;
    background-repeat: no-repeat;
    background-position: center center;
}

::-webkit-scrollbar-button:active,
.scroll::-webkit-scrollbar-button:active {
    background-position: 2px 2px;
}

::-webkit-scrollbar-button:horizontal:decrement,
.scroll::-webkit-scrollbar-button:horizontal:decrement {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHklEQVQY02NgoBT8xyX8H5fwf1zCpOjAYwceV1EEAAO2D/HsQ4vsAAAAAElFTkSuQmCC");
}

::-webkit-scrollbar-button:horizontal:increment,
.scroll::-webkit-scrollbar-button:horizontal:increment {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHUlEQVQY02NgIB/8xy3xH7fEf9wS/0nUQZqrKAYAK44P8ZRmzLQAAAAASUVORK5CYII=");
}

::-webkit-scrollbar-button:vertical:decrement,
.scroll::-webkit-scrollbar-button:vertical:decrement {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGklEQVR4AWMYxuA/SYphmETFhDX9x4mHGQAAcL4P8dQiMq8AAAAASUVORK5CYII=");
}

::-webkit-scrollbar-button:vertical:increment,
.scroll::-webkit-scrollbar-button:vertical:increment {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAF0lEQVQY02NgoBf4jwJxSOHQhcNAOgMAWWAP8Rv2U3UAAAAASUVORK5CYII=");
}

::-webkit-scrollbar-button:horizontal:increment:start,
.scroll::-webkit-scrollbar-button:horizontal:increment:start {
    display: none;
}

::-webkit-scrollbar-button:horizontal:decrement:end,
.scroll::-webkit-scrollbar-button:horizontal:decrement:end {
    display: none;
}

::-webkit-scrollbar-button:vertical:increment:start,
.scroll::-webkit-scrollbar-button:vertical:increment:start {
    display: none;
}

::-webkit-scrollbar-button:vertical:decrement:end,
.scroll::-webkit-scrollbar-button:vertical:decrement:end {
    display: none;
}

::-webkit-scrollbar-button:active,
.scroll::-webkit-scrollbar-button:active {
    border-top: 1px solid #868a8e;
    border-left: 1px solid #868a8e;
    border-bottom: 1px solid #868a8e;
    border-right: 1px solid #868a8e;
    box-shadow: none;
}


:root {
	--lightgreen: #c2e0c1;
	--maintext: #8e6559;
	--midgreen: #84b085;
}

body {
  background-image: url("https://foollovers.com/mat/plaid/a13-bg-grid.gif");
}

h2 {
  font-family: Balsamiq Sans;
  text-align: center;
  line-height: 1.25em;
  text-shadow: 
    0 0 10px #b2c8a6, 
    0 0 10px #b2c8a6, 
    0 0 10px #b2c8a6, 
    0 0 10px #dfe8d8, 
    0 0 10px #dfe8d8, 
    0 0 10px #dfe8d8, 
    0 0 10px #dfe8d8;
  filter: 
    drop-shadow(5px 0 1px white) 
    drop-shadow(0 5px 1px white) 
    drop-shadow(-5px 0 1px white) 
    drop-shadow(0 -5px 1px white) 
    drop-shadow(-0px 1px 1px #81877B);
  color: #3c523c;
  font-weight: normal;
}

strong {
    color: #3c523c;
    text-shadow: 
        0 0 10px #b2c8a6, 
        0 0 10px #b2c8a6, 
        0 0 10px #b2c8a6, 
        0 0 10px #dfe8d8, 
        0 0 10px #dfe8d8, 
        0 0 10px #dfe8d8, 
        0 0 10px #dfe8d8;
    font-size: 14px;
    font-family: Balsamiq Sans;
}

b {
    color: var(--midgreen);
}

a:hover {
  font-stretch: ultra-condensed;
}

#flex {
	max-width: 70%;
	display: flex;
  margin-top: 20px;
  z-index: -4;
}

#left {
  background: white;
  box-shadow: 0px -2px 7px 16px white;
  background-size: 150px;
	width: 55%;
	padding: 5px;
	margin-left: 5px;
}

#right {
	background: url(https://files.catbox.moe/sw33dh.gif);
	width: 45%;
	padding: 7px;
	margin: auto;
	height: 100%;
	margin-left: 7px;
  border-radius: 10px;
  border: 1px dashed var(--lightyellow);
  z-index: 1;
}

#left p {
	font-family: Balsamiq Sans;
	font-size: 13px;
	color: var(--maintext);
}

#right p {
    font-family: 'Arial Narrow';
    font-size: 13px;
    color: var(--maintext);
}

#ceiling {
  width: 100%;
	border-bottom: 1px solid var(--lightbrown);
	padding: 5px;
	font-family: Balsamiq Sans;
	font-size: 12px;
	font-stretch: ultra-condensed;
  background: white;
  margin-top: 0;
  z-index: 100;
}

.right-border {
    border-width: 7px; 
    border-style: solid;
    border-image: url("https://i.imgur.com/8xftJ3v.gif") 7 fill round;
    padding: 5px;
    display: flex;
}

.right-boxed {
	background: white;
    border-radius: 10px;
	padding: 5px;
	padding-top: 0;
	overflow-y: scroll;
    height: 120px;
    width: 60%;
    background: white;
    margin: 15px;
}

.right-boxed-img {
  width: 40%;
  height: 95%;
  margin: 5px;
  font-family: Balsamiq Sans;
  font-size: 13px;
  color: var(--maintext);
}

.right-boxed-img img { /* totally not confusing */
  margin-top: 42px;
  width: 100%;
  height: 100%;
}

.left-rows {
	display: flex;
	margin: 5px;
	padding: 0;
}

.left-boxed {
	width: 33%;
	border-radius: 5px;
	border: 1px solid var(--midgreen);
	margin: 3px;
	padding: 5px;
	font-size: 12px;
	font-family: 'Arial Narrow';
    background: white;
}

.left-boxed img {
  width: 133px;
  border: 1px solid var(--midgreen);
  filter: saturate(0%);
  transition: .25s ease-out;
}
  
.left-boxed img:hover {
  filter: saturate(100%);
  transition: .25s ease-in;
}

.recents-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-y: auto;
}

.recents-row .left-boxed {
    width: 25%;
}

.recents-row .left-boxed img {
    width: 80px;
    height: 110px;
}

.date {
    font-size: 10px;
    font-style: italic;
    color: var(--midbrown);
    text-align: right;
    font-family: 'Arial Narrow';
    margin: 2px;
}

li {
    transition: clip-path 275ms ease;
    list-style: " ☆ " outside;
    margin-top: 5px;
}

li:hover {
    cursor: pointer, important;
}

li:hover span::before, li:focus span::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

li span {
    position: relative;
    display: inline-block;
}

li span::before {
    position: absolute;
    content: attr(data-content);
    text-decoration: underline;
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
    transition: clip-path 275ms ease;
}


#games-stuff {
  width: 280px;
  border: 10px solid transparent;
  box-sizing: border-box;
  border-image: url(https://files.catbox.moe/4pjhsk.png) 50 round;
  border-radius: 10px;
  background: white;
  padding: 10px;
  height: 300px;
  position: absolute;
  left: 940px;
  top: 215px;
}

#games-inner {
    height: 100%;
    overflow-y: scroll;
    background: white;
    font-family: Balsamiq Sans;
    font-size: 13px;
    padding: 5px;
}

#games-inner img {
    width: 200px;
    margin: 3px;
}

#filler {
    position: absolute;
    top: 3px;
    left: 1000px;
    rotate: -20deg;
}

#divider {
    position: absolute; 
    top: -120px;
    right: 220px;
}

#vine {
    position: absolute;
    top: -160px;
    left: 865px;
    width: 250px;
}

#hehe {
    position: absolute;
    top: 400px;
    left: 440px;
    width: 240px;
    rotate: -20deg;
}

.disk {
    object-fit: cover;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: spin;
    animation-timing-function: linear;
    position: absolute;
    left: 510px;
    top: 40px;
    width: 150px;
}

@keyframes spin {
    from { transform: rotate(0deg) }
    to { transform: rotate(360deg) }
}  

