mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 03:35:01 +00:00
820d2b0fa7
Add a sidebar with cross-wiki sources and pages of unread notifications. The filter allows the user to fetch notifications from a foreign source and specific pages if those exist. Bug: T129366 Change-Id: I57d827a47f80274d75364c2099a9624049a26834
27 lines
550 B
Plaintext
27 lines
550 B
Plaintext
@badge-padding: 0.12em;
|
|
@badge-icon-size: 1.1em;
|
|
@badge-distance-adjustment: -0.4em;
|
|
|
|
@notification-background-unseen: #dce8ff;
|
|
@notification-background-unread: white;
|
|
@notification-background-read: #f1f1f1;
|
|
|
|
@notification-text-color: #111;
|
|
@notification-body-color: #777;
|
|
|
|
@bundle-group-padding: 0.7em;
|
|
@notification-popup-width: 500px;
|
|
|
|
@opacity-low: 0.5;
|
|
@opacity-mid: 0.8;
|
|
|
|
@specialpage-separation-unit: 0.7em;
|
|
@specialpage-sidebar-width: 20em;
|
|
|
|
@grey-light: #777;
|
|
@grey-medium: #555;
|
|
@grey-dark: #333;
|
|
@grey-darkest: #000;
|
|
|
|
@border-color: #ccc;
|