New OCUK Dark theme out now, get it while it's hot!

Status
Not open for further replies.
excellent, thanks very much. one other one, how about the share page line?

the blue is looking pretty good now, with a few tweaks. Like the header/adverts and user profile by post reply.

would also like the date and post number in the post somewhere so the posts are closer together but i assume that cant be done with style?
 
is this the post reply box colour?
inserted it into my very small style and it doesnt appear to change anything.

Code:
.quickReply {
    padding-top: 10px;
    padding-bottom: 30px;
    border-top: 1px solid #aaa;
}

Code:
#logoBlock{
    display:none;
}

#headerMover #headerProxy{
    height: 50px;
}

.quickReply .messageUserInfo {
    display: none;
}

.sharePage {
    display: none;
}

.quickReply {
    padding-top: 10px;
    padding-bottom: 30px;
    border-top: 1px solid #abb;
}

oops realised that's just the border and not the box
 
Status
Not open for further replies.
Back
Top Bottom