ORIENT/modules/backend/assets/less/core/variables.less

148 lines
5.8 KiB
Plaintext
Raw Normal View History

2014-05-14 13:24:20 +00:00
//
// Override UI variables
2014-05-14 13:24:20 +00:00
// --------------------------------------------------
2015-07-29 09:13:42 +00:00
@font-family-base: 'Open Sans', Arial, sans-serif;
2014-05-14 13:24:20 +00:00
//
// Paths
2014-05-14 13:24:20 +00:00
// --------------------------------------------------
2015-06-03 09:05:08 +00:00
@type-font-path: "../font";
2014-05-14 13:24:20 +00:00
//
// Colors
// --------------------------------------------------
@color-border: #cccccc;
@color-border-light: #e1e1e1;
@color-mainmenu: #111111;
@color-mainmenu-inactive: #555555;
@color-mainmenu-active: #ffffff;
@color-mainmenu-collapsed: #333333;
2015-03-19 02:19:43 +00:00
@color-accountmenu-bg: #2b3e50;
@color-accountmenu-divider: #4b6372;
2014-05-14 13:24:20 +00:00
@color-footer: rgba(255,255,255,.8);
@color-footer-border: #dfdfdf;
@color-footer-text: #666666;
@color-sidebarnav-bg: #34495e;
2014-05-14 13:24:20 +00:00
@color-sidebarnav-active-text: #ffffff;
@color-sidebarnav-active-icon: #ffffff;
@color-sidebarnav-inactive-text: rgba(255,255,255,.35);
@color-sidebarnav-inactive-icon: rgba(255,255,255,.35);
2014-05-14 13:24:20 +00:00
@color-sidebarnav-counter-bg: #d9350f;
@color-sidebarnav-counter-text: #ffffff;
@color-sidebarnav-tree-group: #ecf0f1;
@color-sidebarnav-tree-group-bg: #2b3e50;
@color-sidebarnav-tree-inactive-header: rgba(255,255,255,.74);
@color-sidebarnav-tree-inactive-desc: rgba(255,255,255,.64);
@color-sidebarnav-tree-inactive-text: rgba(255,255,255,.26);
2014-07-28 03:17:40 +00:00
@color-sidebarnav-tree-active-header: #ffffff;
@color-sidebarnav-tree-inactive-bg: #3d5265;
@color-sidebarnav-tree-active-bg: #34495e;
@color-sidebarnav-tree-active-text: rgba(255,255,255,.91);
@color-sidebarnav-tree-active-marker: #e67e22;
2014-07-28 04:09:01 +00:00
@color-sidebarnav-back-link-bg: #2b3e50;
@color-sidebarnav-back-link-text: #bdc3c7;
2014-05-14 13:24:20 +00:00
@color-scrollbar-track: transparent;
@color-scrollbar-thumb: #aaa;
@color-scrollpanel-border: #efefef;
@color-scrollpanel-fix-button: #aaaaaa;
@color-scrollpanel-fix-button-light: #eeeeee;
2015-05-29 11:47:32 +00:00
@color-scroll-indicator: #bbbbbb;
2014-05-14 13:24:20 +00:00
@color-panel-light: #ECF0F1;
@color-outer-muted-text: rgba(255,255,255,.44);
2014-05-14 13:24:20 +00:00
@color-outer-heading: #feffff;
@color-outer-description: #999999;
@color-outer-bg: #2b3e50;
@color-outer-header: #1d2d3d;
@color-outer-form-label: #666666;
@color-breadcrumb-text-active: #9da3a7;
@color-breadcrumb-text: #ecf0f1;
@color-breadcrumb-background: #2b343d;
2014-05-14 13:24:20 +00:00
@color-custom-input-icon: #666666;
@color-custom-input-border: #999999;
@color-input-sidebar-control: #C4C4C4;
2014-05-14 13:24:20 +00:00
@color-switch-input-bg: #f6f6f6;
@color-switch-input-on: #8da85e;
@color-switch-input-off: #cc3300;
@color-custom-select-border: #b2b9be;
@color-custom-select-bg: #f6f6f6;
@color-custom-select-bg-hover: #4da7e8;
@color-filelist-norecords-text: #666666;
@color-filelist-norecords-bg: #eeeeee;
@color-filelist-cb-border: #cccccc;
2014-09-11 03:48:53 +00:00
@color-filelist-title-hero: #2b3e50;
@color-filelist-hero-item-bg: #ffffff;
@color-filelist-hero-hover-bg: #58b6f7;
@color-filelist-hero-hover-text: #ffffff;
2014-05-14 13:24:20 +00:00
@color-fancy-master-tabs-bg: #d35400;
@color-fancy-master-tabs-active-text: #ffffff;
@color-fancy-master-tabs-inactive-text: rgba(255, 255, 255, .35);
2014-05-14 13:24:20 +00:00
@color-fancy-master-panel-bg: #d35400;
@color-fancy-secondary-tabs-bg: #475354;
@color-fancy-secondary-tabs-active-text: #ffffff;
@color-fancy-secondary-tabs-inactive-text: #919898;
@color-fancy-primary-tabs-bg: #7F8C8D;
2014-07-28 03:17:40 +00:00
@color-fancy-primary-tabs-inactive-text: #95a5a6;
@color-fancy-primary-tabs-active-text: #808c8d;
2014-05-14 13:24:20 +00:00
@color-fancy-primary-tabs-active-bg: #fafafa;
2014-07-28 03:17:40 +00:00
@color-fancy-primary-tabs-inactive-bg: #d5d9d8;
2014-05-14 13:24:20 +00:00
@color-fancy-form-tabless-fields-bg: #e67e22;
@color-fancy-form-label: rgba(255, 255, 255, .5);
2014-05-14 13:24:20 +00:00
@color-fancy-form-text: #ffffff;
@color-fancy-form-text-selection: #d35400;
@color-fancy-form-placeholder: #f4c69e;
2014-07-14 14:23:10 +00:00
@color-fancy-form-inactive-tab: #b9530f;
2014-05-14 13:24:20 +00:00
@color-sortable-caret: #999999;
@color-sortable-active: #e67e22;
@color-report-widget-title: #7e8c8d;
@color-report-widget-control-inactive: #b6b6b6;
@color-report-widget-description: @color-report-widget-title;
2014-08-14 05:51:31 +00:00
@color-treeview-item-bg: #ffffff;
@color-treeview-item-title: #2b3e50;
@color-treeview-item-comment: #95a5a6;
@color-treeview-control: #bdc3c7;
2014-08-14 05:51:31 +00:00
@color-treeview-hover-bg: #58b6f7;
@color-treeview-hover-text: #ffffff;
@color-treeview-item-active-comment: #8f8f8f;
2014-08-28 08:03:47 +00:00
@color-treeview-submenu-text: #ffffff;
2014-09-11 03:48:53 +00:00
@color-treeview-light-submenu-bg: #2581b8;
@color-treeview-light-submenu-border: #328ec8;
2014-08-14 05:51:31 +00:00
2014-05-14 13:24:20 +00:00
//
// Sizes
// --------------------------------------------------
@size-tiny: 50px;
@size-small: 100px;
@size-large: 200px;
@size-huge: 250px;
@size-giant: 350px;
//
// Media breakpoints
// --------------------------------------------------
@menu-breakpoint-min: 770px;
@menu-breakpoint-max: (@menu-breakpoint-min - 1);