View Full Version : Can't figure out a specific style var
italynstylion
01-31-2014, 07:59 PM
I'm trying to figure out a specific style var and I can't seem to get it. I'm using Chrome and I use the right click>>inspect element deal but it's not showing me what I want. At least, when I go in there and change it; it doesn't change what I want.
Here's a picture. I'd like to change the top bar from gray to blue and the bottom from blue to gray.
https://vborg.vbsupport.ru/external/2014/01/2.jpg (http://s17.photobucket.com/user/ItalynStylion/media/VB%20Help%20Pics/Help_zpsf3ef124f.jpg.html)
ozzy47
01-31-2014, 09:01 PM
Link to the site, so someone can see the classes they used in that style.
italynstylion
01-31-2014, 09:42 PM
Link to the site, so someone can see the classes they used in that style.
www.storagemanager.org/forum
italynstylion
02-01-2014, 10:57 PM
The blue bar appears to be "bottomBarRight" but I found the area to change that and it's showing that NO color is currently used at the moment. Am I looking in the right place?
https://vborg.vbsupport.ru/external/2014/02/28.jpg (http://s17.photobucket.com/user/ItalynStylion/media/VB%20Help%20Pics/vars_zpsd7e2fcd2.jpg.html)
ozzy47
02-01-2014, 11:02 PM
The grey bar at the top has this CSS:
.tcatRight {
background: url("images/styles/gametime/style/tcatLeft_left.png") no-repeat scroll left top rgba(0, 0, 0, 0);
height: 43px;
padding-bottom: 8px;
padding-top: 21px;
}
The grey bar at the bottom has this CSS:
.bottomBarRight {
background: url("images/styles/gametime/style/bottomBarRight.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
height: 21px;
}
So maybe it is hard coded somewhere in the CSS templates.
If you are unable to find it, you will need to ask in the thread or on the site where you got the style from.
italynstylion
02-02-2014, 01:01 AM
Thanks Ozzy.
I had to go in and edit the images that actually make up the forum headers. I went in and found the images and changed the colors by hand. Then I re-uploaded the images to their respective directories and it worked!
Thanks for your help!
ozzy47
02-02-2014, 01:05 AM
Not a problem, glad you were able to do what you wanted. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.