The OcUK NEW Stylish themes thread 2017

I changed some of the colours to be a bit darker, added Overclockers UK logo & tweaked a few things

BS6UZZX.png

I also fixed the editor:

PWQl1hd.png

Also fixed the full (more options) edit page and buttons

It's a shame we can't fix the editor background (without JS) as it is an iframe :(
 
Online indicators on my personal theme:

xenminimal4.png
 
Code:
    .onlineIndicator {
        position: relative;
        top: 29px;
    }
    img[src$="styles/default/xenforo/online-indicator.png"] {
        width: 150px;
        height: 0;
        padding: 1px;
        background-color: #00E676;
    }

You will probably need to amend the code thats already in there somewhere rather than just pasting it in.
I'll try to catch that pop up, it's a tough one though!
 
Yes please to having those be the default online indicators.

Also any chance you could offer a few options on the install page? Stuff like header visible on/off etc rather than having to edit the theme each update.
 
personally i prefer mine if anyone wants to take a look as it doesn't add anything extra to the box as i've also removed all the styling around the mobster name as there really is no need for that to be what is standing out the most. it also makes more sense to me that the name is green so as to say they are awake/online, and then grey if they are asleep/offline

Code:
div.online a.username {
 color: #08d270 !important;  
}
 
Back
Top Bottom