[pmwiki-users] domTT style types list

Dominique Faure dominique.faure at gmail.com
Tue Sep 5 03:53:39 CDT 2006


On 9/5/06, JB <jbit at ev1.net> wrote:
> In the domTT recipe at url:
>
>   http://www.pmwiki.org/wiki/Cookbook/DomTT
>
> It says:
>
>     $DomTTStyle - The tooltip style to use (defaults to 'domTTClassic').
>
>
> What are the $DomTTStyle types?  Is there a list somewhere?
>

The 'domTTClassic' is the default css class name of displayed popup
(set globally via the $DomTTStyle variable).
The recipe also provides the corresponding style definition:

div.domTTClassic .caption {
 font-family: serif;
 font-size: 13px;
 font-weight: bold;
 font-style: italic;
 padding: 1px 2px;
}
div.domTTClassic .contents {
 color: InfoText;
 font-size: 13px;
 font-family: Arial, sans-serif;
 padding: 1px 2px;
}

This may be easily overloaded with the "styleClass" markup parameter
(and appropriate css definitions).

Regards,
Dom




More information about the pmwiki-users mailing list