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

Status
Not open for further replies.
thanks, i was missing a { in the code further up

if anyone wants a simplified blue style
Code:
#logoBlock{
    display:none;
}

#headerMover #headerProxy{
    height: 50px;
}

.quickReply .messageUserInfo {
    display: none;
}

.sharePage {
    display: none;
}

.sectionMain {
    background-color: rgb(28, 87, 128);
    /*padding: 10px;*/
    margin: 0px auto;
    border: 0px solid rgb(255, 255, 255);
    border-radius: 10px;
}

.node .nodeDescription {
    font-size: 11px;
    font-family: verdana;
}

.node .nodeStats {
    font-size: 9px;
    font-family: verdana;
}

i.fa.fa-facebook-square {
    display: none;
}


also anyway to make these full height (dark blue) and wrap the thread title, then make name and when slightly smaller text

3166vqf.jpg
 
Made some adjustments myself

Adjusted font of forum statistics, removed padding from forum home sides, made the category strips square (no more border radius)

o_1b9423uja68l7st8oe1ng41d3oa.PNG


Code:
.nodeList .categoryStrip {
    background-color: #23282b;
    border-top: none;
    border-bottom: none;
    border-radius: 0 !important;
}

.node .nodeStats {
    font-size: 10px;
}

.nodeList {
    padding:0;
}
 
Status
Not open for further replies.
Back
Top Bottom