[epiphany/wip/exalm/elementary4: 3/3] Regenerate CSS from SASS



commit f4adde4da1ed5eaa27da0b29704487bd9e717b0e
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Mon Sep 23 19:49:54 2019 +0500

    Regenerate CSS from SASS

 src/resources/themes/Adwaita-dark.css |  4 ++-
 src/resources/themes/Adwaita.css      |  4 ++-
 src/resources/themes/elementary.css   | 55 +++++++++++++++++++++++++++++++++++
 src/resources/themes/shared.css       |  2 ++
 4 files changed, 63 insertions(+), 2 deletions(-)
---
diff --git a/src/resources/themes/Adwaita-dark.css b/src/resources/themes/Adwaita-dark.css
index 8094d436b..d36dd727e 100644
--- a/src/resources/themes/Adwaita-dark.css
+++ b/src/resources/themes/Adwaita-dark.css
@@ -48,6 +48,8 @@
 
 .tab-attention { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, 
to(@theme_selected_bg_color), to(transparent)); background-size: 6px 6px; background-repeat: no-repeat; 
background-position: center bottom; }
 
+.page-menu-contents { margin-left: 12px; margin-right: 12px; margin-bottom: 12px; }
+
 .incognito-mode headerbar { background: #141927 -gtk-icontheme("user-not-tracked-symbolic") 180px 0/64px 
64px no-repeat, linear-gradient(to top, #1a2235, #1e263b); box-shadow: inset 0 1px rgba(238, 238, 236, 0.07); 
border-color: #0b0e16; color: rgba(238, 238, 236, 0.2); }
 
 .incognito-mode headerbar:backdrop { background-image: -gtk-icontheme("user-not-tracked-symbolic"), 
image(#252f49); box-shadow: inset 0 1px rgba(238, 238, 236, 0.07); color: rgba(137, 142, 155, 0.1); }
@@ -244,4 +246,4 @@ window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):backdrop:c
 
 .search-entry-occurrences-tag { background-color: @theme_base_color; background-image: none; color: 
shade(@theme_unfocused_fg_color, 0.8); border: 0px; margin: 2px; padding: 2px; }
 
-.tab-attention { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#1f76e1), 
to(transparent)); background-size: 6px 6px; background-repeat: no-repeat; background-position: center bottom; 
}
+.tab-attention { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#1f76e1), 
to(transparent)); }
diff --git a/src/resources/themes/Adwaita.css b/src/resources/themes/Adwaita.css
index 3f72944cc..f5c804732 100644
--- a/src/resources/themes/Adwaita.css
+++ b/src/resources/themes/Adwaita.css
@@ -48,6 +48,8 @@
 
 .tab-attention { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, 
to(@theme_selected_bg_color), to(transparent)); background-size: 6px 6px; background-repeat: no-repeat; 
background-position: center bottom; }
 
+.page-menu-contents { margin-left: 12px; margin-right: 12px; margin-bottom: 12px; }
+
 .incognito-mode headerbar { background: #c4d6e9 -gtk-icontheme("user-not-tracked-symbolic") 180px 0/64px 
64px no-repeat, linear-gradient(to top, #bdd1e6, #c8d9ea); box-shadow: inset 0 1px rgba(255, 255, 255, 0.8); 
border-color: #9cb9da; color: rgba(46, 52, 54, 0.2); }
 
 .incognito-mode headerbar:backdrop { background-image: -gtk-icontheme("user-not-tracked-symbolic"), 
image(#eaf0f7); box-shadow: inset 0 1px rgba(255, 255, 255, 0.8); color: rgba(140, 146, 150, 0.1); }
@@ -244,4 +246,4 @@ window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):backdrop:c
 
 .search-entry-occurrences-tag { background-color: @theme_base_color; background-image: none; color: 
shade(@theme_unfocused_fg_color, 0.8); border: 0px; margin: 2px; padding: 2px; }
 
-.tab-attention { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3584e4), 
to(transparent)); background-size: 6px 6px; background-repeat: no-repeat; background-position: center bottom; 
}
+.tab-attention { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3584e4), 
to(transparent)); }
diff --git a/src/resources/themes/elementary.css b/src/resources/themes/elementary.css
new file mode 100644
index 000000000..1540ca10c
--- /dev/null
+++ b/src/resources/themes/elementary.css
@@ -0,0 +1,55 @@
+.floating-bar { background-color: @theme_base_color; border-width: 1px; border-style: solid solid none; 
border-color: @borders; border-radius: 3px 3px 0 0; }
+
+.floating-bar.left { border-left-style: none; border-top-left-radius: 0; }
+
+.floating-bar.right { border-right-style: none; border-top-right-radius: 0; }
+
+.floating-bar:backdrop { background-color: @theme_unfocused_base_color; border-color: @unfocused_borders; }
+
+.incognito-mode headerbar { background-image: -gtk-icontheme("user-not-tracked-symbolic"); 
background-repeat: no-repeat; background-position: 157px 0; background-size: 64px 64px; color: rgba(0, 0, 0, 
0.35); }
+
+.automation-mode headerbar { background-color: #ff9600; color: rgba(0, 0, 0, 0.35); }
+
+.entry_icon { color: mix(@theme_fg_color, @theme_base_color, 0.2); }
+
+.entry_icon:hover { color: @theme_fg_color; }
+
+.entry_icon:active { color: @theme_selected_bg_color; }
+
+.entry_icon:backdrop { color: mix(@theme_unfocused_fg_color, @theme_unfocused_base_color, 0.2); }
+
+.entry_icon.selected { color: @theme_selected_bg_color; }
+
+.entry_icon.starred { color: orange; }
+
+.bookmarks-row button { opacity: 0.25; }
+
+.bookmarks-row:hover button { opacity: 1; }
+
+.bookmark-tag-widget { padding-left: 8px; background-color: darker(@theme_bg_color); }
+
+.bookmark-tag-widget label { padding-left: 8px; padding-right: 8px; }
+
+.bookmark-tag-widget image, .bookmark-tag-widget label { color: @theme_fg_color; }
+
+.bookmark-tag-widget button:hover image { color: @theme_fg_color; }
+
+.bookmark-tag-widget-selected { background-color: @theme_selected_bg_color; }
+
+.bookmark-tag-widget-selected image, .bookmark-tag-widget-selected label { color: @theme_selected_fg_color; }
+
+#fullscreen-popup { padding: 12px; border-radius: 18px; background: rgba(0, 0, 0, 0.65); color: white; }
+
+.url_progress { border: none; background-color: transparent; background-image: none; padding-top: 0px; 
padding-bottom: 0px; margin-top: 0px; margin-bottom: 6px; }
+
+.url_progress progress { background-color: @theme_selected_bg_color; background-image: none; border: none; 
min-height: 2px; }
+
+.url_progress trough { border: none; background-color: transparent; background-image: none; }
+
+.tab-attention { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, 
to(@theme_selected_bg_color), to(transparent)); background-size: 6px 6px; background-repeat: no-repeat; 
background-position: center bottom; }
+
+.page-menu-contents { margin-left: 12px; margin-right: 12px; margin-bottom: 12px; }
+
+.page-menu-contents { margin-left: 0px; margin-right: 0px; margin-bottom: 6px; }
+
+.page-menu-zoom-box { margin-bottom: 6px; }
diff --git a/src/resources/themes/shared.css b/src/resources/themes/shared.css
index 21d2c28d2..c9cd27f69 100644
--- a/src/resources/themes/shared.css
+++ b/src/resources/themes/shared.css
@@ -47,3 +47,5 @@
 .url_progress trough { border: none; background-color: transparent; background-image: none; }
 
 .tab-attention { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, 
to(@theme_selected_bg_color), to(transparent)); background-size: 6px 6px; background-repeat: no-repeat; 
background-position: center bottom; }
+
+.page-menu-contents { margin-left: 12px; margin-right: 12px; margin-bottom: 12px; }


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