The OcUK NEW Stylish themes thread 2017

Joined
12 Feb 2006
Posts
17,224
Location
Surrey

i guess there is a conflict between the 2 styles. wiiija's sets a background and mine then says make it transparent. i've no idea why sometimes it overrides and sometimes it doesn't. try searching for the below on wiiija style and then replacing the background colour with the following

Code:
    .userBanner {
        font-size: 11px;
        background-color: #373f44 !important;
    }

Code:
background-color: transparent !important;
 
Caporegime
Joined
4 Jun 2009
Posts
31,046
i guess there is a conflict between the 2 styles. wiiija's sets a background and mine then says make it transparent. i've no idea why sometimes it overrides and sometimes it doesn't. try searching for the below on wiiija style and then replacing the background colour with the following

Code:
    .userBanner {
        font-size: 11px;
        background-color: #373f44 !important;
    }

Code:
background-color: transparent !important;

True enough, hadn't realised that wiiija adjusted the background as well. The same happens when I add icons or something else to my separate style, I have to remove wiiija's code in order for my style to stick.
 
Last edited:
Soldato
OP
Joined
18 Oct 2002
Posts
2,956
Location
Northants
Boom! :)

megamin.png
 
Associate
Joined
18 Mar 2015
Posts
1,101
You used to be able to quick search in a sub forum, EG go into for sale and search for 1080 and see all the 1080's for sale, how do I get that back?
 
Caporegime
Joined
4 Jun 2009
Posts
31,046
guys please. sort out the positioning of the watched thread links etc. i don't have the code i use on my but it'll be something like

position: relative;
top: 4px;

please fix this i feel so sorry for you all

Now that you have pointed it out, that is annoying!

Tried doing it myself although can't get it to work :( I believe this is the correct element that needs to be moved?

Code:
.tabLinks forumsTabLinks;

im trying out Nexus18 theme...

the oddball

Eh? :p

And not really a "theme", just code from here and there to remove a lot of pointless crap :p
 
Soldato
Joined
22 Mar 2008
Posts
4,225
Hi wiiija.

Am using you xenminimal theme and think it is the one for me (almost).

Just need a bit of help with a couple of things.

First is the search box over my name.
Search%20Box%20Error_zpsfz5lppwj.png


Next is the code to put back the post date and number like this

Post%20Date%20and%20Number_zps08hxxitq.png


Thanks for any help and for the theme. :)
 
Soldato
OP
Joined
18 Oct 2002
Posts
2,956
Location
Northants
I'll be honest, I can't really recommend that theme at the moment unless you don't mind getting stuck in and changing bits to suit, I just noticed numerous issues, it's my personal theme and not coded very well at all for circumstances like the above. Though your fonts look different, which is weird.
That being said you need to find #QuickSearch and increase the right margin to move it over, getting the postdate back is not so easy as the message boxes have been modified and wont really look good with the postdate back but look for code called .postdate.
 
Last edited:
Soldato
Joined
22 Mar 2008
Posts
4,225
Will have a go with the search box and not to worry about the postdate. :)

I actually like the theme and the above is the only fault i have found with it.

Been playing with fonts in Chrome, so maybe that is why it looks different.

Thanks for the help. :)
 
Soldato
Joined
22 Mar 2008
Posts
4,225
That did it, looks perfect now. :)

Also changed the login color to green to match your theme

CODE

#loginBar {
background-color: rgb(50, 140, 80);
border-bottom: none;
}
#loginBar #loginBarHandle {
background-color: rgb(50, 140, 80);
box-shadow: none !important;
}
 
Back
Top Bottom