*
  • SQM_BACKGROUND - background color *
  • SQM_BACKGROUND_LEFT - background of folder tree *
  • SQM_TEXT_STANDARD - text color *
  • SQM_TEXT_STANDARD_LEFT - text color of folder tree *
  • SQM_LINK - color of links *
  • SQM_LINK_LEFT - color of links in folder tree *
  • SQM_TEXT_SPECIAL - color of special folder links in folder tree *
  • todo: other constants should be documented here * * * Optional template variables * * Variables are set to empty string, when value is not set. * * @copyright © 2005-2006 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail * @subpackage templates */ /* retrieve the template vars */ extract($t); ?> /* Advanced Tree definitions */ .dtree { font-size:11px; white-space:nowrap; } .dtree p { margin-top:12px; margin-bottom:2px; padding-bottom:4px; text-align:center; overflow: hidden; } .dtree a:hover { text-decoration: underline; } .dtree a { text-decoration:none; } .dtree img { border:0; vertical-align: middle; } .dtree a.node, .dtree a.nodeSel { white-space: nowrap; padding: 1px 2px 1px 2px; } .dtree a.node:hover, .dtree a.nodeSel:hover { color: ; } .dtree a.nodeSel { color: ; } .dtree .clip { overflow: hidden; }