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.
 
 
 
 
 

71 lines
1.7 KiB

/*tomorrow*/
:root {
--icon-color:invert(17%)sepia(89%)saturate(7057%)hue-rotate(2deg)brightness(93%)contrast(120%);
--alt-label-color: #282a2e;
--alt-font-color: #c5c8c6;
--background-top: #1d1f21;
--background-rest: #1d1f21;
--navbar-color: #282a2e;
--post-color: #282a2e;
--post-outline-color: #282a2e;
--label-color: #282a2e;
--box-border-color: #111;
--darken: #ffffff10;
--highlighted-post-color: #2b1d1f;
--highlighted-post-outline-color: #111;
--board-title: #c5c8c6;
--hr: #282a2e;
--font-color: #c5c8c6;
--name-color: #c5c8c6;
--capcode-color: #f00;
--subject-color: #b294bb;
--link-color: #c5c8c6;
--post-link-color: #5f89ac;
--link-hover: #81a2be;
--accent-color: #c5c8c6;
--input-borders: #111;
--input-color: #c5c8c6;
--input-background: #1d1d21;
--dice-color: darkorange;
--title-color: #d70000;
--greentext-color: green;
--pinktext-color:#E0727F;
}
.anchor:target + .post-container,
.post-container.highlighted {
border: 1px solid var(--highlighted-post-outline-color) !important;
}
.post-container, #float .post-container, .stickynav, .pages, #action-menu, .catalog-tile, #livetext, #threadstats, .collapse, .bottom-reply {
border-bottom: 1px solid var(--post-outline-color);
border-right: 1px solid var(--post-outline-color);
border-top: 1px solid var(--post-color);
border-left: 1px solid var(--post-color);
}
table {
border: none;
border-spacing: 2px;
}
.captcha {
filter: invert(90%);
}
.box-wrap, .tabs li a {
border: 1px solid #000;
}
@media only screen and (max-width: 600px) {
.post-info{
background: none;
border-bottom: none;
}
.anchor:target + .post-container .post-info, .post-container.highlighted .post-info {
border-bottom: none;
}
}