summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-16 13:02:12 +0200
committerraveit65 <[email protected]>2015-08-16 13:02:12 +0200
commitd681fb90cdc3ff106034db0ce38325c0553a3106 (patch)
treea7f4149f6aba5316133043401e90c80b65fc7641 /desktop-themes
parenta20a5a2bb26b67fbde21d422f79a8d2ddd185923 (diff)
downloadmate-themes-d681fb90cdc3ff106034db0ce38325c0553a3106.tar.bz2
mate-themes-d681fb90cdc3ff106034db0ce38325c0553a3106.tar.xz
GTK3 menta themes: applications css files cleanup
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css127
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-main.css4
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/other-applications.css266
-rw-r--r--desktop-themes/Menta/gtk-3.0/gnome-applications.css3
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-main.css2
5 files changed, 6 insertions, 396 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css b/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css
index 85dd4c8b..02f1d74d 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gnome-applications.css
@@ -1,8 +1,3 @@
-@define-color documents_emblem_bg #3465a4;
-@define-color documents_collection_bg #d3d7cf;
-@define-color gedit_not_found_bg rgb (237, 54, 54);
-@define-color gedit_not_found_fg white;
-
/****************
* Applications *
****************/
@@ -117,128 +112,6 @@ NautilusQueryEditor .primary-toolbar.toolbar:only-child {
border-bottom-color: @borders;
}
-/* nemo */
-.nemo-canvas-item {
- border-radius: 5px;
-}
-
-.nemo-desktop.nemo-canvas-item {
- color: @theme_selected_fg_color;
- text-shadow: 1px 1px black;
-}
-
-.nemo-desktop.nemo-canvas-item:active {
- color: @theme_text_color;
-}
-
-.nemo-desktop.nemo-canvas-item:selected {
- color: @theme_selected_fg_color;
-}
-
-.nemo-desktop.nemo-canvas-item:active,
-.nemo-desktop.nemo-canvas-item:prelight,
-.nemo-desktop.nemo-canvas-item:selected {
- text-shadow: none;
-}
-
-NemoWindow .sidebar .frame {
- border-width: 1px 0 0 0;
- border-style: solid;
- border-color: @borders;
- border-radius: 0;
-}
-
-NemoWindow * {
- -GtkPaned-handle-size: 1;
-}
-
-NemoWindow .pane-separator {
- background-image: url("assets/null.png");
-}
-
-NemoWindow > GtkGrid > .pane-separator,
-NemoWindow > GtkGrid > .pane-separator:hover {
- border-width: 1px 1px 0 0;
- border-style: solid;
- border-color: @borders;
- background-color: @sidebar_bg;
- color: shade (@theme_bg_color, 0.9);
-}
-
-NemoView.frame,
-NemoNotebook.notebook {
- border-right-width: 0;
- border-left-width: 0;
- border-bottom-width: 0;
-}
-
-NemoNotebook.notebook tab.top,
-NemoNotebook.notebook tab.bottom {
- border-right-width: 1px;
- border-left-width: 1px;
- padding-top: 0;
- padding-bottom: 0;
-}
-
-NemoNotebook.notebook tab.top:active {
- padding-top: 2px;
-}
-NemoNotebook.notebook tab.bottom:active {
- padding-bottom: 2px;
-}
-
-NemoNotebook .frame {
- border-width: 1px 0 0 0;
-}
-
-NemoToolbar .button {
- icon-shadow: 0 1px @button_text_shadow;
-}
-
-NemoToolbar .toolbar {
- background-image: linear-gradient(to bottom,
- @theme_bg_color,
- shade (@theme_bg_color, 0.94));
-}
-
-NemoToolbar .button:active {
- icon-shadow: 0 1px @button_active_text_shadow;
-}
-
-NemoToolbar .button:insensitive,
-NemoToolbar .button:active:insensitive {
- text-shadow: none;
-}
-
-NemoQueryEditor .primary-toolbar.toolbar {
- border-bottom-width: 0;
-}
-
-NemoQueryEditor .toolbar {
- padding-top: 3px;
- padding-bottom: 2px;
-
- border-width: 1px 0 0 0;
- border-style: solid;
- border-color: @theme_bg_color;
-
- background-color: mix(@theme_bg_color, @theme_base_color, 0.5);
-}
-
-NemoQueryEditor .toolbar:nth-child(2) {
- border-color: @borders;
-}
-
-NemoNotebook.notebook NemoQueryEditor .primary-toolbar.toolbar {
- border-top-width: 0;
-}
-
-NemoNotebook.notebook NemoQueryEditor .toolbar:last-child,
-NemoNotebook.notebook NemoQueryEditor .primary-toolbar.toolbar:only-child {
- border-bottom-width: 1px;
- border-bottom-color: @borders;
-}
-
/* gedit */
GeditWindow .pane-separator,
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-main.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-main.css
index feb677b8..bc5f69f5 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-main.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-main.css
@@ -181,6 +181,10 @@
**************/
@define-color entry_tag_bg shade(@theme_selected_bg_color, 0.89);
@define-color entry_tag_fg @theme_base_color;
+@define-color documents_emblem_bg #3465a4;
+@define-color documents_collection_bg #d3d7cf;
+@define-color gedit_not_found_bg rgb (237, 54, 54);
+@define-color gedit_not_found_fg white;
/******
* WM *
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
index a2529c2b..4c85931e 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
@@ -122,125 +122,6 @@ NemoQueryEditor .button {
border-radius: 0;
}
-/*********************
- * CAJA File manager *
- *********************/
-@define-color cluebar_color shade (@theme_base_color, 0.9);
-
-CajaWindow * {
- -GtkPaned-handle-size: 1;
-}
-
-CajaWindow .view {
- background-color: @theme_base_color;
-}
-
-CajaWindow .rubberband,
-CajaWindow .view.rubberband {
- background-color: alpha (@theme_selected_bg_color, 0.35);
-}
-
-/* sidebar */
-
-CajaWindow .sidebar .view {
- background-color: @theme_bg_color;
- color: @theme_fg_color;
- text-shadow: 0 1px shade (shade (@theme_bg_color, 0.95), 1.04);
-}
-
-CajaWindow .sidebar .frame {
- border-right-width: 1px;
- border-style: solid;
- border-color: shade (@theme_bg_color, 0.82);
-}
-
-CajaWindow .sidebar row:selected {
- color: @theme_selected_fg_color;
- text-shadow: 0 -1px shade (@theme_selected_bg_color, 0.8);
-}
-
-CajaWindow .sidebar row:backdrop:selected {
- color: @theme_fg_color;
- text-shadow: none;
-}
-
-/* desktop mode */
-.caja-desktop.caja-canvas-item {
- color: @theme_bg_color;
- text-shadow: 1px 1px alpha (#000000, 0.8);
-}
-
-.caja-desktop.caja-canvas-item:active {
- background-image: none;
- background-color: alpha (@theme_bg_color, 0.84);
- color: @theme_fg_color;
-}
-
-.caja-desktop.caja-canvas-item:selected {
- background-image: none;
- background-color: alpha (@theme_selected_bg_color, 0.84);
- color: @theme_selected_fg_color;
-}
-
-.caja-desktop.caja-canvas-item:active,
-.caja-desktop.caja-canvas-item:prelight,
-.caja-desktop.caja-canvas-item:selected {
- text-shadow: none;
-}
-
-/* inactive pane */
-
-.caja-inactive-pane .view {
- background-color: shade(@theme_base_color, 0.9);
-}
-
-/* Toolbar */
-CajaWindow .toolbar .button {
- border-image: none;
-}
-
-/* Misc */
-CajaView.frame,
-CajaNotebook.notebook {
- border-right-width: 0;
- border-left-width: 0;
- border-bottom-width: 0;
-}
-
-CajaNotebook.notebook tab.top,
-CajaNotebook.notebook tab.bottom {
- border-right-width: 1px;
- border-left-width: 1px;
-}
-
-CajaNotebook .frame {
- border-width: 1px 0 0 0;
-}
-
-.caja-cluebar-label {
- font: normal;
- text-shadow: 0 1px shade (@cluebar_color, 1.06);
-}
-
-CajaTrashBar.info,
-CajaXContentBar.info,
-CajaSearchBar.info,
-CajaQueryEditor.info {
- background-color: @cluebar_color;
- border-bottom-color: shade (@cluebar_color, 0.92);
- border-radius: 0;
- border-style: solid;
- border-width: 0px 0px 1px 0px;
- color: @theme_fg_color;
-}
-
-CajaTrashBar .button,
-CajaXContentBar .button,
-CajaSearchBar .button,
-CajaQueryEditor .button {
- border-radius: 0;
-}
-
/****************
* PopOver menu *
****************/
@@ -329,150 +210,3 @@ OsScrollbar:insensitive {
border-top-width: 0;
}
-/* MATE Panel */
-PanelWidget,
-PanelApplet,
-PanelToplevel,
-.desktop-panel {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@theme_bg_color, 1.5)),
- to (shade (@theme_bg_color, 1.05)));
- padding: 0;
- -unico-inner-stroke-width: 0;
- -unico-outer-stroke-width: 0;
- color: @theme_fg_color;
- text-shadow: none;
-}
-
-PanelApplet {
- border-width: 0;
-}
-
-PanelSeparator {
- border-width: 0;
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@menu_bg_color, 0.96)),
- to (shade (@menu_bg_color, 1.05)));
- -unico-inner-stroke-width: 0;
- -unico-outer-stroke-width: 0;
- color: @dark_fg_color;
- text-shadow: none;
-}
-
-.mate-panel-menu-bar,
-PanelApplet > GtkMenuBar.menubar,
-PanelApplet > GtkMenuBar.menubar.menuitem,
-PanelMenuBar.menubar,
-PanelMenuBar.menubar.menuitem,
-.desktop-panel .menubar,
-.desktop-panel .menubar .menuitem {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@theme_bg_color, 1.5)),
- to (shade (@theme_bg_color, 1.05)));
- -unico-inner-stroke-width: 0;
- -unico-outer-stroke-width: 0;
- text-shadow: none;
-}
-
-PanelAppletFrame {
- background-color: @color;
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@theme_bg_color, 1.5)),
- to (shade (@theme_bg_color, 1.05)));
- border-width: 0;
- -unico-inner-stroke-width: 0;
- -unico-outer-stroke-width: 0;
- text-shadow: none;
-}
-
-PanelApplet .button,
-.desktop-panel .button {
- -GtkButton-inner-border: 2;
-
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@theme_bg_color, 1.5)),
- to (shade (@theme_bg_color, 1.05)));
-
- border-color: @transparent;
- border-radius: 0;
- border-width: 0 1px 0 1px;
-
- color: @theme_fg_color;
- text-shadow: none;
-
- -unico-border-gradient: none;
- -unico-glow-radius: 0;
- -unico-inner-stroke-width: 0;
- -unico-outer-stroke-width: 0;
-}
-
-PanelApplet .button:prelight:active,
-PanelApplet .button:active,
-.desktop-panel .button:prelight:active,
-.desktop-panel .button:active {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@theme_bg_color, 0.85)),
- to (shade (@theme_bg_color, 1.0)));
- border-color: shade (@theme_bg_color, 0.78);
- border-radius: 0;
- border-width: 0 1px 0 1px;
-
- -unico-border-gradient: none;
- -unico-glow-radius: 0;
- -unico-inner-stroke-width: 0;
- -unico-outer-stroke-width: 0;
- text-shadow: none;
-}
-
-PanelApplet .button:prelight,
-.desktop-panel .button:prelight {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@theme_bg_color, 1.7)),
- to (shade (@theme_bg_color, 1.25)));
- border-color: @transparent;
- border-radius: 0;
- border-width: 0 1px 0 1px;
-
- -unico-border-gradient: none;
- -unico-glow-radius: 0;
- -unico-inner-stroke-width: 0;
- -unico-outer-stroke-width: 0;
- text-shadow: none;
-}
-
-ClockBox {
- text-shadow: none;
-}
-
-WnckPager, WnckTasklist {
- background-color: @theme_bg_color;
- text-shadow: none;
-}
-
-/* Classic icon style */
-.mate-panel-menu-bar {
- -PanelMenuBar-icon-visible: true;
-}
-
-/* Makes the text color on the light panel black */
-.mate-panel-menu-bar .menuitem {
- color: @theme_fg_color;
- text-shadow: none;
-}
-
-.mate-panel-menu-bar .menuitem:hover {
- background-image: -gtk-gradient (linear, left top, left bottom,
- from (shade (@theme_selected_bg_color, 1.0)),
- to (shade (@theme_selected_bg_color, 0.85)));
- border-width: 0;
- color: @theme_fg_color;
- text-shadow: none;
- -unico-inner-stroke-width: 0;
- -unico-outer-stroke-width: 0;
-}
-
-.mate-panel-menu-bar .menu.menuitem:hover,
-.mate-panel-menu-bar .menu .menuitem:hover {
- color: @theme_selected_fg_color;
-}
-
diff --git a/desktop-themes/Menta/gtk-3.0/gnome-applications.css b/desktop-themes/Menta/gtk-3.0/gnome-applications.css
index 07471b63..8f5209f4 100644
--- a/desktop-themes/Menta/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/gnome-applications.css
@@ -1,6 +1,3 @@
-@define-color documents_emblem_bg @theme_selected_bg_color;
-@define-color documents_collection_bg @theme_bg_color;
-
/****************
* Applications *
****************/
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-main.css b/desktop-themes/Menta/gtk-3.0/gtk-main.css
index 9e30fac6..eabeb763 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-main.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-main.css
@@ -174,6 +174,8 @@
**************/
@define-color entry_tag_bg shade(@theme_selected_bg_color, 0.89);
@define-color entry_tag_fg @theme_base_color;
+@define-color documents_emblem_bg @theme_selected_bg_color;
+@define-color documents_collection_bg @theme_bg_color;
/******
* WM *