Yeah, you can. Use this snippet:
Isn't CSS just awesome?Code:#header_right_cell a {visibility: hidden!important;display:none!important;}![]()
lol, missed that. Hehe.
Thanks
Yeah, you can. Use this snippet:
Isn't CSS just awesome?Code:#header_right_cell a {visibility: hidden!important;display:none!important;}![]()
Yer that would be cool actually.
I'm sure i remember reading something on another forum where you could specify usernames to select, but this was a while ago![]()
It's also a shame you can't hide the message in the top right too, to make it really clean![]()
[id*="postmenu_"] a.bigusername[href="member.php?u=42733"] {color:#fff!important;}

Wouldn't you just need to know Underbosses, Dons etc then give them their own colours and anyone else is a standard colour? Would mean less work perhaps?EDIT:: In order to colour dons/mods a different colour you/me would need to create a selector for all matching users, which would mean getting a list of all user IDs, such as the one in example above and putting them into a selector. If there's only a handful of each it shouldn't take long if you can find and sort the member list by group/rank.
[id*="postmenu_"] a.bigusername[href="member.php?u=1"],
[id*="postmenu_"] a.bigusername[href="member.php?u=2"],
[id*="postmenu_"] a.bigusername[href="member.php?u=3"],
[id*="postmenu_"] a.bigusername[href="member.php?u=4"],
[id*="postmenu_"] a.bigusername[href="member.php?u=5"] {color:#fff!important;}
[id*="postmenu_"] a.bigusername[href="member.php?u=6"],
[id*="postmenu_"] a.bigusername[href="member.php?u=9"],
[id*="postmenu_"] a.bigusername[href="member.php?u=30"],
[id*="postmenu_"] a.bigusername[href="member.php?u=117"],
[id*="postmenu_"] a.bigusername[href="member.php?u=381"],
[id*="postmenu_"] a.bigusername[href="member.php?u=642"],
[id*="postmenu_"] a.bigusername[href="member.php?u=1139"],
[id*="postmenu_"] a.bigusername[href="member.php?u=1431"],
[id*="postmenu_"] a.bigusername[href="member.php?u=2451"],
[id*="postmenu_"] a.bigusername[href="member.php?u=4300"],
[id*="postmenu_"] a.bigusername[href="member.php?u=6424"],
[id*="postmenu_"] a.bigusername[href="member.php?u=11062"],
[id*="postmenu_"] a.bigusername[href="member.php?u=13687"],
[id*="postmenu_"] a.bigusername[href="member.php?u=14757"],
[id*="postmenu_"] a.bigusername[href="member.php?u=16919"],
[id*="postmenu_"] a.bigusername[href="member.php?u=25390"],
[id*="postmenu_"] a.bigusername[href="member.php?u=31043"]{color:#fff!important;}
[id*="postmenu_"] a.bigusername[href="member.php?u=1"]{color:#fff!important;}
[id*="postmenu_"] a.bigusername[href="member.php?u=7"],
[id*="postmenu_"] a.bigusername[href="member.php?u=8"],
[id*="postmenu_"] a.bigusername[href="member.php?u=24"],
[id*="postmenu_"] a.bigusername[href="member.php?u=497"]{color:#fff!important;}
[id*="postmenu_"] a.bigusername[href="member.php?u=7849"],
[id*="postmenu_"] a.bigusername[href="member.php?u=11652"],
[id*="postmenu_"] a.bigusername[href="member.php?u=17252"],
[id*="postmenu_"] a.bigusername[href="member.php?u=27436"],
[id*="postmenu_"] a.bigusername[href="member.php?u=30169"],
[id*="postmenu_"] a.bigusername[href="member.php?u=36342"],
[id*="postmenu_"] a.bigusername[href="member.php?u=41337"]{color:#fff!important;}
div[style="margin: 5px 20px 20px;"] {margin: 4px 20px 15px 20px !important}

Any objections to people hacking your hacks about Rob?

AND The css now has comments so non-'code freaks' will be able to understand it.

If you do want <a> links to be coloured in specific areas (e.g. areas like this) let me know. 
fixed an issue with image in top right not being removed (this is disabled by default, all you have to do is uncomment it), brightened the red as it was too dull, put more comments in, fixed an issue with some dons colouring and fixed RTM text issue. 


Very good quote boxes etc.Just put the latest version on, looks superb. Thanks!![]()
Thanks randal, if you have any feedback I'd appreciate it.
I'm just waiting on t31os to see if I can merge two forks that are in this thread and the one on the aforementioned userstyles. I'll keep his as the main, and just add some of the newer stuff I've been doing.
Did i miss something happening?
What you need fella?
I just wanted to see if you (or I) could update the CSS on userstyles, please with some of the stuff I've done in my post above (20th Dec) ?