@charset "utf-8";
body {
color: #698cc0;
background-color: #212121;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Segoe WP", Roboto, "Droid Sans", "Oxygen", "Ubuntu", "Helvetica Heue", "Lucida Grande", "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ml-dg:before, .ml-dt:before { color: #698cc0; }

a, .likelink, .spoiler:hover a, .spoiler:focus a, .spoiler a:focus { color: #c9be89; } 
.spoiler:focus-within a { color: #c9be89; } 
a:hover, .likelink:hover, .spoiler:hover a:hover, .open-spoiler a:hover { color: #eefebb; }
.likelink { border-bottom-color: #c9be89; }
.likelink:hover { border-bottom-color: #eefebb; }
.ll-h:hover .likelink { color: #eefebb; border-bottom-color: #eefebb; }

h2.native, h3.native, .complex-header__container { color: #7494c5; background-color: #2c2c2c; }
h2.native { border: 1px solid #575757; }

hr { border-color: #7A8EAB; }

pre { background: #2c2c2c; color: #ccc; }

.warn { border-color: #d0be89; background-color: #333; }

.reply, .lst_rpl { background-color: #2c2c2c; }

.rpl-hl { background-color: #111110; }
.reply:focus { background-color: #111110; }
.reply:target { background-color: #111110; }

.uid-hl { -webkit-box-shadow: #14334c 0 0 1em inset, #1c5584 0 0 3em; -moz-box-shadow: #14334c 0 0 1em inset, #1c5584 0 0 3em; box-shadow: #14334c 0 0 1em inset, #1c5584 0 0 3em; }
.reply:focus { background-color: #111110; }
.reply:target { background-color: #111110; }
.fake-hl { background-color: #111110; }
.double-fake-hl { background-color: #2c2c2c !important; }
@supports selector(.reply:target) {
    .reply:focus { background-color: #2c2c2c; }
    .reply:focus.reply:target { background-color: #111110; }
}

@-webkit-keyframes highlighter {
  0% { background-color: #14334c; }  
  75% { background-color: #14334c; }
  100% { background-color: transparent; }
}
@-moz-keyframes highlighter {
  0% { background-color: #14334c; }  
  75% { background-color: #14334c; }
  100% { background-color: transparent; }
}
@-o-keyframes highlighter {
  0% { background-color: #14334c; }  
  75% { background-color: #14334c; }
  100% { background-color: transparent; }
}
@keyframes highlighter {
  0% { background-color: #14334c; }  
  75% { background-color: #14334c; }
  100% { background-color: transparent; }
}

.pstcnt { color: #789922; }

.hand:hover, .hover-color:hover { background-color: #333; }

.img_size, .img_size-big, .thrd-thumb { color: gray; }

.spoiler, .open-spoiler { background-color: #575757; }
.spoiler, .spoiler a, .spoiler .unkfunc, .spoiler .dice, .spoiler font[color="green"], .spoiler .ml-dg:before, .spoiler .ml-dt:before { color: #575757; } 
.spoiler:hover, .spoiler:focus, .open-spoiler, .spoiler:hover .ml-dg:before, .spoiler:focus .ml-dg:before, .spoiler:hover .ml-dt:before, .spoiler:focus .ml-dt:before { color: #48b0fd; }
.spoiler:focus-within, .spoiler:focus-within .ml-dg:before, .spoiler:focus-within .ml-dt:before { color: #48b0fd; }

.unkfunc, .spoiler:hover .unkfunc, .spoiler:focus .unkfunc, .unkfunc .ml-dg:before, .unkfunc .ml-dt:before { color:#789922; }
.spoiler:focus-within .unkfunc { color:#789922; }

.postertrip, .postertripid { color: #228854; }

.pale, .shown-above .pst_bar:after { color: #888; }

.good { color: #559655; }

.sage { color: #900; }

.mod { color: #26a; }

.adm { color: #800080; }