1859 lines
40 KiB
CSS
1859 lines
40 KiB
CSS
/**
|
|
*
|
|
* @authors yutent<yutent.io@gmail.com>
|
|
* @date 2022/05/05 14:02:55
|
|
*/
|
|
stage {
|
|
color: #ced6e0;
|
|
}
|
|
|
|
.label-shadow {
|
|
color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.modal-dialog-button-box .modal-dialog-button, .notification-button, .notification-icon-button, .popup-menu #notification .notification-button,
|
|
.popup-menu #notification .notification-icon-button {
|
|
min-height: 20px;
|
|
padding: 5px 32px;
|
|
transition-duration: 0;
|
|
color: #ced6e0;
|
|
background-color: #405264;
|
|
border: 1px solid #4a515e;
|
|
box-shadow: inset 0 2px 4px rgba(64, 82, 100, 0.05);
|
|
}
|
|
.modal-dialog-button-box .modal-dialog-button, .notification-button, .notification-icon-button, .popup-menu #notification .notification-button,
|
|
.popup-menu #notification .notification-icon-button {
|
|
border-radius: 2px;
|
|
}
|
|
.modal-dialog-button-box .modal-dialog-button:focus, .notification-button:focus, .notification-icon-button:focus, .popup-menu #notification .notification-button:focus,
|
|
.popup-menu #notification .notification-icon-button:focus {
|
|
color: #ced6e0;
|
|
background-color: #405264;
|
|
border: 1px solid rgba(100, 181, 246, 0.35);
|
|
box-shadow: inset 0 2px 4px rgba(64, 82, 100, 0.05);
|
|
}
|
|
.modal-dialog-button-box .modal-dialog-button:hover, .notification-button:hover, .notification-icon-button:hover, .popup-menu #notification .notification-button:hover,
|
|
.popup-menu #notification .notification-icon-button:hover {
|
|
color: #ced6e0;
|
|
background-color: #4a5f74;
|
|
border: 1px solid #4a515e;
|
|
box-shadow: inset 0 2px 4px rgba(74, 95, 116, 0.05);
|
|
}
|
|
.modal-dialog-button-box .modal-dialog-button:hover:focus, .notification-button:hover:focus, .notification-icon-button:hover:focus, .popup-menu #notification .notification-button:hover:focus,
|
|
.popup-menu #notification .notification-icon-button:hover:focus {
|
|
color: #ced6e0;
|
|
background-color: #4a5f74;
|
|
border: 1px solid rgba(100, 181, 246, 0.35);
|
|
box-shadow: inset 0 2px 4px rgba(64, 82, 100, 0.05);
|
|
}
|
|
.modal-dialog-button-box .modal-dialog-button:active, .notification-button:active, .notification-icon-button:active, .popup-menu #notification .notification-button:active,
|
|
.popup-menu #notification .notification-icon-button:active {
|
|
color: #f2f5fc;
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
border: 1px solid rgba(100, 181, 246, 0.35);
|
|
box-shadow: inset 0 2px 4px rgba(100, 181, 246, 0.35);
|
|
}
|
|
.modal-dialog-button-box .modal-dialog-button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .popup-menu #notification .notification-button:insensitive,
|
|
.popup-menu #notification .notification-icon-button:insensitive {
|
|
color: rgba(206, 214, 224, 0.45);
|
|
border: 1px solid rgba(74, 81, 94, 0.55);
|
|
background-color: rgba(64, 82, 100, 0.55);
|
|
box-shadow: inset 0 2px 4px rgba(64, 82, 100, 0.05);
|
|
}
|
|
|
|
#menu-search-entry, .popup-menu #notification StEntry {
|
|
padding: 7px;
|
|
caret-size: 1px;
|
|
selection-background-color: rgba(100, 181, 246, 0.35);
|
|
selected-color: #f2f5fc;
|
|
transition-duration: 300ms;
|
|
}
|
|
#menu-search-entry:insensitive, .popup-menu #notification StEntry:insensitive {
|
|
color: rgba(206, 214, 224, 0.45);
|
|
background-color: #485666;
|
|
border-color: 1px solid #505866;
|
|
box-shadow: inset 0 2px 4px rgba(72, 86, 102, 0.05);
|
|
}
|
|
#menu-search-entry StIcon.capslock-warning, .popup-menu #notification StEntry StIcon.capslock-warning {
|
|
icon-size: 16px;
|
|
warning-color: #f27835;
|
|
padding: 0 4px;
|
|
}
|
|
|
|
.notification StEntry {
|
|
padding: 7px;
|
|
caret-size: 1px;
|
|
caret-color: #c3c3c3;
|
|
selection-background-color: rgba(100, 181, 246, 0.35);
|
|
selected-color: #f2f5fc;
|
|
transition-duration: 300ms;
|
|
border-radius: 3px;
|
|
color: #c3c3c3;
|
|
background-color: rgba(109, 109, 109, 0.4);
|
|
border: 1px solid rgba(22, 22, 22, 0.4);
|
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
|
|
}
|
|
.notification StEntry:focus {
|
|
color: #f2f5fc;
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
border: 1px solid rgba(100, 181, 246, 0.35);
|
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
|
|
}
|
|
.notification StEntry:insensitive {
|
|
color: rgba(195, 195, 195, 0.55);
|
|
background-color: rgba(109, 109, 109, 0.25);
|
|
border: 1px solid rgba(22, 22, 22, 0.4);
|
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
StScrollView.vfade {
|
|
-st-vfade-offset: 68px;
|
|
}
|
|
StScrollView.hfade {
|
|
-st-hfade-offset: 68px;
|
|
}
|
|
|
|
StScrollBar {
|
|
padding: 8px;
|
|
}
|
|
StScrollView StScrollBar {
|
|
min-width: 5px;
|
|
min-height: 5px;
|
|
}
|
|
StScrollBar StBin#trough {
|
|
background-color: rgba(60, 77, 94, 0.1);
|
|
border-radius: 8px;
|
|
}
|
|
StScrollBar StButton#vhandle,
|
|
StScrollBar StButton#hhandle {
|
|
border-radius: 2px;
|
|
background-color: #878f9c;
|
|
border: 0px solid;
|
|
margin: 0px;
|
|
}
|
|
StScrollBar StButton#vhandle:hover,
|
|
StScrollBar StButton#hhandle:hover {
|
|
background-color: #7b8391;
|
|
}
|
|
StScrollBar StButton#vhandle:active,
|
|
StScrollBar StButton#hhandle:active {
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
}
|
|
|
|
.separator {
|
|
-gradient-height: 1px;
|
|
-gradient-start: rgba(0, 0, 0, 0);
|
|
-gradient-end: rgba(0, 0, 0, 0);
|
|
-margin-horizontal: 1.5em;
|
|
height: 1em;
|
|
}
|
|
|
|
.popup-slider-menu-item,
|
|
.slider {
|
|
-slider-height: 0.3em;
|
|
-slider-background-color: #4a515e;
|
|
-slider-border-color: rgba(87, 96, 111, 0.3);
|
|
-slider-active-background-color: rgba(100, 181, 246, 0.35);
|
|
-slider-active-border-color: rgba(87, 96, 111, 0.3);
|
|
-slider-border-width: 1px;
|
|
-slider-handle-radius: 0.5em;
|
|
height: 1em;
|
|
min-width: 15em;
|
|
border: 0 solid transparent;
|
|
border-right-width: 1px;
|
|
border-left-width: 5px;
|
|
}
|
|
|
|
.check-box CinnamonGenericContainer {
|
|
spacing: 0.2em;
|
|
min-height: 30px;
|
|
padding-top: 2px;
|
|
}
|
|
.check-box StLabel {
|
|
font-weight: normal;
|
|
}
|
|
.check-box StBin {
|
|
width: 16px;
|
|
height: 16px;
|
|
background-image: url("assets/checkbox/checkbox-unchecked.svg");
|
|
}
|
|
.check-box:focus StBin {
|
|
background-image: url("assets/checkbox/checkbox-unchecked-focused.svg");
|
|
}
|
|
.check-box:checked StBin {
|
|
background-image: url("assets/checkbox/checkbox-checked.svg");
|
|
}
|
|
.check-box:focus:checked StBin {
|
|
background-image: url("assets/checkbox/checkbox-checked-focused.svg");
|
|
}
|
|
|
|
.radiobutton CinnamonGenericContainer {
|
|
spacing: 0.2em;
|
|
height: 26px;
|
|
padding-top: 2px;
|
|
}
|
|
.radiobutton StLabel {
|
|
padding-top: 4px;
|
|
font-size: 0.9em;
|
|
box-shadow: none;
|
|
}
|
|
.radiobutton StBin {
|
|
width: 16px;
|
|
height: 16px;
|
|
background-image: url("assets/checkbox/checkbox-unchecked.svg");
|
|
}
|
|
.radiobutton:focus StBin {
|
|
background-image: url("assets/checkbox/checkbox-unchecked-focused.svg");
|
|
}
|
|
.radiobutton:checked StBin {
|
|
background-image: url("assets/checkbox/checkbox-checked.svg");
|
|
}
|
|
.radiobutton:focus:checked StBin {
|
|
background-image: url("assets/checkbox/checkbox-checked-focused.svg");
|
|
}
|
|
|
|
.toggle-switch {
|
|
width: 50px;
|
|
height: 20px;
|
|
background-size: contain;
|
|
}
|
|
.toggle-switch-us, .toggle-switch-intl {
|
|
background-image: url("assets/switch/switch-off.svg");
|
|
}
|
|
.toggle-switch-us:checked, .toggle-switch-intl:checked {
|
|
background-image: url("assets/switch/switch-on.svg");
|
|
}
|
|
|
|
.cinnamon-link {
|
|
color: rgba(196, 227, 252, 0.35);
|
|
text-decoration: underline;
|
|
}
|
|
.cinnamon-link:hover {
|
|
color: rgba(245, 250, 254, 0.35);
|
|
}
|
|
|
|
#Tooltip {
|
|
border: 1px solid #d0d0d0;
|
|
border-radius: 3px;
|
|
padding: 5px 12px;
|
|
background-color: #fbeaa0;
|
|
color: #4a4a4a;
|
|
font-size: 1em;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
}
|
|
|
|
#LookingGlassDialog {
|
|
color: #ced6e0;
|
|
border: 1px solid #4a515e;
|
|
border-radius: 3px;
|
|
background-color: #57606f;
|
|
spacing: 4px;
|
|
padding: 8px;
|
|
}
|
|
|
|
#panel {
|
|
font-weight: bold;
|
|
/* sets the height of horizontal panels */
|
|
height: 40px;
|
|
/* sets the width of vertical panels */
|
|
width: 32px;
|
|
/* Set the symbolic foreground color for icons, and importantly, the system tray applet icons */
|
|
color: #ced6e0;
|
|
background-color: rgba(16, 16, 16, 0.1);
|
|
}
|
|
#panel:highlight {
|
|
border-image: none;
|
|
background-color: rgba(252, 118, 97, 0.5);
|
|
}
|
|
|
|
.panelLeft {
|
|
spacing: 4px;
|
|
}
|
|
.panelLeft:dnd {
|
|
background-gradient-direction: vertical;
|
|
background-gradient-start: rgba(255, 0, 0, 0.05);
|
|
background-gradient-end: rgba(255, 0, 0, 0.2);
|
|
}
|
|
.panelLeft:ltr {
|
|
padding-right: 4px;
|
|
}
|
|
.panelLeft:rtl {
|
|
padding-left: 4px;
|
|
}
|
|
.panelLeft.vertical {
|
|
padding: 0px;
|
|
}
|
|
.panelLeft.vertical:ltr {
|
|
padding-right: 0px;
|
|
}
|
|
.panelLeft.vertical:rtl {
|
|
padding-left: 0px;
|
|
}
|
|
.panelRight:dnd {
|
|
background-gradient-direction: vertical;
|
|
background-gradient-start: rgba(0, 0, 255, 0.05);
|
|
background-gradient-end: rgba(0, 0, 255, 0.2);
|
|
}
|
|
.panelRight:ltr {
|
|
padding-left: 4px;
|
|
spacing: 0px;
|
|
}
|
|
.panelRight:rtl {
|
|
padding-right: 4px;
|
|
spacing: 0px;
|
|
}
|
|
.panelRight.vertical {
|
|
padding: 0px;
|
|
}
|
|
.panelRight.vertical:ltr {
|
|
padding-left: 0px;
|
|
spacing: 0px;
|
|
}
|
|
.panelRight.vertical:rtl {
|
|
padding-right: 0px;
|
|
spacing: 0px;
|
|
}
|
|
.panelCenter {
|
|
spacing: 4px;
|
|
}
|
|
.panelCenter.vertical {
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
}
|
|
.panelCenter:dnd {
|
|
background-gradient-direction: vertical;
|
|
background-gradient-start: rgba(0, 255, 0, 0.05);
|
|
background-gradient-end: rgba(0, 255, 0, 0.2);
|
|
}
|
|
.panel-top, .panel-bottom, .panel-left, .panel-right {
|
|
color: #f2f5fc;
|
|
border: none;
|
|
background-color: rgba(87, 96, 111, 0.99);
|
|
font-size: 1em;
|
|
padding: 0px;
|
|
}
|
|
.panel-top {
|
|
padding-right: 12px;
|
|
box-shadow: 0 1px #4a515e;
|
|
}
|
|
.panel-bottom {
|
|
padding-right: 12px;
|
|
box-shadow: 0 -1px #4a515e;
|
|
}
|
|
.panel-left {
|
|
box-shadow: 1px 0 #4a515e;
|
|
}
|
|
.panel-right {
|
|
box-shadow: -1px 0 #4a515e;
|
|
}
|
|
.panel-dummy {
|
|
background-color: rgba(252, 118, 97, 0.5);
|
|
}
|
|
.panel-dummy:entered {
|
|
background-color: rgba(252, 118, 97, 0.6);
|
|
}
|
|
.panel-status-button {
|
|
border-width: 0;
|
|
-natural-hpadding: 3px;
|
|
-minimum-hpadding: 3px;
|
|
font-weight: bold;
|
|
color: #ced6e0;
|
|
}
|
|
.panel-button {
|
|
-natural-hpadding: 6px;
|
|
-minimum-hpadding: 2px;
|
|
font-weight: bold;
|
|
color: green;
|
|
transition-duration: 100;
|
|
}
|
|
|
|
.system-status-icon {
|
|
icon-size: 16px;
|
|
padding: 0 1px;
|
|
}
|
|
.system-status-icon.warning {
|
|
color: #f27835;
|
|
}
|
|
.system-status-icon.error {
|
|
color: #fc7661;
|
|
}
|
|
|
|
.panel-launchers {
|
|
padding-left: 7px;
|
|
spacing: 2px;
|
|
}
|
|
.panel-launchers .launcher {
|
|
padding-left: 2px;
|
|
padding-right: 2px;
|
|
padding-bottom: 2px;
|
|
transition-duration: 200;
|
|
}
|
|
.panel-launchers .launcher:hover {
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
}
|
|
.panel-launchers.vertical {
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
spacing: 1px;
|
|
}
|
|
.panel-launchers.vertical .launcher {
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
}
|
|
|
|
.calendar {
|
|
spacing-rows: 0;
|
|
spacing-columns: 0;
|
|
}
|
|
|
|
.calendar-main-box {
|
|
margin: 0 16px 8px;
|
|
}
|
|
|
|
.calendar-events-main-box {
|
|
height: 300px;
|
|
margin-right: 0.5em;
|
|
padding: 0.5em;
|
|
min-width: 350px;
|
|
border: 0;
|
|
border-radius: 6px;
|
|
background-color: rgba(60, 77, 94, 0.3);
|
|
}
|
|
|
|
.calendar-events-no-events-button {
|
|
margin: 6px 0 6px 0;
|
|
padding: 6px;
|
|
}
|
|
.calendar-events-no-events-button:hover {
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
}
|
|
.calendar-events-no-events-button:hover .calendar-events-no-events-icon,
|
|
.calendar-events-no-events-button:hover .calendar-events-no-events-label {
|
|
color: #f2f5fc;
|
|
}
|
|
|
|
.calendar-events-no-events-icon,
|
|
.calendar-events-no-events-label {
|
|
font-weight: bold;
|
|
color: #ced6e0;
|
|
text-align: center;
|
|
}
|
|
|
|
.calendar-events-date-label {
|
|
padding: 0.1em 0.1em 0.5em 0.1em;
|
|
color: #ced6e0;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.calendar-events-event-container {
|
|
padding: 0;
|
|
}
|
|
|
|
.calendar-event-button {
|
|
border: 1px solid rgba(0, 0, 0, 0);
|
|
}
|
|
.calendar-event-button .calendar-event-time-past {
|
|
color: rgba(206, 214, 224, 0.4);
|
|
font-weight: bold;
|
|
text-align: left;
|
|
margin-bottom: 0.2em;
|
|
}
|
|
.calendar-event-button .calendar-event-time-present {
|
|
color: #ced6e0;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
margin-bottom: 0.2em;
|
|
}
|
|
.calendar-event-button .calendar-event-time-present:all-day {
|
|
color: rgba(100, 181, 246, 0.35);
|
|
}
|
|
.calendar-event-button .calendar-event-time-future {
|
|
color: #ced6e0;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
margin-bottom: 0.2em;
|
|
}
|
|
.calendar-event-button .calendar-event-summary {
|
|
color: #ced6e0;
|
|
text-align: left;
|
|
width: 200px;
|
|
}
|
|
.calendar-event-button .calendar-event-countdown {
|
|
text-align: right;
|
|
margin-bottom: 0.6em;
|
|
color: #ced6e0;
|
|
}
|
|
.calendar-event-button .calendar-event-countdown:soon {
|
|
font-weight: bold;
|
|
}
|
|
.calendar-event-button .calendar-event-countdown:imminent {
|
|
font-weight: bold;
|
|
color: #f27835;
|
|
}
|
|
.calendar-event-button .calendar-event-countdown:current {
|
|
font-weight: bold;
|
|
color: rgba(100, 181, 246, 0.35);
|
|
}
|
|
.calendar-event-button:hover {
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
border: 1px solid #4a515e;
|
|
}
|
|
.calendar-event-button:hover .calendar-event-time-past,
|
|
.calendar-event-button:hover .calendar-event-time-present,
|
|
.calendar-event-button:hover .calendar-event-time-future,
|
|
.calendar-event-button:hover .calendar-event-summary {
|
|
color: #f2f5fc;
|
|
}
|
|
.calendar-event-button:hover .calendar-event-countdown {
|
|
text-align: right;
|
|
margin-bottom: 0.6em;
|
|
color: #f2f5fc;
|
|
}
|
|
.calendar-event-button:hover .calendar-event-countdown:soon {
|
|
font-weight: bold;
|
|
}
|
|
.calendar-event-button:hover .calendar-event-countdown:imminent {
|
|
font-weight: bold;
|
|
}
|
|
.calendar-event-button:hover .calendar-event-countdown:current {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.calendar-event-color-strip {
|
|
width: 2px;
|
|
}
|
|
|
|
.calendar-today-home-button {
|
|
padding: 0;
|
|
}
|
|
|
|
.calendar-today-day-label {
|
|
font-size: 1.75em;
|
|
color: #ced6e0;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.calendar-today-date-label {
|
|
font-size: 1.1em;
|
|
color: #ced6e0;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.calendar-today-home-button-enabled {
|
|
padding: 0;
|
|
}
|
|
.calendar-today-home-button-enabled:hover {
|
|
color: #64b5f6;
|
|
}
|
|
.calendar-today-home-button-enabled:hover .calendar-today-day-label,
|
|
.calendar-today-home-button-enabled:hover .calendar-today-date-label {
|
|
color: inherit;
|
|
}
|
|
|
|
.calendar-month-label {
|
|
color: #ced6e0;
|
|
font-weight: bold;
|
|
padding: 8px 0;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.calendar-change-month-back,
|
|
.calendar-change-month-forward {
|
|
width: 32px;
|
|
height: 32px;
|
|
background-size: 28px;
|
|
}
|
|
|
|
.calendar-change-month-back {
|
|
background-image: url("assets/misc/calendar-arrow-left.svg");
|
|
}
|
|
.calendar-change-month-back:focus, .calendar-change-month-back:hover {
|
|
background-image: url("assets/misc/calendar-arrow-left-hover.svg");
|
|
}
|
|
.calendar-change-month-back:active {
|
|
background-image: url("assets/misc/calendar-arrow-left.svg");
|
|
}
|
|
.calendar-change-month-back:rtl {
|
|
background-image: url("assets/misc/calendar-arrow-right.svg");
|
|
}
|
|
.calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover {
|
|
background-image: url("assets/misc/calendar-arrow-right-hover.svg");
|
|
}
|
|
.calendar-change-month-back:rtl:active {
|
|
background-image: url("assets/misc/calendar-arrow-right.svg");
|
|
}
|
|
|
|
.calendar-change-month-forward {
|
|
background-image: url("assets/misc/calendar-arrow-right.svg");
|
|
}
|
|
.calendar-change-month-forward:focus, .calendar-change-month-forward:hover {
|
|
background-image: url("assets/misc/calendar-arrow-right-hover.svg");
|
|
}
|
|
.calendar-change-month-forward:active {
|
|
background-image: url("assets/misc/calendar-arrow-right.svg");
|
|
}
|
|
.calendar-change-month-forward:rtl {
|
|
background-image: url("assets/misc/calendar-arrow-left.svg");
|
|
}
|
|
.calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover {
|
|
background-image: url("assets/misc/calendar-arrow-left-hover.svg");
|
|
}
|
|
.calendar-change-month-forward:rtl:active {
|
|
background-image: url("assets/misc/calendar-arrow-left.svg");
|
|
}
|
|
|
|
.calendar-day-event-dot-box {
|
|
margin-top: 17px;
|
|
max-rows: 1;
|
|
}
|
|
|
|
.calendar-day-event-dot {
|
|
margin: 1px;
|
|
border-radius: 2px;
|
|
width: 4px;
|
|
height: 4px;
|
|
}
|
|
|
|
.calendar-day-base {
|
|
font-size: 1.1em;
|
|
text-align: center;
|
|
width: 48px;
|
|
height: 48px;
|
|
margin: 0 8px;
|
|
border-radius: 24px;
|
|
border: 1px solid transparent;
|
|
}
|
|
.calendar-day-base:hover {
|
|
color: #f2f5fc;
|
|
border-color: rgba(100, 181, 246, 0.35);
|
|
}
|
|
|
|
.calendar-day-heading {
|
|
color: #f2f5fc;
|
|
margin-top: 16px;
|
|
margin-bottom: 0;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.calendar-today {
|
|
font-weight: bold;
|
|
color: #f2f5fc;
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
border-width: 0;
|
|
}
|
|
.calendar-today:selected {
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
}
|
|
|
|
.calendar-not-today {
|
|
color: #ced6e0;
|
|
}
|
|
.calendar-not-today:selected {
|
|
font-weight: bold;
|
|
background-color: transparent;
|
|
border: 1px solid rgba(100, 181, 246, 0.35);
|
|
}
|
|
|
|
.calendar-nonwork-day {
|
|
color: #fc7661;
|
|
background-color: transparent;
|
|
font-weight: bold;
|
|
}
|
|
.calendar-nonwork-day:hover {
|
|
color: #fc7661;
|
|
}
|
|
|
|
.calendar-other-month-day {
|
|
color: rgba(206, 214, 224, 0.3);
|
|
}
|
|
|
|
.calendar-other-month-day:hover {
|
|
color: inherit;
|
|
}
|
|
|
|
.calendar-week-number {
|
|
margin-top: 14px;
|
|
color: rgba(206, 214, 224, 0.85);
|
|
font-size: 1em;
|
|
}
|
|
|
|
#overview {
|
|
spacing: 12px;
|
|
}
|
|
|
|
.window-caption {
|
|
background-color: #353535;
|
|
border: 1px solid #353535;
|
|
color: #c3c3c3;
|
|
spacing: 8px;
|
|
border-radius: 2px;
|
|
font-size: 0.9em;
|
|
padding: 5px 8px;
|
|
-cinnamon-caption-spacing: 8px;
|
|
}
|
|
.window-caption:focus {
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
color: #f2f5fc;
|
|
border: 1px solid rgba(100, 181, 246, 0.35);
|
|
}
|
|
|
|
.window-border {
|
|
border: 3px rgba(100, 181, 246, 0.35);
|
|
border-radius: 2px;
|
|
background-color: rgba(255, 255, 255, 0.05);
|
|
/* Cover rounded corners and some bad adjustment gaps */
|
|
box-shadow: 0 0 0 1px rgba(100, 181, 246, 0.35) inset;
|
|
}
|
|
|
|
.overview-empty-placeholder {
|
|
color: #ffffff;
|
|
font-size: 2em;
|
|
}
|
|
|
|
.expo-workspaces-name-entry,
|
|
.expo-workspaces-name-entry#selected {
|
|
height: 1.5em;
|
|
border-radius: 2px;
|
|
font-size: 1em;
|
|
padding: 5px 8px;
|
|
-cinnamon-caption-spacing: 4px;
|
|
color: #c3c3c3;
|
|
background-color: rgba(109, 109, 109, 0.4);
|
|
border: 1px solid rgba(22, 22, 22, 0.4);
|
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
|
|
}
|
|
.expo-workspaces-name-entry:focus,
|
|
.expo-workspaces-name-entry#selected:focus {
|
|
border: 1px solid rgba(100, 181, 246, 0.35);
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
color: #f2f5fc;
|
|
font-style: italic;
|
|
transition-duration: 300;
|
|
selection-background-color: #f2f5fc;
|
|
selected-color: rgba(100, 181, 246, 0.35);
|
|
}
|
|
|
|
.expo-workspace-thumbnail-frame {
|
|
border: 4px solid rgba(255, 255, 255, 0);
|
|
background-color: rgba(255, 255, 255, 0);
|
|
border-radius: 2px;
|
|
}
|
|
.expo-workspace-thumbnail-frame#active {
|
|
border: 4px solid rgba(100, 181, 246, 0.35);
|
|
background-color: black;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.expo-background {
|
|
background-color: #353535;
|
|
}
|
|
|
|
.workspace-thumbnails {
|
|
spacing: 26px;
|
|
}
|
|
.workspace-thumbnails-background, .workspace-thumbnails-background:rtl {
|
|
padding: 8px;
|
|
}
|
|
.workspace-add-button {
|
|
background-image: url("assets/misc/add-workspace.svg");
|
|
height: 200px;
|
|
width: 35px;
|
|
transition-duration: 100;
|
|
}
|
|
.workspace-add-button:hover {
|
|
background-image: url("assets/misc/add-workspace-hover.svg");
|
|
transition-duration: 100;
|
|
}
|
|
.workspace-add-button:active {
|
|
background-image: url("assets/misc/add-workspace-active.svg");
|
|
transition-duration: 100;
|
|
}
|
|
.workspace-overview-background-shade {
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.workspace-close-button,
|
|
.window-close {
|
|
background-image: url("assets/misc/close.svg");
|
|
background-size: 26px;
|
|
height: 26px;
|
|
width: 26px;
|
|
-cinnamon-close-overlap: 12px;
|
|
}
|
|
.workspace-close-button:hover,
|
|
.window-close:hover {
|
|
background-image: url("assets/misc/close-hover.svg");
|
|
background-size: 26px;
|
|
height: 26px;
|
|
width: 26px;
|
|
}
|
|
.workspace-close-button:active,
|
|
.window-close:active {
|
|
background-image: url("assets/misc/close-active.svg");
|
|
background-size: 26px;
|
|
height: 26px;
|
|
width: 26px;
|
|
}
|
|
|
|
.window-close-area {
|
|
background-image: url("assets/misc/trash-icon.svg");
|
|
height: 120px;
|
|
width: 400px;
|
|
}
|
|
|
|
#workspaceSwitcher {
|
|
spacing: 0px;
|
|
padding: 3px;
|
|
}
|
|
|
|
/* Controls the styling when using the "Simple buttons" option */
|
|
.workspace-switcher {
|
|
padding-left: 3px;
|
|
padding-right: 3px;
|
|
}
|
|
.panel-left .workspace-switcher, .panel-right .workspace-switcher {
|
|
padding: 0;
|
|
}
|
|
|
|
.workspace-button {
|
|
border: 1px solid rgba(0, 0, 0, 0.4);
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
width: 20px;
|
|
height: 14px;
|
|
color: rgba(242, 245, 252, 0.45);
|
|
padding: 3px;
|
|
padding-top: 4px;
|
|
transition-duration: 200;
|
|
}
|
|
.workspace-button.vertical {
|
|
height: 1.5em;
|
|
width: 24px;
|
|
padding: 0;
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
}
|
|
.workspace-button:outlined {
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
color: #f2f5fc;
|
|
}
|
|
.workspace-button:outlined:hover {
|
|
background-color: rgba(100, 181, 246, 0.05);
|
|
color: #f2f5fc;
|
|
}
|
|
.workspace-button:hover {
|
|
background-color: rgba(206, 214, 224, 0.2);
|
|
color: #f2f5fc;
|
|
}
|
|
|
|
/* Controls the style when using the "Visual representation" option */
|
|
.workspace-graph {
|
|
padding: 3px;
|
|
spacing: 6px;
|
|
}
|
|
|
|
.workspace-graph .workspace {
|
|
border: 1px solid rgba(0, 0, 0, 0.4);
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.workspace-graph .workspace:active {
|
|
border: 1px solid rgba(100, 181, 246, 0.35);
|
|
}
|
|
|
|
.workspace-graph .workspace .windows {
|
|
-active-window-background: #7b8698;
|
|
-active-window-border: rgba(0, 0, 0, 0.8);
|
|
-inactive-window-background: #7b8698;
|
|
-inactive-window-border: rgba(0, 0, 0, 0.8);
|
|
}
|
|
|
|
.workspace-graph .workspace:active .windows {
|
|
-active-window-background: #98a0ae;
|
|
-active-window-border: rgba(0, 0, 0, 0.8);
|
|
-inactive-window-background: #626c7d;
|
|
-inactive-window-border: rgba(0, 0, 0, 0.8);
|
|
}
|
|
|
|
#notification {
|
|
border: 1px solid #4a515e;
|
|
border-radius: 3px;
|
|
background-color: #57606f;
|
|
padding: 13px;
|
|
spacing-rows: 10px;
|
|
spacing-columns: 10px;
|
|
margin-from-right-edge-of-screen: 20px;
|
|
width: 34em;
|
|
color: #ced6e0;
|
|
}
|
|
.popup-menu #notification {
|
|
color: #ced6e0;
|
|
border-image: url("assets/misc/message.svg") 9 9 9 9;
|
|
}
|
|
.popup-menu #notification .notification-button,
|
|
.popup-menu #notification .notification-icon-button {
|
|
padding: 5px;
|
|
}
|
|
#notification.multi-line-notification {
|
|
padding-bottom: 13px;
|
|
color: #ced6e0;
|
|
}
|
|
#notification-scrollview {
|
|
max-height: 10em;
|
|
}
|
|
#notification-scrollview > .top-shadow,
|
|
#notification-scrollview > .bottom-shadow {
|
|
height: 1em;
|
|
}
|
|
#notification-scrollview:ltr > StScrollBar {
|
|
padding-left: 6px;
|
|
}
|
|
#notification-scrollview:rtl > StScrollBar {
|
|
padding-right: 6px;
|
|
}
|
|
#notification-body {
|
|
spacing: 5px;
|
|
}
|
|
#notification-actions {
|
|
spacing: 10px;
|
|
}
|
|
|
|
.notification-with-image {
|
|
min-height: 159px;
|
|
color: #ced6e0;
|
|
}
|
|
.notification-button, .notification-icon-button {
|
|
padding: 5px;
|
|
}
|
|
.notification-icon-button > StIcon {
|
|
icon-size: 32px;
|
|
}
|
|
#altTabPopup {
|
|
padding: 8px;
|
|
spacing: 16px;
|
|
}
|
|
|
|
.switcher-list {
|
|
color: #ced6e0;
|
|
border: 1px solid #4a515e;
|
|
background-color: #57606f;
|
|
border-radius: 3px;
|
|
padding: 20px;
|
|
}
|
|
.switcher-list > StBoxLayout {
|
|
padding: 4px;
|
|
}
|
|
.switcher-list-item-container {
|
|
spacing: 8px;
|
|
}
|
|
.switcher-list .item-box {
|
|
padding: 8px;
|
|
border-radius: 2px;
|
|
}
|
|
.switcher-list .item-box:outlined {
|
|
padding: 8px;
|
|
border: 1px solid rgba(100, 181, 246, 0.35);
|
|
}
|
|
.switcher-list .item-box:selected {
|
|
color: #f2f5fc;
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
border: 0px solid rgba(100, 181, 246, 0.35);
|
|
}
|
|
.switcher-list .thumbnail {
|
|
width: 256px;
|
|
}
|
|
.switcher-list .thumbnail-box {
|
|
padding: 2px;
|
|
spacing: 4px;
|
|
}
|
|
.switcher-list .separator {
|
|
width: 1px;
|
|
background: rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
.switcher-arrow {
|
|
border-color: rgba(0, 0, 0, 0);
|
|
color: #ced6e0;
|
|
}
|
|
.switcher-arrow:highlighted {
|
|
border-color: rgba(0, 0, 0, 0);
|
|
color: #f2f5fc;
|
|
}
|
|
|
|
.thumbnail-scroll-gradient-left {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
border-radius: 24px;
|
|
border-radius-topright: 0px;
|
|
border-radius-bottomright: 0px;
|
|
width: 60px;
|
|
}
|
|
|
|
.thumbnail-scroll-gradient-right {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
border-radius: 24px;
|
|
border-radius-topleft: 0px;
|
|
border-radius-bottomleft: 0px;
|
|
width: 60px;
|
|
}
|
|
|
|
.ripple-box {
|
|
width: 104px;
|
|
height: 104px;
|
|
background-image: url("assets/misc/corner-ripple.svg");
|
|
background-size: contain;
|
|
}
|
|
.ripple-box:rtl {
|
|
background-image: url("assets/misc/corner-ripple.svg");
|
|
}
|
|
|
|
.lightbox {
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.flashspot {
|
|
background-color: white;
|
|
}
|
|
|
|
.modal-dialog {
|
|
background-color: #57606f;
|
|
border: 1px solid #4a515e;
|
|
border-radius: 3px;
|
|
padding: 5px 10px;
|
|
}
|
|
.modal-dialog > StBoxLayout:first-child {
|
|
padding: 10px;
|
|
}
|
|
.modal-dialog-button-box {
|
|
spacing: 0;
|
|
margin: 0px;
|
|
padding: 10px;
|
|
border: none;
|
|
background-color: #57606f;
|
|
}
|
|
.modal-dialog-button-box .modal-dialog-button {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
height: 30px;
|
|
}
|
|
.modal-dialog .confirm-dialog-title {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 1.3em;
|
|
padding-bottom: 12px;
|
|
}
|
|
|
|
.run-dialog {
|
|
padding: 10px 15px 10px 15px;
|
|
border: 1px solid #4a515e;
|
|
border-radius: 3px;
|
|
background-color: #57606f;
|
|
}
|
|
.run-dialog > * {
|
|
padding: 0;
|
|
}
|
|
.run-dialog-label {
|
|
font-size: 1.3em;
|
|
font-weight: bold;
|
|
color: #ced6e0;
|
|
padding-bottom: 15px;
|
|
text-align: center;
|
|
}
|
|
.run-dialog-description {
|
|
color: #ced6e0;
|
|
padding-top: 15px;
|
|
text-align: center;
|
|
}
|
|
.run-dialog-description.error {
|
|
color: #fc7661;
|
|
}
|
|
.run-dialog-completion-box {
|
|
padding-top: 5px;
|
|
padding-left: 15px;
|
|
font-size: 1em;
|
|
}
|
|
.run-dialog-entry {
|
|
width: 21em;
|
|
height: 1.2em;
|
|
padding: 7px;
|
|
border-radius: 3px;
|
|
caret-color: #c3c3c3;
|
|
selected-color: #f2f5fc;
|
|
selection-background-color: rgba(100, 181, 246, 0.35);
|
|
color: #c3c3c3;
|
|
background-color: rgba(109, 109, 109, 0.4);
|
|
border: 1px solid rgba(22, 22, 22, 0.4);
|
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
|
|
}
|
|
.run-dialog-entry:focus {
|
|
color: #dae1e9;
|
|
background-color: #86909b;
|
|
box-shadow: inset 0 2px 4px rgba(60, 77, 94, 0.05);
|
|
}
|
|
.run-dialog .modal-dialog-button-box {
|
|
border: none;
|
|
box-shadow: none;
|
|
background: none;
|
|
}
|
|
|
|
/* CinnamonMountOperation Dialogs */
|
|
.cinnamon-mount-operation-icon {
|
|
icon-size: 48px;
|
|
}
|
|
|
|
.mount-password-reask {
|
|
color: #f27835;
|
|
}
|
|
|
|
.show-processes-dialog,
|
|
.mount-question-dialog {
|
|
spacing: 24px;
|
|
}
|
|
.show-processes-dialog-subject,
|
|
.mount-question-dialog-subject {
|
|
padding-top: 10px;
|
|
padding-left: 17px;
|
|
padding-bottom: 6px;
|
|
}
|
|
.show-processes-dialog-subject:rtl,
|
|
.mount-question-dialog-subject:rtl {
|
|
padding-left: 0px;
|
|
padding-right: 17px;
|
|
}
|
|
.show-processes-dialog-description,
|
|
.mount-question-dialog-description {
|
|
padding-left: 17px;
|
|
width: 28em;
|
|
}
|
|
.show-processes-dialog-description:rtl,
|
|
.mount-question-dialog-description:rtl {
|
|
padding-right: 17px;
|
|
}
|
|
|
|
.show-processes-dialog-app-list {
|
|
max-height: 200px;
|
|
padding-top: 24px;
|
|
padding-left: 49px;
|
|
padding-right: 32px;
|
|
}
|
|
.show-processes-dialog-app-list:rtl {
|
|
padding-right: 49px;
|
|
padding-left: 32px;
|
|
}
|
|
.show-processes-dialog-app-list-item {
|
|
color: #ccc;
|
|
}
|
|
.show-processes-dialog-app-list-item:hover {
|
|
color: white;
|
|
}
|
|
.show-processes-dialog-app-list-item:ltr {
|
|
padding-right: 1em;
|
|
}
|
|
.show-processes-dialog-app-list-item:rtl {
|
|
padding-left: 1em;
|
|
}
|
|
.show-processes-dialog-app-list-item-icon:ltr {
|
|
padding-right: 17px;
|
|
}
|
|
.show-processes-dialog-app-list-item-icon:rtl {
|
|
padding-left: 17px;
|
|
}
|
|
.show-processes-dialog-app-list-item-name {
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.magnifier-zoom-region {
|
|
border: 2px solid rgb(128, 0, 0);
|
|
}
|
|
.magnifier-zoom-region .full-screen {
|
|
border-width: 0px;
|
|
}
|
|
|
|
#keyboard {
|
|
background-color: #353535;
|
|
border-width: 0;
|
|
border-top-width: 1px;
|
|
border-color: rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.keyboard-layout {
|
|
spacing: 10px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.keyboard-row {
|
|
spacing: 15px;
|
|
}
|
|
|
|
.keyboard-key {
|
|
min-height: 2em;
|
|
min-width: 2em;
|
|
font-size: 1.4em;
|
|
font-weight: bold;
|
|
border-radius: 3px;
|
|
box-shadow: none;
|
|
color: #c3c3c3;
|
|
border: 1px solid #4a515e;
|
|
background-color: rgba(109, 109, 109, 0.4);
|
|
}
|
|
.keyboard-key:hover {
|
|
color: #c3c3c3;
|
|
border: 1px solid rgba(2, 2, 2, 0.4);
|
|
background-color: rgba(127, 127, 127, 0.5);
|
|
}
|
|
.keyboard-key:active, .keyboard-key:checked {
|
|
color: #f2f5fc;
|
|
border: 1px solid rgba(100, 181, 246, 0.35);
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
}
|
|
.keyboard-key:grayed {
|
|
color: #606060;
|
|
border: 1px solid rgba(2, 2, 2, 0.4);
|
|
background-color: rgba(109, 109, 109, 0.25);
|
|
}
|
|
|
|
.keyboard-subkeys {
|
|
color: #c3c3c3;
|
|
padding: 5px;
|
|
-arrow-border-radius: 2px;
|
|
-arrow-background-color: #353535;
|
|
-arrow-border-width: 1px;
|
|
-arrow-border-color: rgba(0, 0, 0, 0.4);
|
|
-arrow-base: 20px;
|
|
-arrow-rise: 10px;
|
|
-boxpointer-gap: 5px;
|
|
}
|
|
|
|
.menu {
|
|
color: #ced6e0;
|
|
border: 0;
|
|
border-radius: 12px;
|
|
background-color: rgba(87, 96, 111, 0.95);
|
|
}
|
|
|
|
.popup-sub-menu {
|
|
background-color: #3c4d5e;
|
|
box-shadow: none;
|
|
}
|
|
.popup-sub-menu .popup-menu-item:ltr {
|
|
padding-right: 1.75em;
|
|
}
|
|
.popup-sub-menu .popup-menu-item:rtl {
|
|
padding-left: 1.75em;
|
|
}
|
|
.popup-sub-menu StScrollBar {
|
|
padding: 4px;
|
|
}
|
|
.popup-sub-menu StScrollBar StBin#trough,
|
|
.popup-sub-menu StScrollBar StBin#vhandle {
|
|
border-width: 0;
|
|
}
|
|
|
|
.popup-menu-content {
|
|
padding: 1em 0em 1em 0em;
|
|
}
|
|
|
|
.popup-menu-item {
|
|
padding: 0.4em 1.75em;
|
|
spacing: 1em;
|
|
border-left-width: 0;
|
|
border-right-width: 0;
|
|
}
|
|
.popup-menu-item:active {
|
|
color: #f2f5fc;
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
}
|
|
.popup-menu-item:insensitive {
|
|
color: rgba(206, 214, 224, 0.5);
|
|
background: none;
|
|
}
|
|
|
|
.popup-inactive-menu-item {
|
|
color: #ced6e0;
|
|
}
|
|
.popup-inactive-menu-item:insensitive {
|
|
color: rgba(206, 214, 224, 0.45);
|
|
}
|
|
|
|
.popup-menu-boxpointer {
|
|
-arrow-border-radius: 3px;
|
|
-arrow-background-color: #57606f;
|
|
-arrow-border-width: 1px;
|
|
-arrow-border-color: #4a515e;
|
|
-arrow-base: 21px;
|
|
-arrow-rise: 9px;
|
|
-boxpointer-gap: 2px;
|
|
}
|
|
|
|
/*Scale view context menu*/
|
|
.popup-combo-menu {
|
|
color: #ced6e0;
|
|
border: 1px solid #4a515e;
|
|
border-radius: 3px;
|
|
background-color: #3c4d5e;
|
|
box-shadow: none;
|
|
padding: 1em 0em 1em 0em;
|
|
}
|
|
|
|
.popup-combobox-item {
|
|
spacing: 2px;
|
|
padding: 0.4em 0.2em;
|
|
border: 1px solid transparent;
|
|
border-left-width: 0;
|
|
border-right-width: 0;
|
|
}
|
|
|
|
.popup-separator-menu-item {
|
|
-gradient-height: 1px;
|
|
-gradient-start: #75818d;
|
|
-gradient-end: #75818d;
|
|
-margin-horizontal: 0;
|
|
height: 1px;
|
|
}
|
|
|
|
.popup-alternating-menu-item:alternate {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.popup-device-menu-item {
|
|
spacing: 0.5em;
|
|
}
|
|
|
|
.popup-subtitle-menu-item {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.nm-menu-item-icons {
|
|
spacing: 0.5em;
|
|
}
|
|
|
|
.menu-favorites-box {
|
|
padding: 10px;
|
|
transition-duration: 300;
|
|
background-color: rgba(60, 77, 94, 0.5);
|
|
border: 1px solid rgba(134, 144, 155, 0.5);
|
|
border-radius: 6px;
|
|
}
|
|
.menu-favorites-button {
|
|
padding: 0.9em 1em;
|
|
border: 0;
|
|
border-radius: 6px;
|
|
}
|
|
.menu-favorites-button:hover {
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
}
|
|
.menu-places-box {
|
|
padding: 10px;
|
|
border: 0px solid red;
|
|
}
|
|
.menu-places-button {
|
|
padding: 10px;
|
|
}
|
|
.menu-categories-box {
|
|
padding: 10px 30px 10px 30px;
|
|
}
|
|
.menu-applications-inner-box, .menu-applications-outer-box {
|
|
padding: 10px 10px 0 10px;
|
|
}
|
|
.menu-application-button {
|
|
padding: 7px;
|
|
border: 0;
|
|
}
|
|
.menu-application-button:highlighted {
|
|
font-weight: bold;
|
|
}
|
|
.menu-application-button-selected {
|
|
padding: 7px;
|
|
color: #f2f5fc;
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
border-radius: 6px;
|
|
}
|
|
.menu-application-button-selected:highlighted {
|
|
font-weight: bold;
|
|
}
|
|
.menu-application-button-label:ltr {
|
|
padding-left: 5px;
|
|
}
|
|
.menu-application-button-label:rtl {
|
|
padding-right: 5px;
|
|
}
|
|
.menu-category-button {
|
|
padding: 7px;
|
|
border: 0;
|
|
}
|
|
.menu-category-button-selected {
|
|
padding: 7px;
|
|
color: #f2f5fc;
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
border-radius: 6px;
|
|
}
|
|
.menu-category-button-hover {
|
|
background-color: red;
|
|
border-radius: 2px;
|
|
}
|
|
.menu-category-button-greyed {
|
|
padding: 7px;
|
|
color: rgba(206, 214, 224, 0.45);
|
|
border-radius: 6px;
|
|
}
|
|
.menu-category-button-label:ltr {
|
|
padding-left: 5px;
|
|
}
|
|
.menu-category-button-label:rtl {
|
|
padding-right: 5px;
|
|
}
|
|
.menu-selected-app-box {
|
|
padding-right: 30px;
|
|
padding-left: 28px;
|
|
text-align: right;
|
|
height: 2.2em;
|
|
}
|
|
.menu-selected-app-box:rtl {
|
|
padding-top: 10px;
|
|
height: 2.2em;
|
|
}
|
|
.menu-selected-app-title {
|
|
font-weight: bold;
|
|
}
|
|
.menu-selected-app-description {
|
|
max-width: 150px;
|
|
}
|
|
.menu-search-box:ltr {
|
|
padding-left: 30px;
|
|
}
|
|
.menu-search-box-rtl {
|
|
padding-right: 30px;
|
|
}
|
|
|
|
#menu-search-entry {
|
|
width: 220px;
|
|
min-height: 16px;
|
|
margin-right: 10px;
|
|
font-weight: normal;
|
|
border: 1px solid #86909b;
|
|
border-radius: 6px;
|
|
caret-color: #ced6e0;
|
|
background-color: #3c4d5e;
|
|
}
|
|
.menu-search-entry-icon {
|
|
icon-size: 1em;
|
|
margin-right: 6px;
|
|
color: #ced6e0;
|
|
}
|
|
|
|
/* Context menu (at the moment only for favorites) */
|
|
.info-osd {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
spacing: 1em;
|
|
padding: 16px;
|
|
color: #ced6e0;
|
|
border: 1px solid #4a515e;
|
|
border-radius: 5px;
|
|
background-color: #57606f;
|
|
}
|
|
|
|
.restart-osd {
|
|
font-size: 1.6em;
|
|
}
|
|
|
|
.workspace-osd {
|
|
font-size: 4em;
|
|
}
|
|
|
|
.osd-window {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
spacing: 1em;
|
|
padding: 20px;
|
|
color: #ced6e0;
|
|
background-color: #57606f;
|
|
border: 1px solid #4a515e;
|
|
border-radius: 5px;
|
|
}
|
|
.osd-window .osd-monitor-label {
|
|
font-size: 3em;
|
|
}
|
|
.osd-window .level {
|
|
padding: 0;
|
|
height: 0.7em;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
border-radius: 2px;
|
|
}
|
|
.osd-window .level-bar {
|
|
border-radius: 2px;
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
}
|
|
|
|
.window-list-box {
|
|
spacing: 6px;
|
|
padding-left: 10px;
|
|
padding-top: 1px;
|
|
}
|
|
.window-list-box.vertical {
|
|
spacing: 2px;
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.window-list-box:highlight {
|
|
background-color: rgba(252, 118, 97, 0.5);
|
|
}
|
|
.window-list-item-label {
|
|
font-weight: bold;
|
|
width: 15em;
|
|
min-width: 5px;
|
|
}
|
|
.window-list-item-box {
|
|
font-weight: bold;
|
|
background-image: none;
|
|
padding-top: 0;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
transition-duration: 100;
|
|
color: rgba(206, 214, 224, 0.8);
|
|
}
|
|
.window-list-item-box.top, .window-list-item-box.bottom {
|
|
border-bottom-width: 2px;
|
|
}
|
|
.window-list-item-box.top StLabel, .window-list-item-box.bottom StLabel {
|
|
padding-left: 2px;
|
|
}
|
|
.window-list-item-box.right {
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
border-right-width: 2px;
|
|
}
|
|
.window-list-item-box.right StBin {
|
|
padding-right: 0;
|
|
}
|
|
.window-list-item-box.left {
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
border-left-width: 2px;
|
|
}
|
|
.window-list-item-box.left StBin {
|
|
padding-left: 1px;
|
|
}
|
|
.window-list-item-box:hover, .window-list-item-box:groupfocus {
|
|
color: #ced6e0;
|
|
background-color: rgba(206, 214, 224, 0.2);
|
|
}
|
|
.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus, .window-list-item-box:running {
|
|
color: #ced6e0;
|
|
border-color: rgba(100, 181, 246, 0.35);
|
|
background-color: rgba(206, 214, 224, 0.2);
|
|
}
|
|
.window-list-item-box .progress {
|
|
background-color: rgba(100, 181, 246, 0.15);
|
|
}
|
|
.window-list-item-demands-attention {
|
|
background-gradient-direction: vertical;
|
|
background-gradient-start: #ff5f45;
|
|
background-gradient-end: #ff5f45;
|
|
}
|
|
.window-list-preview {
|
|
spacing: 6px;
|
|
color: #ced6e0;
|
|
border: 1px solid #4a515e;
|
|
background-color: #57606f;
|
|
border-radius: 3px;
|
|
padding: 6px 12px 12px 12px;
|
|
font-size: 1em;
|
|
}
|
|
|
|
.grouped-window-list-item-label {
|
|
font-weight: bold;
|
|
width: 15em;
|
|
min-width: 5px;
|
|
}
|
|
.grouped-window-list-item-box {
|
|
text-align: left;
|
|
font-weight: bold;
|
|
background-image: none;
|
|
padding-top: 0;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
transition-duration: 100;
|
|
color: rgba(206, 214, 224, 0.8);
|
|
}
|
|
.grouped-window-list-item-box.top, .grouped-window-list-item-box.bottom {
|
|
border-bottom-width: 2px;
|
|
}
|
|
.grouped-window-list-item-box.top StLabel, .grouped-window-list-item-box.bottom StLabel {
|
|
padding-left: 2px;
|
|
}
|
|
.grouped-window-list-item-box.right {
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
border-right-width: 2px;
|
|
}
|
|
.grouped-window-list-item-box.right StBin {
|
|
padding-right: 0;
|
|
}
|
|
.grouped-window-list-item-box.left {
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
border-left-width: 2px;
|
|
}
|
|
.grouped-window-list-item-box.left StBin {
|
|
padding-left: 1px;
|
|
}
|
|
.grouped-window-list-item-box:hover, .grouped-window-list-item-box:focus {
|
|
color: #ced6e0;
|
|
background-color: rgba(206, 214, 224, 0.3);
|
|
}
|
|
.grouped-window-list-item-box:active, .grouped-window-list-item-box:checked {
|
|
color: #ced6e0;
|
|
border-color: rgba(100, 181, 246, 0.35);
|
|
}
|
|
.grouped-window-list-item-box .progress {
|
|
background-color: rgba(100, 181, 246, 0.15);
|
|
}
|
|
.grouped-window-list-item-demands-attention {
|
|
background-gradient-direction: vertical;
|
|
background-gradient-start: #ff5f45;
|
|
background-gradient-end: #ff5f45;
|
|
}
|
|
.grouped-window-list-thumbnail-label {
|
|
padding-left: 4px;
|
|
}
|
|
.grouped-window-list-number-label {
|
|
z-index: 99;
|
|
color: #d0d0d0;
|
|
}
|
|
.grouped-window-list-badge {
|
|
border-radius: 256px;
|
|
background-color: #4a4a4a;
|
|
}
|
|
.grouped-window-list-button-label {
|
|
padding-left: 4px;
|
|
}
|
|
.grouped-window-list-thumbnail-alert {
|
|
background: rgba(255, 52, 52, 0.3);
|
|
}
|
|
.grouped-window-list-thumbnail-menu {
|
|
color: #ced6e0;
|
|
border: 1px solid #4a515e;
|
|
background-color: #57606f;
|
|
border-radius: 3px;
|
|
padding: 0px;
|
|
}
|
|
.grouped-window-list-thumbnail-menu > StBoxLayout {
|
|
padding: 4px;
|
|
}
|
|
.grouped-window-list-thumbnail-menu .item-box {
|
|
padding: 10px;
|
|
border-radius: 2px;
|
|
spacing: 4px;
|
|
}
|
|
.grouped-window-list-thumbnail-menu .item-box:outlined {
|
|
padding: 8px;
|
|
border: 1px solid rgba(100, 181, 246, 0.35);
|
|
}
|
|
.grouped-window-list-thumbnail-menu .item-box:selected {
|
|
border: 1px solid rgba(100, 181, 246, 0.35);
|
|
}
|
|
.grouped-window-list-thumbnail-menu .thumbnail {
|
|
width: 256px;
|
|
}
|
|
.grouped-window-list-thumbnail-menu .separator {
|
|
width: 1px;
|
|
background: rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
#overview-corner {
|
|
background-image: url("assets/misc/overview.png");
|
|
}
|
|
#overview-corner:hover {
|
|
background-image: url("assets/misc/overview-hover.png");
|
|
}
|
|
|
|
.applet-separator {
|
|
padding: 1px 4px;
|
|
}
|
|
.applet-separator.vertical {
|
|
padding: 4px 1px;
|
|
}
|
|
.applet-separator-line {
|
|
width: 1px;
|
|
background: rgba(255, 255, 255, 0.12);
|
|
}
|
|
.applet-separator-line-vertical {
|
|
height: 1px;
|
|
background: rgba(255, 255, 255, 0.12);
|
|
}
|
|
.applet-box {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
spacing: 4px;
|
|
color: #ced6e0;
|
|
text-shadow: none;
|
|
transition-duration: 100;
|
|
text-align: center;
|
|
}
|
|
.applet-box.vertical {
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
}
|
|
.applet-box:hover, .applet-box:checked {
|
|
color: #f2f5fc;
|
|
background-color: rgba(100, 181, 246, 0.35);
|
|
}
|
|
.applet-box:highlight {
|
|
background-image: none;
|
|
border-image: none;
|
|
background-color: rgba(252, 118, 97, 0.5);
|
|
}
|
|
.applet-label {
|
|
font-weight: bold;
|
|
color: #ced6e0;
|
|
}
|
|
.applet-label:hover, .applet-label:checked, .applet-box:hover .applet-label, .applet-box:checked .applet-label {
|
|
color: #f2f5fc;
|
|
text-shadow: none;
|
|
}
|
|
.applet-icon {
|
|
color: #f2f5fc;
|
|
icon-size: 22px;
|
|
}
|
|
.applet-icon:hover, .applet-icon:checked, .applet-box:hover > .applet-icon, .applet-box:checked > .applet-icon {
|
|
color: #f2f5fc;
|
|
text-shadow: none;
|
|
}
|
|
|
|
.user-icon {
|
|
width: 32px;
|
|
height: 32px;
|
|
background-color: transparent;
|
|
border: none;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.user-label {
|
|
color: #ced6e0;
|
|
font-size: 1em;
|
|
font-weight: bold;
|
|
margin: 0px;
|
|
}
|
|
|
|
.desklet {
|
|
color: #ced6e0;
|
|
}
|
|
.desklet:highlight {
|
|
background-color: rgba(252, 118, 97, 0.5);
|
|
}
|
|
.desklet-with-borders {
|
|
border: 1px solid #4a515e;
|
|
border-radius: 5px;
|
|
background-color: #57606f;
|
|
color: #ced6e0;
|
|
padding: 12px;
|
|
padding-bottom: 16px;
|
|
}
|
|
.desklet-with-borders:highlight {
|
|
background-color: rgba(252, 118, 97, 0.5);
|
|
}
|
|
.desklet-with-borders-and-header {
|
|
border: 1px solid #4a515e;
|
|
border-top-width: 0;
|
|
border-radius: 0 0 5px 5px;
|
|
background-color: #57606f;
|
|
color: #ced6e0;
|
|
border-radius: 0;
|
|
border-radius-topleft: 0;
|
|
border-radius-topright: 0;
|
|
padding: 12px;
|
|
padding-bottom: 17px;
|
|
}
|
|
.desklet-with-borders-and-header:highlight {
|
|
background-color: rgba(252, 118, 97, 0.5);
|
|
}
|
|
.desklet-header {
|
|
border: 1px solid #4a515e;
|
|
border-radius: 5px 5px 0 0;
|
|
background-color: #505966;
|
|
color: #ced6e0;
|
|
font-size: 1em;
|
|
padding: 12px;
|
|
padding-bottom: 6px;
|
|
}
|
|
.desklet-drag-placeholder {
|
|
border: 2px solid rgba(100, 181, 246, 0.35);
|
|
background-color: rgba(100, 181, 246, 0);
|
|
}
|
|
|
|
.photoframe-box {
|
|
border: 1px solid #4a515e;
|
|
border-radius: 5px;
|
|
background-color: #57606f;
|
|
color: #ced6e0;
|
|
padding: 12px;
|
|
padding-bottom: 16px;
|
|
}
|
|
|
|
.notification-applet-padding {
|
|
padding: 0.5em 1em;
|
|
}
|
|
|
|
.notification-applet-container {
|
|
max-height: 100px;
|
|
}
|
|
|
|
.tile-preview {
|
|
background-color: rgba(100, 181, 246, 0.15);
|
|
border: 1px solid rgba(100, 181, 246, 0.35);
|
|
}
|
|
.tile-preview.snap {
|
|
background-color: rgba(100, 181, 246, 0.15);
|
|
}
|
|
|
|
.tile-hud {
|
|
background-color: rgba(100, 181, 246, 0.15);
|
|
border: 1px solid rgba(100, 181, 246, 0.35);
|
|
}
|
|
.tile-hud.snap {
|
|
background-color: rgba(100, 181, 246, 0.15);
|
|
}
|
|
.tile-hud:top {
|
|
border-top-width: 0px;
|
|
}
|
|
.tile-hud:bottom {
|
|
border-bottom-width: 0px;
|
|
}
|
|
.tile-hud:left {
|
|
border-left-width: 0px;
|
|
}
|
|
.tile-hud:right {
|
|
border-right-width: 0px;
|
|
}
|
|
.tile-hud:top-left {
|
|
border-top-width: 0px;
|
|
border-left-width: 0px;
|
|
}
|
|
.tile-hud:top-right {
|
|
border-top-width: 0px;
|
|
border-right-width: 0px;
|
|
}
|
|
.tile-hud:bottom-left {
|
|
border-bottom-width: 0px;
|
|
border-left-width: 0px;
|
|
}
|
|
.tile-hud:bottom-right {
|
|
border-bottom-width: 0px;
|
|
border-right-width: 0px;
|
|
}
|
|
|
|
.xkcd-box {
|
|
padding: 6px;
|
|
border: 0px;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
border-radius: 0px;
|
|
} |