PDA

View Full Version : New headache text in the pm box sidebar


Bladed
01-23-2014, 01:06 AM
The text in the sidebar in the pm inbox is unreadable due to the lack of contrast, which setting in the stylevar editor is this?

ozzy47
01-23-2014, 01:07 AM
Screenshot of what you are looking at?

Bladed
01-23-2014, 01:25 AM
here's the screenshot you requested:

ozzy47
01-23-2014, 01:34 AM
For the background, it is the stylevar, usercp_nav_blockbody_background, for the links, it is the stylevar, link_color

Bladed
01-23-2014, 01:59 AM
The one I needed changed was: blockrow_link_color

Thanks for your help though. (I did change the usercp_nav_blockbody_background also to make it easier to read.)

ozzy47
01-23-2014, 02:01 AM
Cool, glad ya got it sorted. :)

Bladed
01-23-2014, 02:12 AM
ya, me too. Been working on this all day.
There are a lot of variables, it would be nice if there was a manual indicating what variable did what on which section of the software. As in screen shots with descriptions.

ozzy47
01-23-2014, 02:15 AM
That would only work on styles that are coded the same way the default style is. Best way it to inspect the element with FireBug, and see the css it is using, the search for that in the templates, and see what stylevar it uses.

You can also view this article, it is pretty informative, https://vborg.vbsupport.ru/showthread.php?t=256370

Bladed
01-23-2014, 02:44 AM
OOOOOOOOh boy! looks like I've gotta bit of reading to do, lol.
Once again thanks for the help!

ozzy47
01-23-2014, 02:45 AM
Not a problem. :)

RichieBoy67
01-23-2014, 01:09 PM
An easy way to find the css/stylevars is by using an addon in Firefox called Firebug or you can even use "inspect element" in Firefox.