Very happy to share! :D
.user-css .discussion-board-child {
padding-bottom: 20px;
padding-left: 10px;
padding-right: 100px;
padding-top: 10px;
height: 200px;
box-shadow: inset 0 0 50px black;
margin: 0px;
transition: 0.5s all;
}
.user-css .discussion-board-child:nth-of-type(odd
background: rgba(150,150,150,0.2
}
.user-css .discussion-board-child:nth-of-type(odd):hover {
background: rgba(150,150,150,0.25
}
.user-css .discussion-board-child:nth-of-type(even
background: rgba(50,120,120,0.2
}
.user-css .discussion-board-child:nth-of-type(even):hover {
background: rgba(50,120,120,0.3
}
This is the super super basic CSS I have for it, where I set the style for the posts themselves, and then select the odd/even posts after each for setting the different colour backgrounds!
The little logo peeking in is done in a silly hacky way that undoubtedly has an easier method of implementing, but I'm too lazy to do it proper now that I have it working in this form 😅If you like, I can share that bit too, but it makes use of :before to make another box with the background