Userstyle for this board

As this forum is pretty vanilla take on phpBB, I’ve packaged a userstyle, see here. You’d need Stylish or some similar browser addon to use it.

Screenshot 1
Screenshot 2

Bug reports / Pull requests are welcome.

Actually I have created a userstyle too (for Stylish); many more improvements could be made though, which I may do in future. The current code is available:[code]@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(“www.intfiction.org”) {
body {
color: #000000;
font-size: 60%;
}
td {
padding: inherit;
}
th {
padding: 3px 2px;
background-image: none;
background-color: #222255;
}
td[height=“25”] {
height: 12px;
}
td.profile {
padding: 2px;
}
#datebar {
margin-top: 0px;
}
#wrapcentre {
margin: 5px 2px 0px;
}
p.searchbar {
display: none;
padding: 0px;
}
.tablebg {
background-color: #555555;
}
.row1 {
padding: 2px;
background-color: #EEEEEE;
}
.row2 {
padding: 2px;
background-color: #E7E7DD;
}
.username-coloured {
font-weight: inherit;
}
.cat {
height: 20px;
background-color: #C4E5FF;
background-image: none;
}
.catdiv {
height: 20px;
background-color: #C4E5FF;
background-image: none;
}
.gensmall {
margin: -2px;
}
.genmed {
margin: 0px;
}
a[onclick^=“insert_text(”] {
display: none;
}
.btnbbcode {
display: none;
}
.helpline {
display: none;
}
.quotetitle, .attachtitle {
padding: 0px;
color: #000000;
}
.quotecontent, .attachcontent {
padding: 1px;
color: inherit;
border-color: #555555;
}
}[/code]

Thank you for your too though I can even use some of that and you can even use some of mine if you want to do so. (Note: I am not very good at CSS)