pico-configs/themes/samflake/css/custom.css
2025-02-17 20:09:36 -08:00

86 lines
1.6 KiB
CSS
Executable file

@font-face {
font-family: "pkmn_rbygscregular";
src: url("pokemonred-webfont.woff2") format("woff2"),
url("pokemonred-webfont.woff") format("woff"),
url("pokemonred.ttf") format("ttf");
font-weight: normal;
font-style: normal;
}
body {
background-color: white;
color: black;
font-family: "MS UI Gothic";
background-image: url("https://cdn.glitch.global/fad537f7-74e8-440f-a58d-6e97c9b636ea/cloud-4.gif?v=1730531456746");
font-size: 17px;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: white;
color: black;
text-align: center;
}
#links{
margin-left: auto;
margin-right: auto;
z-index: 400000;
width: 300px;
}
#komi {
position: absolute;
margin-left: 53%;
top: 70px;
left: max(-105%, -450px);
}
#rins {
position: absolute;
left: 50%;
margin-left: -200px;
margin-top: -120px;
}
#solidarityForever:hover {
cursor: move;
}
div.textcontainer {
margin-top: 17px;
margin-bottom: 17px;
padding-top: 17px;
padding-bottom: 17px;
max-width: 500px;
border: 3px solid #63ceeb;
background-color: white;
}
div.buttoncontainer {
margin-top: 30px;
margin-bottom: 67px;
max-width: 500px;
position: relative;
}
div.lightbluecontainer {
border: 3px solid #63ceeb;
width: 150px;
height: 70px;
}
.progress-ww {
font-size: 16px;
line-height: 16px;
text-align: center;
}
.progress-ww span {
display: inline-block;
width: 40vw;
text-align: left;
}
.progress-ww span:first-of-type {
text-align: right;
}
p.padding {
padding: 120px; /* Adjust the padding value as needed */
}
iframe {
padding: 10px;
}