377 lines
7.2 KiB
CSS
377 lines
7.2 KiB
CSS
@define-color cc-bg rgba(0, 0, 0, 1);
|
|
@define-color noti-border-color rgba(255, 255, 255, 0.15);
|
|
@define-color noti-bg #24273a;
|
|
@define-color noti-bg-darker #363a4f;
|
|
@define-color noti-bg-hover rgb(27, 27, 43);
|
|
@define-color noti-bg-focus rgba(27, 27, 27, 0.6);
|
|
@define-color noti-close-bg rgba(255, 255, 255, 0.1);
|
|
@define-color noti-close-bg-hover rgba(255, 255, 255, 0.15);
|
|
@define-color text-color #cad3f5;
|
|
|
|
* {
|
|
all: unset;
|
|
font-size: 14px;
|
|
font-family: "JetBrainsMono NF";
|
|
transition: 200ms;
|
|
}
|
|
|
|
.widget-mpris {
|
|
background: linear-gradient(to right, #363a4f, rgba(183, 189, 248, 0.3));
|
|
|
|
padding: 10px;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.widget-mpris-player {
|
|
padding: 8px;
|
|
margin: 8px;
|
|
}
|
|
|
|
.widget-mpris-title {
|
|
font-weight: 700;
|
|
font-size: 1.25rem;
|
|
}
|
|
|
|
.widget-mpris-subtitle {
|
|
font-size: 1.1rem;
|
|
}
|
|
|
|
.widget-buttons-grid {
|
|
font-size: x-large;
|
|
padding: 8px;
|
|
margin-top: 10px;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.widget-buttons-grid > flowbox > flowboxchild > button {
|
|
margin: 3px;
|
|
background: #494d64;
|
|
border-radius: 6px;
|
|
color: #cad3f5;
|
|
}
|
|
|
|
.widget-buttons-grid > flowbox > flowboxchild > button:hover {
|
|
background: #6e738d;
|
|
}
|
|
|
|
.floating-notifications.background .notification-row .notification-background {
|
|
box-shadow:
|
|
0 0 8px 0 rgba(0, 0, 0, 0.8),
|
|
inset 0 0 0 1px #363a4f;
|
|
border-radius: 10px;
|
|
margin: 18px;
|
|
background-color: #24273a;
|
|
color: #cad3f5;
|
|
border: 2px solid rgba(183, 189, 248, 0.5);
|
|
padding: 0;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.notification {
|
|
padding: 7px;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.notification.critical {
|
|
box-shadow: inset 0 0 7px 0 #ed8796;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
.notification-content {
|
|
margin: 7px;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
.notification-content
|
|
.summary {
|
|
color: #cad3f5;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
.notification-content
|
|
.time {
|
|
color: #a5adcb;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
.notification-content
|
|
.body {
|
|
color: #cad3f5;
|
|
}
|
|
|
|
.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: 7px;
|
|
color: #cad3f5;
|
|
background-color: #363a4f;
|
|
box-shadow: inset 0 0 0 1px #494d64;
|
|
margin: 7px;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
> *:last-child
|
|
> *
|
|
.notification-action:hover {
|
|
box-shadow: inset 0 0 0 1px #494d64;
|
|
background-color: #363a4f;
|
|
color: #cad3f5;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
> *:last-child
|
|
> *
|
|
.notification-action:active {
|
|
box-shadow: inset 0 0 0 1px #494d64;
|
|
background-color: #7dc4e4;
|
|
color: #cad3f5;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.close-button {
|
|
margin: 7px;
|
|
padding: 2px;
|
|
border-radius: 6.3px;
|
|
color: #24273a;
|
|
background-color: #ed8796;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.close-button:hover {
|
|
background-color: #ee99a0;
|
|
color: #24273a;
|
|
}
|
|
|
|
.floating-notifications.background
|
|
.notification-row
|
|
.notification-background
|
|
.close-button:active {
|
|
background-color: #ed8796;
|
|
color: #24273a;
|
|
}
|
|
|
|
.control-center {
|
|
box-shadow:
|
|
0 0 8px 0 rgba(0, 0, 0, 0.8),
|
|
inset 0 0 0 1px #363a4f;
|
|
border-radius: 10px;
|
|
margin: 18px;
|
|
background-color: #24273a;
|
|
color: #cad3f5;
|
|
border: 2px solid rgba(183, 189, 248, 0.5);
|
|
padding: 14px;
|
|
}
|
|
|
|
.control-center .widget-title {
|
|
color: #cad3f5;
|
|
font-size: 1.3em;
|
|
}
|
|
|
|
.control-center .widget-title button {
|
|
border-radius: 7px;
|
|
color: #cad3f5;
|
|
background-color: #363a4f;
|
|
box-shadow: inset 0 0 0 1px #494d64;
|
|
padding: 8px;
|
|
}
|
|
|
|
.control-center .widget-title button:hover {
|
|
box-shadow: inset 0 0 0 1px #494d64;
|
|
background-color: #5b6078;
|
|
color: #cad3f5;
|
|
}
|
|
|
|
.control-center .widget-title button:active {
|
|
box-shadow: inset 0 0 0 1px #494d64;
|
|
background-color: #7dc4e4;
|
|
color: #24273a;
|
|
}
|
|
|
|
.control-center .notification-row .notification-background {
|
|
border-radius: 7px;
|
|
color: #cad3f5;
|
|
background-color: #363a4f;
|
|
box-shadow: inset 0 0 0 1px #494d64;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.control-center .notification-row .notification-background .notification {
|
|
padding: 7px;
|
|
border-radius: 7px;
|
|
}
|
|
|
|
.control-center
|
|
.notification-row
|
|
.notification-background
|
|
.notification.critical {
|
|
box-shadow: inset 0 0 7px 0 #ed8796;
|
|
}
|
|
|
|
.control-center
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
.notification-content {
|
|
margin: 7px;
|
|
}
|
|
|
|
.control-center
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
.notification-content
|
|
.summary {
|
|
color: #cad3f5;
|
|
}
|
|
|
|
.control-center
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
.notification-content
|
|
.time {
|
|
color: #a5adcb;
|
|
}
|
|
|
|
.control-center
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
.notification-content
|
|
.body {
|
|
color: #cad3f5;
|
|
}
|
|
|
|
.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: #cad3f5;
|
|
background-color: #494d64;
|
|
box-shadow: inset 0 0 0 1px #494d64;
|
|
margin: 7px;
|
|
}
|
|
|
|
.control-center
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
> *:last-child
|
|
> *
|
|
.notification-action:hover {
|
|
box-shadow: inset 0 0 0 1px #494d64;
|
|
background-color: #5b6078;
|
|
color: #cad3f5;
|
|
}
|
|
|
|
.control-center
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
> *:last-child
|
|
> *
|
|
.notification-action:active {
|
|
box-shadow: inset 0 0 0 1px #494d64;
|
|
background-color: #7dc4e4;
|
|
color: #cad3f5;
|
|
}
|
|
|
|
.control-center .notification-row .notification-background .close-button {
|
|
margin: 7px;
|
|
padding: 2px;
|
|
border-radius: 6.3px;
|
|
color: #24273a;
|
|
background-color: #ee99a0;
|
|
}
|
|
|
|
.control-center .notification-row .notification-background .close-button:hover {
|
|
background-color: #ed8796;
|
|
color: #24273a;
|
|
}
|
|
|
|
.control-center
|
|
.notification-row
|
|
.notification-background
|
|
.close-button:active {
|
|
background-color: #ed8796;
|
|
color: #24273a;
|
|
}
|
|
|
|
.control-center .notification-row .notification-background:hover {
|
|
box-shadow: inset 0 0 0 1px #494d64;
|
|
background-color: #8087a2;
|
|
color: #cad3f5;
|
|
}
|
|
|
|
.control-center .notification-row .notification-background:active {
|
|
box-shadow: inset 0 0 0 1px #494d64;
|
|
background-color: #7dc4e4;
|
|
color: #cad3f5;
|
|
}
|
|
|
|
.notification-row
|
|
.notification-background
|
|
.notification
|
|
.notification-default-action
|
|
.notification-content
|
|
.image {
|
|
/* Notification Primary Image */
|
|
-gtk-icon-effect: none;
|
|
border-radius: 10px;
|
|
/* Size in px */
|
|
margin: 4px;
|
|
margin-right: 20px;
|
|
}
|