[gnome-shell/wip/fmuellner/notification-redux+sass: 70/207] theme: notification bubbles on screen shield



commit 5c9b290fa69337cec0fd6007f85774241620494f
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Feb 9 13:43:03 2015 +0100

    theme: notification bubbles on screen shield

 data/theme/_common.scss                  |   26 +++++++-------------
 data/theme/gnome-shell-high-contrast.css |   37 ++++++++++-------------------
 data/theme/gnome-shell.css               |   35 +++++++++------------------
 3 files changed, 34 insertions(+), 64 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 51eb39e..819ff37 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -31,7 +31,7 @@ $font-size: 11;
 $font-family: Cantarell, Sans-Serif;
 $_bubble_bg_color: transparentize($osd_borders_color,.2);
 $_bubble_fg_color: $osd_fg_color;
-$_bubble_border_color: $osd_outer_borders_color;
+$_bubble_border_color: opacify($osd_outer_borders_color, 0.1);
 
 stage {
   font-family: $font-family;
@@ -1673,7 +1673,7 @@ StScrollBar {
 .screen-shield-clock-date { font-size: 28pt; }
 
 .screen-shield-notifications-container {
-  spacing: 20px;
+  spacing: 6px;
   width: 30em;
   background-color: transparent;
   max-height: 500px;
@@ -1681,26 +1681,18 @@ StScrollBar {
     padding-top: 0;
     padding-bottom: 0;
   }  
-  .notification-button, .notification-icon-button { border: 1px solid transparentize($fg_color,0.5); }
-  .notification, .screen-shield-notifications-box {
-    background-color: transparentize($_bubble_bg_color,0.5);
-    color: $fg_color;
+
+  .screen-shield-notification-source {
+    padding: 12px 6px;
     border: 1px solid $_bubble_border_color;
-    margin: 6px 0;
-    padding: 12px;
-    spacing: 24px; //FIXME I need a proper margin so the items are spaced with transparency
+    background-color: $_bubble_bg_color;
+    color: $_bubble_fg_color;
+    border-radius: 4px;
   }
-}
 
-.screen-shield-notification-source {
-  padding: 12px 6px;
-  border-width: 2px;
-  border-radius: 5px;
-  border-color: white;
-  background-color: transparentize($bg_color,0.7);
-  spacing: 5px;
 }
 
+
 .screen-shield-notification-label {
   font-weight: bold;
   padding: 0px 0px 0px 12px;
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 1ea94b1..228b361 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -185,7 +185,7 @@ StScrollBar {
 /* End Session Dialog */
 .end-session-dialog {
   spacing: 42px;
-  border: 3px solid rgba(255, 255, 255, 0.1); }
+  border: 3px solid rgba(255, 255, 255, 0.2); }
 
 .end-session-dialog-list {
   padding-top: 20px; }
@@ -307,7 +307,7 @@ StScrollBar {
 /* Password or Authentication Dialog */
 .prompt-dialog {
   width: 500px;
-  border: 3px solid rgba(255, 255, 255, 0.1); }
+  border: 3px solid rgba(255, 255, 255, 0.2); }
 
 .prompt-dialog-main-layout {
   spacing: 24px;
@@ -513,7 +513,7 @@ StScrollBar {
 .switcher-list, .workspace-switcher-container {
   color: #eeeeec;
   background-color: rgba(0, 0, 0, 0.5);
-  border: 1px solid rgba(255, 255, 255, 0.1);
+  border: 1px solid rgba(255, 255, 255, 0.2);
   border-radius: 12px;
   padding: 12px; }
 
@@ -601,7 +601,7 @@ StScrollBar {
 .calendar-vertical-separator {
   width: .3em;
   -stipple-width: 1px;
-  -stipple-color: rgba(255, 255, 255, 0.1); }
+  -stipple-color: rgba(255, 255, 255, 0.2); }
 
 .calendar-month-label {
   color: #f2f2f2;
@@ -1085,7 +1085,7 @@ StScrollBar {
 #dash, .workspace-thumbnails {
   color: #eeeeec;
   background-color: rgba(0, 0, 0, 0.5);
-  border: 1px solid rgba(255, 255, 255, 0.1); }
+  border: 1px solid rgba(255, 255, 255, 0.2); }
 
 .search-statustext, .no-frequent-applications-label {
   font-size: 2em;
@@ -1351,7 +1351,7 @@ StScrollBar {
   -arrow-border-radius: 10px;
   -arrow-background-color: rgba(46, 52, 54, 0.7);
   -arrow-border-width: 2px;
-  -arrow-border-color: rgba(255, 255, 255, 0.1);
+  -arrow-border-color: rgba(255, 255, 255, 0.2);
   -arrow-base: 20px;
   -arrow-rise: 10px;
   -boxpointer-gap: 5px; }
@@ -1553,30 +1553,19 @@ StScrollBar {
   font-size: 28pt; }
 
 .screen-shield-notifications-container {
-  spacing: 20px;
+  spacing: 6px;
   width: 30em;
   background-color: transparent;
   max-height: 500px; }
   .screen-shield-notifications-container .summary-notification-stack-scrollview {
     padding-top: 0;
     padding-bottom: 0; }
-  .screen-shield-notifications-container .notification-button, .screen-shield-notifications-container 
.notification-icon-button {
-    border: 1px solid rgba(255, 255, 255, 0.5); }
-  .screen-shield-notifications-container .notification, .screen-shield-notifications-container 
.screen-shield-notifications-box {
-    background-color: transparent;
-    color: #fff;
-    border: 1px solid rgba(255, 255, 255, 0.1);
-    margin: 6px 0;
-    padding: 12px;
-    spacing: 24px; }
-
-.screen-shield-notification-source {
-  padding: 12px 6px;
-  border-width: 2px;
-  border-radius: 5px;
-  border-color: white;
-  background-color: rgba(0, 0, 0, 0.3);
-  spacing: 5px; }
+  .screen-shield-notifications-container .screen-shield-notification-source {
+    padding: 12px 6px;
+    border: 1px solid rgba(255, 255, 255, 0.2);
+    background-color: rgba(0, 0, 0, 0.5);
+    color: #eeeeec;
+    border-radius: 4px; }
 
 .screen-shield-notification-label {
   font-weight: bold;
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 93ee286..e977280 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -185,7 +185,7 @@ StScrollBar {
 /* End Session Dialog */
 .end-session-dialog {
   spacing: 42px;
-  border: 3px solid rgba(255, 255, 255, 0.1); }
+  border: 3px solid rgba(255, 255, 255, 0.2); }
 
 .end-session-dialog-list {
   padding-top: 20px; }
@@ -307,7 +307,7 @@ StScrollBar {
 /* Password or Authentication Dialog */
 .prompt-dialog {
   width: 500px;
-  border: 3px solid rgba(255, 255, 255, 0.1); }
+  border: 3px solid rgba(255, 255, 255, 0.2); }
 
 .prompt-dialog-main-layout {
   spacing: 24px;
@@ -513,7 +513,7 @@ StScrollBar {
 .switcher-list, .workspace-switcher-container {
   color: #eeeeec;
   background-color: rgba(0, 0, 0, 0.5);
-  border: 1px solid rgba(255, 255, 255, 0.1);
+  border: 1px solid rgba(255, 255, 255, 0.2);
   border-radius: 12px;
   padding: 12px; }
 
@@ -601,7 +601,7 @@ StScrollBar {
 .calendar-vertical-separator {
   width: .3em;
   -stipple-width: 1px;
-  -stipple-color: rgba(255, 255, 255, 0.1); }
+  -stipple-color: rgba(255, 255, 255, 0.2); }
 
 .calendar-month-label {
   color: #e2e2df;
@@ -1085,7 +1085,7 @@ StScrollBar {
 #dash, .workspace-thumbnails {
   color: #eeeeec;
   background-color: rgba(0, 0, 0, 0.5);
-  border: 1px solid rgba(255, 255, 255, 0.1); }
+  border: 1px solid rgba(255, 255, 255, 0.2); }
 
 .search-statustext, .no-frequent-applications-label {
   font-size: 2em;
@@ -1351,7 +1351,7 @@ StScrollBar {
   -arrow-border-radius: 10px;
   -arrow-background-color: rgba(46, 52, 54, 0.7);
   -arrow-border-width: 2px;
-  -arrow-border-color: rgba(255, 255, 255, 0.1);
+  -arrow-border-color: rgba(255, 255, 255, 0.2);
   -arrow-base: 20px;
   -arrow-rise: 10px;
   -boxpointer-gap: 5px; }
@@ -1553,30 +1553,19 @@ StScrollBar {
   font-size: 28pt; }
 
 .screen-shield-notifications-container {
-  spacing: 20px;
+  spacing: 6px;
   width: 30em;
   background-color: transparent;
   max-height: 500px; }
   .screen-shield-notifications-container .summary-notification-stack-scrollview {
     padding-top: 0;
     padding-bottom: 0; }
-  .screen-shield-notifications-container .notification-button, .screen-shield-notifications-container 
.notification-icon-button {
-    border: 1px solid rgba(238, 238, 236, 0.5); }
-  .screen-shield-notifications-container .notification, .screen-shield-notifications-container 
.screen-shield-notifications-box {
-    background-color: transparent;
+  .screen-shield-notifications-container .screen-shield-notification-source {
+    padding: 12px 6px;
+    border: 1px solid rgba(255, 255, 255, 0.2);
+    background-color: rgba(0, 0, 0, 0.5);
     color: #eeeeec;
-    border: 1px solid rgba(255, 255, 255, 0.1);
-    margin: 6px 0;
-    padding: 12px;
-    spacing: 24px; }
-
-.screen-shield-notification-source {
-  padding: 12px 6px;
-  border-width: 2px;
-  border-radius: 5px;
-  border-color: white;
-  background-color: rgba(57, 63, 63, 0.3);
-  spacing: 5px; }
+    border-radius: 4px; }
 
 .screen-shield-notification-label {
   font-weight: bold;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]