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.
 
 
 
 
 

61 lines
798 B

body {
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
background: #EEF2FF;
flex: 1;
display: flex;
flex-direction: column;
min-height: 100vh;
margin: 0;
}
.container {
margin: 5px;
}
.board-title {
color: #AF0A0F;
font-size: 20pt;
font-weight: bold;
font-family: tahoma;
letter-spacing: -2px;
}
.post-container {
margin-left: 15px;
padding: 5px;
background: #D6DAF0;
}
.post-container.op {
background: none;
margin-left: 0;
}
.navbar {
border-bottom: 1px solid black;
margin: 0;
padding: 5px;
}
.nav-item {
list-style: none;
display: inline;
padding-left: 20px;
line-height: 50px;
}
.footer {
text-align: center;
flex-shrink: 0;
margin-top: auto;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 5px;
}