2025-02-07 08:47:56 -06:00

120 lines
2.0 KiB
CSS

@font-face {
font-family: LCDNUM;
src: url("font/Connection-3zA2z.ttf");
}
@font-face {
font-family: LCD;
src: url("font/LcdSolid-VPzB.ttf");
}
html {
background: url("images/ditto.png");
image-rendering: pixelated;
font-family: LCD;
overflow: clip;
}
#swatchClock { font-family: LCDNUM; }
#main {
position: fixed;
width: 90vw;
top: 20vh; left: 5vw;
max-height: 80vh;
text-align: center;
background-color: white;
}
#poketch-int {
position: absolute;
width: 67%; height: 71%;
left: 10%; top: 12%;
overflow-y: scroll;
}
#poketch-int::-webkit-scrollbar { display: none; }
#poketch-int { -ms-overflow-style: none; scrollbar-width: none; }
#links {
width: 100%; height: 100%;
margin: auto;
text-align: center;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
gap: 10px; padding: 10px;
}
#links>* {
background-color: #70b070;
border: 5px #385030 solid;
}
.border {
border-image-slice: 34% 34% 34% 34%;
border-image-width: 20px;
border-image-repeat: stretch;
border-style: solid;
border-image-source: url("https://neoskitties.org/graphics/borders/tile003.png");
margin: 10vh auto;
padding: 15px;
}
#poketch {
margin: auto;
position: fixed;
height: 60vh; width: 40vw;
bottom: -5vw;
left: 32vw;
}
#poketch>img { width: 95%; position: absolute; }
#poketch a { color: inherit; text-decoration: none; }
#links img { width: 114px; }
#swatchClock {
position: absolute;
top: 40%; width: 100%;
text-align: center;
font-size: 6rem;
margin: auto;
color: #385030;
}
#goomy {
position: fixed;
left: 0; bottom: 0;
width: 20vw;
}
#litclock {
position: fixed;
width: 90vw; margin: auto;
left: 5vw;
background-color: white;
padding: 25px;
padding-top: 40px; top: -45px;
text-align: center;
}
#litclock-pre {
margin-top: 5;
}
#litclock-time {
font-family: LCDNUM;
font-size: 3rem;
}
#searchbar {
width: 75%; height: 1.5rem;
margin: 10px;
}
#searchgo { height: 1.5rem; width: auto !important; margin: 10px; }
#searchselect { width: 95%; }