in report.php $report_h3_border_color = "#879AA8"; // border colour for

in report.php $search_table_border_color = $standard_font_color; $site_faq_entry_border_color = "#C3CCD3"; // used to separate individual FAQ's in help.php $anchor_link_color = $standard_font_color; // link color $anchor_visited_color = $anchor_link_color; // link color (visited) $anchor_hover_color = $anchor_link_color; // link color (hover) $anchor_link_color_banner = $header_font_color; // link color $anchor_visited_color_banner = $anchor_link_color_banner; // link color (visited) $anchor_hover_color_banner = $anchor_link_color_banner; // link color (hover) $anchor_link_color_header = $standard_font_color; // link color $anchor_visited_color_header = $anchor_link_color_header; // link color (visited) $anchor_hover_color_header = $anchor_link_color_header; // link color (hover) $column_hidden_color = $main_table_month_invalid_color; // hidden days in the week and month views $calendar_hidden_color = "#dae0e4"; // hidden days in the mini-cals $row_highlight_color = $banner_back_color; // used for highlighting a row $row_even_color = "#ffffff"; // even rows in the day and week views $row_odd_color = "#efefef"; // odd rows in the day and week views $row_even_color_weekend = "#f4f4f4"; // even rows in the day and week views for weekends $row_odd_color_weekend = "#e4e4e4"; // odd rows in the day and week views for weekends $row_even_color_holiday = "#e8e8e8"; // even rows in the day and week views for holidays $row_odd_color_holiday = "#d8d8d8"; // odd rows in the day and week views for holidays $row_even_color_weekend_holiday = "#dfdfdf"; // even rows in the day and week views for weekend holidays $row_odd_color_weekend_holiday = "#cfcfcf"; // odd rows in the day and week views for weekend holidays $zebra_even_color = "#ffffff"; // Colour for even rows in other tables (eg Search, Report and Users) $zebra_odd_color = '#e2e4ff'; // Colour for odd rows in other tables (eg Search, Report and Users) $help_highlight_color = "#ffe6f0"; // highlighting text on the help page // Button colours $button_color_stops = array('#eeeeee', '#cccccc'); // linear gradient colour stops $button_inset_color = 'darkblue'; // These are the colours used for distinguishing between the different types of bookings in the main // displays in the day, week and month views $color_types = array( 'A' => "#ffff99", 'B' => "#99cccc", 'C' => "#ffffcd", 'D' => "#cde6e6", 'E' => "#ee3f4d", //外部使用 'F' => "#82adad", 'G' => "#ccffcc", 'H' => "#d9d982", 'I' => "#0096FF", //内部使用 'J' => "#e6ffe6"); // colours used for pending.php and bookings awaiting approval $outstanding_color = "#FFF36C"; // font colour for the outstanding reservations message in the header $pending_header_back_color = $header_back_color; // background colour for series headers $series_entry_back_color = "#FFFCDA"; // background colour for entries in a series $pending_control_color = "#FFF36C"; // background colour for the series +/- controls in pending.php $attention_color = 'darkorange'; // background colour for the number of bookings awaiting approval // ***** 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) border width for the outside of the main day/week/month tables $main_table_cell_border_width = '1'; // (px) vertical 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";