jschan - Anonymous imageboard software. Classic look, modern features and feel. Works without JavaScript and supports Tor, I2P, Lokinet, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

30 lines
608 B

img {
width: var(--captcha-w);
height: var(--captcha-h);
image-rendering: crisp-edges;
margin: 0 auto;
}
input {
position: fixed;
left: -3px;
bottom: 0;
opacity: 0.9;
border: none;
background: none;
font-size: 18px;
cursor: pointer;
text-shadow: rgb(0, 0, 0) 0px 0px 1px, rgb(0, 0, 0) 0px 0px 1px, rgb(0, 0, 0) 0px 0px 1px, rgb(0, 0, 0) 0px 0px 1px, rgb(0, 0, 0) 0px 0px 1px, rgb(0, 0, 0) 0px 0px 1px;
color: white;
}
body {
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
margin: 0;
padding: 0;
}
.flexcenter {
display: flex;
flex-direction: column;
align-items: center;
}