From d74f4392341403bbe5bf653f8b1407324f649b2e Mon Sep 17 00:00:00 2001 From: Elbullazul Date: Tue, 15 Dec 2015 09:47:37 -0500 Subject: [PATCH] 9:47 15/12/2015 Update --- Changelog.txt | 2 + Windows 10 Dark/cinnamon/cinnamon.css | 2 +- Windows 10 Dark/gnome-shell/gnome-shell.css | 238 +++++++++---------- Windows 10 Light/cinnamon/cinnamon.css | 2 +- Windows 10 Light/gnome-shell/gnome-shell.css | 238 +++++++++---------- 5 files changed, 242 insertions(+), 240 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index d26240f..f372baf 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -91,3 +91,5 @@ v0.8 (all themes) : New Plasma 5 Theme for both Dark and Light (new name for the v0.8 Service Pack 1 (all themes) : Bug correction for Cinnamon theme. Called SP1 since no new material is added. v0.8.1 (all themes) : Adjusted a couple of stuff for Cinnamon 2.8 and previous versions. Still searching for a way to center text in titlebars... + +v0.8.2 (all themes; not Legacy) : Major improvements on the gnome-shell theme, notification bg color fixed, as well as other small improvements in color and borders for a more windowish experience. diff --git a/Windows 10 Dark/cinnamon/cinnamon.css b/Windows 10 Dark/cinnamon/cinnamon.css index 866fed7..14cf45a 100644 --- a/Windows 10 Dark/cinnamon/cinnamon.css +++ b/Windows 10 Dark/cinnamon/cinnamon.css @@ -413,7 +413,7 @@ background: #111; * ===================================================================*/ .expo-background { - background: rgba(0, 0, 0, .8) url("expo-scale-assets/stripes.svg"); + background: rgba(0, 0, 0, .2) url("expo-scale-assets/stripes.svg"); background-repeat: none; } diff --git a/Windows 10 Dark/gnome-shell/gnome-shell.css b/Windows 10 Dark/gnome-shell/gnome-shell.css index 30ef45b..b02a1ea 100644 --- a/Windows 10 Dark/gnome-shell/gnome-shell.css +++ b/Windows 10 Dark/gnome-shell/gnome-shell.css @@ -1,4 +1,4 @@ -/* Windows 10 Default Theme +/* Windows 10 Default Theme * *Author : Christian Medel (Elbullazul) * @@ -28,7 +28,7 @@ stage { border: none; margin-top: 0.5em; padding: 4px 32px; - color: #fff; + color: white; font-weight: bold; background-color: rgba(0,0,0,0.95); background-gradient-direction: none; @@ -38,7 +38,7 @@ stage { text-shadow: none; icon-shadow: none; } .button:hover, .button:focus { - color: #fff; + color: white; border: none; background-color: #1f1f1f; background-gradient-direction: none; @@ -48,7 +48,7 @@ stage { text-shadow: none; icon-shadow: none; } .button:insensitive { - color: #fff; + color: white; border: none; background-color: rgba(0,0,0,0.0.5); background-gradient-direction: none; @@ -56,7 +56,7 @@ stage { text-shadow: none; icon-shadow: none; } .button:active { - color: #fff; + color: white; border: none; background-color: rgba(0,0,0,0.95); background-gradient-direction: none; @@ -71,16 +71,16 @@ StEntry { border-radius: 0px; padding: 4px; border-width: 1px; - color: #ffffff; + color: white; background-color: #1f1f1f; background-gradient-direction: none; border-color: rgba(0,0,0,0); box-shadow: none; selection-background-color:#3c90b5; - selected-color: #ffffff; } + selected-color: white; } StEntry:focus { background-color: #3c90b5; - color: #fff; + color: white; box-shadow: none; border-color: rgba(0,0,0,0); } StEntry:insensitive { @@ -119,7 +119,7 @@ StScrollBar { .slider { height: 1.09em; -slider-height: 3px; - -slider-background-color: #fff; + -slider-background-color: white; -slider-border-color: #adadad; -slider-active-background-color:#c6c6c6; -slider-active-border-color:#c6c6c6; @@ -168,7 +168,7 @@ StScrollBar { .modal-dialog { border-radius: 0px; - color: #fff; + color: white; background-color: black; border: none; border: none; @@ -180,7 +180,7 @@ StScrollBar { background-gradient-direction: none; box-shadow: none; border: none; - color: #fff; + color: white; border-radius: 0px; margin-bottom: 6px; } .modal-dialog .run-dialog-error-box { @@ -191,7 +191,7 @@ StScrollBar { .modal-dialog .run-dialog-label { font-size: 12pt; font-weight: bold; - color: #fff; + color: white; padding-bottom: .4em; } .button-dialog-button-box { @@ -311,7 +311,7 @@ StScrollBar { padding-left: 32px; } .show-processes-dialog-app-list-item { - color: #fff; } + color: white; } .show-processes-dialog-app-list-item:hover { color: #acacac; } .show-processes-dialog-app-list-item:ltr { @@ -342,7 +342,7 @@ StScrollBar { .prompt-dialog-headline { font-weight: bold; - color: #fff; } + color: white; } .prompt-dialog-description:rtl { text-align: right; } @@ -398,8 +398,8 @@ StScrollBar { border-radius: 0px; min-width: 200px; } .popup-menu .popup-sub-menu { - background-color: #000; - color: #fff; + background-color: black; + color: white; background-gradient-direction: none; border-width: 0px; box-shadow: none;} @@ -417,16 +417,16 @@ StScrollBar { font-weight: bold; } .popup-menu .popup-menu-item:hover, .popup-menu .popup-menu-item:focus { background-color: rgba(0,0,0,1); - color: #fff } + color: white } .popup-menu .popup-menu-item:active { background-color: #3c90b5; - color: #fff; } + color: white; } .popup-menu .popup-menu-item:insensitive { color: rgba(255,255,255,0.2); } .popup-menu .active { background-color:#3c90b5; } .popup-menu .popup-inactive-menu-item { - color: #fff; } + color: white; } .popup-menu .popup-inactive-menu-item:insensitive { color: rgba(0,0,0,0.2); } .popup-menu.panel-menu { @@ -485,7 +485,7 @@ StScrollBar { height: 0.6em; border-radius: 0.3em; background-color: rgba(0, 0, 0, 1); - color: #fff; } + color: white; } /* App Switcher */ .switcher-popup { @@ -497,15 +497,15 @@ StScrollBar { .switcher-list .item-box { padding: 8px; - border-radius: 4px; } + border-radius: 0; } .switcher-list .item-box:outlined { padding: 6px; - border: 2px solid rgba(0,0,0,0.7); } + border: 0 solid rgba(0,0,0,0.7); } .switcher-list .item-box:selected { background-color:#3c90b5; - color: #fff; } + color: white; } .switcher-list .thumbnail-box { padding: 2px; @@ -545,7 +545,7 @@ StScrollBar { .ws-switcher-active-up, .ws-switcher-active-down { height: 50px; background-color:#3c90b5; - color: #ffffff; + color: white; background-size: 32px; border-radius: 0px; } @@ -558,8 +558,8 @@ StScrollBar { .osd-window, .resize-popup, .switcher-list, .workspace-switcher-container { - color: #fff; - background-color: #000; + color: white; + background-color: black; border: none; border-radius: 0px; padding: 12px; @@ -569,24 +569,24 @@ StScrollBar { /* Tiled window previews */ .tile-preview { background-color: rgba(40, 40, 40, 0.5); - border: 1px solid#3c90b5; } + border: 1px solid #3c90b5; } .tile-preview-left.on-primary { - border-radius: 0px 0px 0 0; } + border-radius: 0 0 0 0; } .tile-preview-right.on-primary { - border-radius: 0 0px 0 0; } + border-radius: 0 0 0 0; } .tile-preview-left.tile-preview-right.on-primary { - border-radius: 0px 0px 0 0; } + border-radius: 0 0 0 0; } /* TOP BAR */ #panel { font-weight: normal; - color: #fff; + color: white; height: 32px; background-color: rgba(0, 0, 0, 0.95); - text-shadow: 0 0 4px white; + text-shadow: 0 0 4px 0 white; } #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { background-color: transparent; } @@ -657,7 +657,7 @@ StScrollBar { } #calendarArea { padding: 0.75em 1.0em; - color: rgba(255,255,255,0.5); + color: rgba(255,255,255,0.9); } .calendar { @@ -810,7 +810,7 @@ StScrollBar { icon-size: 16px; padding: 1px; border-radius: 10px; - color: rgba(255,255,255,0.4); + color: black; background-color: rgba(255,255,255,1.0); } /* FIXME: how do you do this in sass? */ @@ -821,18 +821,18 @@ StScrollBar { /* Mensajes en pagina mes */ .message { - background-color: #FFFFFF; + background-color: transparent; margin: 4px; border-radius: 0px;} .message:hover, .message:focus { - background-color: #ededed; + background-color: rgba(0,0,0,0.4); box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2); margin-bottom: 6px; margin-top: 2px; border-radius: 0px; transition-duration: 200ms; } .message:active { - background-color: #fff; + background-color: rgba(0,0,0,0.6); box-shadow: none; margin: 4px; border-radius: 0px; } @@ -868,7 +868,7 @@ StScrollBar { border: none; } #appMenu { - spinner-image: url("assets/process-working.svg"); + spinner-image: none /*url("assets/process-working.svg")*/; spacing: 4px; } #appMenu .label-shadow { color: transparent; } @@ -891,14 +891,14 @@ StScrollBar { border: 1px solid rgba(0,0,0,0.2); } .system-menu-action:hover, .system-menu-action:focus { - color: #ffffff; + color: white; background-color:#3c90b5; border: none; padding: 14px; } .system-menu-action:active { background-color: #b2b2b2; - color: #ffffff; + color: white; } .system-menu-action > StIcon { icon-size: 16px; @@ -958,7 +958,7 @@ StScrollBar { text-align: center; } .nm-dialog-airplane-text { - color: #fff; } + color: white; } .nm-dialog-header-icon { icon-size: 32px; } @@ -978,7 +978,7 @@ StScrollBar { .nm-dialog-item:selected { background-color:#3c90b5; - color: #fff; } + color: white; } .nm-dialog-icons { spacing: .5em; } @@ -1015,9 +1015,9 @@ StScrollBar { .window-caption { spacing: 25px; - color: #fff; + color: white; background-color: rgba(0,0,0,0.8); - border-radius: 3px; + border-radius: 0; padding: 4px 12px; -shell-caption-spacing: 12px; } .window-caption:hover { @@ -1035,7 +1035,7 @@ StScrollBar { background-color: rgba(255,255,255,0.9); background-gradient-direction: none; padding: 7px 9px; - border-radius: 2px; + border-radius: 0; box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5); } .search-entry:hover { @@ -1052,7 +1052,7 @@ StScrollBar { .search-entry .search-entry-icon { icon-size: 1em; padding: 0 4px; - color: #000000; + color: black; } .search-entry:hover .search-entry-icon { color: #5e5e5e; @@ -1098,10 +1098,10 @@ StScrollBar { .list-search-result-title { font-size: 1.5em; - color: #fff; } + color: white; } .list-search-result-description { - color: #fff; } + color: white; } .search-provider-icon { padding: 15px; } @@ -1141,7 +1141,7 @@ StScrollBar { } .dash-label { - border-radius: 7px; + border-radius: 0; padding: 4px 12px; color: white; background-color: rgba(39, 47, 50, 0.7); @@ -1168,17 +1168,17 @@ StScrollBar { background-color: rgba(0,0,0,0.85); padding: 4px 32px; border-width: 0px; - color: #fff; + color: white; } .app-view-control:hover { - color: #fff; + color: white; background-gradient-direction: none; background-color: rgba(0,0,0,0.9); border-color: rgba(0,0,0,0.7); border-width: 0px; } .app-view-control:checked { - color: #fff; + color: white; border-color: rgba(0,0,0,0); border-width: 0px; background-gradient-direction: none; @@ -1190,12 +1190,12 @@ StScrollBar { } .app-view-control:first-child { background-gradient-direction: none; - border-radius: 0px 0 0 0px; + border-radius: 0 0 0 0; } .app-view-control:last-child { border-right-width: 0; background-gradient-direction: none; - border-radius: 0 0px 0px 0; + border-radius: 0 0 0 0; } .search-provider-icon:active, .search-provider-icon:checked, @@ -1265,7 +1265,7 @@ StScrollBar { .app-well-app.app-folder .overview-icon, .show-apps .overview-icon, .grid-search-result .overview-icon { - color: #fff; + color: white; border-radius: 4px; padding: 6px; border: 1px solid transparent; @@ -1317,18 +1317,18 @@ StScrollBar { visible-width: 32px; spacing: 11px; padding: 8px; - border-radius: 6px 0 0 6px; - color: #fff; - background-color: rgba(0,0,0,0.1); + border-radius: 0 0 0 0; + color: white; + background-color: rgba(0,0,0,0.6); border: 0; } .workspace-thumbnails:rtl { - border-radius: 0 6px 6px 0; + border-radius: 0 0 0 0; } .workspace-thumbnail-indicator { - border: 5px solid white; - border-radius: 2px; + border: 3px #004d8c; + border-radius: 0; padding: 0px; } @@ -1341,7 +1341,7 @@ StScrollBar { .search-statustext, .no-frequent-applications-label { font-size: 2em; font-weight: bold; - color: #fff; } + color: white; } /* NOTIFICATIONS & MESSAGE TRAY */ .url-highlighter { @@ -1351,15 +1351,15 @@ StScrollBar { font-size: 11pt; width: 34em; margin: 5px; - border-radius: 2px; - color: #fff; - background-color: #000; + border-radius: 0; + color: white; + background-color: black; border: none; border-width: 0px; box-shadow: 0 3px 8px 0 rgba(0,0,0,0.5); } .notification-banner:hover, .notification-banner:focus { margin: 5px; - background-color: #000; + background-color: black; box-shadow: 0 5px 10px 0 rgba(255,255,255,0.5); } .notification-banner .notification-icon { padding: 5px; } @@ -1369,47 +1369,47 @@ StScrollBar { .notification-banner .secondary-icon { icon-size: 1.09em; } .notification-banner .notification-actions { - background-color: #000; - border-radius: 2px; + background-color: black; + border-radius: 0; padding-top: 0px; spacing: 1px; } .notification-banner .notification-button { border: none; padding: 4px 4px 5px; - color: #fff; + color: white; font-weight: bold; - background-color: #000; + background-color: black; border-color: rgba(0,0,0,1.0); box-shadow: none; border-radius: 0px; text-shadow:none;} .notification-banner .notification-button:first-child { - border-radius: 0 0 0 2px; } + border-radius: 0 0 0 0; } .notification-banner .notification-button:not(:first-child):not(:last-child) { border-radius: 0px; } .notification-banner .notification-button:last-child { - border-radius: 0 0 2px 0; } + border-radius: 0 0 0 0; } .notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus, .notification-banner .notification-button:focus { - background-color: #000; - color: #fff; } + background-color: black; + color: white; } .notification StEntry, .notification-banner StEntry { - border-radius: 0 0 2px 2px; + border-radius: 0 0 0 0; margin: 0px; padding: 10px 6px; border: none; - color: #fff; - background-color: #000; + color: white; + background-color: black; background-gradient-direction: none; box-shadow: none; box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2); selection-background-color:#3c93b8; - selected-color: #fff;} + selected-color: white;} .notification StEntry:focus, .notification-banner StEntry:focus { - background-color: #000; - color: #fff; } + background-color: black; + color: white; } .notification StEntry:insensitive, .notification-banner StEntry:insensitive { color: #787878; @@ -1425,9 +1425,9 @@ StScrollBar { font-size: 11pt; width: 34em; margin: 5px; - border-radius: 2px; - color: #fff; - background-color: #000; + border-radius: 0; + color: white; + background-color: black; border: none; border-width: 0px; spacing-rows: 4px; @@ -1455,8 +1455,8 @@ StScrollBar { width: 1.6em; -shell-counter-overlap-x: 3px; -shell-counter-overlap-y: 3px; - background-color:#000; - color: #fff; + background-color:black; + color: white; border: 2px solid #6a6a6a; box-shadow: 0 2px 2px rgba(0,0,0,0.5); border-radius: 0.9em; } @@ -1472,10 +1472,10 @@ StScrollBar { .notification-button { height: 24px; padding: 4px 4px 5px; - color: #fff; - background-color: #000; + color: white; + background-color: black; text-shadow:none; - border-radius: 0 0 2px 2px; } + border-radius: 0 0 0 0; } .notification-icon-button { padding: 5px; @@ -1483,15 +1483,15 @@ StScrollBar { width: 24px; border: none; border-top-width: 1px; - color: #fff; - background-color: #000; + color: white; + background-color: black; border-color: rgba(0,0,0,0.2); - border-radius: 0 0 3px 3px; + border-radius: 0 0 0 0; /*box-shadow: inset 0 1px rgba(255,255,255,0.1);*/ box-shadow: none; text-shadow:none; } .notification-icon-button:hover { - background-color: #000; } + background-color: black; } .notification-icon-button > StIcon { icon-size: 16px; width: 16px; @@ -1546,23 +1546,23 @@ StScrollBar { .hotplug-notification-item { border-radius: 0 0 2px 2px; - background-color: transparent; + background-color: black; border:none; text-shadow:none; text-align: center; - color: #fff; + color: white; padding: 2px 10px; background-image: none; background-gradient-direction: none; } .hotplug-notification-item:focus { - color: #fff; + color: white; padding: 2px 10px; } .hotplug-notification-item:hover { - background-color: #000; + background-color: black; color: #8c8c8c; } .hotplug-notification-item:active { - background-color: #000; - color: #fff; } + background-color: black; + color: white; } .hotplug-notification-item-icon { -st-icon-style: symbolic; @@ -1576,8 +1576,8 @@ StScrollBar { spacing: 12px; border-radius: 0 0 2px 2px; } .hotplug-resident-mount:hover { - background-color: #000; - color: #fff; } + background-color: black; + color: white; } .hotplug-resident-mount-label { text-shadow:none; @@ -1598,7 +1598,7 @@ StScrollBar { /* Eeeky things */ .legacy-tray { - background-color: #000; + background-color: black; border: 1px solid rgba(0,0,0,0.7); border-bottom-width: 0; box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2); } @@ -1649,7 +1649,7 @@ StScrollBar { .keyboard-key { color: #f7f7f7; - background-color: #000; + background-color: black; box-shadow: inset 0 1px #4c4c4c; text-shadow: 0 1px white; icon-shadow: 0 1px white; @@ -1669,14 +1669,14 @@ StScrollBar { .keyboard-key:hover, .keyboard-key:checked { color: white; border-color: rgba(0,0,0,0.7); - background-color: #000; + background-color: black; box-shadow: inset 0 1px #4c4c4c; text-shadow: 0 1px white; icon-shadow: 0 1px white; } .keyboard-key:active { color: white; border-color: rgba(0,0,0,0.7); - background-color: #000; + background-color: black; box-shadow: none; text-shadow: none; icon-shadow: none; } @@ -1709,7 +1709,7 @@ StScrollBar { border-radius: 4px; } .candidate-box:selected, .candidate-box:hover { background-color:#1f1f1f; - color: #ffffff; } + color: white; } .candidate-page-button-box { height: 2em; } @@ -1767,12 +1767,12 @@ StScrollBar { .login-dialog .modal-dialog-button:default:active { color: white; border-color: rgba(0,0,0,0.7); - background-color: #000; + background-color: black; box-shadow: none; text-shadow: none; icon-shadow: none; } .login-dialog .modal-dialog-button:default:insensitive { - color: #fff; + color: white; border-color: rgba(0,0,0,0.7); background-color: rgba(0, 0, 0, 0.7); box-shadow: none; @@ -1805,7 +1805,7 @@ StScrollBar { .login-dialog-not-listed-label { font-size: 90%; font-weight: bold; - color: #fff; + color: white; padding-top: 1em; } .login-dialog-user-list-view { @@ -1816,7 +1816,7 @@ StScrollBar { padding: .2em; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color:#000; + background-color:black; color: white; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { border-right: 2px solid#1f1f1f; } @@ -1831,13 +1831,13 @@ StScrollBar { padding-left: 1em; } .login-dialog-user-list-item:hover { background-color:#959595; - color: #ffffff; } + color: white; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; margin: 2px 0 0 0; background-color: #dbdee0; } .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: #ffffff; } + background-color: white; } .login-dialog-username, .user-widget-label { @@ -1871,7 +1871,7 @@ StScrollBar { .login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus { color: #dbdee0; } .login-dialog-session-list-button:active { - color: #fff; } + color: white; } .screen-shield-arrows { padding-bottom: 3em; } @@ -1909,7 +1909,7 @@ StScrollBar { .screen-shield-notifications-container .screen-shield-notification-source { padding: 12px 6px; border: 1px solid rgba(238, 238, 236, 0.75); - background-color: rgba(238, 238, 236, 0.8); + background-color: rgba(0, 0, 0, 0.8); color: #dbdee0; border-radius: 0px; } .screen-shield-notifications-container .notification { @@ -1975,7 +1975,7 @@ StScrollBar { .lg-dialog StEntry { selection-background-color: #3c90b5; - selected-color: #fff; } + selected-color: white; } .lg-dialog .shell-link { color: #2d73b5; } .lg-dialog .shell-link:hover { @@ -2017,8 +2017,8 @@ StScrollBar { #LookingGlassPropertyInspector { border-radius: 2px; - color: #fff; - background-color: #000; + color: white; + background-color: black; border: none; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5); padding: 8px; @@ -2036,7 +2036,7 @@ StScrollBar { background: rgba(0,0,0,0.85); margin-top: 0.5em; padding: 4px 32px; - color: #fff; + color: white; font-weight: bold; box-shadow: none; text-shadow: none; @@ -2046,14 +2046,14 @@ StScrollBar { color: #c2c2c2;} .modal-dialog-button:focus { - color: #fff; + color: white; } .candidate-page-button:active, .candidate-page-button:pressed, .modal-dialog-button:active, .modal-dialog-button:pressed { - color: #fff; + color: white; border: none; box-shadow: none; text-shadow: none; diff --git a/Windows 10 Light/cinnamon/cinnamon.css b/Windows 10 Light/cinnamon/cinnamon.css index 866fed7..14cf45a 100644 --- a/Windows 10 Light/cinnamon/cinnamon.css +++ b/Windows 10 Light/cinnamon/cinnamon.css @@ -413,7 +413,7 @@ background: #111; * ===================================================================*/ .expo-background { - background: rgba(0, 0, 0, .8) url("expo-scale-assets/stripes.svg"); + background: rgba(0, 0, 0, .2) url("expo-scale-assets/stripes.svg"); background-repeat: none; } diff --git a/Windows 10 Light/gnome-shell/gnome-shell.css b/Windows 10 Light/gnome-shell/gnome-shell.css index 30ef45b..b02a1ea 100644 --- a/Windows 10 Light/gnome-shell/gnome-shell.css +++ b/Windows 10 Light/gnome-shell/gnome-shell.css @@ -1,4 +1,4 @@ -/* Windows 10 Default Theme +/* Windows 10 Default Theme * *Author : Christian Medel (Elbullazul) * @@ -28,7 +28,7 @@ stage { border: none; margin-top: 0.5em; padding: 4px 32px; - color: #fff; + color: white; font-weight: bold; background-color: rgba(0,0,0,0.95); background-gradient-direction: none; @@ -38,7 +38,7 @@ stage { text-shadow: none; icon-shadow: none; } .button:hover, .button:focus { - color: #fff; + color: white; border: none; background-color: #1f1f1f; background-gradient-direction: none; @@ -48,7 +48,7 @@ stage { text-shadow: none; icon-shadow: none; } .button:insensitive { - color: #fff; + color: white; border: none; background-color: rgba(0,0,0,0.0.5); background-gradient-direction: none; @@ -56,7 +56,7 @@ stage { text-shadow: none; icon-shadow: none; } .button:active { - color: #fff; + color: white; border: none; background-color: rgba(0,0,0,0.95); background-gradient-direction: none; @@ -71,16 +71,16 @@ StEntry { border-radius: 0px; padding: 4px; border-width: 1px; - color: #ffffff; + color: white; background-color: #1f1f1f; background-gradient-direction: none; border-color: rgba(0,0,0,0); box-shadow: none; selection-background-color:#3c90b5; - selected-color: #ffffff; } + selected-color: white; } StEntry:focus { background-color: #3c90b5; - color: #fff; + color: white; box-shadow: none; border-color: rgba(0,0,0,0); } StEntry:insensitive { @@ -119,7 +119,7 @@ StScrollBar { .slider { height: 1.09em; -slider-height: 3px; - -slider-background-color: #fff; + -slider-background-color: white; -slider-border-color: #adadad; -slider-active-background-color:#c6c6c6; -slider-active-border-color:#c6c6c6; @@ -168,7 +168,7 @@ StScrollBar { .modal-dialog { border-radius: 0px; - color: #fff; + color: white; background-color: black; border: none; border: none; @@ -180,7 +180,7 @@ StScrollBar { background-gradient-direction: none; box-shadow: none; border: none; - color: #fff; + color: white; border-radius: 0px; margin-bottom: 6px; } .modal-dialog .run-dialog-error-box { @@ -191,7 +191,7 @@ StScrollBar { .modal-dialog .run-dialog-label { font-size: 12pt; font-weight: bold; - color: #fff; + color: white; padding-bottom: .4em; } .button-dialog-button-box { @@ -311,7 +311,7 @@ StScrollBar { padding-left: 32px; } .show-processes-dialog-app-list-item { - color: #fff; } + color: white; } .show-processes-dialog-app-list-item:hover { color: #acacac; } .show-processes-dialog-app-list-item:ltr { @@ -342,7 +342,7 @@ StScrollBar { .prompt-dialog-headline { font-weight: bold; - color: #fff; } + color: white; } .prompt-dialog-description:rtl { text-align: right; } @@ -398,8 +398,8 @@ StScrollBar { border-radius: 0px; min-width: 200px; } .popup-menu .popup-sub-menu { - background-color: #000; - color: #fff; + background-color: black; + color: white; background-gradient-direction: none; border-width: 0px; box-shadow: none;} @@ -417,16 +417,16 @@ StScrollBar { font-weight: bold; } .popup-menu .popup-menu-item:hover, .popup-menu .popup-menu-item:focus { background-color: rgba(0,0,0,1); - color: #fff } + color: white } .popup-menu .popup-menu-item:active { background-color: #3c90b5; - color: #fff; } + color: white; } .popup-menu .popup-menu-item:insensitive { color: rgba(255,255,255,0.2); } .popup-menu .active { background-color:#3c90b5; } .popup-menu .popup-inactive-menu-item { - color: #fff; } + color: white; } .popup-menu .popup-inactive-menu-item:insensitive { color: rgba(0,0,0,0.2); } .popup-menu.panel-menu { @@ -485,7 +485,7 @@ StScrollBar { height: 0.6em; border-radius: 0.3em; background-color: rgba(0, 0, 0, 1); - color: #fff; } + color: white; } /* App Switcher */ .switcher-popup { @@ -497,15 +497,15 @@ StScrollBar { .switcher-list .item-box { padding: 8px; - border-radius: 4px; } + border-radius: 0; } .switcher-list .item-box:outlined { padding: 6px; - border: 2px solid rgba(0,0,0,0.7); } + border: 0 solid rgba(0,0,0,0.7); } .switcher-list .item-box:selected { background-color:#3c90b5; - color: #fff; } + color: white; } .switcher-list .thumbnail-box { padding: 2px; @@ -545,7 +545,7 @@ StScrollBar { .ws-switcher-active-up, .ws-switcher-active-down { height: 50px; background-color:#3c90b5; - color: #ffffff; + color: white; background-size: 32px; border-radius: 0px; } @@ -558,8 +558,8 @@ StScrollBar { .osd-window, .resize-popup, .switcher-list, .workspace-switcher-container { - color: #fff; - background-color: #000; + color: white; + background-color: black; border: none; border-radius: 0px; padding: 12px; @@ -569,24 +569,24 @@ StScrollBar { /* Tiled window previews */ .tile-preview { background-color: rgba(40, 40, 40, 0.5); - border: 1px solid#3c90b5; } + border: 1px solid #3c90b5; } .tile-preview-left.on-primary { - border-radius: 0px 0px 0 0; } + border-radius: 0 0 0 0; } .tile-preview-right.on-primary { - border-radius: 0 0px 0 0; } + border-radius: 0 0 0 0; } .tile-preview-left.tile-preview-right.on-primary { - border-radius: 0px 0px 0 0; } + border-radius: 0 0 0 0; } /* TOP BAR */ #panel { font-weight: normal; - color: #fff; + color: white; height: 32px; background-color: rgba(0, 0, 0, 0.95); - text-shadow: 0 0 4px white; + text-shadow: 0 0 4px 0 white; } #panel.unlock-screen, #panel.login-screen, #panel.lock-screen { background-color: transparent; } @@ -657,7 +657,7 @@ StScrollBar { } #calendarArea { padding: 0.75em 1.0em; - color: rgba(255,255,255,0.5); + color: rgba(255,255,255,0.9); } .calendar { @@ -810,7 +810,7 @@ StScrollBar { icon-size: 16px; padding: 1px; border-radius: 10px; - color: rgba(255,255,255,0.4); + color: black; background-color: rgba(255,255,255,1.0); } /* FIXME: how do you do this in sass? */ @@ -821,18 +821,18 @@ StScrollBar { /* Mensajes en pagina mes */ .message { - background-color: #FFFFFF; + background-color: transparent; margin: 4px; border-radius: 0px;} .message:hover, .message:focus { - background-color: #ededed; + background-color: rgba(0,0,0,0.4); box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2); margin-bottom: 6px; margin-top: 2px; border-radius: 0px; transition-duration: 200ms; } .message:active { - background-color: #fff; + background-color: rgba(0,0,0,0.6); box-shadow: none; margin: 4px; border-radius: 0px; } @@ -868,7 +868,7 @@ StScrollBar { border: none; } #appMenu { - spinner-image: url("assets/process-working.svg"); + spinner-image: none /*url("assets/process-working.svg")*/; spacing: 4px; } #appMenu .label-shadow { color: transparent; } @@ -891,14 +891,14 @@ StScrollBar { border: 1px solid rgba(0,0,0,0.2); } .system-menu-action:hover, .system-menu-action:focus { - color: #ffffff; + color: white; background-color:#3c90b5; border: none; padding: 14px; } .system-menu-action:active { background-color: #b2b2b2; - color: #ffffff; + color: white; } .system-menu-action > StIcon { icon-size: 16px; @@ -958,7 +958,7 @@ StScrollBar { text-align: center; } .nm-dialog-airplane-text { - color: #fff; } + color: white; } .nm-dialog-header-icon { icon-size: 32px; } @@ -978,7 +978,7 @@ StScrollBar { .nm-dialog-item:selected { background-color:#3c90b5; - color: #fff; } + color: white; } .nm-dialog-icons { spacing: .5em; } @@ -1015,9 +1015,9 @@ StScrollBar { .window-caption { spacing: 25px; - color: #fff; + color: white; background-color: rgba(0,0,0,0.8); - border-radius: 3px; + border-radius: 0; padding: 4px 12px; -shell-caption-spacing: 12px; } .window-caption:hover { @@ -1035,7 +1035,7 @@ StScrollBar { background-color: rgba(255,255,255,0.9); background-gradient-direction: none; padding: 7px 9px; - border-radius: 2px; + border-radius: 0; box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5); } .search-entry:hover { @@ -1052,7 +1052,7 @@ StScrollBar { .search-entry .search-entry-icon { icon-size: 1em; padding: 0 4px; - color: #000000; + color: black; } .search-entry:hover .search-entry-icon { color: #5e5e5e; @@ -1098,10 +1098,10 @@ StScrollBar { .list-search-result-title { font-size: 1.5em; - color: #fff; } + color: white; } .list-search-result-description { - color: #fff; } + color: white; } .search-provider-icon { padding: 15px; } @@ -1141,7 +1141,7 @@ StScrollBar { } .dash-label { - border-radius: 7px; + border-radius: 0; padding: 4px 12px; color: white; background-color: rgba(39, 47, 50, 0.7); @@ -1168,17 +1168,17 @@ StScrollBar { background-color: rgba(0,0,0,0.85); padding: 4px 32px; border-width: 0px; - color: #fff; + color: white; } .app-view-control:hover { - color: #fff; + color: white; background-gradient-direction: none; background-color: rgba(0,0,0,0.9); border-color: rgba(0,0,0,0.7); border-width: 0px; } .app-view-control:checked { - color: #fff; + color: white; border-color: rgba(0,0,0,0); border-width: 0px; background-gradient-direction: none; @@ -1190,12 +1190,12 @@ StScrollBar { } .app-view-control:first-child { background-gradient-direction: none; - border-radius: 0px 0 0 0px; + border-radius: 0 0 0 0; } .app-view-control:last-child { border-right-width: 0; background-gradient-direction: none; - border-radius: 0 0px 0px 0; + border-radius: 0 0 0 0; } .search-provider-icon:active, .search-provider-icon:checked, @@ -1265,7 +1265,7 @@ StScrollBar { .app-well-app.app-folder .overview-icon, .show-apps .overview-icon, .grid-search-result .overview-icon { - color: #fff; + color: white; border-radius: 4px; padding: 6px; border: 1px solid transparent; @@ -1317,18 +1317,18 @@ StScrollBar { visible-width: 32px; spacing: 11px; padding: 8px; - border-radius: 6px 0 0 6px; - color: #fff; - background-color: rgba(0,0,0,0.1); + border-radius: 0 0 0 0; + color: white; + background-color: rgba(0,0,0,0.6); border: 0; } .workspace-thumbnails:rtl { - border-radius: 0 6px 6px 0; + border-radius: 0 0 0 0; } .workspace-thumbnail-indicator { - border: 5px solid white; - border-radius: 2px; + border: 3px #004d8c; + border-radius: 0; padding: 0px; } @@ -1341,7 +1341,7 @@ StScrollBar { .search-statustext, .no-frequent-applications-label { font-size: 2em; font-weight: bold; - color: #fff; } + color: white; } /* NOTIFICATIONS & MESSAGE TRAY */ .url-highlighter { @@ -1351,15 +1351,15 @@ StScrollBar { font-size: 11pt; width: 34em; margin: 5px; - border-radius: 2px; - color: #fff; - background-color: #000; + border-radius: 0; + color: white; + background-color: black; border: none; border-width: 0px; box-shadow: 0 3px 8px 0 rgba(0,0,0,0.5); } .notification-banner:hover, .notification-banner:focus { margin: 5px; - background-color: #000; + background-color: black; box-shadow: 0 5px 10px 0 rgba(255,255,255,0.5); } .notification-banner .notification-icon { padding: 5px; } @@ -1369,47 +1369,47 @@ StScrollBar { .notification-banner .secondary-icon { icon-size: 1.09em; } .notification-banner .notification-actions { - background-color: #000; - border-radius: 2px; + background-color: black; + border-radius: 0; padding-top: 0px; spacing: 1px; } .notification-banner .notification-button { border: none; padding: 4px 4px 5px; - color: #fff; + color: white; font-weight: bold; - background-color: #000; + background-color: black; border-color: rgba(0,0,0,1.0); box-shadow: none; border-radius: 0px; text-shadow:none;} .notification-banner .notification-button:first-child { - border-radius: 0 0 0 2px; } + border-radius: 0 0 0 0; } .notification-banner .notification-button:not(:first-child):not(:last-child) { border-radius: 0px; } .notification-banner .notification-button:last-child { - border-radius: 0 0 2px 0; } + border-radius: 0 0 0 0; } .notification-banner .notification-button:hover, .notification-banner .notification-buttonfocus, .notification-banner .notification-button:focus { - background-color: #000; - color: #fff; } + background-color: black; + color: white; } .notification StEntry, .notification-banner StEntry { - border-radius: 0 0 2px 2px; + border-radius: 0 0 0 0; margin: 0px; padding: 10px 6px; border: none; - color: #fff; - background-color: #000; + color: white; + background-color: black; background-gradient-direction: none; box-shadow: none; box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2); selection-background-color:#3c93b8; - selected-color: #fff;} + selected-color: white;} .notification StEntry:focus, .notification-banner StEntry:focus { - background-color: #000; - color: #fff; } + background-color: black; + color: white; } .notification StEntry:insensitive, .notification-banner StEntry:insensitive { color: #787878; @@ -1425,9 +1425,9 @@ StScrollBar { font-size: 11pt; width: 34em; margin: 5px; - border-radius: 2px; - color: #fff; - background-color: #000; + border-radius: 0; + color: white; + background-color: black; border: none; border-width: 0px; spacing-rows: 4px; @@ -1455,8 +1455,8 @@ StScrollBar { width: 1.6em; -shell-counter-overlap-x: 3px; -shell-counter-overlap-y: 3px; - background-color:#000; - color: #fff; + background-color:black; + color: white; border: 2px solid #6a6a6a; box-shadow: 0 2px 2px rgba(0,0,0,0.5); border-radius: 0.9em; } @@ -1472,10 +1472,10 @@ StScrollBar { .notification-button { height: 24px; padding: 4px 4px 5px; - color: #fff; - background-color: #000; + color: white; + background-color: black; text-shadow:none; - border-radius: 0 0 2px 2px; } + border-radius: 0 0 0 0; } .notification-icon-button { padding: 5px; @@ -1483,15 +1483,15 @@ StScrollBar { width: 24px; border: none; border-top-width: 1px; - color: #fff; - background-color: #000; + color: white; + background-color: black; border-color: rgba(0,0,0,0.2); - border-radius: 0 0 3px 3px; + border-radius: 0 0 0 0; /*box-shadow: inset 0 1px rgba(255,255,255,0.1);*/ box-shadow: none; text-shadow:none; } .notification-icon-button:hover { - background-color: #000; } + background-color: black; } .notification-icon-button > StIcon { icon-size: 16px; width: 16px; @@ -1546,23 +1546,23 @@ StScrollBar { .hotplug-notification-item { border-radius: 0 0 2px 2px; - background-color: transparent; + background-color: black; border:none; text-shadow:none; text-align: center; - color: #fff; + color: white; padding: 2px 10px; background-image: none; background-gradient-direction: none; } .hotplug-notification-item:focus { - color: #fff; + color: white; padding: 2px 10px; } .hotplug-notification-item:hover { - background-color: #000; + background-color: black; color: #8c8c8c; } .hotplug-notification-item:active { - background-color: #000; - color: #fff; } + background-color: black; + color: white; } .hotplug-notification-item-icon { -st-icon-style: symbolic; @@ -1576,8 +1576,8 @@ StScrollBar { spacing: 12px; border-radius: 0 0 2px 2px; } .hotplug-resident-mount:hover { - background-color: #000; - color: #fff; } + background-color: black; + color: white; } .hotplug-resident-mount-label { text-shadow:none; @@ -1598,7 +1598,7 @@ StScrollBar { /* Eeeky things */ .legacy-tray { - background-color: #000; + background-color: black; border: 1px solid rgba(0,0,0,0.7); border-bottom-width: 0; box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2); } @@ -1649,7 +1649,7 @@ StScrollBar { .keyboard-key { color: #f7f7f7; - background-color: #000; + background-color: black; box-shadow: inset 0 1px #4c4c4c; text-shadow: 0 1px white; icon-shadow: 0 1px white; @@ -1669,14 +1669,14 @@ StScrollBar { .keyboard-key:hover, .keyboard-key:checked { color: white; border-color: rgba(0,0,0,0.7); - background-color: #000; + background-color: black; box-shadow: inset 0 1px #4c4c4c; text-shadow: 0 1px white; icon-shadow: 0 1px white; } .keyboard-key:active { color: white; border-color: rgba(0,0,0,0.7); - background-color: #000; + background-color: black; box-shadow: none; text-shadow: none; icon-shadow: none; } @@ -1709,7 +1709,7 @@ StScrollBar { border-radius: 4px; } .candidate-box:selected, .candidate-box:hover { background-color:#1f1f1f; - color: #ffffff; } + color: white; } .candidate-page-button-box { height: 2em; } @@ -1767,12 +1767,12 @@ StScrollBar { .login-dialog .modal-dialog-button:default:active { color: white; border-color: rgba(0,0,0,0.7); - background-color: #000; + background-color: black; box-shadow: none; text-shadow: none; icon-shadow: none; } .login-dialog .modal-dialog-button:default:insensitive { - color: #fff; + color: white; border-color: rgba(0,0,0,0.7); background-color: rgba(0, 0, 0, 0.7); box-shadow: none; @@ -1805,7 +1805,7 @@ StScrollBar { .login-dialog-not-listed-label { font-size: 90%; font-weight: bold; - color: #fff; + color: white; padding-top: 1em; } .login-dialog-user-list-view { @@ -1816,7 +1816,7 @@ StScrollBar { padding: .2em; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color:#000; + background-color:black; color: white; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { border-right: 2px solid#1f1f1f; } @@ -1831,13 +1831,13 @@ StScrollBar { padding-left: 1em; } .login-dialog-user-list-item:hover { background-color:#959595; - color: #ffffff; } + color: white; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; margin: 2px 0 0 0; background-color: #dbdee0; } .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: #ffffff; } + background-color: white; } .login-dialog-username, .user-widget-label { @@ -1871,7 +1871,7 @@ StScrollBar { .login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus { color: #dbdee0; } .login-dialog-session-list-button:active { - color: #fff; } + color: white; } .screen-shield-arrows { padding-bottom: 3em; } @@ -1909,7 +1909,7 @@ StScrollBar { .screen-shield-notifications-container .screen-shield-notification-source { padding: 12px 6px; border: 1px solid rgba(238, 238, 236, 0.75); - background-color: rgba(238, 238, 236, 0.8); + background-color: rgba(0, 0, 0, 0.8); color: #dbdee0; border-radius: 0px; } .screen-shield-notifications-container .notification { @@ -1975,7 +1975,7 @@ StScrollBar { .lg-dialog StEntry { selection-background-color: #3c90b5; - selected-color: #fff; } + selected-color: white; } .lg-dialog .shell-link { color: #2d73b5; } .lg-dialog .shell-link:hover { @@ -2017,8 +2017,8 @@ StScrollBar { #LookingGlassPropertyInspector { border-radius: 2px; - color: #fff; - background-color: #000; + color: white; + background-color: black; border: none; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5); padding: 8px; @@ -2036,7 +2036,7 @@ StScrollBar { background: rgba(0,0,0,0.85); margin-top: 0.5em; padding: 4px 32px; - color: #fff; + color: white; font-weight: bold; box-shadow: none; text-shadow: none; @@ -2046,14 +2046,14 @@ StScrollBar { color: #c2c2c2;} .modal-dialog-button:focus { - color: #fff; + color: white; } .candidate-page-button:active, .candidate-page-button:pressed, .modal-dialog-button:active, .modal-dialog-button:pressed { - color: #fff; + color: white; border: none; box-shadow: none; text-shadow: none;