source: extensions/LLGBO2/css/sweettitles.css.php @ 31686

Last change on this file since 31686 was 29841, checked in by gbo, 10 years ago

Fix some notice (when no title on frame) and compatibilty Back2Front

File size: 928 bytes
Line 
1<?php
2// Css for tooltip you can change the numeric value, round, padding ...
3// the php values are managed on the LLGGO administration tab 
4$sweetcss = ' <! --- LLGBO tooltip css-->
5<style type="text/css"> 
6#toolTip {position:absolute;z-index:1000;font-size:92%;width:'. $conf['LLGBO2']['TT-width'].'px;background:'. $conf['LLGBO2']['TT-bgcolor'].';color:'. $conf['LLGBO2']['TT-textcolor'].';
7border:'. $conf['LLGBO2']['TT-size'].'px inset '. $conf['LLGBO2']['TT-bordercolor'].';
8padding:4px ;
9min-height:1em;
10 ;border-radius:0  8%;  }
11#toolTip #dflt {color:'. $conf['LLGBO2']['TT-textcolor'].';text-align:left;margin:0;padding:0;}
12#toolTip #title {color:'. $conf['LLGBO2']['TT-titlecolor'].';margin:0;padding:0;text-align:center;}
13#toolTip #pict {text-align:center;margin:2px} 
14</style>
15<!--[if IE]>
16<style type="text/css"> 
17#toolTip  {border-style:ridge;border-width:2px}
18</style>
19<![endif]-->  ';
20?>
Note: See TracBrowser for help on using the repository browser.