PDA

View Full Version : Stylevar help


BlackJacket
11-07-2010, 10:54 PM
Hello,

I am having some trouble locating the font color stylevar for the attached screenshot.

Anyone know the name of the font stylevar?

Thanks for the help.

CelicaTech
11-07-2010, 11:51 PM
moduleinactive_link_color


I may be mistaken, but that stylevar doesn't seem to actually exist. I can't find any of the moduleinactive stylevars running 4.0.8
It's editable in the userprofile.css template


#sidebar_container a
{
// color: {vb:raw moduleinactive_link_color};
color: #EDED00;
}

^ That's how I bypassed it.

BlackJacket
11-08-2010, 02:08 AM
Thanks Celica.

Anyone else know for sure if this is not available in Stylevars?

urstorm.com
11-08-2010, 11:50 AM
i thing its a bug and also as i remember its reboted as bug and well fix in 4.0.9

owning_y0u
12-04-2010, 09:40 AM
and back in vb4.1; modulesinactive cant be found as stylevar

thunderclap82
12-10-2010, 04:10 PM
and back in vb4.1; modulesinactive cant be found as stylevar

Are you saying this bug is back in 4.1? Sheesh.

Frondy
12-10-2010, 05:44 PM
Stylevars are missing. (4.1.0)

If you have trouble with pagination color, edit userprofile.css :

.pagination span a, .pagination span a.popupctrl {
color: {vb:raw moduleinactive_link_color};


change to:

.pagination span a, .pagination span a.popupctrl {
// color: {vb:raw moduleinactive_link_color};
color: #F87217;

(color: #F87217 is my choice, dark orange)

Or you can go to your userprofile and use Customize Profile, and Save as Site Default
I hope it can help you...

Mikevet1984
12-17-2010, 08:49 AM
Where is this button guys?

https://vborg.vbsupport.ru/

I do not see in my profile when entering the Customize profile field.... Am I doing sth wrong?

Nab1
12-17-2010, 09:15 AM
Stylevars are missing. (4.1.0)

If you have trouble with pagination color, edit userprofile.css :

.pagination span a, .pagination span a.popupctrl {
color: {vb:raw moduleinactive_link_color};


change to:

.pagination span a, .pagination span a.popupctrl {
// color: {vb:raw moduleinactive_link_color};
color: #F87217;

(color: #F87217 is my choice, dark orange)

Or you can go to your userprofile and use Customize Profile, and Save as Site Default
I hope it can help you...

Can you post step by step Path to where i can pin point missing part of the script .

...../....../......./......./..... to pagination span a .. etc...


tnx in advance

fly
12-25-2010, 04:11 PM
Where is this button guys?

http://www.imagerous.com/images/98567065872993334001.png

I do not see in my profile when entering the Customize profile field.... Am I doing sth wrong?

Whoa, wait. What the heck is that a screencap of?

Nocturnal222
02-01-2011, 06:07 PM
Has this been fixed?

diddy29
11-27-2012, 04:12 AM
We're using 4.1.3 and it's still a problem.

I just went into my profile customisation and clicked "save as site default". :)

Amaury
11-27-2012, 03:54 PM
<i>sidebar_header_link_color</i>