2020-04-16 01:02:21 +00:00
|
|
|
// = WikimediaUI base v0.15.0 excerpt
|
2016-10-25 04:18:08 +00:00
|
|
|
// Background Colors
|
|
|
|
@background-color-base: #fff;
|
|
|
|
|
|
|
|
// Foreground Colors
|
2020-04-16 01:02:21 +00:00
|
|
|
@color-base: #202122;
|
|
|
|
@color-base--active: #000;
|
|
|
|
@color-base--emphasized: @color-base--active;
|
|
|
|
@color-base--inverted: #fff;
|
2016-10-25 04:18:08 +00:00
|
|
|
// Primary 'Progressive' Color, Background Color
|
|
|
|
@background-color-primary: #eaf3ff;
|
|
|
|
@color-primary: #36c;
|
|
|
|
// 'Destructive' Color
|
2017-08-16 18:27:30 +00:00
|
|
|
@color-destructive: #d33;
|
2016-10-25 04:18:08 +00:00
|
|
|
|
2020-04-16 01:09:48 +00:00
|
|
|
// Border
|
2016-10-25 04:18:08 +00:00
|
|
|
// Border Colors
|
|
|
|
@border-color-heading: #c8ccd1;
|
2020-04-16 01:09:48 +00:00
|
|
|
// Border Radius
|
|
|
|
@border-radius-base: 2px;
|
2016-10-25 04:18:08 +00:00
|
|
|
|
2020-04-16 01:02:21 +00:00
|
|
|
// = Echo's original variables
|
2016-10-25 04:18:08 +00:00
|
|
|
@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
|
|
|
|
2017-12-09 01:09:18 +00:00
|
|
|
@notification-item-background-read: #eaecf0;
|
|
|
|
|
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
|
|
|
|
2020-04-16 01:02:21 +00:00
|
|
|
@notification-text-color: @color-base--emphasized;
|
2016-10-25 04:18:08 +00:00
|
|
|
@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;
|
2015-10-16 23:18:25 +00:00
|
|
|
|
2017-12-09 01:09:18 +00:00
|
|
|
@opacity-low: 0.6;
|
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
|
|
|
|
2020-04-16 01:02:21 +00:00
|
|
|
@background-color-popup-confirmation: #202122;
|
|
|
|
|
2016-10-25 04:18:08 +00:00
|
|
|
@border-color: @border-color-heading;
|