summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-09-26 12:50:27 +0200
committerraveit65 <[email protected]>2016-09-26 12:50:27 +0200
commit1f75fd6ab7af67d27f4dd543ef240554963a7062 (patch)
treeb76733ca9be403eb1bd8d9065b59b377842def44
parent53888d94696076a8cb69b5eb33b0d60a00bceef0 (diff)
downloadmate-themes-1f75fd6ab7af67d27f4dd543ef240554963a7062.tar.bz2
mate-themes-1f75fd6ab7af67d27f4dd543ef240554963a7062.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 0b2fd8aa..bf104870 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
@@ -780,3 +780,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 d34f4a15..d9b1da94 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
@@ -816,3 +816,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;
+}
+