guix/config/swaync/style.css

345 lines
5.9 KiB
CSS
Raw Normal View History

* {
all: unset;
font-size: 1.2rem;
font-family: "IosevkaCustomNerdFont";
transition: 200ms;
}
.floating-notifications.background .notification-row .notification-background {
border-radius: 10px;
border: 1px solid #b4befe;
margin: 18px;
background-color: rgba(30, 30, 46, 0.8);
color: #cdd6f4;
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: #cdd6f4;
}
.floating-notifications.background
.notification-row
.notification-background
.notification
.notification-content
.time {
color: #585b70;
}
.floating-notifications.background
.notification-row
.notification-background
.notification
.notification-content
.body {
color: #cdd6f4;
}
.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;
background-color: #181825;
color: #cdd6f4;
margin: 7px;
}
.floating-notifications.background
.notification-row
.notification-background
.notification
> *:last-child
> *
.notification-action:hover {
background-color: #181825;
color: #cdd6f4;
}
.floating-notifications.background
.notification-row
.notification-background
.notification
> *:last-child
> *
.notification-action:active {
background-color: #89b4fa;
color: #1e1e2e;
}
.floating-notifications.background
.notification-row
.notification-background
.close-button {
margin: 7px;
padding: 2px;
border-radius: 10px;
background-color: #f38ba8;
color: #1e1e2e;
}
.floating-notifications.background
.notification-row
.notification-background
.close-button:hover {
background-color: #f38ba8;
color: #1e1e2e;
}
.floating-notifications.background
.notification-row
.notification-background
.close-button:active {
background-color: #f38ba8;
color: #1e1e2e;
}
.control-center {
border-radius: 10px;
border: 1px solid #b4befe;
margin: 18px;
background-color: rgba(30, 30, 46, 0.8);
color: #cdd6f4;
padding: 14px;
}
.control-center .widget-title {
color: #cdd6f4;
font-size: 1.3em;
}
.control-center .widget-title button {
border-radius: 7px;
background-color: #181825;
color: #cdd6f4;
padding: 8px;
}
.control-center .widget-title button:hover {
background-color: #313244;
color: #cdd6f4;
}
.control-center .widget-title button:active {
background-color: #45475a;
color: #cdd6f4;
}
.control-center .notification-row .notification-background {
border-radius: 10px;
background-color: #181825;
color: #cdd6f4;
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: #cdd6f4;
}
.control-center
.notification-row
.notification-background
.notification
.notification-content
.time {
color: #585b70;
}
.control-center
.notification-row
.notification-background
.notification
.notification-content
.body {
color: #cdd6f4;
}
.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;
background-color: #1e1e2e;
color: #cdd6f4;
margin: 7px;
}
.control-center
.notification-row
.notification-background
.notification
> *:last-child
> *
.notification-action:hover {
background-color: #181825;;
color: #cdd6f4;
}
.control-center
.notification-row
.notification-background
.notification
> *:last-child
> *
.notification-action:active {
background-color: #89b4fa;
color: #cdd6f4;
}
.control-center .notification-row .notification-background .close-button {
margin: 7px;
padding: 2px;
border-radius: 6.3px;
background-color: #f38ba8;
color: #1e1e2e;
}
.control-center .notification-row .notification-background .close-button:hover {
background-color: #f38ba8;
color: #1e1e2e;
}
.control-center
.notification-row
.notification-background
.close-button:active {
background-color: #f38ba8;
color: #1e1e2e;
}
.control-center .notification-row .notification-background:hover {
background-color: #1e1e2e;
color: #cdd6f4;
}
.control-center .notification-row .notification-background:active {
background-color: #89b4fa;
color: #cdd6f4;
}
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: #1e1e2e;
}
.control-center trough {
background-color: #45475a;
}
.control-center-dnd {
margin-top: 5px;
border-radius: 8px;
background: #1e1e2e;
border: 1px solid #45475a;
}
.control-center-dnd:checked {
background: #1e1e2e;
}
.control-center-dnd slider {
background: #45475a;
border-radius: 8px;
}
.widget-dnd {
margin: 0px;
font-size: 1.1rem;
}
.widget-dnd > switch {
font-size: initial;
border-radius: 8px;
background: #1e1e2e;
border: 1px solid #45475a;
}
.widget-dnd > switch:checked {
background: #1e1e2e;
}
.widget-dnd > switch slider {
background: #181825;
border-radius: 8px;
border: 1px solid #b4befe;
}