kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
4.2 KiB
86 lines
4.2 KiB
11 years ago
|
/*-- copyright
|
||
|
* OpenProject is a project management system.
|
||
|
* Copyright (C) 2012-2013 the OpenProject Foundation (OPF)
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or
|
||
|
* modify it under the terms of the GNU General Public License version 3.
|
||
|
*
|
||
|
* OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
|
||
|
* Copyright (C) 2006-2013 Jean-Philippe Lang
|
||
|
* Copyright (C) 2010-2013 the ChiliProject Team
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or
|
||
|
* modify it under the terms of the GNU General Public License
|
||
|
* as published by the Free Software Foundation; either version 2
|
||
|
* of the License, or (at your option) any later version.
|
||
|
*
|
||
|
* This program is distributed in the hope that it will be useful,
|
||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
* GNU General Public License for more details.
|
||
|
*
|
||
|
* You should have received a copy of the GNU General Public License
|
||
|
* along with this program; if not, write to the Free Software
|
||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||
|
*
|
||
|
* See doc/COPYRIGHT.rdoc for more details. ++*/
|
||
|
|
||
11 years ago
|
$header_height: 55px !default
|
||
|
$header_bg_color: #3493B3 !default
|
||
|
$header_logo_bg_color: #06799F !default
|
||
|
$header_item_font_color: #FFFFFF !default
|
||
|
$header_item_bg_hover_color: #06799F !default
|
||
|
$header_drop_down_bg_color: #FFFFFF !default
|
||
|
$header_drop_down_border_color: #E0E0E0 !default
|
||
11 years ago
|
|
||
11 years ago
|
$main_menu_width: 230px !default
|
||
|
$main_menu_folded_width: 50px !default
|
||
|
$main_menu_border_color: #E7E7E7 !default
|
||
|
$main_menu_border_width: 1px !default
|
||
|
$main_menu_item_height: 40px !default
|
||
|
$main_menu_item_border_color: #EAEAEA !default
|
||
|
$main_menu_item_border_width: 1px !default
|
||
|
|
||
|
$main_menu_bg_color: #F8F8F8 !default
|
||
|
$main_menu_bg_hover_selected_color: #06799F !default
|
||
|
$main_menu_font_color: #333333 !default
|
||
|
$main_menu_selected_font_color: #FFFFFF !default
|
||
|
$main_menu_font_size: 15px !default
|
||
|
$main_menu_selected_hover_indicator_color: #06799F !default
|
||
|
|
||
|
$main_menu_navigation_toggler_font_hover_color: #FFFFFF !default
|
||
|
|
||
|
$main_menu_child_item_height: 38px !default
|
||
|
$main_menu_child_menu_bg_color: #FFFFFF !default
|
||
|
$main_menu_child_bg_hover_selected_color: #06799F !default
|
||
|
$main_menu_child_menu_border_color: #E7E7E7 !default
|
||
|
$main_menu_child_font_color: #04232F !default
|
||
|
$main_menu_child_font_size: 13px !default
|
||
|
$main_menu_child_selected_font_color: #FFFFFF !default
|
||
|
|
||
|
$main_menu_sidebar_font_color: #333333 !default
|
||
|
$main_menu_sidebar_h3_color: #333333 !default
|
||
|
$main_menu_sidebar_link_color: #333333 !default
|
||
|
$main_menu_sidebar_h3_border_top_color: #1F4654 !default
|
||
|
$main_menu_sidebar_h3_font_size: 15px !default
|
||
11 years ago
|
|
||
11 years ago
|
$content_default_border_color: #EAEAEA !default
|
||
|
$content_default_border_width: 1px !default
|
||
|
|
||
|
|
||
|
$content_form_bg_color: #FFFFFF !default
|
||
|
$content_from_input_width: 300px !default
|
||
|
|
||
|
$content_flash_msg_font_color: #111111 !default
|
||
|
$content_flash_error_msg_bg_color: #FF8B8B !default
|
||
|
$content_flash_notice_msg_bg_color: #C4EA96 !default
|
||
|
$content_flash_warning_msg_bg_color: #EBD785 !default
|
||
|
|
||
11 years ago
|
$content_calendar_border_width: 1px !default
|
||
|
$content_calendar_border_color: #D7D7D7 !default
|
||
|
$content_calendar_head_cell_bg_color: #EEEEEE !default
|
||
|
$content_calendar_cell_border_width: 1px !default
|
||
|
$content_calendar_cell_border_color: #D7D7D7 !default
|
||
|
$content_calendar_cell_today_bg_color: #FFFFDD !default
|
||
|
|