Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   Tooltips colour change... (http://www.bvlist.com/showthread.php?t=8264)

Giorgatzelos 5th September 2012 21:42

Tooltips colour change...
 
I found that you can change the box colour,icon,shadow of you tooltips in main.php of your theme but i cannot find where to change the border colour of tooltips and title colour...Can anyone help?

joeroberts 5th September 2012 21:47

It is all truly done in main.php of each theme

Giorgatzelos 5th September 2012 22:09

This is my main function help...
as you can see it is not defined here, at this part of the code...can you tell me what to look for?
Code:

function help($name,$help,$title = "") {
        echo "         if ($title != "") echo ",CAPTION, '".addslashes(str_replace(Array("\n","\""),Array("","'"),$title))."'";
        echo ",FGCOLOR,'#c0c0c0',CAPICON,'themes/archeCtypo_Original/pics/help.gif',SHADOW,SHADOWOPACITY,90,SHADOWCOLOR,'#acd2ef',SHADOWX,2,SHADOWY,2,HAUTO,VAUTO);\" onmouseout=\"return nd();\" style=\"cursor:help\">".$name."
";

Bump: My theme missed this part of the code...i looked in you themes and got it!
Thanx!

Code:

BGCOLOR,'#acd2ef',


All times are GMT +2. The time now is 22:06.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.