344 lines
5.7 KiB
CSS
344 lines
5.7 KiB
CSS
* {
|
|
all: unset;
|
|
font-size: 14px;
|
|
font-family: "Fira Sans";
|
|
transition: 200ms;
|
|
}
|
|
|
|
.floating-notifications.background .notification-row .notification-background {
|
|
border-radius: 10px;
|
|
border: 1px solid #b4befe;
|
|
margin: 18px;
|
|
background-color: rgba(13, 14, 28, 0.5);
|
|
color: #ffffff;
|
|
padding: 0;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.notification {
|
|
padding: 7px;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
.notification-content {
|
|
margin: 7px;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
.notification-content
|
|
.summary {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
.notification-content
|
|
.time {
|
|
color: #c6daff;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
.notification-content
|
|
.body {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
> *:last-child
|
|
> * {
|
|
min-height: 3.4em;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
> *:last-child
|
|
> *
|
|
.notification-action {
|
|
border-radius: 10px;
|
|
color: #ffffff;
|
|
background-color: #0d0e1c;
|
|
margin: 7px;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
> *:last-child
|
|
> *
|
|
.notification-action:hover {
|
|
background-color: #0d0e1c;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
> *:last-child
|
|
> *
|
|
.notification-action:active {
|
|
background-color: #74c7ec;
|
|
color: #000000;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.close-button {
|
|
margin: 7px;
|
|
padding: 2px;
|
|
border-radius: 10px;
|
|
color: #000000;
|
|
background-color: #f38ba8;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.close-button:hover {
|
|
background-color: #eba0ac;
|
|
color: #000000;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.close-button:active {
|
|
background-color: #f38ba8;
|
|
color: #000000;
|
|
}
|
|
|
|
.control-center {
|
|
border-radius: 10px;
|
|
border: 1px solid #b4befe;
|
|
margin: 18px;
|
|
background-color: rgba(13, 14, 28, 0.5);
|
|
color: #ffffff;
|
|
padding: 14px;
|
|
}
|
|
|
|
.control-center .widget-title {
|
|
color: #ffffff;
|
|
font-size: 1.3em;
|
|
}
|
|
|
|
.control-center .widget-title button {
|
|
border-radius: 7px;
|
|
color: #ffffff;
|
|
background-color: #0d0e1c;
|
|
padding: 8px;
|
|
}
|
|
|
|
.control-center .widget-title button:hover {
|
|
background-color: #0d0e1c;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.control-center .widget-title button:active {
|
|
background-color: #74c7ec;
|
|
color: #000000;
|
|
}
|
|
|
|
.control-center .notification-row .notification-background {
|
|
border-radius: 10px;
|
|
color: #ffffff;
|
|
background-color: #1d2235;
|
|
margin-top: 14px;
|
|
}
|
|
|
|
.control-center .notification-row .notification-background .notification {
|
|
padding: 7px;
|
|
border-radius: 7px;
|
|
}
|
|
|
|
.control-center
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
.notification-content {
|
|
margin: 7px;
|
|
}
|
|
|
|
.control-center
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
.notification-content
|
|
.summary {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.control-center
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
.notification-content
|
|
.time {
|
|
color: #595959;
|
|
}
|
|
|
|
.control-center
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
.notification-content
|
|
.body {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.control-center
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
> *:last-child
|
|
> * {
|
|
min-height: 3.4em;
|
|
}
|
|
|
|
.control-center
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
> *:last-child
|
|
> *
|
|
.notification-action {
|
|
border-radius: 7px;
|
|
color: #ffffff;
|
|
background-color: #0d0e1c;
|
|
margin: 7px;
|
|
}
|
|
|
|
.control-center
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
> *:last-child
|
|
> *
|
|
.notification-action:hover {
|
|
background-color: #0d0e1c;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.control-center
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
> *:last-child
|
|
> *
|
|
.notification-action:active {
|
|
background-color: #74c7ec;
|
|
color: #000000;
|
|
}
|
|
|
|
.control-center .notification-row .notification-background .close-button {
|
|
margin: 7px;
|
|
padding: 2px;
|
|
border-radius: 6.3px;
|
|
color: #000000;
|
|
background-color: #eba0ac;
|
|
}
|
|
|
|
.control-center .notification-row .notification-background .close-button:hover {
|
|
background-color: #f38ba8;
|
|
color: #000000;
|
|
}
|
|
|
|
.control-center
|
|
.notification-row
|
|
.notification-background
|
|
.close-button:active {
|
|
background-color: #f38ba8;
|
|
color: #000000;
|
|
}
|
|
|
|
.control-center .notification-row .notification-background:hover {
|
|
background-color: #0d0e1c;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.control-center .notification-row .notification-background:active {
|
|
background-color: #74c7ec;
|
|
color: #000000;
|
|
}
|
|
|
|
progressbar,
|
|
progress,
|
|
trough {
|
|
border-radius: 12.6px;
|
|
}
|
|
|
|
.notification.critical progress {
|
|
background-color: #f38ba8;
|
|
}
|
|
|
|
.notification.low progress,
|
|
.notification.normal progress {
|
|
background-color: #89b4fa;
|
|
}
|
|
|
|
trough {
|
|
background-color: #0d0e1c;
|
|
}
|
|
|
|
.control-center trough {
|
|
background-color: #1d2235;
|
|
}
|
|
|
|
.control-center-dnd {
|
|
margin-top: 5px;
|
|
border-radius: 8px;
|
|
background: #0d0e1c;
|
|
border: 1px solid #1d2235;
|
|
}
|
|
|
|
.control-center-dnd:checked {
|
|
background: #0d0e1c;
|
|
}
|
|
|
|
.control-center-dnd slider {
|
|
background: #1d2235;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.widget-dnd {
|
|
margin: 0px;
|
|
font-size: 1.1rem;
|
|
}
|
|
|
|
.widget-dnd > switch {
|
|
font-size: initial;
|
|
border-radius: 8px;
|
|
background: #0d0e1c;
|
|
border: 1px solid #1d2235;
|
|
}
|
|
|
|
.widget-dnd > switch:checked {
|
|
background: #0d0e1c;
|
|
}
|
|
|
|
.widget-dnd > switch slider {
|
|
background: #1d2235;
|
|
border-radius: 8px;
|
|
border: 1px solid #b4befe;
|
|
}
|