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.
 
 
 
 
 

86 lines
1.2 KiB

body {
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
background: #EEF2FF;
flex: 1;
display: flex;
flex-direction: column;
min-height: 100vh;
margin: 0;
}
input, textarea {
display: block;
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
border-radius: 3px;
}
input textares {
padding: 8px;
}
.container {
margin: 5px;
margin-top: 57px;
}
.board-title {
color: #AF0A0F;
font-size: 20pt;
font-weight: bold;
font-family: tahoma;
letter-spacing: -2px;
}
.post-container {
margin-top: 5px;
margin-left: 15px;
padding: 5px;
background: #D6DAF0;
}
.post-container.op {
background: none;
margin-left: 0;
}
.navbar {
border-bottom: 1px solid black;
margin: 0;
line-height: 50px;
height: 50px;
position: fixed;
width: 100%;
background: #eef2ff;
}
.nav-item {
font-size: 14pt;
text-decoration: none;
float: left;
background: #D6DAF0;
padding-left: 10px;
padding-right: 10px;
}
.nav-item:hover {
box-shadow: inset 0 0 100px 100px rgba(255,255,255,.1);
}
.footer {
line-height: 50px;
border-top: 1px solid black;
text-align: center;
flex-shrink: 0;
margin-top: auto;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 5px;
}