View Full Version : Where to edit these two colours ?
DF031
07-26-2013, 04:04 PM
Hi All,
.
I am looking where to define this two colours. Not the text colour, but the green and white of the tab,
.
https://dl.dropboxusercontent.com/u/2287968/Forums/VB6582/colour.PNG
.
Any suggestions ?
.
Have great weekend !
.
.
.
Lynne
07-26-2013, 05:08 PM
Did you try module_background_color and moduleinactive_background_color
DF031
07-26-2013, 05:53 PM
Thanks Lynne,
I just looked for it, but can not find where to define this
I located it in "userprofile.css"
.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};
is that it ?
But where to define the "module_background_color" ?
DF031
07-28-2013, 08:30 AM
Just a small weekend bump.
Anyone ?
DF031
07-30-2013, 09:34 AM
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.
CAG CheechDogg
07-30-2013, 09:55 AM
Post a link to your forums please...
DF031
07-30-2013, 10:58 AM
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
peugeot405
07-30-2013, 12:26 PM
you can add following codes to additional css
.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;
}
and
.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
07-30-2013, 04:07 PM
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 !
Amaury
07-30-2013, 04:09 PM
No need for custom CSS.
Edit the the blockhead_background and blockhead_color style variables.
peugeot405
07-30-2013, 04:11 PM
No need for custom CSS.
Edit the the blockhead_background and blockhead_color style variables.
true, but those variables are also used for other parts of the forum.
DF031
08-03-2013, 08:46 AM
No need for custom CSS.
Edit the the blockhead_background and blockhead_color style variables.
I would like to experiment a bit more with that.
But I seem unable to find background for the inactive tab.
Where do I find that ?
peugeot405
08-03-2013, 03:30 PM
In Style Variable Editor scroll down untill you see the sidebar section.
Then look for sidebar background.
DF031
08-03-2013, 04:53 PM
Perfect Peugeot, thanks.
Had to change a lot more, located most of it. But I have one more Q: Where to find this (page forum.php)
https://vborg.vbsupport.ru/
peugeot405
08-03-2013, 05:35 PM
Perfect Peugeot, thanks.
Had to change a lot more, located most of it. But I have one more Q: Where to find this (page forum.php)
https://dl.dropboxusercontent.com/u/2287968/Forums/VBorg6584/line.PNG
not quit sure what it is you want to change, the background of the page, or the border, or...?
DF031
08-03-2013, 05:52 PM
Is is that vertical line (border)
peugeot405
08-03-2013, 05:56 PM
In Style Variable Editor scroll down untill you see the forum section.
Then look for Forum Row Border.
DF031
08-03-2013, 06:40 PM
Thanks !
No wonder I could not find it. It is not listed on the left. Is that a bug or are there other reasons / logic ?
https://dl.dropboxusercontent.com/u/2287968/Forums/VBorg6584/Strange.PNG
Amaury
08-04-2013, 03:35 AM
Thanks !
No wonder I could not find it. It is not listed on the left. Is that a bug or are there other reasons / logic ?
https://dl.dropboxusercontent.com/u/2287968/Forums/VBorg6584/Strange.PNG
forumbits_border is what you want.
DF031
08-25-2013, 09:50 AM
Hi guys,
Our new Style works great, thanks to all your help.
But today I found a small problem in the smiley-pop-up. The text below the smileys is black on blue background. This is almost impossible to read.
Screen shot --> https://tmpdmp.com/a18b72daf5d46a33/4e51b59d6e8b3843
Does anyone know where to edit this ?
Amaury
08-25-2013, 03:44 PM
Hi guys,
Our new Style works great, thanks to all your help.
But today I found a small problem in the smiley-pop-up. The text below the smileys is black on blue background. This is almost impossible to read.
Screen shot --> https://tmpdmp.com/a18b72daf5d46a33/4e51b59d6e8b3843
Does anyone know where to edit this ?
Either popupmenu_background or popupmenu_link_background will do it.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.