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

209 lines
8.1 KiB
Plaintext
Raw Normal View History

2014-05-14 13:24:20 +00:00
//
// Override Bootstrap variables
// --------------------------------------------------
@font-family-sans-serif: 'Open Sans', Arial, sans-serif;
@padding-base-vertical: 9px;
@padding-base-horizontal: 11px;
@brand-primary: #5fb6f5;
@input-color-placeholder: #cccccc;
@border-radius-base: 2px;
@dropdown-border: #949ea6;
@dropdown-link-color: #39454a;
@btn-default-color: #666666;
@btn-default-bg: #e3e3e3;
@btn-default-border: #e3e3e3;
@tooltip-bg: #34495e;
2014-05-14 13:24:20 +00:00
@link-color: darken(@brand-primary, 15%);
@link-hover-color: darken(@link-color, 30%);
//
// Paths
2014-05-14 13:24:20 +00:00
// --------------------------------------------------
@fontsPath: "../font";
@font-path: "../../../system/assets/ui/font";
@image-path: "../../../system/assets/ui/images";
2014-05-14 13:24:20 +00:00
// Callouts
// --------------------------------------------------
@callout-padding: 20px;
@callout-info-header-bg: #b9dbef;
@callout-info-content-bg: #d8eaf4;
@callout-info-icon: #597f97;
@callout-warning-header-bg: #f6e7b2;
@callout-warning-content-bg: #f8f0d5;
@callout-warning-icon: #9f8e51;
@callout-danger-header-bg: #f6b5b2;
@callout-danger-content-bg: #f8d6d5;
@callout-danger-icon: #9f5551;
@callout-success-header-bg: #d3e9bf;
@callout-success-content-bg: #e6f1db;
@callout-success-icon: #6d915e;
2014-05-14 13:24:20 +00:00
//
// Colors
// --------------------------------------------------
@color-link: #0181b9;
@color-body-bg: #f9f9f9;
2014-05-14 13:24:20 +00:00
@color-focus: @brand-primary;
@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-scroll-indicator: #bbbbbb;
@color-scrollpanel-fix-button: #aaaaaa;
@color-richeditor-toolbar: #dddddd;
@color-richeditor-toolbar-btn-color: #404040;
@color-richeditor-toolbar-btn-bg-hover: #999999;
@color-richeditor-toolbar-btn-bg-active: #404040;
@color-richeditor-toolbar-btn-color-hover: #ffffff;
2014-09-13 04:09:48 +00:00
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-scoreboard-title: #666666;
@color-scoreboard-description: #999999;
@color-scoreboard-body: #666666;
@color-scoreboard-icon: #e5a91a;
@color-scoreboard-positive: #95b753;
@color-scoreboard-negative: #cc3300;
@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-balloon-control-default-text: #ffffff;
@color-balloon-control-default-bg: #bcc3c7;
@color-balloon-control-hover-bg: #0181b9;
@color-balloon-control-active-bg: #da5700;
@color-report-widget-title: #7e8c8d;
@color-report-widget-control-inactive: #b6b6b6;
@color-report-widget-description: @color-report-widget-title;
@color-chart-tooltip-bg: #000000;
@color-chart-tooltip-text: #ffffff;
@color-status-list-text: #7e8c8d;
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);