*
  • 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); //return false; ?> /* older css template */ body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li { } body, small { } td, th { } textarea, pre { font-family: monospace; } /* page body formatting */ body { color: ; background-color: ; } body.sqm_leftMain { color: ; background-color: ; text-align: left; } /* right links */ a:link, a:visited, a:hover, a:active { color: ; } /* left links */ .sqm_leftMain a:link, .sqm_leftMain a:visited, .sqm_leftMain a:hover, .sqm_leftMain a:active { color: ; } .leftunseen, .leftspecial, .leftspecial a:link, .leftspecial a:visited, .leftspecial a:hover, .leftspecial a:active { color: ; } .leftnoselect a:link, .leftnoselect a:visited, .leftnoselect a:hover, .leftnoselect a:active { color: ; } /* highlighted texts */ .highlight { color: ; } .error_table { color: ; border: 2px solid ; background-color: ; } .error_thead { background-color: ; } .error_thead_caption { background-color: ; } .error_row { color: ; } .error_val { color: ; border: 2px solid ; } .error_key { border: 2px solid ; color: ; background-color: ; } .table_standard { border:1px solid ; } .sqm_loginOrgName, .sqm_signoutBar { background: ; } .sqm_signout { margin-top: 2em; text-align: center; } .sqm_motd { background: ; } .sqm_motd td { background: ; } /* empty_folder.tpl defs */ .sqm_emptyFolder { background: ; } .sqm_emptyFolder td { background: ; } /* error_box.tpl definitions */ .table_errorBoxWrapper { background: ; } .table_errorBox { background: ; } .error_message { background: ; } /* page_header.tpl definitions */ .sqm_currentFolder { background: ; text-align: ; } .sqm_headerSignout { background: ; text-align: ; } .sqm_topNavigation { text-align: ; } .sqm_providerInfo { text-align: ; } /* message_list.tpl definitions */ .table_messageListWrapper { background: ; } .table_messageList { background: ; } .table_messageList tr.headerRow { text-align: ; } .table_messageList td.spacer { background: ; } .table_messageList tr.even { background: ; } .table_messageList tr.odd { background: ; } .table_messageList tr.mouse_over { background: ; } .table_messageList tr.clicked { background: ; } .table_messageList td.col_check { text-align: ; } .table_messageList td.col_subject { text-align: ; } .table_messageList td.col_flags { text-align: ; } .table_messageList td.col_text { text-align: ; } .deleted { color: ; } .flagged { color: ; } .high_priority { color: ; } .low_priority { color: ; } .links_paginator { text-align: ; } .message_list_controls { background: ; } .message_control_buttons { text-align: ; } .message_control_delete { text-align: ; } .message_control_move { text-align: ; } .spacer { background: ; }