R: 26 / I:
User CSS для Кропивача
Можливо маєте свій User CSS? То поділіться!
body {
font-family: verdana, arial, helvetica, sans-serif;
}
form[name="postcontrols"] {
display: flex;
flex-direction: column;
align-items: center;
}
.thread {
width: 65%;
display: flex;
flex-direction: column;
align-items: left;
}
.post-image, .de-video-thumb{
border-radius: 10px;
}
p.fileinfo, .delete, .name { display: none; }
.post_no {
margin: 0 -1px 0 -10px !important;
}
.post_no[id] {
display: none;
}
.intro a:not(.post_no) {
margin-left: -4px;
}
.reply {
width: fit-content;
}
.de-mypost {
box-shadow: 6px 0 0px -2px rgba(97,107,134,.8), -6px 0 0px -2px rgba(97,107,134,.8);
}