New forum! Post bugs & errors in here *CHECK FIRST POST FOR ISSUES FIRST - P.S. THE MM IS OPEN*

Status
Not open for further replies.
Can we have .gifv support?

0Jp7D.gif
 
That is brilliant since the Mods don't want to please quite a few people who have asked the same.
The thing is I want it with the blue forum.

if you post in the dark theme thread they will give you the code just for changing that bit. its how i;ve made a simplified blue theme with social media, avatarts and a few other things removed.

in fact he allready has

Code:
.forumLink {
   color: rgb(255,255,0) !Important;
}

click on stylish, click new style, copy that in and save make sure its activated and you should be good.
 
Wow, you guys really getting through that list faster than I expected. Well done.

Only question, (keep in mind I have not read all the posts here, too many) will there be a way to turn off avatars and keep sigs on? The list on the first page seems to indicate this will no be possible :(
 
i thought i'd share a bit of style changes i've done. there will be things on there not everyone wants, but perhaps bits and bobs might help some, e.g remove the massive forehead this forum has!

i've not tested this in anything other than chrome and when viewed on a widescreen monitor so no idea if some changes may mess up anything on another browser.

HTML:
/* removes the background and white borders around the gangster title */

.userBanner {
    font-size: 11px;
    background-color: transparent !important;
    border: 0 !important;
    border-color: rgb(200, 200, 200) !important;
}

/* removes the report button. i'm too nice so never going to need it :P */

.report {
 display: none;   
}

/* moves the online indicator so it's alinged correctly with the username. decided to hide it for now due to next styling */

.onlineIndicator {
    position: relative;
    top: 3px; 
    display: none;
}

/* makes the users name green if they're online. i may not keep this. */

div.online a.username {
 color: #08d270 !important;   
}

/* moves the edit button to the right */

.signatureControlsAlignment {
 float: right;   
}

/* moves the post links like edit, trust etc inline with the signature. this could cause an issue if there is no signature and the text goes all the way to the end of the post box on the final line */

.messageMeta {
 position: relative;
    bottom: 5px !important;
    right: 0;
    float: right !important
}

.publicControlsSpacing  {
 display: none;   
}

/* pads out the post a tiny amount */

.primaryContent {
 padding: 5px !important;   
}

/* hides any forums that are collapsed. can still get to the forums from the quick jump menu but makes the view much cleaner without having the header there */

.CategoryStripCollapsed {
 display: none;   
}

/* the following few hides all the pointless junk at the bottom of the forum on the forum home page */

#boardStats {
   display: none;   
} 

.profilePostList{
   display: none;   
} 

.membersOnline {
    display: none;   
}

.threadList {
    display: none;     
}

/* hides the alerts link and watched forums link. both are not needed for me. already have 30 alerts unread */


li.members, li.alerts {
margin-left: -9999px;       
}

ul.blockLinksList li:last-child { display: none !important; }

ul.blockLinksList li:nth-child(3n) {
    display: none !important;
}

.blockLinksList {
 margin-top: 8px !important;
 margin-left: 13px !important;
}

#pageDescription {
 margin-top: 10px !important;   
}

/* corrects the padding of the page links when there is more than 3 numbers, e.g. page 580 now fits in the box correctly */

.PageNav a {
    min-width: 14px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;                                     
}

.PageNavNext, .PageNavPrev {
 height: 15px !important;   
    padding-top: 0 !important;
}

/* removes the replies and views heading as it's not needed */

.sectionHeaders .stats {
display: none !important;   
}

.staffOnline li {
    display: inline !important;
    margin-right: 20px;
}

.staffOnline li + li {
 margin-left: 20px;   
}

/* makes locked threads alert when in the thread more visible */

dd.lockedAlert {
 color: #ff0000 !important;   
}

/* removes the nasty big header */

#logoBlock {
 display: none;   
}

#headerProxy  {
 height: 52px !important
}

/* adds padding to the quick reply box */

[contenteditable="true"] {
padding: 10px !important
}

.quickReply .messageUserInfo {
 min-height: 130px !important;   
    padding: 5px;
}

/* makes the reply button easier to spot and both buttons nicer */

.submitUnit .button {
    background: #fff;
    border: 0;
    font: inherit;
    padding-top: 0;
    height: 30px;
    margin-top: 10px;
    margin-left: 10px;
}



.submitUnit .button.primary {
    color: #fff !important;
 background: #0e9955 !important;
    box-shadow: 0 !important;

}
 
Wow, you guys really getting through that list faster than I expected. Well done.

Only question, (keep in mind I have not read all the posts here, too many) will there be a way to turn off avatars and keep sigs on? The list on the first page seems to indicate this will no be possible :(

they arent sure, atm the software doesn't allow it. if you want you can use a custom style to achieve it.
 
they arent sure, atm the software doesn't allow it. if you want you can use a custom style to achieve it.
Damn, can't be asked with te custom styling stuff. Worst case I will have to turn it off. But I will mists your sig Glaucus. Even though I do not post much in the space forum, I do like that stuff and I enjoy seeing what Elon and Space X are doing in the arena :)
 
do you use adblock plus TNA?

For anyone looking to remove the avatars without losing the sig. If you have adblock+ installed add the below line to your filter list.

Code:
https://forums.overclockers.co.uk/styles/default/xenforo/UserRankImages/*.jpg

this removes all avatars and doesn't require using stylish. The only issue is that the box now has an empty space in it, however at least the avatars are now gone and you've still got the sigs.
 
Last edited:
if you post in the dark theme thread they will give you the code just for changing that bit. its how i;ve made a simplified blue theme with social media, avatarts and a few other things removed.

in fact he allready has

Code:
.forumLink {
   color: rgb(255,255,0) !Important;
}

click on stylish, click new style, copy that in and save make sure its activated and you should be good.

I was already doing it when you were typing and then updated my post :)

I've now installed https://userstyles.org/styles/139005/ocuk-forum-custom-colours and put the code in.
 
do you use adblock plus TNA?

For anyone looking to remove the avatars without losing the sig. If you have adblock+ installed add the below line to your filter list.

Code:
https://forums.overclockers.co.uk/styles/default/xenforo/UserRankImages/*.jpg

this removes all avatars and doesn't require using stylish. The only issue is that the box now has an empty space in it, however at least the avatars are now gone and you've still got the sigs.

Yes man, I do! :D

Thanks will give it a go now. Got one to get rid of that silly facebook button to? :p

Edit: It worked, but the box stays big. But still very good, better than seeing those silly faces. It was fun 10 years ago, but it got tiresome.

Many thanks again!
 
Clicking the thread title no longer takes you to the first unread post but the first post in the thread.

It doesn't give you a page 1 link, and as the title and icon went to first unread (if there were unread) it made it impossible to select page 1 when there were unread posts. Now the title goes to page 1, the icon goes to first unread and the page numbers do whatever they do.
 
Status
Not open for further replies.
Back
Top Bottom