The OcUK NEW Stylish themes thread 2017

Associate
Joined
8 Feb 2014
Posts
846
Location
Aberdeen
Many thanks, this was one on my main issues with the new forums. i skim through it a lot and going white to white mad it hard for me to tell if there is any new posts.

new browse is now firefox and IE is out all mybcause of the OCUK forum lol.

is there away to mark all posts under a caataory as read? used to be able to double click the what is now the OCUK logo but doesnt do anything anymore

You click Mark Forums Read up at the top left and then either all forums or just the sub forum you are in.
 
Soldato
Joined
17 Oct 2002
Posts
3,103
Good idea on having a stylish thread :)

I am now using "OcUK XEN Complete Dark by wiiija" with the ocuk logo from "Choose your own colors by Scottland"

& square avatars
Code:
/* Custom overrides */
.UserRankImages li {
    border: 1px solid #fff;
    width: 75px;
    height: 75px;
    margin: 0 auto;
}
.UserRankImages {
    display: block;
}

edit:

also fixes for Staff Online Now & Members Online Now
(display inline list & remove border from top of text)

Code:
div.section.staffOnline.avatarList li {
    display: inline;
}
.membersOnline .username,
.staffOnline .username {
    border-top: none;
}
 
Last edited:
Soldato
Joined
20 Oct 2002
Posts
3,923
Location
London
thanks for this - i've gone with the white theme for now. Nice and clean looking. Been visiting this forum for 15 years or so including the old one - so strange to see it not in blue!
 
Caporegime
Joined
4 Jun 2009
Posts
31,109
You should upload it Nexus18, I'm sure there might be at least one other person who wants to remove everything lol :p
haha, done! :D If anything, it will at least be an eternal backup just for me :p

https://userstyles.org/styles/139135/ocuk-clutter-be-gone

Fairly sure the answer is no said:
I'm aware of the on going issue with the buttons going over text if no sig. I've had an idea that thay work I'll try tomorrow. Instead of moving the links up, move the sig down so that they are aligned. May just mean a bigger gap above sig but will solve the issue. I hope
Nice! :cool:

When you get a chance, can you look into this code for me please:

Code:
.userBanner {
    font-size: 11px;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

It seems to undo the changes once I reload a page :confused:

MarcLister said:

Need to move to chrome to get the full glory of the dark theme then :p
 
Caporegime
Joined
4 Jun 2009
Posts
31,109
Noticed some UI issues with threads that have thousands of pages, this is with both XEN theme and fairly sure the answer is no tweaks:

Wiiija:

N2Fcbxz.png

Fairly sure the answer is no:

neJiPBx.png
 
Back
Top Bottom