The OcUK NEW Stylish themes thread 2017

Got to say, wiiija + fairly sure the answer is no code for the buttons looks really good when combined :cool:

rfoOIcB.png

XJPFvs7.png

No conflicts/issues with the 2 running at the same time.



You are worse than me!!!! :p :D ;)

I've applied the same style as the private controls (report/trust etc.) to my buttons, if anyone is interested? Keeps with the clean look by shrinking the buttons a bit but keeping the green :)

FOjCZ8V.png
 
The xen styling (curves, alternating colours etc) even improves default styles with the ocuk default colours

bKdsxYR.png

YygtbXR.png

Not as nice as the dark theme but really shows up the default style of the forum.....

Now that is how the default forums should look. :)
 
Just changed the buttons for New Thread, Post Reply, More Options to green on quickedit & fulledit

8tCp75H.png

Code:
#QuickReply input.button,
#ThreadReply input.button,
.buttonGroup input.button,
a.callToAction {
    background: #0e9955 !important;
    font-size: 12px;
    padding: 3px 7px;
    height: auto;
    border: none !important;
    box-shadow: 0 2px #096639;
    border-radius: 3px !important;
}
a.callToAction span {
    background: #0e9955 !important;
    font-size: 12px;
    padding: 0;
}
#QuickReply input.button:hover,
#ThreadReply input.button:hover,
.buttonGroup input.button:hover,
a.callToAction:hover,
a.callToAction span:hover {
    color: #fff !important;
    background: #10b363 !important;
}
form.secondaryContent {
    border-bottom: 1px solid #373f44;
}

make thread options a tab
Code:
#DiscussionListOptionsHandle a {
    background-color: #23292d;
    border: none;
    border-radius: 0 0 7px 7px !important;
    padding: 3px 18px;
    top: 4px;
}
#DiscussionListOptionsHandle a:hover {
    text-decoration: none;
}

edit: added make "thread options" a tab at bottom & make buttons in "thread options" green
 
Last edited:
I got a pm thee other day, not sure if they are still active mind.
I really like those green buttons, in two minds whether to add them though, promised myself I'd stop changing things!
 
@Nexus18 :p

xenminimal.png


xenminimal2.png


xenminimal3.png
 
Last edited:
Back
Top Bottom