174 lines
2.2 KiB
CSS
Executable File
174 lines
2.2 KiB
CSS
Executable File
|
|
|
|
|
|
|
|
window.bar {
|
|
background-color: rgb(36, 40, 59);
|
|
color: rgb(200, 200, 200);
|
|
|
|
}
|
|
|
|
window.win {
|
|
background-color: transparent;
|
|
color: rgb(200, 200, 200);
|
|
}
|
|
|
|
.booox {
|
|
color: white;
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.playerbox {
|
|
background-color: rgb(73, 81, 121);
|
|
color:rgb(73, 81, 121);
|
|
border: 3px solid black;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.launcher {
|
|
color: aqua;
|
|
background: none;
|
|
border: none;
|
|
|
|
}
|
|
|
|
box {
|
|
color: aqua;
|
|
}
|
|
|
|
|
|
Window.SettingsWindow {
|
|
background-color: black;
|
|
color: black;
|
|
}
|
|
.settings_window {
|
|
background-color: rgb(36, 40, 59);
|
|
color: teal;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.focused {
|
|
color: aqua;
|
|
}
|
|
|
|
.other {
|
|
color: teal;
|
|
}
|
|
|
|
.media {
|
|
color: aqua;
|
|
}
|
|
|
|
.media:active {
|
|
background-color: aqua;
|
|
}
|
|
|
|
button {
|
|
min-width: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
background: none;
|
|
border: none;
|
|
padding: 0px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
color: aqua;
|
|
}
|
|
|
|
button:active {
|
|
background-color: aqua;
|
|
}
|
|
|
|
button:hover {
|
|
border-bottom: 3px solid teal;
|
|
}
|
|
|
|
label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.workspaces button.focused {
|
|
border-bottom: 3px solid aqua;
|
|
}
|
|
|
|
.client-title {
|
|
color: rgb(200, 200, 200);
|
|
}
|
|
|
|
.clock {
|
|
color: rgb(200, 200, 200);
|
|
}
|
|
|
|
.notification {
|
|
color: yellow;
|
|
}
|
|
|
|
levelbar block,
|
|
highlight {
|
|
min-height: 4px;
|
|
}
|
|
|
|
/************************************/
|
|
|
|
window.notification-popups box.notifications {
|
|
padding: .5em;
|
|
}
|
|
|
|
.icon {
|
|
min-width: 68px;
|
|
min-height: 68px;
|
|
margin-right: 1em;
|
|
}
|
|
|
|
.icon image {
|
|
font-size: 58px;
|
|
/* to center the icon */
|
|
margin: 5px;
|
|
color: yellow;
|
|
}
|
|
|
|
.icon box {
|
|
min-width: 68px;
|
|
min-height: 68px;
|
|
border-radius: 7px;
|
|
}
|
|
|
|
.notificationbutton {
|
|
color: teal;
|
|
}
|
|
|
|
.notification {
|
|
min-width: 350px;
|
|
border-radius: 11px;
|
|
padding: 1em;
|
|
margin: .5em;
|
|
border: 1px solid blue;
|
|
background-color: rgb(36, 40, 59);
|
|
}
|
|
|
|
.notification.critical {
|
|
border: 1px solid lightcoral;
|
|
}
|
|
|
|
.title {
|
|
color: black;
|
|
font-size: 1.4em;
|
|
}
|
|
|
|
.body {
|
|
color: red;
|
|
}
|
|
|
|
.actions .action-button {
|
|
margin: 0 .4em;
|
|
margin-top: .8em;
|
|
}
|
|
|
|
.actions .action-button:first-child {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.actions .action-button:last-child {
|
|
margin-right: 0;
|
|
} |