The OcUK NEW Stylish themes thread 2017

nonew.png

new.png
 
Does anybody think the quote boxes should auto size to the content or is it better that they all stay the same size?

*Edit* Tried it, looks odd to me, can stay as it is.
 
Last edited:
Thanks for pointing those out marc2003, the arrow on the second line is a Firefox problem, I've commented some code on line 612 to 615 that removes the arrow for Firefox users, obviously I need a better solution for that.
The blue line I'm currently trying to fix and also struggling!

The other issues I'll look into asap.

Sean
 
Last edited:
I personally like it mortals :)
Yes it does look like a powerful tool, I wouldn't know where to start though I don't know js at all, might be worth a little tinker though.
 
Code:
.button {
    font-size: 8pt;
    font-family: 'Verdana';
    color: #fff;
    background: #2e3539 !important;
    border: 1px solid #23282b;
    box-shadow: 0 2px #23282b;
    border-radius: 3px !important;
}
 
Back
Top Bottom