From cbbd23ec075997c5b2ffb634ee03724759fbe58e Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 10 Aug 2015 20:31:22 +0200 Subject: gnome-shell theme improvements and some osd redesign --- common/gnome-shell/3.16/gnome-shell.css | 653 +++++++++++++++++--------------- 1 file changed, 355 insertions(+), 298 deletions(-) (limited to 'common/gnome-shell/3.16/gnome-shell.css') diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index 67d565c..17db047 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -17,13 +17,11 @@ * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. */ stage { - font-family: Cantarell, Sans-Serif; + font-family: Futura Bk bt, Cantarell, Sans-Serif; font-size: 9pt; color: #5c616c; } -.button, .notification-banner .notification-button, -.notification-banner:hover .notification-button, -.notification-banner:focus .notification-button { +.button { min-height: 20px; padding: 5px 32px; transition-duration: 0; @@ -31,39 +29,71 @@ stage { text-shadow: 0 1px rgba(255, 255, 255, 0); box-shadow: inset 0 0 rgba(255, 255, 255, 0); color: #5c616c; - background-color: #fcfdfd; + background-color: #fbfbfc; border: 1px solid #cfd6e6; } - .button:focus, .notification-banner .notification-button:focus { + .button:focus { text-shadow: 0 1px rgba(255, 255, 255, 0); box-shadow: inset 0 0 rgba(255, 255, 255, 0); color: #5c616c; - background-color: #fcfdfd; + background-color: #fbfbfc; border: 1px solid #5294E2; } - .button:hover, .notification-banner .notification-button:hover { + .button:hover { text-shadow: 0 1px rgba(255, 255, 255, 0); box-shadow: inset 0 0 rgba(255, 255, 255, 0); color: #5c616c; - background-color: #fcfdfd; + background-color: #fbfbfc; border: 1px solid #5294E2; } - .button:hover:focus, .notification-banner .notification-button:hover:focus { + .button:hover:focus { text-shadow: 0 1px rgba(255, 255, 255, 0); box-shadow: inset 0 0 rgba(255, 255, 255, 0); color: #5294E2; - background-color: #fcfdfd; + background-color: #fbfbfc; border: 1px solid #5294E2; } - .button:active, .notification-banner .notification-button:active, - .button:active:focus, .notification-banner .notification-button:active:focus { + .button:active, .button:active:focus { text-shadow: 0 1px rgba(255, 255, 255, 0); box-shadow: inset 0 0 rgba(255, 255, 255, 0); color: #ffffff; background-color: #5294E2; border: 1px solid #5294E2; } - .button:insensitive, .notification-banner .notification-button:insensitive { + .button:insensitive { text-shadow: 0 1px rgba(255, 255, 255, 0); box-shadow: inset 0 0 rgba(255, 255, 255, 0); color: rgba(92, 97, 108, 0.55); border: 1px solid rgba(207, 214, 230, 0.55); - background-color: rgba(252, 253, 253, 0.55); } + background-color: rgba(251, 251, 252, 0.55); } + +.modal-dialog-button-box .button, .notification-banner .notification-button, +.notification-banner:hover .notification-button, +.notification-banner:focus .notification-button, .hotplug-notification-item { + text-shadow: 0 1px rgba(255, 255, 255, 0); + box-shadow: inset 0 0 rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid rgba(0, 0, 0, 0.45); + background-color: rgba(0, 0, 0, 0.3); } + .modal-dialog-button-box .button:hover, .notification-banner .notification-button:hover, + .hotplug-notification-item:hover { + text-shadow: 0 1px rgba(255, 255, 255, 0); + box-shadow: inset 0 0 rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid #5294E2; + background-color: rgba(0, 0, 0, 0.3); } + .modal-dialog-button-box .button:focus, .notification-banner .notification-button:focus, + .hotplug-notification-item:focus { + color: #5294E2; } + .modal-dialog-button-box .button:active, .notification-banner .notification-button:active, + .hotplug-notification-item:active { + text-shadow: 0 1px rgba(255, 255, 255, 0); + box-shadow: inset 0 0 rgba(255, 255, 255, 0); + color: #ffffff; + border: 1px solid #5294E2; + background-color: #5294E2; } + .modal-dialog-button-box .button:insensitive, .notification-banner .notification-button:insensitive, + .hotplug-notification-item:insensitive { + text-shadow: 0 1px rgba(255, 255, 255, 0); + box-shadow: inset 0 0 rgba(255, 255, 255, 0); + color: #555a62; + border: 1px solid rgba(0, 0, 0, 0.45); + background-color: rgba(0, 0, 0, 0.15); } StEntry { padding: 7px; @@ -84,8 +114,8 @@ StEntry { StEntry:insensitive { box-shadow: inset 0 0 rgba(255, 255, 255, 0); color: rgba(92, 97, 108, 0.55); - background-color: #fcfdfd; - border-color: 1px solid #e2e6ef; } + background-color: #fbfbfb; + border-color: 1px solid #e0e4ee; } StEntry StIcon.capslock-warning { icon-size: 16px; warning-color: #F27835; @@ -107,11 +137,11 @@ StScrollBar { border-radius: 8px; } StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { border-radius: 4px; - background-color: #babdc2; + background-color: #b8babf; border: 0px solid; margin: 0px; } StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #caccd0; } + background-color: #c7c9cd; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { background-color: #5294E2; } @@ -135,25 +165,25 @@ StScrollBar { .check-box StBin { width: 16px; height: 16px; - background-image: url("checkbox/checkbox-unchecked.svg"); } + background-image: url("light-assets/checkbox/checkbox-unchecked.svg"); } .check-box:focus StBin { - background-image: url("checkbox/checkbox-unchecked-focused.svg"); } + background-image: url("light-assets/checkbox/checkbox-unchecked-focused.svg"); } .check-box:checked StBin { - background-image: url("checkbox/checkbox-checked.svg"); } + background-image: url("light-assets/checkbox/checkbox-checked.svg"); } .check-box:focus:checked StBin { - background-image: url("checkbox/checkbox-checked-focused.svg"); } + background-image: url("light-assets/checkbox/checkbox-checked-focused.svg"); } .toggle-switch { - width: 52px; - height: 24px; + width: 50px; + height: 20px; background-size: contain; } .toggle-switch-us, .toggle-switch-intl { - background-image: url("switch/switch-off.svg"); } + background-image: url("light-assets/switch/switch-off.svg"); } .toggle-switch-us:checked, .toggle-switch-intl:checked { - background-image: url("switch/switch-on.svg"); } + background-image: url("light-assets/switch/switch-on.svg"); } .shell-link { color: #2679db; } @@ -170,59 +200,31 @@ StScrollBar { background-color: white; } .modal-dialog { - border-radius: 3px; color: #5c616c; - background-color: rgba(249, 250, 251, 0); + background-color: rgba(245, 246, 247, 0); border: none; - border-image: url("misc/modal.svg") 10 10 10 10; - padding: 0 6px 6px 6px; } - .modal-dialog > * { - padding: 14px; } + border-image: url("light-assets/misc/modal.svg") 9 9 9 67; + padding: 0 5px 6px 5px; } + .modal-dialog > StBoxLayout:first-child { + padding: 20px 10px 10px 10px; } .modal-dialog-button-box { - spacing: 0px; + spacing: 0; margin: 0px; - padding: 12px 24px; - background-color: #3c4049; - border: solid 0px rgba(0, 0, 0, 0.3); - border-top: 1px; - border-radius: 0px 0px 1px 1px; } - .modal-dialog-button-box .button, .modal-dialog-button-box .notification-banner .notification-button, .notification-banner .modal-dialog-button-box .notification-button { - text-shadow: 0 1px rgba(255, 255, 255, 0); - box-shadow: inset 0 0 rgba(255, 255, 255, 0); - color: #c4c7cc; - outline-color: rgba(168, 173, 181, 0.3); - border-color: rgba(168, 173, 181, 0.3); - background-color: rgba(48, 52, 59, 0.95); } - .modal-dialog-button-box .button:hover, .modal-dialog-button-box .notification-banner .notification-button:hover, .notification-banner .modal-dialog-button-box .notification-button:hover { - text-shadow: 0 1px rgba(255, 255, 255, 0); - box-shadow: inset 0 0 rgba(255, 255, 255, 0); - color: #ffffff; - border-color: #5294E2; - background-color: rgba(48, 52, 59, 0.95); } - .modal-dialog-button-box .button:focus, .modal-dialog-button-box .notification-banner .notification-button:focus, .notification-banner .modal-dialog-button-box .notification-button:focus { - color: #5294E2; } - .modal-dialog-button-box .button:active, .modal-dialog-button-box .notification-banner .notification-button:active, .notification-banner .modal-dialog-button-box .notification-button:active { - text-shadow: 0 1px rgba(255, 255, 255, 0); - box-shadow: inset 0 0 rgba(255, 255, 255, 0); - color: #ffffff; - border-color: #5294E2; - background-color: #5294E2; } - .modal-dialog-button-box .button:insensitive, .modal-dialog-button-box .notification-banner .notification-button:insensitive, .notification-banner .modal-dialog-button-box .notification-button:insensitive { - text-shadow: 0 1px rgba(255, 255, 255, 0); - box-shadow: inset 0 0 rgba(255, 255, 255, 0); - color: #5c6169; - border-color: rgba(168, 173, 181, 0.2); - background-image: rgba(53, 57, 65, 0.95); } + padding: 14px 10px; + background: none; + border: none; + border-image: url("common-assets/misc/button-box.svg") 9 9 9 9; } + .modal-dialog-button-box .button { + padding-top: 0; + padding-bottom: 0; + height: 30px; } .modal-dialog .run-dialog-entry { - width: 23em; } + width: 21em; } .modal-dialog .run-dialog-error-box { padding-top: 5px; spacing: 5px; } .modal-dialog .run-dialog-label { - font-size: 10pt; - font-weight: normal; - color: #5c616c; - padding-bottom: .8em; } + font-size: 0; } .show-processes-dialog-subject, .mount-question-dialog-subject, @@ -278,15 +280,15 @@ StScrollBar { .end-session-dialog-app-list-item-description { color: #686d7a; font-size: 8pt; } - .end-session-dialog .button:last-child, .end-session-dialog .notification-banner .notification-button:last-child, .notification-banner .end-session-dialog .notification-button:last-child { + .end-session-dialog .button:last-child { color: #ffffff; background-color: #F04A50; border-color: #F04A50; } - .end-session-dialog .button:last-child:hover, .end-session-dialog .notification-banner .notification-button:last-child:hover, .notification-banner .end-session-dialog .notification-button:last-child:hover { + .end-session-dialog .button:last-child:hover { color: #ffffff; background-color: #f47479; border-color: #f47479; } - .end-session-dialog .button:last-child:active, .end-session-dialog .notification-banner .notification-button:last-child:active, .notification-banner .end-session-dialog .notification-button:last-child:active { + .end-session-dialog .button:last-child:active { color: #ffffff; background-color: #ee3239; border-color: #ee3239; } @@ -404,11 +406,11 @@ StScrollBar { .popup-menu { min-width: 200px; color: #5c616c; - border-image: url("menu/menu.svg") 10 10 35 14; } + border-image: url("light-assets/menu/menu.svg") 9 9 9 9; } .popup-menu .popup-sub-menu { background: none; box-shadow: none; - border-image: url("menu/submenu.svg") 8 8 2 2; } + border-image: url("light-assets/menu/submenu.svg") 9 9 9 9; } .popup-menu .popup-menu-content { padding: 1em 0em 1em 0em; } .popup-menu .popup-menu-item { @@ -420,12 +422,11 @@ StScrollBar { .popup-menu .popup-menu-item:checked { background: none; box-shadow: none; - font-weight: normal; - border-image: url("menu/submenu-open.svg") 8 8 2 2; } + border-image: url("light-assets/menu/submenu-open.svg") 9 9 9 9; } .popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected { color: #5c616c; background-color: transparent; - border-image: url("menu/menu-hover.svg") 7 7 1 1; } + border-image: url("light-assets/menu/menu-hover.svg") 9 9 1 1; } .popup-menu .popup-menu-item:insensitive { color: rgba(92, 97, 108, 0.5); background: none; } @@ -452,9 +453,9 @@ StScrollBar { .candidate-popup-boxpointer { -arrow-border-radius: 2px; - -arrow-background-color: rgba(37, 39, 45, 0.95); + -arrow-background-color: rgba(42, 44, 51, 0.95); -arrow-border-width: 1px; - -arrow-border-color: rgba(21, 22, 25, 0.95); + -arrow-border-color: rgba(0, 0, 0, 0.4); -arrow-base: 5; -arrow-rise: 5; } @@ -463,7 +464,7 @@ StScrollBar { margin: 10px 0px; background-color: transparent; border: none; - border-image: url("menu/menu-separator.svg") 1 1 1 1; } + border-image: url("common-assets/menu-separator.svg") 1 1 1 1; } .background-menu { -boxpointer-gap: 4px; @@ -481,7 +482,7 @@ StScrollBar { background: none; border: none; border-radius: 5px; - border-image: url("misc/osd.svg") 10 10 9 11; } + border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } .osd-window .osd-monitor-label { font-size: 3em; } .osd-window .level { @@ -492,11 +493,11 @@ StScrollBar { color: #5294E2; } .resize-popup { - color: #A8ADB5; + color: #BAC3CF; background: none; border: none; border-radius: 5px; - border-image: url("misc/osd.svg") 10 10 9 11; + border-image: url("common-assets/misc/osd.svg") 9 9 9 9; padding: 12px; } .switcher-popup { @@ -506,7 +507,7 @@ StScrollBar { .switcher-list { background: none; border: none; - border-image: url("misc/bg.svg") 10 10 35 14; + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; border-radius: 3px; padding: 20px; } .switcher-list-item-container { @@ -532,7 +533,7 @@ StScrollBar { .switcher-arrow { border-color: transparent; - color: #A8ADB5; } + color: #BAC3CF; } .switcher-arrow:highlighted { color: #ffffff; } @@ -550,7 +551,7 @@ StScrollBar { .workspace-switcher-group { padding: 12px; } .workspace-switcher-container { - border-image: url("misc/bg.svg") 10 10 35 14; + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; border-radius: 3px; padding: 20px; padding-bottom: 24px; } @@ -563,10 +564,10 @@ StScrollBar { border: 1px solid #5294E2; } .ws-switcher-active-up { - background-image: url("misc/ws-switch-arrow-up.png"); } + background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } .ws-switcher-active-down { - background-image: url("misc/ws-switch-arrow-down.png"); } + background-image: url("common-assets/misc/ws-switch-arrow-down.png"); } .ws-switcher-box { height: 96px; @@ -585,19 +586,17 @@ StScrollBar { border-radius: 0px 0px 0 0; } #panel { - background-color: rgba(37, 39, 45, 0.95); - border-color: rgba(16, 17, 20, 0.95); - border-bottom-width: 1px; font-weight: bold; height: 2.1em; - min-height: 26px; } + min-height: 27px; + border-image: url("common-assets/panel/panel.svg") 1 1 1 1; } #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { background-color: transparent; border-image: none; } #panel:overview { - background-color: rgba(14, 15, 17, 0.8); } + border-image: url("common-assets/panel/panel-overview.svg") 1 1 1 1; } #panel #panelLeft, #panel #panelCenter { spacing: 8px; } #panel .panel-corner { @@ -612,28 +611,34 @@ StScrollBar { -panel-corner-background-color: transparent; -panel-corner-border-color: transparent; } #panel .panel-button { - -natural-hpadding: 12px; + -natural-hpadding: 10px; -minimum-hpadding: 6px; font-weight: bold; color: #ffffff; - transition-duration: 100ms; } + transition-duration: 100ms; + border-bottom-width: 1px; + border-color: transparent; } #panel .panel-button .app-menu-icon { width: 0; height: 0; - margin-left: 4px; - margin-right: 4px; } + margin-left: 0px; + margin-right: 0px; } #panel .panel-button:hover { color: #ffffff; - background-color: rgba(0, 0, 0, 0.17); } + background-color: rgba(0, 0, 0, 0.17); + border-bottom-width: 1px; + border-color: transparent; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { color: #ffffff; background-color: #5294E2; - box-shadow: none; } + box-shadow: none; + border-bottom-width: 1px; + border-color: black; } #panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon { icon-shadow: none; } #panel .panel-button .system-status-icon { icon-size: 16px; - padding: 0 8px; } + padding: 0 4px; } .unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { @@ -646,20 +651,21 @@ StScrollBar { .login-screen #panel .panel-button:active, .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { color: #737a88; } + #panel #panelActivities.panel-button { + -natural-hpadding: 12px; } #panel .panel-status-indicators-box, #panel .panel-status-menu-box { spacing: 2px; } #panel .screencast-indicator { - color: red; } - -#panelActivities > *, -#panelActivities:hover > *, -#panelActivities:focus > *, -#panelActivities:active > *, -#panelActivities:overview > *, -#panel:overview #panelActivities.panel-button:active > *, -#panel:overview #panelActivities.panel-button:focus > * { - background-image: url("misc/activities.svg"); + color: #FC4138; } + #panel .clock-display > * > *:last-child { + color: #5294E2; + margin-left: .3em; } + #panel .popup-menu-arrow { + width: 0; } + +#panel #panelActivities.panel-button > * { + background-image: url("common-assets/panel/activities.svg"); background-position: center top; width: 24px; height: 24px; @@ -671,13 +677,22 @@ StScrollBar { box-shadow: none !important; color: transparent; } +#panel #panelActivities.panel-button:active, #panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked { + background-color: transparent; + box-shadow: none; + border-bottom-width: 1px; + border-color: transparent; } + #panel #panelActivities.panel-button:active > *, #panel #panelActivities.panel-button:overview > *, #panel #panelActivities.panel-button:focus > *, #panel #panelActivities.panel-button:checked > * { + background-image: url("common-assets/panel/activities-active.svg"); } + .system-switch-user-submenu-icon { icon-size: 24px; border: 1px solid rgba(92, 97, 108, 0.4); } #appMenu { - spinner-image: url("misc/process-working.svg"); - spacing: 4px; } + spinner-image: url("common-assets/misc/process-working.svg"); + spacing: 4px; + padding: 0 8px; } #appMenu .label-shadow { color: transparent; } @@ -748,7 +763,7 @@ StScrollBar { text-shadow: 0 1px rgba(255, 255, 255, 0); box-shadow: inset 0 0 rgba(255, 255, 255, 0); color: #5c616c; - background-color: #fcfdfd; + background-color: #fbfbfc; border: 1px solid #5294E2; } .datemenu-today-button:active, .world-clocks-button:active, @@ -787,30 +802,30 @@ StScrollBar { background-color: transparent; } .calendar-change-month-back { - background-image: url("misc/calendar-arrow-left.svg"); } + background-image: url("light-assets/misc/calendar-arrow-left.svg"); } .calendar-change-month-back:focus, .calendar-change-month-back:hover { - background-image: url("misc/calendar-arrow-left-hover.svg"); } + background-image: url("light-assets/misc/calendar-arrow-left-hover.svg"); } .calendar-change-month-back:active { - background-image: url("misc/calendar-arrow-left.svg"); } + background-image: url("light-assets/misc/calendar-arrow-left.svg"); } .calendar-change-month-back:rtl { - background-image: url("misc/calendar-arrow-right.svg"); } + background-image: url("light-assets/misc/calendar-arrow-right.svg"); } .calendar-change-month-back:rtl:focus, .calendar-change-month-back:rtl:hover { - background-image: url("misc/calendar-arrow-right-hover.svg"); } + background-image: url("light-assets/misc/calendar-arrow-right-hover.svg"); } .calendar-change-month-back:rtl:active { - background-image: url("misc/calendar-arrow-right.svg"); } + background-image: url("light-assets/misc/calendar-arrow-right.svg"); } .calendar-change-month-forward { - background-image: url("misc/calendar-arrow-right.svg"); } + background-image: url("light-assets/misc/calendar-arrow-right.svg"); } .calendar-change-month-forward:focus, .calendar-change-month-forward:hover { - background-image: url("misc/calendar-arrow-right-hover.svg"); } + background-image: url("light-assets/misc/calendar-arrow-right-hover.svg"); } .calendar-change-month-forward:active { - background-image: url("misc/calendar-arrow-right.svg"); } + background-image: url("light-assets/misc/calendar-arrow-right.svg"); } .calendar-change-month-forward:rtl { - background-image: url("misc/calendar-arrow-left.svg"); } + background-image: url("light-assets/misc/calendar-arrow-left.svg"); } .calendar-change-month-forward:rtl:focus, .calendar-change-month-forward:rtl:hover { - background-image: url("misc/calendar-arrow-left-hover.svg"); } + background-image: url("light-assets/misc/calendar-arrow-left-hover.svg"); } .calendar-change-month-forward:rtl:active { - background-image: url("misc/calendar-arrow-left.svg"); } + background-image: url("light-assets/misc/calendar-arrow-left.svg"); } .calendar-day-base { font-size: 80%; @@ -867,74 +882,66 @@ StScrollBar { .message-list { width: 420px; } - -.message-list-sections { - spacing: 1.5em; } - -.message-list-section, -.message-list-section-list { - spacing: 0.7em; } - -.message-list-section-title-box { - spacing: 0.4em; } - -.message-list-section-close > StIcon { - icon-size: 16px; - border-radius: 8px; - color: #ffffff; - background-color: rgba(92, 97, 108, 0.5); } - -.message-list-section-close:hover > StIcon, -.message-list-section-close:focus > StIcon { - color: #ffffff; - background-color: #5c616c; } - -.message-list-section-close:active > StIcon { - color: #ffffff; - background-color: #5294E2; } + .message-list-sections { + spacing: 1.5em; } + .message-list-section, + .message-list-section-list { + spacing: 0.7em; } + .message-list-section-list-title-box { + spacing: 0.4em; } + .message-list-placeholder StIcon { + width: 0; + height: 0; } + .message-list-placeholder StLabel { + color: rgba(92, 97, 108, 0.55); } + .message-list-section-close > StIcon { + icon-size: 18px; + border-radius: 0px; + color: transparent; + background-color: transparent; + background-image: url("light-assets/misc/message-close.svg"); } + .message-list-section-close:hover > StIcon { + color: transparent; + background-color: transparent; + background-image: url("light-assets/misc/message-close-hover.svg"); } + .message-list-section-close:active > StIcon { + color: transparent; + background-color: transparent; + background-image: url("light-assets/misc/message-close-active.svg"); } .message { padding: 4px; color: #5c616c; - background-color: #fcfdfd; - border: 1px solid #cfd6e6; } + border-image: url("light-assets/misc/message.svg") 9 9 9 9; } .message:hover, .message:focus { color: #5c616c; - background-color: #fcfdfd; - border: 1px solid #5294E2; } + border-image: url("light-assets/misc/message-hover.svg") 9 9 9 9; } .message:active { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; } - -.message-icon-bin { - padding: 8px 0px 8px 8px; } - .message-icon-bin:rtl { - padding: 8px 8px 8px 0px; } - -.message-icon-bin > StIcon { - icon-size: 48px; } - -.message-secondary-bin { - color: rgba(92, 97, 108, 0.4); } - -.message-secondary-bin > StIcon { - icon-size: 16px; } - -.message-title { - font-weight: bold; - padding: 2px 0 2px 0; } - -.message-content { - padding: 8px; } + border-image: url("light-assets/misc/message-active.svg") 9 9 9 9; } + .message-icon-bin { + padding: 8px 0px 8px 8px; } + .message-icon-bin:rtl { + padding: 8px 8px 8px 0px; } + .message-icon-bin > StIcon { + icon-size: 48px; } + .message-secondary-bin { + color: rgba(92, 97, 108, 0.4); } + .message-secondary-bin > StIcon { + icon-size: 16px; } + .message-title { + font-weight: bold; + padding: 2px 0 2px 0; } + .message-content { + padding: 8px; } .ripple-box { width: 52px; height: 52px; - background-image: url("misc/corner-ripple-ltr.svg"); + background-image: url("common-assets/misc/corner-ripple-ltr.svg"); background-size: contain; } .ripple-box:rtl { - background-image: url("misc/corner-ripple-rtl.svg"); } + background-image: url("common-assets/misc/corner-ripple-rtl.svg"); } .popup-menu-arrow { width: 16px; @@ -944,12 +951,12 @@ StScrollBar { icon-size: 16px; } .window-close { - background-image: url("misc/close.svg"); + background-image: url("common-assets/misc/close.svg"); background-size: 26px; height: 26px; width: 26px; } .window-close:hover { - background-image: url("misc/close-hover.svg"); + background-image: url("common-assets/misc/close-hover.svg"); background-size: 26px; height: 26px; width: 26px; } @@ -981,7 +988,7 @@ StScrollBar { .nm-dialog-header-icon { icon-size: 32px; } .nm-dialog-scroll-view { - border: 1px solid #dde3e9; + border: 1px solid #dbdfe3; border-radius: 2px; background-color: #ffffff; } .nm-dialog-header { @@ -1028,7 +1035,7 @@ StScrollBar { .window-caption, .window-caption:hover { spacing: 25px; - color: #A8ADB5; + color: #BAC3CF; background-color: rgba(0, 0, 0, 0.7); border-radius: 2px; padding: 4px 12px; @@ -1094,27 +1101,35 @@ StScrollBar { .search-provider-icon-more { width: 16px; height: 16px; - background-image: url("misc/more-results.svg"); } + background-image: url("common-assets/misc/more-results.svg"); } #dash { font-size: 1em; - color: #A8ADB5; - background-color: rgba(37, 39, 45, 0.87); - padding: 6px 0px 6px 0px; - border-color: rgba(16, 17, 20, 0.87); - border-radius: 0px 3px 3px 0px; } + color: #BAC3CF; + background-color: transparent; + border: none; + padding: 6px 1px 6px 0px; + border-image: url("common-assets/dash/dash-left.svg") 3 3 3 3; } + .extended.left #dash { + border-image: url("common-assets/dash/dash-extended-left.svg") 3 3 3 3; } .right #dash, #dash:rtl { - padding: 6px 0px 6px 0px; - border-radius: 3px 0 0 3px; } + padding: 6px 0px 6px 1px; + border-image: url("common-assets/dash/dash-right.svg") 3 3 3 3; } + .extended.right #dash { + border-image: url("common-assets/dash/dash-extended-right.svg") 3 3 3 3; } .bottom #dash { - padding: 0px 6px 0px 6px; - border-radius: 3px 3px 0 0; } + padding: 1px 6px 0px 6px; + border-image: url("common-assets/dash/dash-bottom.svg") 3 3 3 3; } + .extended.bottom #dash { + border-image: url("common-assets/dash/dash-extended-bottom.svg") 3 3 3 3; } .top #dash { - padding: 0px 6px 0px 6px; - border-radius: 0 0 3px 3px; } + padding: 0px 6px 1px 6px; + border-image: url("common-assets/dash/dash-top.svg") 3 3 3 3; } + .extended.top #dash { + border-image: url("common-assets/dash/dash-extended-top.svg") 3 3 3 3; } #dash .placeholder { - background-image: url("dash/dash-placeholder.svg"); + background-image: url("common-assets/dash/dash-placeholder.svg"); background-size: contain; height: 24px; } #dash .empty-dash-drop-target { @@ -1166,6 +1181,23 @@ StScrollBar { margin-bottom: 6px; background-color: #5294E2; } +#dashtodockContainer .app-well-app-running-dot { + background: none; + width: 28px; + height: 4px; } + +#dashtodockContainer .running1 .app-well-app-running-dot { + background-image: url("common-assets/dash/running1.svg"); } + +#dashtodockContainer .running2 .app-well-app-running-dot { + background-image: url("common-assets/dash/running2.svg"); } + +#dashtodockContainer .running3 .app-well-app-running-dot { + background-image: url("common-assets/dash/running3.svg"); } + +#dashtodockContainer .running4 .app-well-app-running-dot { + background-image: url("common-assets/dash/running4.svg"); } + .show-apps .overview-icon { padding: 11px; background-color: rgba(0, 0, 0, 0.5); @@ -1197,34 +1229,36 @@ StScrollBar { .app-view-control { padding: 4px 32px; - color: rgba(255, 255, 255, 0.8); - background-color: rgba(14, 15, 17, 0.8); - border-color: rgba(168, 173, 181, 0.3); } + background-color: rgba(42, 44, 51, 0.95); + color: #BAC3CF; + border-color: rgba(0, 0, 0, 0.7); } .app-view-control:hover { - color: #ffffff; - background-color: rgba(14, 15, 17, 0.8); + background-color: rgba(42, 44, 51, 0.95); + color: #BAC3CF; border-color: #5294E2; } .app-view-control:checked { text-shadow: 0 1px rgba(255, 255, 255, 0); box-shadow: inset 0 0 rgba(255, 255, 255, 0); color: #ffffff; - border-color: #5294E2; + border: 1px solid #5294E2; background-color: #5294E2; } - .app-view-control:first-child:ltr, .app-view-control:last-child:rtl { + .app-view-control:first-child:ltr, + .app-view-control:last-child:rtl { border-radius: 2px 0 0 2px; } - .app-view-control:last-child:ltr, .app-view-control:first-child:rtl { + .app-view-control:last-child:ltr, + .app-view-control:first-child:rtl { border-radius: 0 2px 2px 0; } .search-provider-icon:active, .search-provider-icon:checked, .list-search-result:active, .list-search-result:checked { - background-color: rgba(37, 39, 45, 0.85); } + background-color: rgba(19, 20, 23, 0.85); } .search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, .list-search-result:focus, .list-search-result:selected, .list-search-result:hover { - background-color: rgba(168, 173, 181, 0.4); + background-color: rgba(186, 195, 207, 0.4); transition-duration: 200ms; } .app-well-app:active .overview-icon, @@ -1233,7 +1267,7 @@ StScrollBar { .app-well-app.app-folder:checked .overview-icon, .grid-search-result:active .overview-icon, .grid-search-result:checked .overview-icon { - background-color: rgba(37, 39, 45, 0.85); + background-color: rgba(19, 20, 23, 0.85); box-shadow: inset 0 0 #5294E2; } .app-well-app:hover .overview-icon, @@ -1245,7 +1279,7 @@ StScrollBar { .grid-search-result:hover .overview-icon, .grid-search-result:focus .overview-icon, .grid-search-result:selected .overview-icon { - background-color: rgba(168, 173, 181, 0.4); + background-color: rgba(186, 195, 207, 0.4); transition-duration: 0ms; border-image: none; background-image: none; } @@ -1268,11 +1302,11 @@ StScrollBar { text-align: center; } .app-well-app.app-folder > .overview-icon { - background-color: rgba(14, 15, 17, 0.8); - border: 1px solid rgba(168, 173, 181, 0.3); } + background-color: rgba(8, 8, 9, 0.8); + border: 1px solid rgba(186, 195, 207, 0.3); } .app-well-app.app-folder:hover > .overview-icon { - background-color: rgba(60, 64, 73, 0.95); } + background-color: rgba(54, 57, 65, 0.95); } .app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { background-color: #5294E2; @@ -1283,11 +1317,12 @@ StScrollBar { .app-folder-popup { -arrow-border-radius: 2px; - -arrow-background-color: rgba(14, 15, 17, 0.8); - -arrow-border-color: rgba(168, 173, 181, 0.3); - -arrow-border-width: 1px; - -arrow-base: 5; - -arrow-rise: 5; } + -arrow-background-color: transparent; + -arrow-border-color: transparent; + -arrow-border-width: 0; + -arrow-base: 0; + -arrow-rise: 0; + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; } .app-folder-popup-bin { padding: 5px; } @@ -1302,14 +1337,14 @@ StScrollBar { .page-indicator .page-indicator-icon { width: 18px; height: 18px; - background-image: url(misc/page-indicator-inactive.svg); } + background-image: url(common-assets/misc/page-indicator-inactive.svg); } .page-indicator:hover .page-indicator-icon { - background-image: url(misc/page-indicator-hover.svg); } + background-image: url(common-assets/misc/page-indicator-hover.svg); } .page-indicator:active .page-indicator-icon { - background-image: url(misc/page-indicator-active.svg); } + background-image: url(common-assets/misc/page-indicator-active.svg); } .page-indicator:checked .page-indicator-icon, .page-indicator:checked:active { - background-image: url(misc/page-indicator-checked.svg); } + background-image: url(common-assets/misc/page-indicator-checked.svg); } .app-well-app > .overview-icon.overview-icon-with-label, .grid-search-result .overview-icon.overview-icon-with-label { @@ -1321,13 +1356,11 @@ StScrollBar { spacing: 11px; padding: 12px; padding-right: 7px; - border-radius: 3px 0 0 3px; - background-color: rgba(37, 39, 45, 0.87); - border-color: rgba(16, 17, 20, 0.87); } + border-image: url("common-assets/dash/dash-right.svg") 9 9 9 9; } .workspace-thumbnails:rtl { padding: 12px; padding-left: 7px; - border-radius: 0 3px 3px 0; } + border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; } .workspace-thumbnail-indicator { border: 4px solid rgba(82, 148, 226, 0.8); @@ -1354,11 +1387,10 @@ StScrollBar { width: 34em; margin: 5px; padding: 10px; - border-radius: 2px; - color: #5c616c; - background-color: #f9fafb; - border: 0px solid transparent; - box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); } + color: #BAC3CF; + background-color: transparent; + border: 1px solid transparent; + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; } .notification-banner .notification-icon, .notification-banner:hover .notification-icon, .notification-banner:focus .notification-icon { @@ -1377,7 +1409,7 @@ StScrollBar { .notification-banner:focus .notification-actions { background-color: transparent; padding: 2px 2px 0 2px; - spacing: 1px; } + spacing: 3px; } .notification-banner .notification-button, .notification-banner:hover .notification-button, .notification-banner:focus .notification-button { @@ -1399,7 +1431,7 @@ StScrollBar { margin: 5px; } .chat-log-message { - color: #5c616c; } + color: #BAC3CF; } .chat-new-group { padding-top: 1em; } @@ -1410,6 +1442,17 @@ StScrollBar { padding-left: 0px; padding-right: 4px; } +StEntry.chat-response { + box-shadow: inset 0 0 rgba(255, 255, 255, 0); + color: #BAC3CF; + background-color: rgba(0, 0, 0, 0.2); + border: 1px solid rgba(0, 0, 0, 0.4); } + StEntry.chat-response:focus { + box-shadow: inset 0 0 rgba(255, 255, 255, 0); + color: #BAC3CF; + background-color: rgba(0, 0, 0, 0.2); + border: 1px solid #5294E2; } + .chat-sent { padding-left: 18pt; color: #5294E2; } @@ -1421,7 +1464,7 @@ StScrollBar { padding-left: 4px; font-size: 9pt; font-weight: bold; - color: rgba(92, 97, 108, 0.6); } + color: rgba(186, 195, 207, 0.6); } .chat-meta-message:rtl { padding-left: 0; padding-right: 4px; } @@ -1436,7 +1479,7 @@ StScrollBar { .hotplug-notification-item { padding: 2px 10px; } .hotplug-notification-item:focus { - padding: 1px 71px 1px 11px; } + padding: 2px 10px; } .hotplug-notification-item-icon { icon-size: 24px; @@ -1449,7 +1492,7 @@ StScrollBar { spacing: 8px; border-radius: 4px; } .hotplug-resident-mount:hover { - background-color: rgba(249, 250, 251, 0.3); } + background-color: rgba(245, 246, 247, 0.3); } .hotplug-resident-mount-label { color: inherit; @@ -1468,7 +1511,7 @@ StScrollBar { color: pink; } .legacy-tray { - background-color: rgba(37, 39, 45, 0.95); + background-color: rgba(31, 33, 37, 0.95); border-width: 0; } .legacy-tray:ltr { border-radius: 0 2px 0 0; @@ -1504,7 +1547,10 @@ StScrollBar { border-width: 0; } #keyboard { - background-color: rgba(37, 39, 45, 0.9); } + background-color: rgba(42, 44, 51, 0.95); + border-width: 0; + border-top-width: 1px; + border-color: rgba(0, 0, 0, 0.4); } .keyboard-layout { spacing: 10px; @@ -1514,48 +1560,43 @@ StScrollBar { spacing: 15px; } .keyboard-key { - text-shadow: 0 1px rgba(255, 255, 255, 0); - box-shadow: inset 0 0 rgba(255, 255, 255, 0); - color: #c4c7cc; - outline-color: rgba(168, 173, 181, 0.3); - border-color: rgba(168, 173, 181, 0.3); - background-color: rgba(48, 52, 59, 0.95); min-height: 2em; min-width: 2em; font-size: 14pt; font-weight: bold; border-radius: 3px; - box-shadow: none; } - .keyboard-key:focus { - text-shadow: 0 1px rgba(255, 255, 255, 0); - box-shadow: inset 0 0 rgba(255, 255, 255, 0); - color: #5c616c; - background-color: #fcfdfd; - border: 1px solid #5294E2; } - .keyboard-key:hover, .keyboard-key:checked { + box-shadow: none; + text-shadow: 0 1px rgba(255, 255, 255, 0); + box-shadow: inset 0 0 rgba(255, 255, 255, 0); + color: #BAC3CF; + border: 1px solid rgba(0, 0, 0, 0.45); + background-color: rgba(0, 0, 0, 0.3); } + .keyboard-key:hover { text-shadow: 0 1px rgba(255, 255, 255, 0); box-shadow: inset 0 0 rgba(255, 255, 255, 0); - color: #ffffff; - border-color: #5294E2; - background-color: rgba(48, 52, 59, 0.95); } - .keyboard-key:active { + color: #BAC3CF; + border: 1px solid #5294E2; + background-color: rgba(0, 0, 0, 0.3); } + .keyboard-key:active, .keyboard-key:checked { text-shadow: 0 1px rgba(255, 255, 255, 0); box-shadow: inset 0 0 rgba(255, 255, 255, 0); color: #ffffff; - border-color: #5294E2; + border: 1px solid #5294E2; background-color: #5294E2; } .keyboard-key:grayed { - background-color: rgba(60, 64, 73, 0.95); - color: #A8ADB5; - border-color: rgba(0, 0, 0, 0.7); } + text-shadow: 0 1px rgba(255, 255, 255, 0); + box-shadow: inset 0 0 rgba(255, 255, 255, 0); + color: #555a62; + border: 1px solid rgba(0, 0, 0, 0.45); + background-color: rgba(0, 0, 0, 0.15); } .keyboard-subkeys { - color: white; + color: #BAC3CF; padding: 5px; -arrow-border-radius: 2px; - -arrow-background-color: rgba(37, 39, 45, 0.9); - -arrow-border-width: 0px; - -arrow-border-color: transparent; + -arrow-background-color: rgba(42, 44, 51, 0.95); + -arrow-border-width: 1px; + -arrow-border-color: rgba(0, 0, 0, 0.4); -arrow-base: 20px; -arrow-rise: 10px; -boxpointer-gap: 5px; } @@ -1563,17 +1604,17 @@ StScrollBar { .candidate-popup-content { padding: 0.5em; spacing: 0.3em; - color: #A8ADB5; + color: #BAC3CF; font-size: 1.15em; } .candidate-index { padding: 0 0.5em 0 0; - color: #c4c7cc; } + color: #d8dde4; } .candidate-box { padding: 0.3em 0.5em 0.3em 0.5em; - border-radius: 4px; - color: #A8ADB5; } + border-radius: 2px; + color: #BAC3CF; } .candidate-box:selected, .candidate-box:hover { background-color: #5294E2; color: #ffffff; } @@ -1605,7 +1646,7 @@ StScrollBar { border-radius: 2px; } .framed-user-icon:hover { border-color: transparent; - color: #fbfbfb; } + color: white; } .login-dialog-banner-view { padding-top: 24px; @@ -1622,13 +1663,13 @@ StScrollBar { text-shadow: 0 1px rgba(255, 255, 255, 0); box-shadow: inset 0 0 rgba(255, 255, 255, 0); color: #5c616c; - background-color: #fcfdfd; + background-color: #fbfbfc; border: 1px solid #cfd6e6; } .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { text-shadow: 0 1px rgba(255, 255, 255, 0); box-shadow: inset 0 0 rgba(255, 255, 255, 0); color: #5c616c; - background-color: #fcfdfd; + background-color: #fbfbfc; border: 1px solid #5294E2; } .login-dialog .modal-dialog-button:default:active { text-shadow: 0 1px rgba(255, 255, 255, 0); @@ -1641,13 +1682,13 @@ StScrollBar { box-shadow: inset 0 0 rgba(255, 255, 255, 0); color: rgba(92, 97, 108, 0.55); border: 1px solid rgba(207, 214, 230, 0.55); - background-color: rgba(252, 253, 253, 0.55); } + background-color: rgba(251, 251, 252, 0.55); } .login-dialog-logo-bin { padding: 24px 0px; } .login-dialog-banner { - color: #8c939e; } + color: #9ca9ba; } .login-dialog-button-box { spacing: 5px; } @@ -1665,12 +1706,12 @@ StScrollBar { padding-left: 2px; } .login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label { - color: #A8ADB5; } + color: #BAC3CF; } .login-dialog-not-listed-label { font-size: 90%; font-weight: bold; - color: #5a606a; + color: #62758e; padding-top: 1em; } .login-dialog-user-list-view { @@ -1689,7 +1730,7 @@ StScrollBar { .login-dialog-user-list-item { border-radius: 5px; padding: .2em; - color: #5a606a; } + color: #62758e; } .login-dialog-user-list-item:ltr { padding-right: 1em; } .login-dialog-user-list-item:rtl { @@ -1700,13 +1741,13 @@ StScrollBar { .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; margin: 2px 0 0 0; - background-color: #A8ADB5; } + background-color: #BAC3CF; } .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { background-color: #ffffff; } .login-dialog-username, .user-widget-label { - color: #A8ADB5; + color: #BAC3CF; font-size: 120%; font-weight: bold; text-align: left; @@ -1725,7 +1766,7 @@ StScrollBar { width: 23em; } .login-dialog-prompt-label { - color: #727985; + color: #7e8fa5; font-size: 110%; padding-top: 1em; } @@ -1733,11 +1774,11 @@ StScrollBar { icon-size: 1.25em; } .login-dialog-session-list-button { - color: #5a606a; } + color: #62758e; } .login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus { - color: #A8ADB5; } + color: #BAC3CF; } .login-dialog-session-list-button:active { - color: #2b2e33; } + color: #394351; } .screen-shield-arrows { padding-bottom: 3em; } @@ -1774,9 +1815,9 @@ StScrollBar { .screen-shield-notifications-container .notification, .screen-shield-notifications-container .screen-shield-notification-source { padding: 12px 6px; - border: 1px solid rgba(168, 173, 181, 0.2); - background-color: rgba(60, 64, 73, 0.45); - color: #A8ADB5; + border: 1px solid rgba(186, 195, 207, 0.2); + background-color: rgba(42, 44, 51, 0.45); + color: #BAC3CF; border-radius: 4px; } .screen-shield-notifications-container .notification { margin-right: 15px; } @@ -1789,7 +1830,7 @@ StScrollBar { padding: 0px 0px 0px 12px; } #panel.lock-screen { - background-color: rgba(60, 64, 73, 0.5); } + background-color: rgba(42, 44, 51, 0.5); } .screen-shield-background { background: black; @@ -1800,9 +1841,9 @@ StScrollBar { background-repeat: repeat; } #screenShieldNotifications StButton#vhandle, #screenShieldNotifications StButton#hhandle { - background-color: rgba(249, 250, 251, 0.3); } + background-color: rgba(245, 246, 247, 0.3); } #screenShieldNotifications StButton#vhandle:hover, #screenShieldNotifications StButton#vhandle:focus, #screenShieldNotifications StButton#hhandle:hover, #screenShieldNotifications StButton#hhandle:focus { - background-color: rgba(249, 250, 251, 0.5); } + background-color: rgba(245, 246, 247, 0.5); } #screenShieldNotifications StButton#vhandle:active, #screenShieldNotifications StButton#hhandle:active { background-color: rgba(82, 148, 226, 0.5); } @@ -1811,12 +1852,12 @@ StScrollBar { padding: 8px 8px 10px 8px; background-color: rgba(0, 0, 0, 0.7); border: 1px solid black; - border-image: url("misc/osd.svg") 10 10 9 11; + border-image: url("common-assets/misc/bg.svg") 9 9 9 9; border-radius: 2px; - color: #A8ADB5; } + color: #BAC3CF; } #LookingGlassDialog > #Toolbar { padding: 3px; - border: 1px solid rgba(44, 47, 53, 0.95); + border: none; background-color: transparent; border-radius: 0px; } #LookingGlassDialog .labels { @@ -1825,7 +1866,7 @@ StScrollBar { -natural-hpadding: 12px; -minimum-hpadding: 6px; font-weight: bold; - color: #A8ADB5; + color: #BAC3CF; transition-duration: 100ms; padding-left: .3em; padding-right: .3em; } @@ -1843,13 +1884,17 @@ StScrollBar { spacing: 4px; } .lg-dialog StEntry { - background-color: rgba(0, 0, 0, 0.3); - color: #A8ADB5; selection-background-color: #5294E2; selected-color: #ffffff; - border-color: rgba(168, 173, 181, 0.3); } + box-shadow: inset 0 0 rgba(255, 255, 255, 0); + color: #BAC3CF; + background-color: rgba(0, 0, 0, 0.2); + border: 1px solid rgba(0, 0, 0, 0.4); } .lg-dialog StEntry:focus { - border-color: #5294E2; } + box-shadow: inset 0 0 rgba(255, 255, 255, 0); + color: #BAC3CF; + background-color: rgba(0, 0, 0, 0.2); + border: 1px solid #5294E2; } .lg-dialog .shell-link { color: #2679db; } @@ -1878,9 +1923,9 @@ StScrollBar { spacing: 6px; } .lg-extension { - border: 1px solid #dde3e9; + border: 1px solid rgba(0, 0, 0, 0.7); border-radius: 2px; - background-color: #f9fafb; + background-color: rgba(42, 44, 51, 0.95); padding: 4px; } .lg-extension-name { @@ -1894,3 +1939,15 @@ StScrollBar { border: 1px solid grey; border-radius: 2px; padding: 6px; } + +/*tweaks*/ +.panel-button:active, +.panel-button:overview, +.panel-button:focus, +.panel-button:hover, +#appMenu, +#panel { + text-shadow: 0px 0px white; } + +stage { + font-weight: bold; } -- cgit v1.2.3