summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-09-26 12:50:27 +0200
committerraveit65 <[email protected]>2016-09-27 14:48:26 +0200
commiteb51ff0db8c69603df9cebb3b224c8680c7404dc (patch)
tree7e142b87d4c656b0e36bda318d550222902caf06
parent018fb5edf40d80012f7a78d233eda955460767fc (diff)
downloadmate-themes-eb51ff0db8c69603df9cebb3b224c8680c7404dc.tar.bz2
mate-themes-eb51ff0db8c69603df9cebb3b224c8680c7404dc.tar.xz
Gtk+-3 Submarine themes: add settings for lightdm-gtk-1.8.5
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css158
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/other-applications.css158
2 files changed, 316 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
index cad07385..0d1bc5b1 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
@@ -743,3 +743,161 @@ DConfKeyView.view .spinbutton .button:hover:last-child {
border-radius: 0 5px 5px 0;
}
+/***********
+ * Lightdm *
+ ***********/
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter,
+#login_window.background.lightdm-gtk-greeter box.vertical {
+ border-radius: 10px;
+ border-style: solid;
+ border-width: 2px;
+ border-color: shade(@bg_dark_color, 0.8);
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+ background-color: @bg_dark_color;
+}
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter #content_frame,
+#login_window.background.lightdm-gtk-greeter #buttonbox_frame {
+ border-radius: 0px;
+ border-style: none;
+ border-width: 0px;
+}
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter #user_image_border {
+ border-style: solid;
+ border-width: 1px;
+ border-color: shade(@bg_dark_color, 1.4);
+}
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter #content_frame #user_combobox .the-button-in-the-combobox,
+#login_window.background.lightdm-gtk-greeter #content_frame #user_combobox .the-button-in-the-combobox:focus,
+#login_window.background.lightdm-gtk-greeter #buttonbox_frame .button,
+#login_window.background.lightdm-gtk-greeter #buttonbox_frame .button:focus {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
+ box-shadow: none;
+ color: @menu_fg_dark_color;
+}
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter #content_frame #user_combobox .the-button-in-the-combobox GtkCellView,
+#login_window.background.lightdm-gtk-greeter #content_frame #user_combobox .the-button-in-the-combobox:focus GtkCellView {
+ color: @menu_fg_dark_color;
+ text-shadow: none;
+}
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter #content_frame #user_combobox .the-button-in-the-combobox GtkImage,
+#login_window.background.lightdm-gtk-greeter #content_frame #user_combobox .the-button-in-the-combobox:focus GtkImage {
+ color: @menu_fg_dark_color;
+}
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter #content_frame #user_combobox .the-button-in-the-combobox:hover,
+#login_window.background.lightdm-gtk-greeter #content_frame #user_combobox .the-button-in-the-combobox:hover:active,
+#login_window.background.lightdm-gtk-greeter #buttonbox_frame .button:hover,
+#login_window.background.lightdm-gtk-greeter #buttonbox_frame .button:hover:active {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
+ box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
+ inset 1px 0px shade (@theme_selected_bg_color, 1.3),
+ inset -1px 0px shade (@theme_selected_bg_color, 1.3),
+ inset 0px -1px shade (@theme_selected_bg_color, 1.3);
+}
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter #content_frame #prompt_entry,
+#login_window.background.lightdm-gtk-greeter #content_frame #prompt_entry:focus {
+ background-color: transparent;
+ background-image: -gtk-gradient(linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 1.16)),
+ color-stop (0.15, shade(@menu_bg_dark_color, 1.26)),
+ color-stop (0.50, shade(@menu_bg_dark_color, 1.28)),
+ to (shade(@menu_bg_dark_color, 1.30)));
+ color: shade (@menu_fg_dark_color, 1.0);
+ box-shadow: inset 0px 1px shade(@menu_fg_dark_color, 0.3),
+ inset 1px 0px shade(@menu_fg_dark_color, 0.3),
+ inset -1px 0px shade(@menu_fg_dark_color, 0.3),
+ inset 0px -1px shade(@menu_fg_dark_color, 0.3);
+}
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter #content_frame #prompt_entry:selected,
+#login_window.background.lightdm-gtk-greeter #content_frame #prompt_entry:selected:focus {
+ background-color: shade(@theme_selected_bg_color, 1.0);
+ color: shade (@menu_fg_dark_color, 1.2);
+}
+
+/* 1.8.5 */
+#restart_dialog.lightdm-gtk-greeter,
+#shutdown_dialog.lightdm-gtk-greeter {
+ border-radius: 10px;
+ border-style: solid;
+ border-width: 2px;
+ border-color: shade(@bg_dark_color, 0.8);
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+ background-color: @bg_dark_color;
+}
+
+/* 1.8.5 */
+#restart_dialog.lightdm-gtk-greeter .dialog-vbox,
+#shutdown_dialog.lightdm-gtk-greeter .dialog-vbox {
+ background-color: transparent;
+ color: shade (@menu_fg_dark_color, 1.0);
+}
+
+/* 1.8.5 */
+#restart_dialog.lightdm-gtk-greeter .linked .button,
+#shutdown_dialog.lightdm-gtk-greeter .linked .button {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
+ box-shadow: none;
+ color: @menu_fg_dark_color;
+ margin: 0px 0px 0px -1px;
+}
+
+/* 1.8.5 */
+#restart_dialog.lightdm-gtk-greeter .linked .button:hover:first-child,
+#shutdown_dialog.lightdm-gtk-greeter .linked .button:hover:first-child,
+#restart_dialog.lightdm-gtk-greeter .linked .button:hover:active:first-child,
+#shutdown_dialog.lightdm-gtk-greeter .linked .button:hover:active:first-child,
+#restart_dialog.lightdm-gtk-greeter .linked .button:hover:last-child,
+#shutdown_dialog.lightdm-gtk-greeter .linked .button:hover:last-child,
+#restart_dialog.lightdm-gtk-greeter .linked .button:hover:active:last-child,
+#shutdown_dialog.lightdm-gtk-greeter .linked .button:hover:active:last-child {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
+ box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
+ inset 1px 0px shade (@theme_selected_bg_color, 1.3),
+ inset -1px 0px shade (@theme_selected_bg_color, 1.3),
+ inset 0px -1px shade (@theme_selected_bg_color, 1.3);
+}
+
+/* 1.8.5 */
+#panel_window.background.menubar.lightdm-gtk-greeter {
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+ background-color: @bg_dark_color;
+}
+
+/* 1.8.5 */
+#panel_window.background.menubar.lightdm-gtk-greeter GtkLabel {
+ color: @fg_dark_color;
+}
+
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
index 756a6c75..a657168a 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
@@ -773,3 +773,161 @@ DConfKeyView.view .spinbutton .button:hover:last-child {
border-radius: 0 5px 5px 0;
}
+/***********
+ * Lightdm *
+ ***********/
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter,
+#login_window.background.lightdm-gtk-greeter box.vertical {
+ border-radius: 10px;
+ border-style: solid;
+ border-width: 2px;
+ border-color: shade(@bg_dark_color, 0.8);
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+ background-color: @bg_dark_color;
+}
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter #content_frame,
+#login_window.background.lightdm-gtk-greeter #buttonbox_frame {
+ border-radius: 0px;
+ border-style: none;
+ border-width: 0px;
+}
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter #user_image_border {
+ border-style: solid;
+ border-width: 1px;
+ border-color: shade(@bg_dark_color, 1.4);
+}
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter #content_frame #user_combobox .the-button-in-the-combobox,
+#login_window.background.lightdm-gtk-greeter #content_frame #user_combobox .the-button-in-the-combobox:focus,
+#login_window.background.lightdm-gtk-greeter #buttonbox_frame .button,
+#login_window.background.lightdm-gtk-greeter #buttonbox_frame .button:focus {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
+ box-shadow: none;
+ color: @menu_fg_dark_color;
+}
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter #content_frame #user_combobox .the-button-in-the-combobox GtkCellView,
+#login_window.background.lightdm-gtk-greeter #content_frame #user_combobox .the-button-in-the-combobox:focus GtkCellView {
+ color: @menu_fg_dark_color;
+ text-shadow: none;
+}
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter #content_frame #user_combobox .the-button-in-the-combobox GtkImage,
+#login_window.background.lightdm-gtk-greeter #content_frame #user_combobox .the-button-in-the-combobox:focus GtkImage {
+ color: @menu_fg_dark_color;
+}
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter #content_frame #user_combobox .the-button-in-the-combobox:hover,
+#login_window.background.lightdm-gtk-greeter #content_frame #user_combobox .the-button-in-the-combobox:hover:active,
+#login_window.background.lightdm-gtk-greeter #buttonbox_frame .button:hover,
+#login_window.background.lightdm-gtk-greeter #buttonbox_frame .button:hover:active {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
+ box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05),
+ inset 1px 0px shade(@selected_bg_color, 0.97),
+ inset -1px 0px shade(@selected_bg_color, 0.93),
+ inset 0px -1px shade(@selected_bg_color, 0.93);
+}
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter #content_frame #prompt_entry,
+#login_window.background.lightdm-gtk-greeter #content_frame #prompt_entry:focus {
+ background-color: transparent;
+ background-image: -gtk-gradient(linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 1.16)),
+ color-stop (0.15, shade(@menu_bg_dark_color, 1.26)),
+ color-stop (0.50, shade(@menu_bg_dark_color, 1.28)),
+ to (shade(@menu_bg_dark_color, 1.30)));
+ color: shade (@menu_fg_dark_color, 1.0);
+ box-shadow: inset 0px 1px shade(@menu_fg_dark_color, 0.3),
+ inset 1px 0px shade(@menu_fg_dark_color, 0.3),
+ inset -1px 0px shade(@menu_fg_dark_color, 0.3),
+ inset 0px -1px shade(@menu_fg_dark_color, 0.3);
+}
+
+/* 1.8.5 */
+#login_window.background.lightdm-gtk-greeter #content_frame #prompt_entry:selected,
+#login_window.background.lightdm-gtk-greeter #content_frame #prompt_entry:selected:focus {
+ background-color: shade(@theme_selected_bg_color, 1.0);
+ color: shade (@menu_fg_dark_color, 1.2);
+}
+
+/* 1.8.5 */
+#restart_dialog.lightdm-gtk-greeter,
+#shutdown_dialog.lightdm-gtk-greeter {
+ border-radius: 10px;
+ border-style: solid;
+ border-width: 2px;
+ border-color: shade(@bg_dark_color, 0.8);
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+ background-color: @bg_dark_color;
+}
+
+/* 1.8.5 */
+#restart_dialog.lightdm-gtk-greeter .dialog-vbox,
+#shutdown_dialog.lightdm-gtk-greeter .dialog-vbox {
+ background-color: transparent;
+ color: shade (@menu_fg_dark_color, 1.0);
+}
+
+/* 1.8.5 */
+#restart_dialog.lightdm-gtk-greeter .linked .button,
+#shutdown_dialog.lightdm-gtk-greeter .linked .button {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
+ box-shadow: none;
+ color: @menu_fg_dark_color;
+ margin: 0px 0px 0px -1px;
+}
+
+/* 1.8.5 */
+#restart_dialog.lightdm-gtk-greeter .linked .button:hover:first-child,
+#shutdown_dialog.lightdm-gtk-greeter .linked .button:hover:first-child,
+#restart_dialog.lightdm-gtk-greeter .linked .button:hover:active:first-child,
+#shutdown_dialog.lightdm-gtk-greeter .linked .button:hover:active:first-child,
+#restart_dialog.lightdm-gtk-greeter .linked .button:hover:last-child,
+#shutdown_dialog.lightdm-gtk-greeter .linked .button:hover:last-child,
+#restart_dialog.lightdm-gtk-greeter .linked .button:hover:active:last-child,
+#shutdown_dialog.lightdm-gtk-greeter .linked .button:hover:active:last-child {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
+ box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05),
+ inset 1px 0px shade(@selected_bg_color, 0.97),
+ inset -1px 0px shade(@selected_bg_color, 0.93),
+ inset 0px -1px shade(@selected_bg_color, 0.93);
+}
+
+/* 1.8.5 */
+#panel_window.background.menubar.lightdm-gtk-greeter {
+ /* not sure if box-shadow works here */
+ box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow;
+ background-color: @bg_dark_color;
+}
+
+/* 1.8.5 */
+#panel_window.background.menubar.lightdm-gtk-greeter GtkLabel {
+ color: @fg_dark_color;
+}
+