2016-10-25 04:18:08 +00:00
|
|
|
// Taken from WikimediaUI base v0.6.1
|
|
|
|
// Background Colors
|
|
|
|
@background-color-base: #fff;
|
|
|
|
|
|
|
|
// Foreground Colors
|
|
|
|
@color-base: #222;
|
|
|
|
@color-base-active: #000;
|
|
|
|
@color-base-emphasized: @color-base-active;
|
|
|
|
// Primary 'Progressive' Color, Background Color
|
|
|
|
@background-color-primary: #eaf3ff;
|
|
|
|
@color-primary: #36c;
|
|
|
|
// 'Destructive' Color
|
|
|
|
@color-destructive: #c33;
|
|
|
|
|
|
|
|
// Border Colors
|
|
|
|
@border-color-heading: #c8ccd1;
|
|
|
|
|
|
|
|
// Echo's original variables
|
|
|
|
@grey-light: #72777d;
|
|
|
|
@grey-medium: #54595d;
|
|
|
|
|
2015-08-13 00:54:16 +00:00
|
|
|
@badge-padding: 0.12em;
|
|
|
|
@badge-icon-size: 1.1em;
|
2016-07-20 00:24:17 +00:00
|
|
|
@badge-distance-adjustment: 1em;
|
2015-08-13 00:54:16 +00:00
|
|
|
|
|
|
|
@notification-background-unseen: #dce8ff;
|
2016-10-25 04:18:08 +00:00
|
|
|
@notification-background-unread: @background-color-base;
|
|
|
|
@notification-background-read: #eaecf0;
|
2015-09-09 20:18:52 +00:00
|
|
|
|
2016-10-25 04:18:08 +00:00
|
|
|
@badge-counter-background-seen: @grey-light;
|
|
|
|
@badge-counter-background-unseen-alert: @color-destructive;
|
|
|
|
@badge-counter-background-unseen-message: @color-primary;
|
2016-07-20 00:24:17 +00:00
|
|
|
|
2016-10-25 04:18:08 +00:00
|
|
|
@notification-text-color: @color-base-emphasized;
|
|
|
|
@notification-body-color: @grey-light;
|
2015-12-18 18:56:59 +00:00
|
|
|
|
2016-02-26 22:27:14 +00:00
|
|
|
@bundle-group-padding: 0.7em;
|
2016-01-13 03:36:47 +00:00
|
|
|
@notification-popup-width: 500px;
|
2015-10-16 23:18:25 +00:00
|
|
|
|
|
|
|
@opacity-low: 0.5;
|
2015-12-22 23:16:32 +00:00
|
|
|
@opacity-mid: 0.8;
|
|
|
|
|
2016-05-31 00:37:52 +00:00
|
|
|
@specialpage-separation-unit: 0.7em;
|
2016-05-31 22:32:16 +00:00
|
|
|
@specialpage-sidebar-width: 20em;
|
|
|
|
|
2016-09-02 00:52:26 +00:00
|
|
|
@specialpage-hd-width: 982px;
|
2016-07-19 21:29:15 +00:00
|
|
|
|
2016-09-02 00:52:26 +00:00
|
|
|
@specialpage-width: 1000px;
|
2016-07-05 18:23:01 +00:00
|
|
|
|
2016-10-25 04:18:08 +00:00
|
|
|
@border-color: @border-color-heading;
|