The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi All,
. I am looking where to define this two colours. Not the text colour, but the green and white of the tab, . . Any suggestions ? . Have great weekend ! . . . |
|
#2
|
||||
|
||||
|
Did you try module_background_color and moduleinactive_background_color
|
|
#3
|
|||
|
|||
|
Thanks Lynne,
I just looked for it, but can not find where to define this I located it in "userprofile.css" Code:
.userprof_module{
color: {vb:raw module_text_color};
background-color: {vb:raw module_background_color};
background-image: {vb:raw module_background_image};
background-repeat: {vb:raw module_background_repeat};
But where to define the "module_background_color" ? |
|
#4
|
|||
|
|||
|
Just a small weekend bump.
Anyone ? |
|
#5
|
|||
|
|||
|
Does any one have any suggestions where to post this question. Is their anothe forum where I could find some one who knows ? I tried the official forums as well but unfortunately no luck overthere either.
|
|
#6
|
||||
|
||||
|
Post a link to your forums please...
|
|
#7
|
|||
|
|||
|
I am using 4.2.1. and this is the default style.
In case you want full access go to: http://demo.vbulletin.com/forum.php Username: Demo686b Password: 027fc5a7 Then login to the forum with: User Name: Admin Password: admin And go to: http://demo.vbulletin.com/member.php?1-Admin |
|
#8
|
||||
|
||||
|
you can add following codes to additional css
Code:
.activitystream_block dd, dd.userprof_moduleinactive {
background-color: #F1F1F1;
background-image: url("images/gradients/top-highlight.png");
background-repeat: repeat-x;
border-color: #C1C1C1;
color: #424242;
}
Code:
.activitystream_block dd.selected, dd.userprof_module {
background-color: #7192A8;
background-image: url("images/buttons/newbtn_middle.png");
background-repeat: repeat-x;
border-color: #5A7F97;
color: #FFFFFF;
}
|
| Благодарность от: | ||
| DF031 | ||
|
#9
|
|||
|
|||
|
Thanks Peugeot, it works great. Will need to do more fine tuning, but only have time for that in a couple of days. You gave me a great start !
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|