styling.inc (mrbs-1.9.4) | : | styling.inc (mrbs-1.10.0) | ||
---|---|---|---|---|
skipping to change at line 38 | skipping to change at line 38 | |||
$main_table_body_h_border_color = "#ffffff"; // border colour for day/week/mo nth tables - body, horizontal | $main_table_body_h_border_color = "#ffffff"; // border colour for day/week/mo nth tables - body, horizontal | |||
$main_table_body_v_border_color = "#e4e4e4"; // border colour for day/week/mo nth tables - body, vertical | $main_table_body_v_border_color = "#e4e4e4"; // border colour for day/week/mo nth tables - body, vertical | |||
$main_table_month_color = "#ffffff"; // background colour for days in the month view | $main_table_month_color = "#ffffff"; // background colour for days in the month view | |||
$main_table_month_invalid_color = "#d1d9de"; // background colour for invalid days in the month view | $main_table_month_invalid_color = "#d1d9de"; // background colour for invalid days in the month view | |||
$main_table_slot_invalid_color = "#d1d9de"; // background colour for invalid slots in the day and week views | $main_table_slot_invalid_color = "#d1d9de"; // background colour for invalid slots in the day and week views | |||
$main_table_slot_private_type_color = "#d1d9de"; // background colour when the type has to kept private | $main_table_slot_private_type_color = "#d1d9de"; // background colour when the type has to kept private | |||
$main_table_labels_back_color = "#fff0f0"; // background colour for the row labels column | $main_table_labels_back_color = "#fff0f0"; // background colour for the row labels column | |||
$timeline_color = $header_back_color; | $timeline_color = $header_back_color; | |||
// border colours for the main table when it is printed. These are used by m rbs-print.css.php | // border colours for the main table when it is printed. These are used by m rbs-print.css.php | |||
$main_table_border_color_print = "#777777"; // border colour for the m | $main_table_border_color_print = "#dddddd"; // border colour for the m | |||
ain table (print view) | ain table (print view) | |||
$main_table_header_border_color_print = "#777777"; // border colour for day/w | $main_table_header_border_color_print = "#dddddd"; // border colour for day/w | |||
eek/month tables - header (print view) | eek/month tables - header (print view) | |||
$main_table_body_h_border_color_print = "#777777"; // border colour for day/w | $main_table_body_h_border_color_print = "#dddddd"; // border colour for day/w | |||
eek/month tables - body, horizontal (print view) | eek/month tables - body, horizontal (print view) | |||
$main_table_body_v_border_color_print = "#777777"; // border colour for day/w | $main_table_body_v_border_color_print = "#dddddd"; // border colour for day/w | |||
eek/month tables - body, vertical (print view) | eek/month tables - body, vertical (print view) | |||
$report_table_border_color = $standard_font_color; | $report_table_border_color = $standard_font_color; | |||
$report_h2_border_color = $banner_back_color; // border colour for < h2> in report.php | $report_h2_border_color = $banner_back_color; // border colour for < h2> in report.php | |||
$report_h3_border_color = "#879AA8"; // border colour for < h2> in report.php | $report_h3_border_color = "#879AA8"; // border colour for < h2> in report.php | |||
$search_table_border_color = $standard_font_color; | $search_table_border_color = $standard_font_color; | |||
$site_faq_entry_border_color = "#C3CCD3"; // used to separate indivi dual FAQ's in help.php | $site_faq_entry_border_color = "#C3CCD3"; // used to separate indivi dual FAQ's in help.php | |||
$anchor_link_color = "#5B69A6"; // link color | $anchor_link_color = "#5B69A6"; // link color | |||
End of changes. 1 change blocks. | ||||
8 lines changed or deleted | 8 lines changed or added |