PDA

View Full Version : little style problem


Elric
01-25-2013, 10:15 AM
hello community,

i search and search an...but i not found the option for change one text color in the style für vb 4.2

look

Lazorbeam
01-25-2013, 03:13 PM
hello community,

i search and search an...but i not found the option for change one text color in the style f?r vb 4.2

look

If you can link me the page I may be able to help by looking at the code.

Amaury
01-25-2013, 03:49 PM
Add this to your additional.css template:

.formcontrols fieldset.blockrow legend {
color: white;
}

Elric
01-25-2013, 04:12 PM
much thanks great man but where can i find a directonary for those problems?

i have found this but my vb4.2 have not all this stylevars..

https://www.vbulletin.com/forum/entry.php/2398-StyleVar-Visual-Dictionary-for-Forum-Blog-and-CMS-%28PDF-Documents%29

Amaury
01-25-2013, 04:22 PM
much thanks great man but where can i find a directonary for those problems?

i have found this but my vb4.2 have not all this stylevars..

https://www.vbulletin.com/forum/entry.php/2398-StyleVar-Visual-Dictionary-for-Forum-Blog-and-CMS-%28PDF-Documents%29

Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> CSS Templates -> additional.css

Elric
01-25-2013, 04:43 PM
oh sorry for my bad englisch i mean a instruction for this who you have give me...more of this options for new css for vbulletin

.formcontrols fieldset.blockrow legend {
color: white;
}

i think theres more stylevars not in my style..

Amaury
01-25-2013, 05:03 PM
oh sorry for my bad englisch i mean a instruction for this who you have give me...more of this options for new css for vbulletin

.formcontrols fieldset.blockrow legend {
color: white;
}

i think theres more stylevars not in my style..

That's not a StyleVar edit.

Add that to your additional.css template like I said earlier.

Elric
01-25-2013, 05:35 PM
okay much thanks

Elric
01-27-2013, 02:57 PM
Next one little prob. and have you an idea why this options not in the stylevars?
I create an own style and must now change the searchfield for the forumsearch from white to black, look...

And have you an link to an page for instructions for this?

.formcontrols fieldset.blockrow legend {
color: white;
}

Amaury
01-27-2013, 03:33 PM
Next one little prob. and have you an idea why this options not in the stylevars?
I create an own style and must now change the searchfield for the forumsearch from white to black, look...

And have you an link to an page for instructions for this?

.formcontrols fieldset.blockrow legend {
color: white;
}

That area is controlled by style variables.

Do you want to change the background or text color?


If you want to change the background, edit the popupmenu_background variable.
If you want to change the text color, edit the popupmenu_color variable.

Elric
01-27-2013, 03:47 PM
I want change the the background color from the searchfield, popupmenu_background change the background from the popup but not from the searchfield self.

Elric
01-30-2013, 06:09 PM
No more idea?

Amaury
01-30-2013, 06:14 PM
No more idea?

The variables I provided you with change that area.

Elric
01-30-2013, 06:24 PM
That area is controlled by style variables.

Do you want to change the background or text color?

If you want to change the background, edit the popupmenu_background variable.
If you want to change the text color, edit the popupmenu_color variable.

I want change the change the background color from the searchfield, popupmenu_background change the background from the popup but not from the searchfield self.

no does not i have make this...

Amaury
01-30-2013, 06:53 PM
no does not i have make this...

Then you're probably using a custom style that has CSS overwriting those style variables.

You should ask the author of the style how to fix that.

Elric
02-02-2013, 04:59 AM
In the original style it is the same, not a problem with the custom style.

Amaury
02-02-2013, 05:05 AM
In the original style it is the same, not a problem with the custom style.

*sighs*

What exactly are you trying to change in that screenshot? The light blue background area or the white background area?

Elric
02-02-2013, 05:20 AM
The white background for the input searchfield.

Amaury
02-02-2013, 05:21 AM
The white background for the input searchfield.

Oh, okay.

input_background takes care of the background there and input_focus_background takes care of the background when hovering over it.