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

Status
Not open for further replies.
Yes, it's in my theme, it's commented so feel free to snag it.

Code:
/* Hide avatars leaves sigs alone */
.UserRankImages {
    display: none;
}

There it is :)
 
Code:
.textCtrl {
    color: #fff;
    background: #2e3539;
    border-width: 1px;
    border-style: solid;
    border-top-color: #23282b;
    border-right-color: #23282b;
    border-bottom-color: #23282b;
    border-left-color: #23282b;
}

That should theme input boxes but I've not tested it yet to check for errors
 
Code:
/* Theme search box etc */
.textCtrl {
    color: #fff;
    background: #2e3539;
    border: 1px solid #23282b !important;
}
.textCtrl:focus, .textCtrl.Focus {
    background: #2e3539;
    border: 1px solid #23282b !important;
}

Thats it, added to style!
 
Anyone got a link to the black theme? Since the OP won't get updated and I don't fancy trawling through posts, perhaps this needs a new thread?
 
Themed input boxes working :D

tp5YJRr.png


Possible to change the blue "x" to white/grey?

And @Fairly sure the answer is no, as shown above, the drop down arrow for the search box looks to have changed since my last update at post 820 :confused:
 
Does anybody else have a problem with calibri?

i noticed it on the reply buttons and now on the search bar after you themed it, wiija. really odd?

StoixDH.png


lDmBw9T.png


I think i'll just blanket change Calibri to Arial or something
 
Possibly very much a school boy error, but I've just installed Stylish and downloaded the Dark Theme and the forum is still in blue?

How do I apply the theme?

I'm running Vivaldi if that should make any difference.
 
Status
Not open for further replies.
Back
Top Bottom