的边框颜色
$report_h3_border_color = "#879AA8"; // report.php中
的边框颜色
$search_table_border_color = $standard_font_color;
$site_faq_entry_border_color = "#C3CCD3"; // 用于分离help.php中的各个常见问题
$anchor_link_color = "#5B69A6"; // 链接颜色
$anchor_visited_color = "#5B69A6"; // 链接颜色(已访问)
$anchor_hover_color = "red"; // 链接颜色(悬停)
$anchor_link_color_banner = $anchor_link_color; // link color
$anchor_visited_color_banner = $anchor_visited_color; // link color (visited)
$anchor_hover_color_banner = $anchor_hover_color; // link color (hover)
$anchor_link_color_header = $anchor_link_color; // link color
$anchor_visited_color_header = $anchor_visited_color; // link color (visited)
$anchor_hover_color_header = $anchor_hover_color; // link color (hover)
$column_hidden_color = $main_table_month_invalid_color; // hidden days in the week and month views
$calendar_hidden_color = "#dae0e4"; // 迷你卡中隐藏的日子
$row_highlight_color = "#ffc0da"; // 用于突出显示一行
$row_even_color = "#ffffff"; // 日视图和周视图中的偶数行
$row_odd_color = "#eeeeee"; // 日视图和周视图中的奇数行
$row_even_color_weekend = "#f4f4f4"; // 周末的日视图和周视图中的偶数行
$row_odd_color_weekend = "#e4e4e4"; // 周末的日视图和周视图中的奇数行
$row_even_color_holiday = "#e8e8e8"; // 假日的日视图和周视图中的偶数行
$row_odd_color_holiday = "#d8d8d8"; // 假日的日视图和周视图中的奇数行
$row_even_color_weekend_holiday = "#dfdfdf"; // 周末假期的日视图和周视图中的偶数行
$row_odd_color_weekend_holiday = "#cfcfcf"; // 周末假期的日视图和周视图中的奇数行
$zebra_even_color = "#ffffff"; // 其他表中偶数行的颜色(例如搜索、报告和用户)
$zebra_odd_color = '#e2e4ff'; // 其他表中偶数行的颜色(例如搜索、报告和用户)
$help_highlight_color = "#ffe6f0"; // 突出显示帮助页面上的文本
// Button colours
$button_color_stops = array('#eeeeee', '#cccccc'); // 线性渐变色光圈
$button_inset_color = '#a7c7e6';
// 这些颜色主要用于区分不同类型的预订
// 在日、周和月视图中显示
$color_types = array(
'A' => "#FFCCFF",
'B' => "#99CCCC",
'C' => "#FF9999",
'D' => "#FFFF99",
'E' => "#C0E0FF",
'F' => "#FFCC99",
'G' => "#FF6666",
'H' => "#66FFFF",
'I' => "#DDFFDD",
'J' => "#CCCCCC");
// 用于pending.php和等待批准的预订的颜色
$outstanding_color = "#FF4444"; // 标题中未完成预订信息的字体颜色
$pending_header_back_color = $header_back_color; // 系列标题的背景色
$series_entry_back_color = "#FFFBC2"; // 系列中条目的背景色
$pending_control_color = "#FFF36C"; // pending.php中系列+/-控件的背景色
$attention_color = '#FFDFBF'; // 等待批准的预订数量的背景色
// ***** DIMENSIONS *******************
$banner_border_width = '0'; // (px) border width for the outside of the banner
$banner_border_cell_width = '1'; // (px) border width for the cells of the banner
$main_table_border_width = '0'; // (px) the border width for the outside of the main day/week/month tables
$main_table_cell_border_width = '1'; // (px) the border width for the cells of the main day/week/month tables
$main_cell_height = '1.5em'; // height of the cells in the main day/week tables
// ***** FONTS ************************
$standard_font_family = "Arial, 'Arial Unicode MS', Verdana, sans-serif";