>>644160>>645328It took me a while to figure out how to make it work (apparently it's the "!important" tag that enables it to work with OneeChan) and I still need to mess around with it more, but this is awesome. That website you linked is a godsend; thanks again!
It must be possible to make it look like each comment is a bubble floating to the surface and I'll figure it out.
This one right here is:
div.reply{
background: linear-gradient(to bottom, rgba(27,133,142,0) 0%,rgba(27,133,142,0.8) 15%,rgba(27,133,142,1) 19%,rgba(27,133,142,1) 20%,rgba(27,93,137,1) 49%,rgba(20,23,104,1) 80%,rgba(20,23,104,1) 81%,rgba(20,23,104,0.8) 85%,rgba(20,23,104,0) 100%)!important;
}