diff options
Diffstat (limited to 'desktop-themes/HighContrastInverse')
143 files changed, 0 insertions, 4840 deletions
diff --git a/desktop-themes/HighContrastInverse/Makefile.am b/desktop-themes/HighContrastInverse/Makefile.am deleted file mode 100644 index 39485e6c..00000000 --- a/desktop-themes/HighContrastInverse/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -THEME_NAME=HighContrastInverse -THEME_IN_FILES=index.theme.in - -@INTLTOOL_THEME_RULE@ - -themedir = $(datadir)/themes/$(THEME_NAME) - -theme_DATA = index.theme - -SUBDIRS = \ - gtk-2.0 \ - gtk-3.0 \ - metacity-1 \ - pixmaps - -DISTCLEANFILES=index.theme -EXTRA_DIST=index.theme.in diff --git a/desktop-themes/HighContrastInverse/gtk-2.0/Makefile.am b/desktop-themes/HighContrastInverse/gtk-2.0/Makefile.am deleted file mode 100644 index fd52b180..00000000 --- a/desktop-themes/HighContrastInverse/gtk-2.0/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -themedir = $(datadir)/themes/HighContrastInverse/gtk-2.0 - -theme_DATA = gtkrc - -EXTRA_DIST= $(theme_DATA) diff --git a/desktop-themes/HighContrastInverse/gtk-2.0/gtkrc.in b/desktop-themes/HighContrastInverse/gtk-2.0/gtkrc.in deleted file mode 100755 index 1c44555f..00000000 --- a/desktop-themes/HighContrastInverse/gtk-2.0/gtkrc.in +++ /dev/null @@ -1,106 +0,0 @@ -# High-Contrast Inverse, "Normal Size" Theme -# -# Original gtkrc by Bill Haneman, based on Standard theme by T. Liebeck, -# which was in turn based on lots of different gtkrc files but -# primarily the one for the metal theme. -# -# High-contrast pixmap icons by jimmac with input from tigert. - -#Note: we just use the LargePrint icons for now, they will be scaled -#to the correct size - -pixmap_path "@prefix@/share/themes/ContrastHighInverse/pixmaps" - -#TODO: move sun-jds style downstream -style "sun-jds" -{ - PanelMenu::stripe-gradient-top = "#000033" - PanelMenu::stripe-gradient-bottom = "#000033" -} -class "GtkWidget" style "sun-jds" - -style "default" -{ - engine "hcengine" { - edge_thickness = 2 - } - - xthickness = 2 - ythickness = 2 - - EelEditableLabel::cursor_aspect_ratio = 0.1 - EelEditableLabel::cursor_color = "#00cccc" - - GtkEntry::cursor_color = "#00cccc" - GtkEntry::cursor_aspect_ratio = 0.1 - - GtkHSV::focus-line-pattern = "\0" - - GtkRange::stepper-size = 20 - - GtkTextView::cursor_aspect_ratio = 0.1 - GtkTextView::cursor_color = "#00cccc" - - GtkTreeView::expander-size = 16 - -# GtkWidget::cursor_aspect_ratio = 0.1 - GtkWidget::focus-line-pattern = "\4\2" - GtkWidget::focus-line-width = 0 - GtkWidget::focus-padding = 0 - GtkWidget::interior_focus = 1 - GtkWidget::link-color = "#80ccff" - GtkWidget::visited-link-color = "#ff80ff" - - # Caja - CajaIconContainer::frame_text = 1 - - # Pidgin - GtkIMHtml::hyperlink-color = "#80ccff" - GtkIMHtml::hyperlink-visited-color = "#ff80ff" - GtkIMHtml::hyperlink-prelight-color = "#ffccff" - - # Evolution - GtkHTML::link_color = "#80ccff" - GtkHTML::vlink_color = "#ff80ff" - GtkHTML::cite_color = "#ccff80" - - fg[NORMAL] = "#ffffff" - text[NORMAL] = "#ffffff" - bg[NORMAL] = "#000000" - base[NORMAL] = "#000000" - - fg[INSENSITIVE] = "#999999" - bg[INSENSITIVE] = "#333333" - text[INSENSITIVE] = "#999999" - base[INSENSITIVE] = "#333333" - - fg[PRELIGHT] = "#ffffff" - text[PRELIGHT] = "#003333" - bg[PRELIGHT] = "#666699" - base[PRELIGHT] = "#003333" - - fg[ACTIVE] = "#ffffff" - text[ACTIVE] = "#ffffff" - bg[ACTIVE] = "#666699" - base[ACTIVE] = "#666699" - - fg[SELECTED] = "#000033" - text[SELECTED] = "#000033" - bg[SELECTED] = "#ffffff" - base[SELECTED] = "#ffcccc" - -@gtk_stock_icons_rc@ -@panel_stock_icons_rc@ -@media_stock_icons_rc@ -@capplet_stock_icons_rc@ -@marco_stock_icons_rc@ - -#caja improvements - -style "caja-location" -{ - bg[NORMAL] = "#000000" -} - -widget "*.caja-extra-view-widget" style : highest "caja-location" - diff --git a/desktop-themes/HighContrastInverse/gtk-3.0/Makefile.am b/desktop-themes/HighContrastInverse/gtk-3.0/Makefile.am deleted file mode 100644 index 4ab82cb5..00000000 --- a/desktop-themes/HighContrastInverse/gtk-3.0/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -THEME_NAME=HighContrastInverse - -themedir = $(datadir)/themes/$(THEME_NAME)/gtk-3.0 - -theme_DATA = \ - panel-grid.svg \ - gtk.css \ - gtk-widgets.css \ - mate-applications.css \ - other-applications.css \ - settings.ini - -EXTRA_DIST = $(theme_DATA) diff --git a/desktop-themes/HighContrastInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/HighContrastInverse/gtk-3.0/gtk-widgets.css deleted file mode 100644 index 94d6b656..00000000 --- a/desktop-themes/HighContrastInverse/gtk-3.0/gtk-widgets.css +++ /dev/null @@ -1,3548 +0,0 @@ -* { - padding: 0; - -GtkToolButton-icon-spacing: 4; - -GtkTextView-error-underline-color: #cc0000; - -gtk-icon-style: symbolic; - -GtkScrolledWindow-scrollbar-spacing: 0; - -GtkToolItemGroup-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; - -GtkDialog-button-spacing: 4; - -GtkDialog-action-area-border: 0; - outline-color: rgba(255, 255, 255, 0.3); - outline-style: dashed; - outline-offset: -3px; - outline-width: 1px; - -gtk-outline-radius: 2px; - -gtk-icon-style: regular; /* disable symbolic icons */ -} - -/*************** - * Base States * - ***************/ -.background { - color: #fff; - background-color: #000; } - -.background:backdrop { - text-shadow: none; - -gtk-icon-shadow: none; - color: white; - background-color: #000; } - -/* - These wildcard seems unavoidable, need to investigate. - Wildcards are bad and troublesome, use them with care, - or better, just don't. - Everytime a wildcard is used a kitten dies, painfully. -*/ -*:disabled { - -gtk-icon-effect: dim; } - -.gtkstyle-fallback { - background-color: #000; - color: #fff; } - .gtkstyle-fallback:hover { - background-color: #1a1a1a; - color: #fff; } - .gtkstyle-fallback:active { - background-color: black; - color: #fff; } - .gtkstyle-fallback:disabled { - background-color: #070707; - color: gray; } - .gtkstyle-fallback:selected { - background-color: #aaa; - color: #fff; } - -.view, textview text, iconview { - color: #fff; - background-color: #111; } - .view:backdrop, textview text:backdrop, iconview:backdrop { - color: #fff; - background-color: #111; } - -.rubberband, -rubberband, -flowbox rubberband, -treeview.view rubberband { - border: 1px solid #aaa; - background-color: rgba(170, 170, 170, 0.2); } - -flowbox flowboxchild { - padding: 3px; - border-radius: 3px; } - flowbox flowboxchild:selected { - outline-offset: -2px; } - -label:disabled, label:backdrop:disabled { - color: gray; } - -popover.background.touch-selection, popover.background.magnifier, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.osd, .csd popover.background.osd, .osd { - color: #fff; - border: none; - background-color: rgba(0, 0, 0, 0.8); - background-clip: padding-box; - outline-color: rgba(255, 255, 255, 0.3); } - popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, popover.background.osd:backdrop, .osd:backdrop { - text-shadow: none; - -gtk-icon-shadow: none; } - -/********************* - * Spinner Animation * - *********************/ -@keyframes spin { - to { - -gtk-icon-transform: rotate(1turn); } } -spinner { - background-image: none; - opacity: 0; - -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - spinner:checked { - opacity: 1; - animation: spin 1s linear infinite; } - spinner:checked:disabled { - opacity: 0.5; } - -/**************** - * Text Entries * - ****************/ -spinbutton:not(.vertical), -entry { - min-height: 32px; - padding-left: 8px; - padding-right: 8px; - border: 1px solid; - border-radius: 3px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - background-color: transparent; - border-style: solid; - background-image: linear-gradient(to bottom, #090909, #111 90%); - border-color: gray; - box-shadow: inset 0 2px 2px -2px #090909; } - spinbutton:not(.vertical) image.left, - entry image.left { - padding-left: 0; - padding-right: 6px; } - spinbutton:not(.vertical) image.right, - entry image.right { - padding-left: 6px; - padding-right: 0; } - spinbutton:not(.vertical) undershoot.left, - entry undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-left: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; - border: none; - box-shadow: none; } - spinbutton:not(.vertical) undershoot.right, - entry undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%); - padding-right: 1px; - background-size: 1px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; - border: none; - box-shadow: none; } - spinbutton.flat:focus:not(.vertical), spinbutton.flat:not(.vertical), - entry.flat:focus, - entry.flat { - min-height: 0; - padding: 2px; - background-image: none; - border-color: transparent; - border-radius: 0; } - spinbutton:focus:not(.vertical), - entry:focus { - background-color: transparent; - border-style: solid; - background-image: linear-gradient(to bottom, #090909, #111 90%); - border-color: #aaa; - box-shadow: inset 0 2px 2px -2px #090909, inset 0 0 0 1px #aaa; } - spinbutton:disabled:not(.vertical), - entry:disabled { - background-color: transparent; - border-style: solid; - background-image: linear-gradient(to bottom, #090909, #111 90%); - color: gray; - border-color: gray; - background-image: linear-gradient(to bottom, #070707); - box-shadow: none; } - spinbutton:backdrop:not(.vertical), - entry:backdrop { - background-color: transparent; - border-style: solid; - background-image: linear-gradient(to bottom, #090909, #111 90%); - color: #fff; - background-image: linear-gradient(to bottom, #111); - box-shadow: 0 1px rgba(255, 255, 255, 0); } - spinbutton:backdrop:disabled:not(.vertical), - entry:backdrop:disabled { - background-color: transparent; - border-style: solid; - background-image: linear-gradient(to bottom, #090909, #111 90%); - color: gray; - background-image: linear-gradient(to bottom, #000); - box-shadow: 0 1px rgba(255, 255, 255, 0); } - spinbutton.error:not(.vertical), - entry.error { - color: #cc0000; - border-color: #1a0000; } - spinbutton.error:focus:not(.vertical), - entry.error:focus { - background-color: transparent; - border-style: solid; - background-image: linear-gradient(to bottom, #090909, #111 90%); - border-color: #cc0000; - box-shadow: inset 0 2px 2px -2px #090909, inset 0 0 0 1px #cc0000; } - spinbutton.error:selected:focus:not(.vertical), spinbutton.error:selected:not(.vertical), - entry.error:selected:focus, - entry.error:selected { - background-color: #cc0000; } - spinbutton.warning:not(.vertical), - entry.warning { - color: #f57900; - border-color: #432100; } - spinbutton.warning:focus:not(.vertical), - entry.warning:focus { - background-color: transparent; - border-style: solid; - background-image: linear-gradient(to bottom, #090909, #111 90%); - border-color: #f57900; - box-shadow: inset 0 2px 2px -2px #090909, inset 0 0 0 1px #f57900; } - spinbutton.warning:selected:focus:not(.vertical), spinbutton.warning:selected:not(.vertical), - entry.warning:selected:focus, - entry.warning:selected { - background-color: #f57900; } - spinbutton:not(.vertical) image, - entry image { - color: #cfcfcf; } - spinbutton:not(.vertical) image:hover, - entry image:hover { - color: #fff; } - spinbutton:not(.vertical) image:active, - entry image:active { - color: #aaa; } - spinbutton:not(.vertical) image:backdrop, - entry image:backdrop { - color: #cfcfcf; } - spinbutton:drop(active):focus:not(.vertical), spinbutton:drop(active):not(.vertical), - entry:drop(active):focus, - entry:drop(active) { - border-color: #fff; - box-shadow: inset 0 0 0 1px #fff; } - .osd spinbutton:not(.vertical), .osd - entry { - background-color: transparent; - border-style: solid; - background-image: linear-gradient(to bottom, #090909, #111 90%); } - .osd spinbutton:focus:not(.vertical), .osd - entry:focus { - background-color: transparent; - border-style: solid; - background-image: linear-gradient(to bottom, #090909, #111 90%); } - .osd spinbutton:backdrop:not(.vertical), .osd - entry:backdrop { - background-color: transparent; - border-style: solid; - background-image: linear-gradient(to bottom, #090909, #111 90%); } - .osd spinbutton:disabled:not(.vertical), .osd - entry:disabled { - background-color: transparent; - border-style: solid; - background-image: linear-gradient(to bottom, #090909, #111 90%); } -spinbutton:not(.vertical) progress, -entry progress { - margin: 2px -6px; - background-color: transparent; - background-image: none; - border-radius: 0; - border-width: 0 0 2px; - border-color: #aaa; - border-style: solid; - box-shadow: none; } - spinbutton:not(.vertical) progress:backdrop, - entry progress:backdrop { - background-color: transparent; } -.linked:not(.vertical) > spinbutton:focus:not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:focus:not(.vertical) + button, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > -entry:focus + spinbutton:not(.vertical), .linked:not(.vertical) > -entry:focus + button, .linked:not(.vertical) > -entry:focus + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:focus:not(.vertical) + -entry, .linked:not(.vertical) > -entry:focus + -entry { - border-left-color: #aaa; } -.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > -entry:drop(active) + spinbutton:not(.vertical), .linked:not(.vertical) > -entry:drop(active) + button, .linked:not(.vertical) > -entry:drop(active) + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + -entry, .linked:not(.vertical) > -entry:drop(active) + -entry { - border-left-color: #fff; } -.linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled), .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):not(.vertical), .linked.vertical > -entry:not(:disabled) + entry:not(:disabled), .linked.vertical > -entry:not(:disabled) + spinbutton:not(:disabled):not(.vertical) { - border-top-color: #323232; - background-image: linear-gradient(to bottom, #111); } - .linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled):backdrop, .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):backdrop:not(.vertical), .linked.vertical > - entry:not(:disabled) + entry:not(:disabled):backdrop, .linked.vertical > - entry:not(:disabled) + spinbutton:not(:disabled):backdrop:not(.vertical) { - border-top-color: #2e2e2e; - background-image: linear-gradient(to bottom, #111); } -.linked.vertical > spinbutton:disabled:not(.vertical) + spinbutton:disabled:not(.vertical), .linked.vertical > spinbutton:disabled:not(.vertical) + entry:disabled, .linked.vertical > -entry:disabled + spinbutton:disabled:not(.vertical), .linked.vertical > -entry:disabled + entry:disabled { - border-top-color: #323232; } -.linked.vertical > spinbutton:not(.vertical) + spinbutton:focus:not(:only-child):not(.vertical), -.linked.vertical > spinbutton:not(.vertical) + entry:focus:not(:only-child), .linked.vertical > -entry + spinbutton:focus:not(:only-child):not(.vertical), -.linked.vertical > -entry + entry:focus:not(:only-child) { - border-top-color: #aaa; } -.linked.vertical > spinbutton:not(.vertical) + spinbutton:drop(active):not(:only-child):not(.vertical), -.linked.vertical > spinbutton:not(.vertical) + entry:drop(active):not(:only-child), .linked.vertical > -entry + spinbutton:drop(active):not(:only-child):not(.vertical), -.linked.vertical > -entry + entry:drop(active):not(:only-child) { - border-top-color: #fff; } -.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + spinbutton:not(.vertical), -.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + entry, -.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + button, -.linked.vertical > spinbutton:focus:not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > -entry:focus:not(:only-child) + spinbutton:not(.vertical), -.linked.vertical > -entry:focus:not(:only-child) + entry, -.linked.vertical > -entry:focus:not(:only-child) + button, -.linked.vertical > -entry:focus:not(:only-child) + combobox > box > button.combo { - border-top-color: #aaa; } -.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + spinbutton:not(.vertical), -.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + entry, -.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + button, -.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + combobox > box > button.combo, .linked.vertical > -entry:drop(active):not(:only-child) + spinbutton:not(.vertical), -.linked.vertical > -entry:drop(active):not(:only-child) + entry, -.linked.vertical > -entry:drop(active):not(:only-child) + button, -.linked.vertical > -entry:drop(active):not(:only-child) + combobox > box > button.combo { - border-top-color: #fff; } - -/*********** - * Buttons * - ***********/ -@keyframes needs_attention { - from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#aaa), to(transparent)); } - to { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#aaa), to(transparent)); } } - -button.titlebutton, button { - min-height: 24px; - min-width: 16px; - padding: 4px 8px; - border: 1px solid; - border-radius: 3px; - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: #000; - border-color: gray; } - button.sidebar-button, button.titlebutton, button.flat { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: transparent; - background-image: none; - border-color: transparent; - transition: none; } - button.sidebar-button:hover, button.titlebutton:hover, button.flat:hover { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 500ms; } - button.sidebar-button:hover:active, button.titlebutton:hover:active, button.flat:hover:active { - transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - button.sidebar-button:backdrop, button.titlebutton:backdrop, button.sidebar-button:disabled, button.titlebutton:disabled, button.sidebar-button:backdrop:disabled, button.titlebutton:backdrop:disabled, button.flat:backdrop, button.flat:disabled, button.flat:backdrop:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: transparent; - background-image: none; - border-color: transparent; } - button.titlebutton:hover, button:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #000; - border-color: gray; - background-image: none; - -gtk-icon-effect: highlight; } - button.titlebutton:active, button.titlebutton:checked, button:active, button:checked { - border-width: 2px; - border-style: solid; - background-image: none; - color: black; - background-color: white; - border-color: gray; - transition-duration: 50ms; } - button.titlebutton:backdrop, button:backdrop { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #000; - border-color: #737373; - background-image: none; - -gtk-icon-effect: none; } - button.titlebutton:backdrop:active, button.titlebutton:backdrop:checked, button:backdrop:active, button:backdrop:checked { - border-width: 2px; - border-style: solid; - color: black; - background-color: #737373; - border-color: #737373; - background-image: none; } - button.titlebutton:backdrop:disabled, button:backdrop:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - button.titlebutton:backdrop:disabled:active, button.titlebutton:backdrop:disabled:checked, button:backdrop:disabled:active, button:backdrop:disabled:checked { - border-width: 2px; - border-style: solid; - color: gray; - border-color: #494949; - background-image: none; - background-color: #090909; } - button.titlebutton:disabled, button:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - button.titlebutton:disabled:active, button.titlebutton:disabled:checked, button:disabled:active, button:disabled:checked { - border-width: 2px; - border-style: solid; - color: gray; - border-color: #494949; - background-image: none; - background-color: #070707; } - button.image-button.titlebutton, button.image-button { - min-width: 24px; - padding-left: 4px; - padding-right: 4px; } - button.text-button.titlebutton, button.text-button { - padding-left: 16px; - padding-right: 16px; } - button.text-button.image-button.titlebutton, button.text-button.image-button { - padding-left: 8px; - padding-right: 8px; } - button.text-button.image-button.titlebutton label, button.text-button.image-button label { - padding-left: 8px; - padding-right: 8px; } - combobox:drop(active) button.combo, button.titlebutton:drop(active), button:drop(active) { - color: #fff; - border-color: #fff; - box-shadow: inset 0 0 0 1px #fff; } -row:selected button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled), row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled) { - color: #fff; - border-color: transparent; } - row:selected button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled):backdrop, row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop { - color: #fff; } -button.osd { - color: #fff; - border-radius: 5px; - outline-color: rgba(255, 255, 255, 0.3); - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: rgba(0, 0, 0, 0.8); - border-color: rgba(255, 255, 255, 0.2); - border: none; - box-shadow: none; } - button.osd.image-button { - min-height: 48px; - min-width: 48px; } - button.osd:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: rgba(77, 77, 77, 0.8); - border-color: rgba(255, 255, 255, 0.2); - border: none; - box-shadow: none; } - button.osd:active, button.osd:checked { - border-width: 2px; - border-style: solid; - color: rgba(0, 0, 0, 0.8); - background-color: #fff; - border-color: rgba(255, 255, 255, 0.2); - box-shadow: none; - border: none; - box-shadow: none; } - button.osd:disabled:backdrop, button.osd:disabled { - border-width: 2px; - border-style: solid; - border-color: rgba(255, 255, 255, 0.2); - color: gray; - border: none; } - button.osd:backdrop { - border-width: 2px; - border-style: solid; - border: none; } -popover.background.touch-selection button, popover.background.magnifier button, .csd popover.background.touch-selection button, .csd popover.background.magnifier button, .osd button { - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: rgba(0, 0, 0, 0.8); - border-color: rgba(255, 255, 255, 0.2); } - popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .osd button:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: rgba(77, 77, 77, 0.8); - border-color: rgba(255, 255, 255, 0.2); } - popover.background.touch-selection button:active:backdrop, popover.background.magnifier button:active:backdrop, popover.background.touch-selection button:active, popover.background.magnifier button:active, popover.background.touch-selection button:checked:backdrop, popover.background.magnifier button:checked:backdrop, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .osd button:active:backdrop, .osd button:active, .osd button:checked:backdrop, .osd button:checked { - border-width: 2px; - border-style: solid; - color: rgba(0, 0, 0, 0.8); - background-color: #fff; - border-color: rgba(255, 255, 255, 0.2); - box-shadow: none; } - popover.background.touch-selection button:disabled:backdrop, popover.background.magnifier button:disabled:backdrop, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, .osd button:disabled:backdrop, .osd button:disabled { - border-width: 2px; - border-style: solid; - border-color: rgba(255, 255, 255, 0.2); - color: gray; } - popover.background.touch-selection button:backdrop, popover.background.magnifier button:backdrop, .osd button:backdrop { - border-width: 2px; - border-style: solid; } - popover.background.touch-selection button.flat, popover.background.magnifier button.flat, .osd button.flat { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: transparent; - background-image: none; - border-color: transparent; - box-shadow: none; - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; } - popover.background.touch-selection button.flat:hover, popover.background.magnifier button.flat:hover, .osd button.flat:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: rgba(77, 77, 77, 0.8); - border-color: rgba(255, 255, 255, 0.2); } - popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.flat:disabled, .osd button.flat:disabled { - border-width: 2px; - border-style: solid; - border-color: rgba(255, 255, 255, 0.2); - color: gray; - background-image: none; - border-color: transparent; - box-shadow: none; } - popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.flat:backdrop, .osd button.flat:backdrop { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: transparent; - background-image: none; - border-color: transparent; } - popover.background.touch-selection button.flat:active, popover.background.magnifier button.flat:active, popover.background.touch-selection button.flat:checked, popover.background.magnifier button.flat:checked, .osd button.flat:active, .osd button.flat:checked { - border-width: 2px; - border-style: solid; - color: rgba(0, 0, 0, 0.8); - background-color: #fff; - border-color: rgba(255, 255, 255, 0.2); - box-shadow: none; } -button.suggested-action { - border-width: 2px; - border-style: solid; - color: white; - background-image: none; - background-color: #aaa; - border-color: #6a6a6a; } - button.suggested-action.flat { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: transparent; - background-image: none; - border-color: transparent; - color: #aaa; } - button.suggested-action:hover { - border-width: 2px; - border-style: solid; - color: white; - background-color: #aaa; - border-color: #6a6a6a; - background-image: none; } - button.suggested-action:active, button.suggested-action:checked { - border-width: 2px; - border-style: solid; - background-image: none; - color: black; - background-color: #555555; - border-color: #6a6a6a; } - button.suggested-action:backdrop, button.suggested-action.flat:backdrop { - border-width: 2px; - border-style: solid; - color: white; - background-color: #aaa; - border-color: #aaa; - background-image: none; } - button.suggested-action:backdrop:active, button.suggested-action:backdrop:checked, button.suggested-action.flat:backdrop:active, button.suggested-action.flat:backdrop:checked { - border-width: 2px; - border-style: solid; - color: black; - background-color: #737373; - border-color: #737373; - background-image: none; } - button.suggested-action:backdrop:disabled, button.suggested-action.flat:backdrop:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - button.suggested-action:backdrop:disabled:active, button.suggested-action:backdrop:disabled:checked, button.suggested-action.flat:backdrop:disabled:active, button.suggested-action.flat:backdrop:disabled:checked { - border-width: 2px; - border-style: solid; - color: gray; - border-color: #494949; - background-image: none; - background-color: #090909; } - button.suggested-action.flat:backdrop, button.suggested-action.flat:disabled, button.suggested-action.flat:backdrop:disabled { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: transparent; - background-image: none; - border-color: transparent; - color: rgba(170, 170, 170, 0.8); } - button.suggested-action:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - button.suggested-action:disabled:active, button.suggested-action:disabled:checked { - border-width: 2px; - border-style: solid; - color: gray; - border-color: #494949; - background-image: none; - background-color: #070707; } - .osd button.suggested-action { - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: rgba(0, 0, 0, 0.8); - border-color: rgba(255, 255, 255, 0.2); } - .osd button.suggested-action:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: rgba(77, 77, 77, 0.8); - border-color: rgba(255, 255, 255, 0.2); } - .osd button.suggested-action:active:backdrop, .osd button.suggested-action:active, .osd button.suggested-action:checked:backdrop, .osd button.suggested-action:checked { - border-width: 2px; - border-style: solid; - color: rgba(0, 0, 0, 0.8); - background-color: #fff; - border-color: rgba(255, 255, 255, 0.2); - box-shadow: none; } - .osd button.suggested-action:disabled:backdrop, .osd button.suggested-action:disabled { - border-width: 2px; - border-style: solid; - border-color: rgba(255, 255, 255, 0.2); - color: gray; } - .osd button.suggested-action:backdrop { - border-width: 2px; - border-style: solid; } -button.destructive-action { - border-width: 2px; - border-style: solid; - color: white; - background-image: none; - background-color: #ef2929; - border-color: #8e0b0b; } - button.destructive-action.flat { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: transparent; - background-image: none; - border-color: transparent; - color: #ef2929; } - button.destructive-action:hover { - border-width: 2px; - border-style: solid; - color: white; - background-color: #ef2929; - border-color: #8e0b0b; - background-image: none; } - button.destructive-action:active, button.destructive-action:checked { - border-width: 2px; - border-style: solid; - background-image: none; - color: black; - background-color: #10d6d6; - border-color: #8e0b0b; } - button.destructive-action:backdrop, button.destructive-action.flat:backdrop { - border-width: 2px; - border-style: solid; - background-color: #ef2929; - border-color: #ef2929; - background-image: none; } - button.destructive-action:backdrop:active, button.destructive-action:backdrop:checked, button.destructive-action.flat:backdrop:active, button.destructive-action.flat:backdrop:checked { - border-width: 2px; - border-style: solid; - color: black; - background-color: #737373; - border-color: #737373; - background-image: none; } - button.destructive-action:backdrop:disabled, button.destructive-action.flat:backdrop:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - button.destructive-action:backdrop:disabled:active, button.destructive-action:backdrop:disabled:checked, button.destructive-action.flat:backdrop:disabled:active, button.destructive-action.flat:backdrop:disabled:checked { - border-width: 2px; - border-style: solid; - color: gray; - border-color: #494949; - background-image: none; - background-color: #090909; } - button.destructive-action.flat:backdrop, button.destructive-action.flat:disabled, button.destructive-action.flat:backdrop:disabled { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: transparent; - background-image: none; - border-color: transparent; - color: rgba(239, 41, 41, 0.8); } - button.destructive-action:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - button.destructive-action:disabled:active, button.destructive-action:disabled:checked { - border-width: 2px; - border-style: solid; - color: gray; - border-color: #494949; - background-image: none; - background-color: #070707; } - .osd button.destructive-action { - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: rgba(0, 0, 0, 0.8); - border-color: rgba(255, 255, 255, 0.2); } - .osd button.destructive-action:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: rgba(77, 77, 77, 0.8); - border-color: rgba(255, 255, 255, 0.2); } - .osd button.destructive-action:active:backdrop, .osd button.destructive-action:active, .osd button.destructive-action:checked:backdrop, .osd button.destructive-action:checked { - border-width: 2px; - border-style: solid; - color: rgba(0, 0, 0, 0.8); - background-color: #fff; - border-color: rgba(255, 255, 255, 0.2); - box-shadow: none; } - .osd button.destructive-action:disabled:backdrop, .osd button.destructive-action:disabled { - border-width: 2px; - border-style: solid; - border-color: rgba(255, 255, 255, 0.2); - color: gray; } - .osd button.destructive-action:backdrop { - border-width: 2px; - border-style: solid; } -.stack-switcher > button { - outline-offset: -3px; } - .stack-switcher > button > label { - padding-left: 6px; - padding-right: 6px; } - .stack-switcher > button > image { - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 3px; } - .stack-switcher > button.text-button { - padding-left: 10px; - padding-right: 10px; } - .stack-switcher > button.image-button { - padding-left: 2px; - padding-right: 2px; } - .stack-switcher > button.needs-attention:active > label, - .stack-switcher > button.needs-attention:active > image, .stack-switcher > button.needs-attention:checked > label, - .stack-switcher > button.needs-attention:checked > image { - animation: none; - background-image: none; } -.inline-toolbar button, .inline-toolbar button:backdrop { - border-radius: 2px; - border-width: 1px; } -.primary-toolbar button { - -gtk-icon-shadow: none; } - -.stack-switcher > button.needs-attention > label, -.stack-switcher > button.needs-attention > image, stacksidebar row.needs-attention > label { - animation: needs_attention 150ms ease-in; - background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#aaa), to(transparent)); - background-size: 6px 6px; - background-repeat: no-repeat; - background-position: right 3px; } - .stack-switcher > button.needs-attention > label:backdrop, - .stack-switcher > button.needs-attention > image:backdrop, stacksidebar row.needs-attention > label:backdrop { - background-size: 6px 6px; } - .stack-switcher > button.needs-attention > label:dir(rtl), - .stack-switcher > button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl) { - background-position: left 3px; } - -.inline-toolbar toolbutton > button { - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: #000; - border-color: gray; } - .inline-toolbar toolbutton > button:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #000; - border-color: gray; - background-image: none; } - .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { - border-width: 2px; - border-style: solid; - background-image: none; - color: black; - background-color: white; - border-color: gray; } - .inline-toolbar toolbutton > button:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { - border-width: 2px; - border-style: solid; - color: gray; - border-color: #494949; - background-image: none; - background-color: #070707; } - .inline-toolbar toolbutton > button:backdrop { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #000; - border-color: #737373; - background-image: none; } - .inline-toolbar toolbutton > button:backdrop:active, .inline-toolbar toolbutton > button:backdrop:checked { - border-width: 2px; - border-style: solid; - color: black; - background-color: #737373; - border-color: #737373; - background-image: none; } - .inline-toolbar toolbutton > button:backdrop:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - .inline-toolbar toolbutton > button:backdrop:disabled:active, .inline-toolbar toolbutton > button:backdrop:disabled:checked { - border-width: 2px; - border-style: solid; - color: gray; - border-color: #494949; - background-image: none; - background-color: #090909; } - -toolbar.inline-toolbar toolbutton > button.flat, searchbar.inline-toolbar toolbutton > button.flat, -toolbar.inline-toolbar toolbutton:backdrop > button.flat, -searchbar.inline-toolbar toolbutton:backdrop > button.flat, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > -entry, .inline-toolbar button, .inline-toolbar button:backdrop, .linked > button, .linked > button:hover, .linked > button:active, .linked > button:checked, .linked > button:backdrop, .linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl) { - border-radius: 0; - border-right-style: none; } - -.linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > -entry:first-child, .inline-toolbar button:first-child, .linked > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, searchbar.inline-toolbar toolbutton:first-child > button.flat, -toolbar.inline-toolbar toolbutton:backdrop:first-child > button.flat, -searchbar.inline-toolbar toolbutton:backdrop:first-child > button.flat, combobox.linked button:nth-child(2):dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; } -.linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > -entry:last-child, .inline-toolbar button:last-child, .linked > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, searchbar.inline-toolbar toolbutton:last-child > button.flat, -toolbar.inline-toolbar toolbutton:backdrop:last-child > button.flat, -searchbar.inline-toolbar toolbutton:backdrop:last-child > button.flat, combobox.linked button:nth-child(2):dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.combo { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; - border-right-style: solid; } -.linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > -entry:only-child, .inline-toolbar button:only-child, .linked > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, searchbar.inline-toolbar toolbutton:only-child > button.flat, -toolbar.inline-toolbar toolbutton:backdrop:only-child > button.flat, -searchbar.inline-toolbar toolbutton:backdrop:only-child > button.flat, .linked:not(.vertical) > combobox:only-child > box > button.combo { - border-radius: 3px; - border-style: solid; } - -.linked.vertical > spinbutton:not(.vertical), .linked.vertical > -entry, .linked.vertical > button, .linked.vertical > button:hover, .linked.vertical > button:active, .linked.vertical > button:checked, .linked.vertical > button:backdrop, .linked.vertical > combobox > box > button.combo { - border-style: solid solid none solid; - border-radius: 0; } - -.linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > -entry:first-child, .linked.vertical > button:first-child, .linked.vertical > combobox:first-child > box > button.combo { - border-top-left-radius: 3px; - border-top-right-radius: 3px; } -.linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > -entry:last-child, .linked.vertical > button:last-child, .linked.vertical > combobox:last-child > box > button.combo { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; - border-style: solid; } -.linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > -entry:only-child, .linked.vertical > button:only-child, .linked.vertical > combobox:only-child > box > button.combo { - border-radius: 3px; - border-style: solid; } - -modelbutton.flat, popover.background checkbutton, -popover.background radiobutton, -.menuitem.button.flat, modelbutton.flat:backdrop, popover.background checkbutton:backdrop, -popover.background radiobutton:backdrop, modelbutton.flat:backdrop:hover, popover.background checkbutton:backdrop:hover, -popover.background radiobutton:backdrop:hover, -.menuitem.button.flat:backdrop, -.menuitem.button.flat:backdrop:hover, button:link, button:visited, button:link:hover, button:link:active, button:visited:hover, button:visited:active, button:link:backdrop, button:visited:backdrop, notebook tab button, row.activatable, -row.activatable:backdrop, -row.activatable:backdrop:active, -row.activatable:backdrop:checked, -row.activatable:backdrop:disabled, -row.activatable:backdrop:disabled:active, -row.activatable:backdrop:disabled:checked, -row.activatable:disabled:active, -row.activatable:disabled:checked, calendar.button, calendar.button:hover, calendar.button:backdrop, calendar.button:backdrop:hover { - background-color: transparent; - background-image: none; - border-color: transparent; - box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); - text-shadow: none; - -gtk-icon-shadow: none; } - -/* menu buttons */ -modelbutton.flat, popover.background checkbutton, -popover.background radiobutton, -.menuitem.button.flat { - min-height: 26px; - padding-left: 5px; - padding-right: 5px; - border-radius: 3px; - outline-offset: -2px; } - modelbutton.flat:hover, popover.background checkbutton:hover, - popover.background radiobutton:hover, - .menuitem.button.flat:hover { - background-color: #0d0d0d; } - modelbutton.flat check:last-child, popover.background checkbutton check:last-child, - popover.background radiobutton check:last-child, - modelbutton.flat radio:last-child, - popover.background checkbutton radio:last-child, - popover.background radiobutton radio:last-child, - .menuitem.button.flat check:last-child, - .menuitem.button.flat radio:last-child { - margin-left: 8px; } - modelbutton.flat check:first-child, popover.background checkbutton check:first-child, - popover.background radiobutton check:first-child, - modelbutton.flat radio:first-child, - popover.background checkbutton radio:first-child, - popover.background radiobutton radio:first-child, - .menuitem.button.flat check:first-child, - .menuitem.button.flat radio:first-child { - margin-right: 8px; } - -modelbutton.flat arrow, popover.background checkbutton arrow, -popover.background radiobutton arrow { - background: none; } - modelbutton.flat arrow:hover, popover.background checkbutton arrow:hover, - popover.background radiobutton arrow:hover { - background: none; } - modelbutton.flat arrow.left, popover.background checkbutton arrow.left, - popover.background radiobutton arrow.left { - -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } - modelbutton.flat arrow.right, popover.background checkbutton arrow.right, - popover.background radiobutton arrow.right { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - -button.color { - padding: 4px; } - button.color colorswatch:only-child, button.color colorswatch:only-child overlay { - border-radius: 0; } - -/********* - * Links * - *********/ -*:link { - color: #aaa; } - *:link:hover, *:link:active, *:link:visited { - color: #cccccc; } - *:link:backdrop, *:link:backdrop:hover { - color: #aaa; } - -button:link, button:visited { - color: #4a90d9; - font-weight: bold; - text-shadow: none; } - button:link:hover, button:link:active, button:visited:hover, button:visited:active { - color: #cccccc; - text-shadow: none; } - button:link:backdrop, button:visited:backdrop { - color: #aaa; } - -/***************** - * GtkSpinButton * - *****************/ -spinbutton:not(.vertical) { - border-width: 2px; - border-color: gray; - box-shadow: none; - padding: 0; } - spinbutton:not(.vertical) entry { - min-width: 28px; - margin: 0; - background: none; - border: none; - box-shadow: none; } - spinbutton:not(.vertical) button { - min-height: 16px; - margin: 0; - padding-bottom: 0; - padding-top: 0; - color: #e7e7e7; - background-image: none; - border-style: none none none solid; - border-radius: 0; } - spinbutton:not(.vertical) button:dir(rtl) { - border-style: none solid none none; } - spinbutton:not(.vertical) button:hover { - color: #fff; - background-color: #000; } - spinbutton:not(.vertical) button:disabled { - color: rgba(128, 128, 128, 0.3); } - spinbutton:not(.vertical) button:active { - background-color: rgba(0, 0, 0, 0.8); - color: #fff; } - spinbutton:not(.vertical) button:backdrop { - color: #fff; - background-color: transparent; - border-color: rgba(115, 115, 115, 0.3); } - spinbutton:not(.vertical) button:backdrop:disabled { - color: #070707; - background-image: none; - border-style: none none none solid; } - spinbutton:not(.vertical) button:backdrop:disabled:dir(rtl) { - border-style: none solid none none; } -.osd spinbutton:not(.vertical) { - border-color: rgba(255, 255, 255, 0.2); - color: #fff; - box-shadow: none; } - .osd spinbutton:not(.vertical):focus, .osd spinbutton:not(.vertical):active { - border-color: rgba(255, 255, 255, 0.7); - box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); } - .osd spinbutton:not(.vertical) entry { - box-shadow: none; - color: #fff; - text-shadow: none; } - .osd spinbutton:not(.vertical) entry:focus, .osd spinbutton:not(.vertical) entry:active { - box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2); } - .osd spinbutton:not(.vertical) button { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: transparent; - background-image: none; - border-color: transparent; - color: #fff; - border-style: none none none solid; - border-color: rgba(128, 128, 128, 0.2); - border-radius: 0; - box-shadow: none; } - .osd spinbutton:not(.vertical) button:dir(rtl) { - border-style: none solid none none; } - .osd spinbutton:not(.vertical) button:active { - background-color: rgba(0, 0, 0, 0.8); - color: #fff; } - .osd spinbutton:not(.vertical) button:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: transparent; - background-image: none; - border-color: transparent; - border-style: none none none solid; - border-color: rgba(128, 128, 128, 0.2); - background-color: rgba(255, 255, 255, 0.1); - box-shadow: none; } - .osd spinbutton:not(.vertical) button:backdrop { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: transparent; - background-image: none; - border-color: transparent; - color: gray; - border-color: rgba(128, 128, 128, 0.1); - box-shadow: none; - border-style: none none none solid; } - .osd spinbutton:not(.vertical) button:disabled { - color: gray; - border-color: rgba(128, 128, 128, 0.1); - border-style: none none none solid; - box-shadow: none; } - .osd spinbutton:not(.vertical) button:last-child { - border-radius: 0 3px 3px 0; } - .osd spinbutton:not(.vertical) button:dir(rtl):first-child { - border-radius: 3px 0 0 3px; } -spinbutton.vertical { - border-width: 2px; - border-color: gray; } - spinbutton.vertical:disabled { - color: gray; } - spinbutton.vertical:backdrop:disabled { - color: gray; } - spinbutton.vertical:drop(active) { - border-color: transparent; - box-shadow: none; } - spinbutton.vertical entry { - min-height: 32px; - min-width: 32px; - padding: 0; - border-radius: 0; - border-color: gray; } - spinbutton.vertical button { - min-height: 32px; - min-width: 32px; - padding: 0; } - spinbutton.vertical button.up { - border-radius: 3px 3px 0 0; - border-style: solid solid none solid; } - spinbutton.vertical button.down { - border-radius: 0 0 3px 3px; - border-style: none solid solid solid; } -.osd spinbutton.vertical button:first-child { - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: rgba(0, 0, 0, 0.8); - border-color: rgba(255, 255, 255, 0.2); } - .osd spinbutton.vertical button:first-child:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: rgba(77, 77, 77, 0.8); - border-color: rgba(255, 255, 255, 0.2); } - .osd spinbutton.vertical button:first-child:active { - border-width: 2px; - border-style: solid; - color: rgba(0, 0, 0, 0.8); - background-color: #fff; - border-color: rgba(255, 255, 255, 0.2); - box-shadow: none; } - .osd spinbutton.vertical button:first-child:disabled { - border-width: 2px; - border-style: solid; - border-color: rgba(255, 255, 255, 0.2); - color: gray; } - .osd spinbutton.vertical button:first-child:backdrop { - border-width: 2px; - border-style: solid; } -treeview spinbutton entry, -treeview spinbutton entry:focus { - padding: 1px; - border-width: 1px 0; - border-color: #aaa; - border-radius: 0; - box-shadow: none; } - -/************** - * ComboBoxes * - **************/ -combobox arrow { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px; - min-width: 16px; } -combobox:drop(active) { - box-shadow: none; } - -/************ - * Toolbars * - ************/ -toolbar, searchbar { - padding: 6px; - background-color: #000; } - toolbar.osd, searchbar.osd { - background-color: rgba(0, 0, 0, 0.8); - border-radius: 6px; - padding: 12px; } - toolbar.osd label, searchbar.osd label { - color: #fff; } - toolbar.inline-toolbar, searchbar.inline-toolbar { - border-width: 0 1px 1px; - padding: 3px; - border-radius: 0 0 4px 4px; } - toolbar.vertical, searchbar.vertical { - border-right: 1px solid gray; } - toolbar.vertical:dir(rtl), searchbar.vertical:dir(rtl) { - border-right: none; - border-left: 1px solid gray; } - -searchbar { - border-width: 0 0 1px; - border-color: gray; - border-style: none none solid none; - padding: 3px; } - -toolbar.inline-toolbar, searchbar.inline-toolbar { - border-style: solid; - border-color: gray; - background-color: #262626; - box-shadow: inset 0 2px 3px -1px #5c5c5c; } - toolbar.inline-toolbar:backdrop, searchbar.inline-toolbar:backdrop { - border-color: #737373; - background-color: #282828; - box-shadow: none; } - -/*************** - * Header bars * - ***************/ -.titlebar, -headerbar { - border-width: 0 0 1px; - border-style: solid; - border-color: gray; - border-radius: 7px 7px 0 0; - background-color: transparent; - background-image: linear-gradient(to bottom, #0a0a0a, #000); - box-shadow: inset 0 -1px #262626, inset 0 1px #000; - padding: 6px; } - .titlebar:backdrop, - headerbar:backdrop { - border-color: #737373; - background-color: #000; - background-image: none; - box-shadow: none; } - .titlebar .title, - headerbar .title { - font: Bold; - padding: 0px 12px; } - .titlebar .subtitle, - headerbar .subtitle { - font-size: 80%; - padding: 0 12px; } - .titlebar > GtkBox > separator.vertical, - headerbar > GtkBox > separator.vertical { - border-width: 0 1px; - border-color: #fff; - border-style: solid; } - .titlebar.selection-mode, - headerbar.selection-mode { - color: #848484; - text-shadow: 0 1px rgba(0, 0, 0, 0.5); - background-image: linear-gradient(to bottom, #b7b7b7, #afafaf); - box-shadow: inset 0 -1px #262626, inset 0 1px #555555; } - .titlebar.selection-mode button, - headerbar.selection-mode button { - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: #aaa; - border-color: #6a6a6a; } - .titlebar.selection-mode button:hover, - headerbar.selection-mode button:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #aaa; - border-color: #6a6a6a; - background-image: none; } - .titlebar.selection-mode button:active, - headerbar.selection-mode button:active { - border-width: 2px; - border-style: solid; - background-image: none; - color: black; - background-color: #555555; - border-color: #6a6a6a; } - .titlebar.selection-mode button:disabled, - headerbar.selection-mode button:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - .titlebar.selection-mode button:backdrop, - headerbar.selection-mode button:backdrop { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #aaa; - border-color: #aaa; - background-image: none; - border-color: #848484; } - .titlebar.selection-mode button:backdrop:disabled, - headerbar.selection-mode button:backdrop:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - .titlebar.selection-mode button.suggested-action, - headerbar.selection-mode button.suggested-action { - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: #000; - border-color: gray; } - .titlebar.selection-mode button.suggested-action:hover, - headerbar.selection-mode button.suggested-action:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #000; - border-color: gray; - background-image: none; } - .titlebar.selection-mode button.suggested-action:active, - headerbar.selection-mode button.suggested-action:active { - border-width: 2px; - border-style: solid; - background-image: none; - color: black; - background-color: white; - border-color: gray; } - .titlebar.selection-mode button.suggested-action:disabled, - headerbar.selection-mode button.suggested-action:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - .titlebar.selection-mode button.suggested-action:backdrop, - headerbar.selection-mode button.suggested-action:backdrop { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #000; - border-color: #737373; - background-image: none; } - .titlebar.selection-mode button.suggested-action:backdrop:disabled, - headerbar.selection-mode button.suggested-action:backdrop:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - .titlebar.selection-mode .selection-menu, - headerbar.selection-mode .selection-menu { - border-width: 0; - background-image: none; - box-shadow: none; } - .tiled .titlebar, .maximized .titlebar, .tiled - headerbar, .maximized - headerbar { - border-radius: 0; } - -/************ - * Pathbars * - ************/ -.path-bar button { - padding: 5px 6px 6px; } - .path-bar button:first-child { - padding-left: 8px; } - .path-bar button:last-child { - padding-right: 8px; } - .path-bar button:only-child { - padding-left: 12px; - padding-right: 12px; } - .path-bar button label:last-child { - padding-left: 2px; } - .path-bar button label:first-child { - padding-right: 2px; } - .path-bar button label:only-child { - padding-right: 0; - padding-left: 0; } - .path-bar button image { - padding-top: 1px; } - -/************** - * Tree Views * - **************/ -treeview.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; - border-left-color: #888888; - border-top-color: #000; } - treeview.view:selected { - border-radius: 0; } - treeview.view:selected, treeview.view:backdrop:selected { - border-left-color: #d5d5d5; - border-top-color: rgba(255, 255, 255, 0.1); } - treeview.view:disabled { - color: gray; } - treeview.view:disabled:selected { - color: #cccccc; } - treeview.view:disabled:selected:backdrop { - color: #d5d5d5; } - treeview.view:disabled:backdrop { - color: gray; } - treeview.view.separator:backdrop { - min-height: 2px; - color: rgba(0, 0, 0, 0.1); } - treeview.view:backdrop { - color: #fff; - border-left-color: gray; - border-top: #000; } - treeview.view.dnd { - border-style: solid none; - border-width: 1px; - border-color: #d5d5d5; } - treeview.view.expander { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #b8b8b8; } - treeview.view.expander:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - treeview.view.expander:hover { - color: #fff; } - treeview.view.expander:selected { - color: #e6e6e6; } - treeview.view.expander:selected:hover { - color: #fff; } - treeview.view.expander:selected:backdrop { - color: #e6e6e6; } - treeview.view.expander:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - treeview.view.expander:backdrop { - color: #b8b8b8; } - treeview.view.progressbar { - color: #111; - border: 1px solid #aaa; - border-radius: 4px; - background-color: #fff; } - treeview.view.progressbar:selected { - color: #aaa; } - treeview.view.progressbar:backdrop { - color: #aaa; - border-color: #aaa; - background-color: #111; } - treeview.view.trough { - background-color: rgba(255, 255, 255, 0.1); - border-radius: 4px; } - treeview.view.trough:selected { - background-color: rgba(255, 255, 255, 0.3); - border-width: 1px 0; - border-style: solid; - border-color: #aaa; } - treeview.view header button { - color: #888888; - font-weight: bold; - text-shadow: none; - box-shadow: none; } - treeview.view header button:hover { - color: #c4c4c4; - box-shadow: none; } - treeview.view header button:active { - color: #fff; } - treeview.view header button:last-child, treeview.view header button:last-child:hover, treeview.view header button:last-child:backdrop { - border-right-style: none; } - -treeview.view header button, treeview.view header button:hover, treeview.view header button:active { - padding: 3px 6px; - border-style: none solid solid none; - border-radius: 0; - border-width: 1px; - background-image: none; - border-color: gray; - text-shadow: none; } - treeview.view header button:disabled { - border-color: #000; - background-image: none; } - treeview.view header button:backdrop { - border-color: gray; - border-style: none solid solid none; - color: gray; - background-image: none; - background-color: #111; } - treeview.view header button:backdrop:disabled { - border-color: #000; - background-image: none; } - -treeview.view.progressbar { - color: #111; - border-radius: 4px; - background-image: linear-gradient(to bottom, #aaa, #919191); } - treeview.view.progressbar:selected { - color: #aaa; - background-image: linear-gradient(to bottom, #111, black); } - treeview.view.progressbar:selected:backdrop { - color: #aaa; - background-image: none; - background-color: #111; } - treeview.view.progressbar:backdrop { - color: #111; - background-image: none; } - -/*Keep treeviews from jumping, separators drawn at 0 by default until hovered*/ -treeview.view.separator { - min-height: 2px; -} - -/********* - * Menus * - *********/ -menubar, -.menubar { - padding: 0px; - box-shadow: inset 0 -1px gray; } - menubar > menuitem, - .menubar > menuitem { - padding: 4px 8px; } - menubar > menuitem:hover, - .menubar > menuitem:hover { - box-shadow: inset 0 -3px #aaa; - color: #aaa; } - menubar > menuitem:disabled, - .menubar > menuitem:disabled { - color: gray; - box-shadow: none; } - -menu, -.menu { - margin: 4px; - padding: 0px; - background-color: #111; - border: 1px solid gray; } - menu menuitem, - .menu menuitem { - text-shadow: none; - padding: 4px; - min-width: 40px; } - menu menuitem:hover, - .menu menuitem:hover { - color: #fff; - background-color: #aaa; } - menu menuitem:disabled, - .menu menuitem:disabled { - color: gray; } - menu menuitem:disabled:backdrop, - .menu menuitem:disabled:backdrop { - color: gray; } - menu menuitem:backdrop, menu menuitem:backdrop:hover, - .menu menuitem:backdrop, - .menu menuitem:backdrop:hover { - color: #fff; - background-color: #111; } - menu menuitem arrow, - .menu menuitem arrow { - min-height: 16px; - min-width: 16px; } - menu menuitem arrow:dir(ltr), - .menu menuitem arrow:dir(ltr) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - margin-left: 10px; } - menu menuitem arrow:dir(rtl), - .menu menuitem arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); - margin-right: 10px; } - -menuitem check, menuitem radio { - min-height: 16px; - min-width: 16px; } - menuitem check:dir(ltr), menuitem radio:dir(ltr) { - margin-right: 7px; } - menuitem check:dir(rtl), menuitem radio:dir(rtl) { - margin-left: 7px; } - -/*************** - * Popovers * - ***************/ -popover.background { - padding: 2px; - border-radius: 5px; - background-color: #000; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); } - popover.background, .csd popover.background { - border: 1px solid gray; } - popover.background:backdrop { - background-color: #000; - box-shadow: none; } - popover.background > list, - popover.background > .view, - textview popover.background > text, - popover.background > iconview, - popover.background > toolbar, - popover.background > searchbar { - border-style: none; - background-color: transparent; } - popover.background.touch-selection, popover.background.magnifier, .csd popover.background.touch-selection, .csd popover.background.magnifier { - border: 1px solid rgba(255, 255, 255, 0.1); } - popover.background separator { - margin: 3px; } - popover.background list separator { - margin: 0px; } - -/***************** - * Notebooks and * - * Tabs * - *****************/ -notebook { - padding: 0; - background-color: #111; - transition: all 200ms ease-out; } - notebook:backdrop { - background-color: #111; } - notebook.frame { - border: 1px solid gray; } - notebook.frame:backdrop { - border-color: #737373; } - notebook header { - background-color: #262626; } - .frame notebook header { - border: 1px solid gray; } - .frame notebook header.top { - border-bottom-width: 0; } - .frame notebook header.bottom { - border-top-width: 0; } - .frame notebook header.right { - border-left-width: 0; } - .frame notebook header.left { - border-right-width: 0; } - .frame notebook header:backdrop { - border-color: #737373; } - notebook header.top { - box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 -1px gray; } - notebook header.top:backdrop { - box-shadow: inset 0 -1px #737373; } - notebook header.bottom { - box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 1px gray; } - notebook header.bottom:backdrop { - box-shadow: inset 0 1px #737373; } - notebook header.right { - box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 1px 0 gray; } - notebook header.right:backdrop { - box-shadow: inset 1px 0 #737373; } - notebook header.left { - box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset -1px 0 gray; } - notebook header.left:backdrop { - box-shadow: inset -1px 0 #737373; } - notebook header:backdrop { - background-color: #282828; - box-shadow: none; } - notebook header tabs arrow { - color: gray; } - notebook header tabs arrow:hover { - color: silver; } - notebook header tabs arrow:checked { - color: #fff; } - notebook header tabs arrow:disabled { - color: rgba(128, 128, 128, 0.3); } - notebook header tabs arrow:backdrop { - color: rgba(255, 255, 255, 0.4); } - notebook header.top tab { - padding: 8px 20px; - border-bottom-width: 3px; } - notebook header.top tab.reorderable-page { - padding-left: 12px; - padding-right: 12px; - border-left-width: 1px; - border-right-width: 1px; } - notebook header.bottom tab { - padding: 8px 20px; - border-top-width: 3px; } - notebook header.bottom tab.reorderable-page { - padding-left: 12px; - padding-right: 12px; - border-left-width: 1px; - border-right-width: 1px; } - notebook header.left tab { - padding: 5px 20px; - border-right-width: 3px; } - notebook header.left tab.reorderable-page { - border-bottom-width: 1px; - border-top-width: 1px; } - notebook header.right tab { - padding: 5px 20px; - border-left-width: 3px; } - notebook header.right tab.reorderable-page { - border-bottom-width: 1px; - border-top-width: 1px; } - notebook tab { - border-width: 0; - border-style: solid; - border-color: transparent; - background-color: transparent; - outline-offset: 0; } - notebook tab:hover { - border-color: gray; } - notebook tab:checked, notebook tab:backdrop:checked { - border-color: #aaa; } - notebook tab:backdrop { - background-color: transparent; - border-color: transparent; } - .top notebook tab.reorderable-page { - border-color: transparent; } - .top notebook tab.reorderable-page:hover { - border-color: rgba(128, 128, 128, 0.3); - border-bottom-color: gray; - background-color: rgba(0, 0, 0, 0.2); } - .top notebook tab.reorderable-page:checked { - background-color: rgba(0, 0, 0, 0.5); - border-color: rgba(128, 128, 128, 0.5); - border-bottom-color: #aaa; } - .top notebook tab.reorderable-page:checked:hover { - background-color: rgba(0, 0, 0, 0.7); } - .top notebook tab.reorderable-page:checked:backdrop { - border-color: #737373; - background-color: #000; - border-bottom-color: #aaa; } - .top notebook tab.reorderable-page:backdrop { - border-color: transparent; - background-color: transparent; } - .bottom notebook tab.reorderable-page { - border-color: transparent; } - .bottom notebook tab.reorderable-page:hover { - border-color: rgba(128, 128, 128, 0.3); - border-top-color: gray; - background-color: rgba(0, 0, 0, 0.2); } - .bottom notebook tab.reorderable-page:checked { - background-color: rgba(0, 0, 0, 0.5); - border-color: rgba(128, 128, 128, 0.5); - border-top-color: #aaa; } - .bottom notebook tab.reorderable-page:checked:hover { - background-color: rgba(0, 0, 0, 0.7); } - .bottom notebook tab.reorderable-page:checked:backdrop { - border-color: #737373; - background-color: #000; - border-top-color: #aaa; } - .bottom notebook tab.reorderable-page:backdrop { - border-color: transparent; - background-color: transparent; } - .left notebook tab.reorderable-page { - border-color: transparent; } - .left notebook tab.reorderable-page:hover { - border-color: rgba(128, 128, 128, 0.3); - border-right-color: gray; - background-color: rgba(0, 0, 0, 0.2); } - .left notebook tab.reorderable-page:checked { - background-color: rgba(0, 0, 0, 0.5); - border-color: rgba(128, 128, 128, 0.5); - border-right-color: #aaa; } - .left notebook tab.reorderable-page:checked:hover { - background-color: rgba(0, 0, 0, 0.7); } - .left notebook tab.reorderable-page:checked:backdrop { - border-color: #737373; - background-color: #000; - border-right-color: #aaa; } - .left notebook tab.reorderable-page:backdrop { - border-color: transparent; - background-color: transparent; } - .right notebook tab.reorderable-page { - border-color: transparent; } - .right notebook tab.reorderable-page:hover { - border-color: rgba(128, 128, 128, 0.3); - border-left-color: gray; - background-color: rgba(0, 0, 0, 0.2); } - .right notebook tab.reorderable-page:checked { - background-color: rgba(0, 0, 0, 0.5); - border-color: rgba(128, 128, 128, 0.5); - border-left-color: #aaa; } - .right notebook tab.reorderable-page:checked:hover { - background-color: rgba(0, 0, 0, 0.7); } - .right notebook tab.reorderable-page:checked:backdrop { - border-color: #737373; - background-color: #000; - border-left-color: #aaa; } - .right notebook tab.reorderable-page:backdrop { - border-color: transparent; - background-color: transparent; } - notebook tab label { - padding: 0 2px; - font-weight: bold; - color: gray; - /* color: inherit doesn't work here */ } - notebook tab label:backdrop { - color: gray; } - notebook tab:hover label { - color: silver; } - notebook tab:checked label { - color: #fff; } - notebook tab:checked label:backdrop { - color: #fff; } - notebook tab button { - border: 2px solid transparent; - -gtk-icon-shadow: none; - transition: none; - color: rgba(255, 255, 255, 0.3); } - notebook tab button:hover { - color: #fff; - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #000; - border-color: gray; - background-image: none; - border-width: 2px; - background-image: none; - box-shadow: none; } - notebook tab button:checked { - border-width: 2px; - border-style: solid; - background-image: none; - color: black; - background-color: white; - border-color: gray; - border-width: 2px; } - notebook tab button:backdrop, notebook tab button:backdrop:hover { - color: rgba(255, 255, 255, 0.3); - border-color: transparent; - border-width: 2px; } - notebook tab button > image { - padding: 2px; } - -/************** - * Scrollbars * - **************/ - scrollbar { - background-color: #0a0a0a; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - * { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; } - scrollbar.top { - border-bottom: 1px solid gray; } - scrollbar.bottom { - border-top: 1px solid gray; } - scrollbar.left { - border-right: 1px solid gray; } - scrollbar.right { - border-left: 1px solid gray; } - scrollbar:backdrop { - background-color: black; - border-color: #737373; } - scrollbar slider { - min-width: 14px; - min-height: 14px; - margin: -1px; - border: 4px solid transparent; - border-radius: 12px; - background-clip: padding-box; - background-color: #999999; } - scrollbar slider:hover { - background-color: #cccccc; } - scrollbar slider:hover:active { - background-color: #c4c4c4; } - scrollbar slider:backdrop { - background-color: #666666; } - scrollbar slider:disabled { - background-color: transparent; } - scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; } - scrollbar.fine-tune.horizontal slider { - border-width: 5px 4px; } - scrollbar.fine-tune.vertical slider { - border-width: 4px 5px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering) { - border-color: transparent; - opacity: 0.4; - background-color: transparent; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { - margin: 0; - min-width: 3px; - min-height: 3px; - background-color: #fff; - border: 1px solid black; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { - min-width: 5px; - min-height: 5px; - background-color: #fff; - background-clip: padding-box; - border-radius: 100%; - border: 1px solid black; - -gtk-icon-source: none; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { - margin: 0 2px; - min-width: 40px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { - margin: 1px 2px; - min-width: 5px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { - margin: 2px 0; - min-height: 40px; } - scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { - margin: 2px 1px; - min-height: 5px; } - scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { - opacity: 0.8; } - scrollbar.horizontal slider { - min-width: 40px; } - scrollbar.vertical slider { - min-height: 40px; } - scrollbar button { - padding: 0; - min-width: 12px; - min-height: 12px; - border-style: none; - border-radius: 0; - transition-property: min-height, min-width, color; - border-width: 2px; - border-style: solid; - color: #fff; - background-color: transparent; - background-image: none; - border-color: transparent; - color: #999999; } - scrollbar button:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: transparent; - background-image: none; - border-color: transparent; - color: #cccccc; } - scrollbar button:active, scrollbar button:checked { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: transparent; - background-image: none; - border-color: transparent; - color: #c4c4c4; } - scrollbar button:disabled { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: transparent; - background-image: none; - border-color: transparent; - color: rgba(153, 153, 153, 0.2); } - scrollbar button:backdrop { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: transparent; - background-image: none; - border-color: transparent; - color: #666666; } - scrollbar button:backdrop:disabled { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: transparent; - background-image: none; - border-color: transparent; - color: rgba(102, 102, 102, 0.2); } - scrollbar.vertical button.down { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - scrollbar.vertical button.up { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } - scrollbar.horizontal button.down { - -gtk-icon-source: -gtk-icontheme("pan-right-symbolic"); } - scrollbar.horizontal button.up { - -gtk-icon-source: -gtk-icontheme("pan-left-symbolic"); } - -treeview ~ scrollbar.vertical { - border-top: 1px solid gray; - margin-top: -1px; } - -/********** - * Switch * - **********/ - switch { - font-size: smaller; - font-stretch: condensed; - font-weight: bold; - outline-offset: -4px; - border-width: 1px; - border-style: solid; - border-radius: 3px; - border-color: gray; - background-color: #333333; - box-shadow: inset 0 1px rgba(0, 0, 0, 0.1); - /*outset not working*/ - text-shadow: 0 1px rgba(0, 0, 0, 0.1); } - switch:active { - color: black; - border-color: #aaa; - background-color: #aaa; - text-shadow: 0 0 2px white; } - switch:disabled { - color: gray; - border-color: gray; - background-color: #070707; - text-shadow: none; } - switch:backdrop { - color: #fff; - border-color: #737373; - background-color: #000; - box-shadow: none; - text-shadow: none; } - switch:backdrop:active { - color: #fff; - border-color: #737373; - background-color: #737373; - box-shadow: none; } - switch:backdrop:disabled, switch:backdrop:disabled:active { - background-color: #070707; - color: gray; - border-color: gray; } - switch slider { - margin: -1px; - min-width: 45px; - min-height: 27px; - border: 2px solid; - border-radius: 3px; - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: #000; - border-color: gray; } - switch:hover slider { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #000; - border-color: gray; - background-image: none; } - switch:active slider { - border: 2px solid #aaa; } - switch:disabled slider { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - switch:backdrop slider { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #000; - border-color: #737373; - background-image: none; } - switch:backdrop:active slider { - border-color: #aaa; } - switch:backdrop:disabled slider { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - -/************************* - * Check and Radio items * - *************************/ -checkbutton.text-button, radiobutton.text-button { - padding: 2px 0; - outline-offset: 0; } - checkbutton.text-button label:not(:only-child):first-child, radiobutton.text-button label:not(:only-child):first-child { - margin-left: 4px; } - checkbutton.text-button label:not(:only-child):last-child, radiobutton.text-button label:not(:only-child):last-child { - margin-right: 4px; } - checkbutton.text-button:disabled:active, checkbutton.text-button:disabled:indeterminate, checkbutton.text-button:disabled, radiobutton.text-button:disabled:active, radiobutton.text-button:disabled:indeterminate, radiobutton.text-button:disabled { - color: gray; } - checkbutton.text-button:disabled:active:backdrop, checkbutton.text-button:disabled:indeterminate:backdrop, checkbutton.text-button:disabled:backdrop, radiobutton.text-button:disabled:active:backdrop, radiobutton.text-button:disabled:indeterminate:backdrop, radiobutton.text-button:disabled:backdrop { - color: gray; } - -check, -radio { - margin: 0 4px; - min-height: 14px; - min-width: 14px; - border: 1px solid; - -gtk-icon-source: none; - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: #000; - border-color: gray; } - check:only-child, - radio:only-child { - margin: 0; } - check:hover, - radio:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #000; - border-color: gray; - background-image: none; } - check:active, - radio:active { - border-width: 2px; - border-style: solid; - background-image: none; - color: black; - background-color: white; - border-color: gray; } - check:disabled, - radio:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - check:backdrop, - radio:backdrop { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #000; - border-color: #737373; - background-image: none; } - check:backdrop:disabled, - radio:backdrop:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - .osd check, .osd - radio { - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: rgba(0, 0, 0, 0.8); - border-color: rgba(255, 255, 255, 0.2); } - .osd check:hover, .osd - radio:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: rgba(0, 0, 0, 0.8); - border-color: rgba(255, 255, 255, 0.2); } - .osd check:active, .osd - radio:active { - border-width: 2px; - border-style: solid; - color: rgba(0, 0, 0, 0.8); - background-color: #fff; - border-color: rgba(255, 255, 255, 0.2); - box-shadow: none; } - .osd check:backdrop, .osd - radio:backdrop { - border-width: 2px; - border-style: solid; } - .osd check:disabled, .osd - radio:disabled { - border-width: 2px; - border-style: solid; - border-color: rgba(255, 255, 255, 0.2); - color: gray; } - menu menuitem check, menu menuitem - radio { - margin: 0; } - menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled, menu menuitem - radio, menu menuitem - radio:hover, menu menuitem - radio:disabled { - min-height: 14px; - min-width: 14px; - background-image: none; - background-color: transparent; - box-shadow: none; - -gtk-icon-shadow: none; - color: inherit; - border-color: currentColor; - animation: none; } - -treeview.view check:selected:focus:disabled, treeview.view check:selected:focus, treeview.view check:selected:backdrop:disabled, treeview.view check:selected:backdrop, treeview.view check:selected:disabled, treeview.view check:selected, - check { - border-radius: 3px; } - treeview.view check:checked:selected, - check:checked { - -gtk-icon-source: image(-gtk-recolor(url("assets/check-symbolic.svg")), -gtk-recolor(url("assets/check-symbolic.symbolic.png"))); } - treeview.view check:indeterminate:selected, - check:indeterminate { - -gtk-icon-source: image(-gtk-recolor(url("assets/dash-symbolic.svg")), -gtk-recolor(url("assets/dash-symbolic.symbolic.png"))); } - -treeview.view radio:selected:focus:disabled, treeview.view radio:selected:focus, treeview.view radio:selected:backdrop:disabled, treeview.view radio:selected:backdrop, treeview.view radio:selected:disabled, treeview.view radio:selected, - radio { - border-radius: 100%; } - treeview.view radio:checked:selected, - radio:checked { - -gtk-icon-source: image(-gtk-recolor(url("assets/bullet-symbolic.svg")), -gtk-recolor(url("assets/bullet-symbolic.symbolic.png"))); } - treeview.view radio:indeterminate:selected, - radio:indeterminate { - -gtk-icon-source: image(-gtk-recolor(url("assets/dash-symbolic.svg")), -gtk-recolor(url("assets/dash-symbolic.symbolic.png"))); } - -@keyframes check_check { - from { - -gtk-icon-transform: translate(6px, -3px) rotate(-45deg) scaleY(0.2) rotate(45deg) scaleX(0); } - to { - -gtk-icon-transform: unset; } } -@keyframes check_radio { - from { - -gtk-icon-transform: scale(0); } - to { - -gtk-icon-transform: unset; } } -@keyframes check_indeterminate { - from { - -gtk-icon-transform: scale(0, 1); } - to { - -gtk-icon-transform: unset; } } -check:not(:indeterminate):checked { - animation: check_check 400ms; } - -radio:not(:indeterminate):checked { - animation: check_radio 400ms; } - -check:indeterminate:checked, radio:indeterminate:checked { - animation: check_indeterminate 400ms; } - -menu menuitem check:not(:indeterminate):checked, -menu menuitem radio:not(:indeterminate):checked, -menu menuitem check:indeterminate:checked:active, -menu menuitem radio:indeterminate:checked { - animation: none; } - -treeview.view check:selected:focus, treeview.view check:selected:hover, treeview.view check:selected, -treeview.view radio:selected:focus, -treeview.view radio:selected:hover, -treeview.view radio:selected { - color: #fff; } -treeview.view check:selected:backdrop:hover, treeview.view check:selected:backdrop, -treeview.view radio:selected:backdrop:hover, -treeview.view radio:selected:backdrop { - color: #fff; - border-color: #fff; } -treeview.view check:selected:backdrop:disabled, -treeview.view radio:selected:backdrop:disabled { - color: gray; - border-color: gray; } -treeview.view check:selected:disabled, -treeview.view radio:selected:disabled { - color: gray; } - - /************ - * GtkScale * - ************/ -scale trough, scale fill { - border: 2px solid gray; - border-radius: 4px; - background-color: gray; - box-shadow: none; } - scale trough:disabled, scale fill:disabled { - border-color: #494949; - background-color: #070707; } - scale trough:backdrop, scale fill:backdrop { - background-color: #4d4d4d; - border-color: #737373; } - scale trough:backdrop:disabled, scale fill:backdrop:disabled { - background-color: #070707; - border-color: #494949; } - row:selected scale trough, scale row:selected trough, row:selected scale fill, scale row:selected fill, row:selected scale trough:disabled, scale row:selected trough:disabled, row:selected scale fill:disabled, scale row:selected fill:disabled { - border-color: #aaa; } - .osd scale trough, scale .osd trough, .osd scale fill, scale .osd fill { - border-color: rgba(255, 255, 255, 0.2); - background-color: rgba(255, 255, 255, 0); - box-shadow: none; - outline-color: rgba(255, 255, 255, 0.2); } - .osd scale trough:disabled, scale .osd trough:disabled, .osd scale fill:disabled, scale .osd fill:disabled { - background-color: #070707; } - -scale highlight { - border: 2px solid #aaa; - border-radius: 4px; - background-color: #aaa; } - scale highlight:disabled { - background-color: transparent; - border-color: transparent; } - scale highlight:backdrop { - border-color: #4d4d4d; } - scale highlight:backdrop:disabled { - background-color: transparent; - border-color: transparent; } - row:selected scale highlight, scale row:selected highlight, row:selected scale highlight:disabled, scale row:selected highlight:disabled { - border-color: #aaa; } - .osd scale highlight, scale .osd highlight { - border-color: rgba(255, 255, 255, 0.2); } - .osd scale highlight:disabled, scale .osd highlight:disabled { - border-color: transparent; } - -scale { - min-height: 10px; - min-width: 10px; - padding: 12px; } - scale fill, - scale highlight { - margin: -1px; } - scale slider { - min-height: 18px; - min-width: 18px; - margin: -9px; } - scale.fine-tune.horizontal { - padding-top: 9px; - padding-bottom: 9px; - min-height: 16px; } - scale.fine-tune.vertical { - padding-left: 9px; - padding-right: 9px; - min-width: 16px; } - scale.fine-tune slider { - margin: -6px; } - scale.fine-tune fill, - scale.fine-tune highlight, - scale.fine-tune trough { - border-radius: 5px; - -gtk-outline-radius: 7px; } - scale trough { - outline-offset: 2px; - -gtk-outline-radius: 5px; } - scale fill, scale fill:backdrop { - background-color: gray; - box-shadow: none; } - scale fill:disabled, scale fill:disabled:backdrop { - border-color: transparent; - background-color: transparent; } - .osd scale fill { - background-color: rgba(255, 255, 255, 0.4); } - .osd scale fill:disabled, .osd scale fill:disabled:backdrop { - border-color: transparent; - background-color: transparent; } - scale slider { - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: #000; - border-color: gray; - border: 2px solid gray; - border-radius: 100%; } - scale slider:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #000; - border-color: gray; - background-image: none; } - scale slider:active { - border-color: #aaa; } - scale slider:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - scale slider:backdrop { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #000; - border-color: #737373; - background-image: none; } - scale slider:backdrop:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - row:selected scale slider, row:selected scale slider:disabled { - border-color: #aaa; } - .osd scale slider { - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: rgba(0, 0, 0, 0.8); - border-color: rgba(255, 255, 255, 0.2); - border-color: rgba(255, 255, 255, 0.2); - background-color: black; } - .osd scale slider:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: rgba(77, 77, 77, 0.8); - border-color: rgba(255, 255, 255, 0.2); } - .osd scale slider:active { - border-width: 2px; - border-style: solid; - color: rgba(0, 0, 0, 0.8); - background-color: #fff; - border-color: rgba(255, 255, 255, 0.2); - box-shadow: none; } - .osd scale slider:disabled { - border-width: 2px; - border-style: solid; - border-color: rgba(255, 255, 255, 0.2); - color: gray; } - .osd scale slider:backdrop { - border-width: 2px; - border-style: solid; } - .osd scale slider:backdrop:disabled { - border-width: 2px; - border-style: solid; } - scale value { - color: alpha(currentColor,0.4); } - scale marks { - color: alpha(currentColor,0.4); } - scale marks.top { - margin-bottom: 6px; - margin-top: -12px; } - scale marks.bottom { - margin-top: 6px; - margin-bottom: -12px; } - scale marks.top { - margin-right: 6px; - margin-left: -12px; } - scale marks.bottom { - margin-left: 6px; - margin-right: -12px; } - scale.fine-tune marks.top { - margin-bottom: 6px; - margin-top: -9px; } - scale.fine-tune marks.bottom { - margin-top: 6px; - margin-bottom: -9px; } - scale.fine-tune marks.top { - margin-right: 6px; - margin-left: -9px; } - scale.fine-tune marks.bottom { - margin-left: 6px; - margin-right: -9px; } - scale.horizontal indicator { - min-height: 6px; - min-width: 1px; } - scale.horizontal.fine-tune indicator { - min-height: 3px; } - scale.vertical indicator { - min-height: 1px; - min-width: 6px; } - scale.vertical.fine-tune indicator { - min-width: 3px; } - -/***************** - * Progress bars * - *****************/ -progressbar { - padding: 0; - font-size: 83%; - color: #fff; } - progressbar:backdrop { - color: gray; } - progressbar trough { - border-width: 1px; - border-style: solid; - border-radius: 3px; - border-color: gray; - background-color: #2d2d2d; - box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1); } - progressbar trough:backdrop { - border-color: #737373; - background-color: #282828; - box-shadow: 0 1px rgba(255, 255, 255, 0); } - progressbar.osd trough { - background-color: transparent; - box-shadow: none; - border-width: 0; } - -progressbar.horizontal trough, progressbar.horizontal progress { - min-height: 2px; } -progressbar.vertical trough, progressbar.vertical progress { - min-width: 2px; } -progressbar progress { - border-width: 1px; - border-style: solid; - border-radius: 3px; - border-color: #aaa; - background-color: #aaa; - box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2); } - progressbar progress.vertical { - box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.2); } - progressbar progress:backdrop { - border-color: #aaa; - background-color: #aaa; - box-shadow: none; } - progressbar progress.osd { - border-width: 0; - border-radius: 0; } - -/************* - * Level Bar * - *************/ -levelbar trough { - padding: 2px; - border-radius: 3px; - background-color: transparent; - border-style: solid; - background-image: linear-gradient(to bottom, #090909, #111 90%); - border-color: gray; - box-shadow: inset 0 2px 2px -2px #090909; } - levelbar trough:backdrop { - background-color: transparent; - border-style: solid; - background-image: linear-gradient(to bottom, #090909, #111 90%); - color: #fff; - background-image: linear-gradient(to bottom, #111); - box-shadow: 0 1px rgba(255, 255, 255, 0); } -levelbar block { - min-width: 32px; - min-height: 1px; } -levelbar.vertical block { - min-width: 1px; - min-height: 32px; } -levelbar.horizontal.discrete block { - margin: 0 1px; } -levelbar.vertical.discrete block { - margin: 1px 0; } -levelbar block.filled.low { - border-color: #c26000; - background-color: #f57900; } - levelbar block.filled.low:backdrop { - border-color: #f57900; } -levelbar block.filled.high { - border-width: 1px; - border-style: solid; - border-color: #919191; - background-color: #aaa; - box-shadow: 0 1px rgba(0, 0, 0, 0.1); - border-radius: 1px; } - levelbar block.filled.high:backdrop { - border-color: #aaa; - box-shadow: none; } -levelbar block.filled.full { - border-color: #5aa411; - background-color: #73d216; } - levelbar block.filled.full:backdrop { - border-color: #73d216; } -levelbar block.empty { - border-width: 1px; - border-style: solid; - background-color: transparent; - border-color: rgba(255, 255, 255, 0.2); - border-radius: 1px; - box-shadow: none; } - levelbar block.empty:backdrop { - border-color: rgba(255, 255, 255, 0.15); } - -.view:selected, textview text:selected, iconview:selected, calendar:selected, .view:selected:focus, textview text:selected:focus, iconview:selected:focus, calendar:focus:selected, .view:selected:hover, textview text:selected:hover, iconview:selected:hover, calendar:hover:selected, textview text selection, -textview text selection:focus, -textview text selection:hover, flowbox flowboxchild:selected, label selection, label selection:focus, label selection:hover, label selection:backdrop, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection, -entry selection:focus, -entry selection, modelbutton.flat:selected, popover.background checkbutton:selected, -popover.background radiobutton:selected, -.menuitem.button.flat:selected, treeview.view:selected, row.activatable:selected, .sidebar:selected { - background-color: #aaa; - color: #fff; - outline-color: rgba(255, 255, 255, 0.3); } - .view:backdrop:selected, textview text:backdrop:selected, iconview:backdrop:selected, calendar:backdrop:selected, textview text:backdrop:selected:focus, iconview:backdrop:selected:focus, calendar:backdrop:focus:selected, textview text:backdrop:selected:hover, iconview:backdrop:selected:hover, calendar:backdrop:hover:selected, textview text selection:backdrop, flowbox flowboxchild:backdrop:selected, label selection:backdrop, spinbutton:not(.vertical) selection:backdrop, - entry selection:backdrop, modelbutton.flat:backdrop:selected, popover.background checkbutton:backdrop:selected, - popover.background radiobutton:backdrop:selected, - .menuitem.button.flat:backdrop:selected, row.activatable:backdrop:selected, .sidebar:backdrop:selected { - background-color: gray; - color: #fff; } - -/********** - * Frames * - **********/ - frame border, - .frame { - border: 1px solid gray; - padding: 0; } - frame border.flat, - .frame.flat { - border-style: none; } - frame border:backdrop, - .frame:backdrop { - border-color: #737373; } - -actionbar > revealer > box { - padding: 6px; - border-width: 1px 0 0; - border-color: gray; - border-style: solid none none; } - -placessidebar .frame, -scrolledwindow .frame { - border-radius: 2px; } -placessidebar viewport.frame, -scrolledwindow viewport.frame { - border-style: none; } -placessidebar overshoot.top, -scrolledwindow overshoot.top { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#010101), to(rgba(1, 1, 1, 0))), -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } - placessidebar overshoot.top:backdrop, - scrolledwindow overshoot.top:backdrop { - background-image: -gtk-gradient(radial, center top, 0, center top, 0.5, to(#737373), to(rgba(115, 115, 115, 0))); - background-size: 100% 5%; - background-repeat: no-repeat; - background-position: center top; - background-color: transparent; - border: none; - box-shadow: none; } -placessidebar overshoot.bottom, -scrolledwindow overshoot.bottom { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#010101), to(rgba(1, 1, 1, 0))), -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0))); - background-size: 100% 5%, 100% 100%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } - placessidebar overshoot.bottom:backdrop, - scrolledwindow overshoot.bottom:backdrop { - background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#737373), to(rgba(115, 115, 115, 0))); - background-size: 100% 5%; - background-repeat: no-repeat; - background-position: center bottom; - background-color: transparent; - border: none; - box-shadow: none; } -placessidebar overshoot.left, -scrolledwindow overshoot.left { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#010101), to(rgba(1, 1, 1, 0))), -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } - placessidebar overshoot.left:backdrop, - scrolledwindow overshoot.left:backdrop { - background-image: -gtk-gradient(radial, left center, 0, left center, 0.5, to(#737373), to(rgba(115, 115, 115, 0))); - background-size: 5% 100%; - background-repeat: no-repeat; - background-position: left center; - background-color: transparent; - border: none; - box-shadow: none; } -placessidebar overshoot.right, -scrolledwindow overshoot.right { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#010101), to(rgba(1, 1, 1, 0))), -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0))); - background-size: 5% 100%, 100% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } - placessidebar overshoot.right:backdrop, - scrolledwindow overshoot.right:backdrop { - background-image: -gtk-gradient(radial, right center, 0, right center, 0.5, to(#737373), to(rgba(115, 115, 115, 0))); - background-size: 5% 100%; - background-repeat: no-repeat; - background-position: right center; - background-color: transparent; - border: none; - box-shadow: none; } -/* result is disable undershoot */ -placessidebar undershoot.top, -scrolledwindow undershoot.top { - background-color: transparent; - background-image: linear-gradient(to left, - rgba(255, 255, 255, 0.2) 50%, - rgba(0, 0, 0, 0.2) 50%); - background-size: 10px 0px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center top; } -placessidebar undershoot.bottom, -scrolledwindow undershoot.bottom { - background-color: transparent; - background-image: linear-gradient(to left, - rgba(255, 255, 255, 0.2) 50%, - rgba(0, 0, 0, 0.2) 50%); - background-size: 10px 0px; - background-repeat: repeat-x; - background-origin: content-box; - background-position: center bottom; } -placessidebar undershoot.left, -scrolledwindow undershoot.left { - background-color: transparent; - background-image: linear-gradient(to top, - rgba(255, 255, 255, 0.2) 50%, - rgba(0, 0, 0, 0.2) 50%); - background-size: 0px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: left center; } -placessidebar undershoot.right, -scrolledwindow undershoot.right { - background-color: transparent; - background-image: linear-gradient(to top, - rgba(255, 255, 255, 0.2) 50%, - rgba(0, 0, 0, 0.2) 50%); - background-size: 0px 10px; - background-repeat: repeat-y; - background-origin: content-box; - background-position: right center; } -placessidebar junction, -scrolledwindow junction { - border-color: transparent; - background-color: black; } - placessidebar junction:backdrop, - scrolledwindow junction:backdrop { - background-color: transparent; } - -separator { - background: gray; - min-width: 1px; - min-height: 1px; } - -/********* - * Lists * - *********/ -list { - background-color: #111; - border-color: gray; } - list:backdrop { - background-color: #111; - border-color: #737373; } - list row { - padding: 2px; } - -row.activatable, -row.activatable:backdrop, -row.activatable:backdrop:active, -row.activatable:backdrop:checked, -row.activatable:backdrop:disabled, -row.activatable:backdrop:disabled:active, -row.activatable:backdrop:disabled:checked, -row.activatable:disabled:active, -row.activatable:disabled:checked { - background-color: rgba(17, 17, 17, 0); - border-style: none; - border-radius: 0; - box-shadow: none; } - -row.activatable { - color: #fff; } - row.activatable:hover { - background-color: #1d1d1d; } - row.activatable:active { - box-shadow: inset 0 2px 2px -2px rgba(0, 0, 0, 0.2); } - row.activatable:selected { - background-color: #aaa; - color: #000; } - row.activatable:selected:active { - box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); - color: #000; - } - row.activatable:selected:hover { - background-color: #b3b3b3; } - row.activatable:selected:backdrop { - background-color: gray; } - row.activatable:selected .button.flat { - color: #fff; } - row.activatable:selected .button.flat:hover { - color: #fff; } - row.activatable:selected .button.flat:active { - color: #fff; } -row .button.flat { - color: #fff; } - row .button.flat:active { - color: #fff; } - -row, -row.activatable { - transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } - row:hover, - row.activatable:hover { - transition: none; } - -/********************* - * App Notifications * - *********************/ -.app-notification, -.app-notification.frame { - padding: 10px; - border-width: 0 1px 1px; - border-style: solid; - border-color: gray; - border-radius: 0 0 6px 6px; - background-image: linear-gradient(to bottom, black 5%, black); } - .app-notification .button, - .app-notification.frame .button { - padding: 6px; } - .app-notification border, - .app-notification.frame border { - border-width: 0; } - -/************* - * Expanders * - *************/ -expander arrow { - min-width: 16px; - min-height: 16px; - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } - expander arrow:dir(rtl) { - -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } - expander arrow:hover { - color: white; } - expander arrow:checked { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } - -/************ - * Calendar * - ***********/ -calendar { - border: 1px solid gray; } - calendar.button { - padding: 0 4px; - color: #707070; } - calendar.button:hover { - color: #fff; } - calendar.button:backdrop, calendar.button:backdrop:hover { - color: #888888; } - calendar.view { - border-radius: 2px; } - calendar.header { - background: linear-gradient(to bottom, #050505, black); - border-bottom-color: #404040; } - calendar.header:backdrop { - background-image: linear-gradient(to bottom, #000); - border-bottom-color: #3a3a3a; } - calendar:indeterminate, calendar:indeterminate:backdrop { - color: alpha(currentColor,0.55); } - calendar.highlight, calendar.highlight:backdrop { - color: #fff; } - -/*********** - * Dialogs * - ***********/ -messagedialog .dialog-action-area button { - padding: 8px; } - -messagedialog .titlebar { - border-style: none; - box-shadow: inset 0 1px #000; } -messagedialog.csd { - border-bottom-left-radius: 9px; - border-bottom-right-radius: 9px; } - messagedialog.csd .dialog-action-area button { - padding: 12px; - border-radius: 0; - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: #000; - border-color: gray; } - messagedialog.csd .dialog-action-area button:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #000; - border-color: gray; - background-image: none; } - messagedialog.csd .dialog-action-area button:active { - border-width: 2px; - border-style: solid; - background-image: none; - color: black; - background-color: white; - border-color: gray; } - messagedialog.csd .dialog-action-area button:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - messagedialog.csd .dialog-action-area button:backdrop { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #000; - border-color: #737373; - background-image: none; } - messagedialog.csd .dialog-action-area button:backdrop:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - messagedialog.csd .dialog-action-area button.suggested-action { - border-width: 2px; - border-style: solid; - color: white; - background-image: none; - background-color: #4a90d9; - border-color: #1c5187; } - messagedialog.csd .dialog-action-area button.suggested-action:hover { - border-width: 2px; - border-style: solid; - color: white; - background-color: #4a90d9; - border-color: #1c5187; - background-image: none; } - messagedialog.csd .dialog-action-area button.suggested-action:active { - border-width: 2px; - border-style: solid; - background-image: none; - color: black; - background-color: #b56f26; - border-color: #1c5187; } - messagedialog.csd .dialog-action-area button.suggested-action:backdrop { - border-width: 2px; - border-style: solid; - color: white; - background-color: #4a90d9; - border-color: #4a90d9; - background-image: none; } - messagedialog.csd .dialog-action-area button.suggested-action:backdrop:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - messagedialog.csd .dialog-action-area button.suggested-action:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - messagedialog.csd .dialog-action-area button.destructive-action { - border-width: 2px; - border-style: solid; - color: white; - background-image: none; - background-color: #ef2929; - border-color: #8e0b0b; } - messagedialog.csd .dialog-action-area button.destructive-action:hover { - border-width: 2px; - border-style: solid; - color: white; - background-color: #ef2929; - border-color: #8e0b0b; - background-image: none; } - messagedialog.csd .dialog-action-area button.destructive-action:active { - border-width: 2px; - border-style: solid; - background-image: none; - color: black; - background-color: #10d6d6; - border-color: #8e0b0b; } - messagedialog.csd .dialog-action-area button.destructive-action:backdrop { - border-width: 2px; - border-style: solid; - color: white; - background-color: #ef2929; - border-color: #ef2929; - background-image: none; } - messagedialog.csd .dialog-action-area button.destructive-action:backdrop:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - messagedialog.csd .dialog-action-area button.destructive-action:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - messagedialog.csd .dialog-action-area button, messagedialog.csd .dialog-action-area button:hover, messagedialog.csd .dialog-action-area button:active, messagedialog.csd .dialog-action-area button:disabled, messagedialog.csd .dialog-action-area button:backdrop, messagedialog.csd .dialog-action-area button:backdrop:disabled, messagedialog.csd .dialog-action-area button.suggested-action, messagedialog.csd .dialog-action-area button.suggested-action:hover, messagedialog.csd .dialog-action-area button.suggested-action:active, messagedialog.csd .dialog-action-area button.suggested-action:backdrop, messagedialog.csd .dialog-action-area button.suggested-action:backdrop:disabled, messagedialog.csd .dialog-action-area button.suggested-action:disabled, messagedialog.csd .dialog-action-area button.destructive-action, messagedialog.csd .dialog-action-area button.destructive-action:hover, messagedialog.csd .dialog-action-area button.destructive-action:active, messagedialog.csd .dialog-action-area button.destructive-action:backdrop, messagedialog.csd .dialog-action-area button.destructive-action:backdrop:disabled, messagedialog.csd .dialog-action-area button.destructive-action:disabled { - border-right-style: none; - border-bottom-style: none; } - messagedialog.csd .dialog-action-area button:last-child { - border-bottom-right-radius: 7px; } - messagedialog.csd .dialog-action-area button:first-child { - border-left-style: none; - border-bottom-left-radius: 7px; } - -filechooser .dialog-action-box { - border-top: 1px solid gray; } - filechooser .dialog-action-box:backdrop { - border-top-color: #737373; } -filechooser #pathbarbox { - border-bottom: 1px solid #000; } - -filechooserbutton:drop(active) { - box-shadow: none; - border-color: transparent; } - -/*********** - * Sidebar * - ***********/ -.sidebar { - border: none; } - .sidebar:backdrop { - background-color: #000; } - .sidebar > scrolledwindow > .frame { - border-right: 1px solid gray; } - .sidebar > scrolledwindow > .frame:dir(rtl) { - border-right: none; - border-left: 1px solid gray; } - -stacksidebar row { - padding: 10px 4px; } - stacksidebar row > label { - padding-left: 6px; - padding-right: 6px; } - stacksidebar row.needs-attention > label { - background-size: 6px 6px, 0 0; } - -/**************** - * File chooser * - ****************/ -placessidebar > viewport.frame { - border-style: none; } -placessidebar row { - min-height: 36px; - padding: 0px; } - placessidebar row > revealer { - padding: 0 14px; } - placessidebar row image.sidebar-icon { - opacity: 0.7; } - placessidebar row image.sidebar-icon:dir(ltr) { - padding-right: 8px; } - placessidebar row image.sidebar-icon:dir(rtl) { - padding-left: 8px; } - placessidebar row label.sidebar-label:dir(ltr) { - padding-right: 2px; } - placessidebar row label.sidebar-label:dir(rtl) { - padding-left: 2px; } - button.sidebar-button { - min-height: 26px; - min-width: 26px; - margin-top: 3px; - margin-bottom: 3px; - padding: 0; - border-radius: 100%; - -gtk-outline-radius: 100%; } - button.sidebar-button:not(:hover):not(:active) > image, button.sidebar-button:backdrop > image { - opacity: 0.7; } - placessidebar row:selected:active { - box-shadow: none; } - placessidebar row.sidebar-placeholder-row { - padding: 0 8px; - min-height: 2px; - background-image: image(#fff); - background-clip: content-box; } - placessidebar row.sidebar-new-bookmark-row { - color: #aaa; } - placessidebar row:drop(active):not(:disabled) { - color: #fff; - box-shadow: inset 0 1px #fff, inset 0 -1px #fff; } - placessidebar row:drop(active):not(:disabled):selected { - color: #fff; - background-color: #fff; } - -placesview .server-list-button > image { - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - -gtk-icon-transform: rotate(0turn); } -placesview .server-list-button:checked > image { - transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - -gtk-icon-transform: rotate(-0.5turn); } -placesview row.activatable:hover { - background-color: transparent; } - -/********* - * Paned * - *********/ -paned separator { - min-width: 1px; - min-height: 1px; - background-image: linear-gradient(to bottom, gray); } - paned separator:backdrop { - background-image: linear-gradient(to bottom, #737373); } -paned:dir(ltr).horizontal separator { - margin: 0 -8px 0 0; - padding: 0 8px 0 0; } -paned:dir(rtl).horizontal separator { - margin: 0 0 0 -8px; - padding: 0 0 0 8px; } -paned.vertical separator { - margin: 0 0 -8px 0; - padding: 0 0 8px 0; } -paned separator:selected { - background-color: #aaa; } -paned separator.wide { - min-width: 5px; - min-height: 5px; - background-color: transparent; - border-style: none solid; - border-color: gray; - border-width: 1px; } - -/************** - * GtkInfoBar * - **************/ -infobar { - border-width: 0; - border-style: none; } - -.info, -.question, -.warning, -.error { - background-color: #aaa; - color: #fff; - text-shadow: 0 1px #919191; - border-color: #919191; } - .info button, - .question button, - .warning button, - .error button { - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: #aaa; - border-color: #6a6a6a; } - .info button:hover, - .question button:hover, - .warning button:hover, - .error button:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #aaa; - border-color: #6a6a6a; - background-image: none; } - .info button:active, - .question button:active, - .warning button:active, - .error button:active { - border-width: 2px; - border-style: solid; - background-image: none; - color: black; - background-color: #555555; - border-color: #6a6a6a; } - .info button:disabled, - .question button:disabled, - .warning button:disabled, - .error button:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - .info button:backdrop, - .question button:backdrop, - .warning button:backdrop, - .error button:backdrop { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #aaa; - border-color: #aaa; - background-image: none; } - .info button:backdrop:disabled, - .question button:backdrop:disabled, - .warning button:backdrop:disabled, - .error button:backdrop:disabled { - border-width: 2px; - border-style: solid; - color: gray; - background-color: #070707; - border-color: #494949; - background-image: none; } - .info label:selected, - .info label:selected:focus, - .info label:selected:hover, - .question label:selected, - .question label:selected:focus, - .question label:selected:hover, - .warning label:selected, - .warning label:selected:focus, - .warning label:selected:hover, - .error label:selected, - .error label:selected:focus, - .error label:selected:hover { - background-color: #dddddd; } - -/************ - * Tooltips * - ************/ -.tooltip { - color: white; - padding: 4px; - /* not working */ - border-radius: 5px; - background-color: rgba(0, 0, 0, 0.8); - text-shadow: 0 1px black; } - -.tooltip * { - padding: 4px; - background-color: transparent; - color: inherit; } - -/***************** - * Color Chooser * - *****************/ -colorswatch { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px #000; } - :selected colorswatch { - box-shadow: none; } - :selected colorswatch overlay, :selected colorswatch overlay:hover { - border-color: #fff; } - colorswatch:selected { - box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px #000; } - colorswatch.top { - border-top-left-radius: 6px; - border-top-right-radius: 6px; } - colorswatch.bottom { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; } - colorswatch.left, colorswatch:first-child:not(overlay):not(.top) { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; } - colorswatch.right, colorswatch:last-child:not(overlay):not(.bottom) { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; } - colorswatch:only-child:not(overlay) { - border-radius: 6px; } - colorswatch.top > overlay { - border-top-left-radius: 5px; - border-top-right-radius: 5px; } - colorswatch.bottom > overlay { - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; } - colorswatch:first-child:not(.top) > overlay { - border-top-left-radius: 5px; - border-bottom-left-radius: 5px; } - colorswatch:last-child:not(.bottom) > overlay { - border-top-right-radius: 5px; - border-bottom-right-radius: 5px; } - colorswatch:only-child > overlay { - border-radius: 5px; } - colorswatch.activatable:hover, colorswatch.activatable:hover:selected { - background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), inset 0 -1px rgba(0, 0, 0, 0.4); } - colorswatch:backdrop, colorswatch:backdrop:selectedi, colorswatch.dark:backdrop, colorswatch.dark:backdrop:selected { - background-image: none; - box-shadow: none; } - colorswatch.dark { - color: white; - outline-color: rgba(0, 0, 0, 0.3); - border: 1px solid rgba(0, 0, 0, 0.3); } - colorswatch.dark:hover { - border-color: rgba(0, 0, 0, 0.5); } - colorswatch.dark:backdrop { - color: rgba(255, 255, 255, 0.3); } - colorswatch.light { - color: black; - outline-color: rgba(255, 255, 255, 0.5); - border: 1px solid rgba(0, 0, 0, 0.3); } - colorswatch.light:hover { - border-color: rgba(0, 0, 0, 0.5); } - colorswatch.light:backdrop { - color: rgba(0, 0, 0, 0.3); } - colorswatch overlay, colorswatch overlay:selected { - background: none; - border: none; } - colorswatch#add-color-button { - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: #000; - border-color: gray; } - colorswatch#add-color-button:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #000; - border-color: gray; - background-image: none; } - colorswatch#add-color-button:backdrop { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: #000; - border-color: #737373; - background-image: none; } - colorswatch#add-color-button overlay { - border-width: 0; - background: none; } - -/********************** - * Window Decorations * - *********************/ -decoration { - border-radius: 7px 7px 0 0; - border-width: 0px; - box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.23); - /* this is used for the resize cursor area */ - margin: 10px; } - decoration:backdrop { - /* the transparent shadow here is to enforce that the shadow extents don't - * change when we go to backdrop, to prevent jumping windows - */ - box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 3px 9px 1px transparent, 0 0 0 1px rgba(0, 0, 0, 0.18); } - .fullscreen decoration, .tiled decoration { - border-radius: 0; } - .popup decoration { - box-shadow: none; } - decoration.csd.popup { - border-radius: 0; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13); } - tooltip.csd decoration { - border-radius: 5px; - box-shadow: none; } - messagedialog.csd decoration { - border-radius: 7px; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13); } - .solid-csd decoration { - border-radius: 3px; - margin: 10px; - background-color: #000; - border: solid 2px #737373; - box-shadow: none; } - -/* workaround to avoid unwanted black frames if switching compositor on/off */ -.background decoration, -.background decoration:backdrop { - box-shadow: none; -} - -/********************** - * Touch Copy & Paste * - *********************/ -cursor-handle { - background-color: #000; - background-image: none; - -gtk-icon-source: none; - box-shadow: none; - outline-style: none; - outline-color: transparent; - border: 2px solid #fff; } - cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { - border-radius: 10px 0 0 0; - padding-left: 10px; } - cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { - border-radius: 0 10px 0 0; - padding-right: 10px; } - cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { - border-radius: 10px 10px 0 0; } - cursor-handle.top:hover:dir(ltr), cursor-handle.bottom:hover:dir(rtl) { - border-radius: 10px 0 0 0; - padding-left: 10px; } - cursor-handle.bottom:hover:dir(ltr), cursor-handle.top:hover:dir(rtl) { - border-radius: 0 10px 0 0; - padding-right: 10px; } - cursor-handle.insertion-cursor:hover:dir(ltr), cursor-handle.insertion-cursor:hover:dir(rtl) { - border-radius: 10px 10px 0 0; } - cursor-handle.top:active:dir(ltr), cursor-handle.bottom:active:dir(rtl) { - border-radius: 10px 0 0 0; - padding-left: 10px; } - cursor-handle.bottom:active:dir(ltr), cursor-handle.top:active:dir(rtl) { - border-radius: 0 10px 0 0; - padding-right: 10px; } - cursor-handle.insertion-cursor:active:dir(ltr), cursor-handle.insertion-cursor:active:dir(rtl) { - border-radius: 10px 10px 0 0; } - -/* Decouple the font of context menus from their entry/textview */ -.context-menu { - font: initial; } - -.touch-selection { - font: initial; - color: #fff; - border: none; - background-color: black; - background-clip: padding-box; - outline-color: rgba(255, 255, 255, 0.3); - box-shadow: none; - text-shadow: 0 1px black; - -gtk-icon-shadow: 0 1px black; } - .touch-selection:backdrop { - text-shadow: none; } - .touch-selection button { - border-width: 2px; - border-style: solid; - color: #fff; - background-image: none; - background-color: rgba(0, 0, 0, 0.8); - border-color: rgba(255, 255, 255, 0.2); } - .touch-selection button:hover { - border-width: 2px; - border-style: solid; - color: #fff; - background-color: rgba(77, 77, 77, 0.8); - border-color: rgba(255, 255, 255, 0.2); } - .touch-selection button:active, .touch-selection button:checked { - border-width: 2px; - border-style: solid; - color: rgba(0, 0, 0, 0.8); - background-color: #fff; - border-color: rgba(255, 255, 255, 0.2); - box-shadow: none; } - .touch-selection button:disabled, .touch-selection button:backdrop:disabled { - border-width: 2px; - border-style: solid; - border-color: rgba(255, 255, 255, 0.2); - color: gray; } - .touch-selection button:backdrop { - border-width: 2px; - border-style: solid; } - .touch-selection .check { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .check:hover { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .check:active { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .check:disabled { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .check:indeterminate { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .check:indeterminate:hover { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .check:indeterminate:selected { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .check:indeterminate:disabled { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .check:checked { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .check:checked:disabled { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .check:checked:hover { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .check:checked:active { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .check:backdrop:checked { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .radio { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .radio:hover { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .radio:active { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .radio:disabled { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .radio:indeterminate { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .radio:indeterminate:hover { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .radio:indeterminate:selected { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .radio:indeterminate:disabled { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .radio:checked { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .radio:checked:disabled { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .radio:checked:hover { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .radio:checked:active { - -gtk-icon-shadow: none; - color: #fff; } - .touch-selection .radio:backdrop:checked { - -gtk-icon-shadow: none; - color: #fff; } - -button.circular { - border-radius: 20px; - -gtk-outline-radius: 20px; } - button.circular label { - padding: 0; } - row:selected button.circular { - color: #fff; } - row:selected button.circular:hover { - color: #fff; } - row:selected button.circular:active { - color: #fff; } - -.keycap { - min-width: 18px; - min-height: 25px; - margin-top: 3px; - padding-bottom: 2px; - padding-left: 6px; - padding-right: 6px; - color: #fff; - background-color: #111; - border: 2px solid; - border-color: gray; - border-radius: 5px; - box-shadow: inset 0 -3px #404040, inset 0 -2px #000, inset 0 0 0 1px #111; - font-size: smaller; } - -*:drop(active):focus, -*:drop(active) { - border-color: #fff; - box-shadow: inset 0 0 0 2px #fff; } - -stackswitcher button.text-button { - min-width: 100px; } - -stackswitcher button.circular { - min-width: 0px; } - diff --git a/desktop-themes/HighContrastInverse/gtk-3.0/gtk.css b/desktop-themes/HighContrastInverse/gtk-3.0/gtk.css deleted file mode 100644 index 15a596c7..00000000 --- a/desktop-themes/HighContrastInverse/gtk-3.0/gtk.css +++ /dev/null @@ -1,37 +0,0 @@ -/* GTK NAMED COLORS */ -@define-color theme_fg_color #fff; -@define-color theme_bg_color #000; -@define-color theme_base_color #111; -@define-color theme_selected_bg_color #aaa; -@define-color theme_selected_fg_color #000; -@define-color insensitive_bg_color #070707; -@define-color insensitive_fg_color gray; -@define-color insensitive_base_color #111; -@define-color theme_unfocused_fg_color #fff; -@define-color theme_unfocused_bg_color #000; -@define-color theme_unfocused_base_color #111; -@define-color theme_unfocused_selected_bg_color #aaa; -@define-color theme_unfocused_selected_fg_color #fff; -@define-color borders gray; -@define-color unfocused_borders #737373; -@define-color warning_color #f57900; -@define-color error_color #cc0000; -@define-color success_color #73d216; -@define-color wm_title shade(#fff, 1.8); -@define-color wm_unfocused_title #fff; -@define-color wm_highlight #000; -@define-color wm_borders_edge #000; -@define-color wm_bg_a shade(#000, 1.2); -@define-color wm_bg_b #000; -@define-color wm_shadow alpha(black, 0.35); -@define-color wm_border alpha(black, 0.18); -@define-color wm_button_hover_color_a shade(#000, 1.3); -@define-color wm_button_hover_color_b #000; -@define-color wm_button_active_color_a shade(#000, 0.85); -@define-color wm_button_active_color_b shade(#000, 0.89); -@define-color wm_button_active_color_c shade(#000, 0.9); -@define-color content_view_bg #111; - -@import url("gtk-widgets.css"); -@import url("other-applications.css"); -@import url("mate-applications.css"); diff --git a/desktop-themes/HighContrastInverse/gtk-3.0/mate-applications.css b/desktop-themes/HighContrastInverse/gtk-3.0/mate-applications.css deleted file mode 100644 index 9dcf832d..00000000 --- a/desktop-themes/HighContrastInverse/gtk-3.0/mate-applications.css +++ /dev/null @@ -1,311 +0,0 @@ -/************ - * Caja * - ************/ - -.caja-cluebar-label { - color: @theme_selected_fg_color; - font: bold; -} - -/* view and desktop mode */ -.caja-canvas-item { - border-radius: 3px; - color: @theme_fg_color; -} - -.caja-canvas-item:active, -.caja-canvas-item:selected { - color: @theme_selected_fg_color; -} - -.caja-notebook .caja-canvas-item, -CajaNavigationWindow.background .view.caja-canvas-item { - color: @theme_fg_color; -} - -.caja-notebook .caja-canvas-item:active, -.caja-notebook .caja-canvas-item:selected { - color: @theme_selected_fg_color; -} - -/* desktop mode */ -/* 3.20 */ -/* desktop */ -.caja-desktop.caja-canvas-item { - color: @theme_selected_fg_color; - text-shadow: 1px 1px alpha (#000000, 0.8); -} - -.caja-desktop.caja-canvas-item:selected { - background-color: @theme_selected_bg_color; - color: @theme_selected_fg_color; - text-shadow: none; -} - -.caja-desktop.caja-canvas-item:active, -.caja-desktop.caja-canvas-item:hover { - text-shadow: none; -} - -/* EelEditableLabel (icon labels) */ -.caja-navigation-window .view .entry, -.caja-navigation-window .view .entry:focus, -.caja-desktop.view .entry, -.caja-desktop.view .entry:focus { - border-image: none; - border-style: solid; - border-width: 1px; - border-color: @theme_fg_color; - box-shadow: none; - border-radius: 2px; - text-shadow: none; - background-image: -gtk-gradient(linear, - left top, left bottom, - from (shade(@theme_base_color, 0.86)), - color-stop (0.15, shade(@theme_base_color, 0.96)), - color-stop (0.50, shade(@theme_base_color, 0.98)), - to (shade(@theme_base_color, 1.00))); -} - -.caja-desktop.view .entry:selected, -.caja-navigation-window .entry:selected { - background-color: @theme_selected_bg_color; - color: @theme_selected_fg_color; -} - -/************** - * Mate-Panel * - **************/ - -/* first make all transparent */ -.mate-panel-menu-bar, -.mate-panel-menu-bar menubar, -.mate-panel-menu-bar menuitem, -#PanelApplet button, -PanelToplevel.background { - background-color: transparent; - background-image: none; - border-color: transparent; - box-shadow: none; -} - -/* let's started */ -/* the panel bar itself */ -.mate-panel-menu-bar, -PanelToplevel.background { - background-image: none; - background-color: @theme_base_color; - padding: 0; - color: @theme_fg_color; - text-shadow: none; -} - -/* workaround to avoid unwanted black frames if switching compositor on/off */ -.mate-panel-menu-bar .csd.popup decoration { - box-shadow: none; -} - -#PanelApplet { - border-width: 0; -} - -PanelSeparator { - border-width: 0; - background-image: none; - color: @theme_fg_color; - text-shadow: none; -} - -/* the grid left from wnckpager and wncktasklist */ -MatePanelAppletFrameDBus { - background-image: -gtk-scaled(url("panel-grid.svg")); - background-color: transparent; - background-repeat: no-repeat; - background-position: left; -} - -/* dictionary applet */ -#PanelApplet entry { - border-width: 1px; - margin: 3px 0px; -} - -/* most applets */ -#PanelApplet button, -#PanelApplet button.flat, -#PanelApplet button.toggle -#PanelApplet button.flat.toggle { - padding: 4px; - border-radius: 0px; - border-width: 0px; - border-style: solid; - text-shadow: none; - color: @theme_fg_color; - background-image: none; - background-color: @theme_base_color; -} - -#PanelApplet button:hover:active, -#PanelApplet button:checked, -#PanelApplet button:checked:hover, -#PanelApplet button.flat:hover:active, -#PanelApplet button.flat:checked, -#PanelApplet button.flat:checked:hover, -#PanelApplet button.toggle:hover:active, -#PanelApplet button.toggle:checked, -#PanelApplet button.toggle:checked:hover, -#PanelApplet button.flat.toggle:hover:active, -#PanelApplet button.flat.toggle:checked, -#PanelApplet button.flat.toggle:checked:hover{ - border-image: none; - background-image: none; - background-color: @theme_selected_bg_color; - border-width: 0; - border-radius: 0; - color: #000; - text-shadow: none; -} - -#PanelApplet button:hover, -#PanelApplet button.flat:hover, -#PanelApplet button.toggle:hover, -#PanelApplet button.flat.toggle:hover { - border-image: none; - background-image: none; - background-color: @theme_fg_color; - border-color: @theme_fg_color; - color: #000; - border-width: 0; - border-radius: 0; -} - -#clock-applet-button.flat.toggle > box.horizontal > label { - font: normal; -} - -/* drivebutton */ -#PanelApplet > grid > button, -#PanelApplet > grid > button:hover { - padding: 4px; -} - -PanelApplet.wnck-applet .wnck-pager { - background-image: none; - border-color: transparent; - background-color: shade(@theme_base_color, 0.9); - text-shadow: none; -} - -/* selected WnckPager */ -PanelApplet.wnck-applet .wnck-pager:selected { - background-image: linear-gradient(to bottom, - shade (@theme_fg_color, 0.46), - shade (@theme_fg_color, 0.3)); - background-color: transparent; - color: @theme_selected_fg_color; -} - -/* hover of WnckPager */ -PanelApplet.wnck-applet .wnck-pager:hover { - background-image: linear-gradient(to bottom, - shade (@theme_fg_color, 0.5), - shade (@theme_fg_color, 0.66)); -} - -/* Classic icon style */ -.mate-panel-menu-bar { - -PanelMenuBar-icon-visible: true; -} - - -/* no background for icon-padding area */ -GtkTrayIcon.background { - background-color: transparent; -} - -na-tray-applet { - -NaTrayApplet-icon-padding: 4; - -NaTrayApplet-icon-size: 16; -} - -/* volume applet, brightness applet */ -.mate-panel-applet-slider { - background: transparent; -} - -.mate-panel-applet-slider .frame { - background-color: @theme_bg_color; - border-image: none; - border-style: solid; - border-radius:3px; - padding: 0px; - margin: 0px; -} - -.mate-panel-applet-slider .frame .frame{ - background-color:transparent; - border-style: none; - box-shadow: none; -} - -.mate-panel-applet-slider .frame .button { - padding: 4px 0px; - margin: 0px; -} - -/**************** - * Mate-Terminal * - ****************/ - -.mate-terminal vte { - -TerminalWindow-background-darkness: 0.95; - background-color: shade (@theme_base_color, 0.95); - color: @theme_fg_color; -} - -/**************** - * Pluma * - ****************/ - -.pluma-window textview { - background-color: shade (@theme_bg_color, 0.89); - color: @theme_fg_color; -} - -.pluma-window statusbar.horizontal frame, -.caja-window statusbar.horizontal frame { - border-radius: 3px; -} - -/* Pluma status bar */ -.pluma-window statusbar.horizontal frame button.flat.toggle { - border-radius: 3px; - padding: 2px 5px; -} - -/******* - * Eom * - *******/ - -.eom-window .vertical .vertical .vertical .horizontal button.flat:first-child { - border-radius: 4px 0px 0px 4px; - border-width: 2px 0px 2px 2px; -} - -.eom-window .vertical .vertical .vertical .horizontal button.flat:last-child { - border-radius: 0px 4px 4px 0px; - border-width: 2px 2px 2px 0px; -} - -.eom-window .vertical .vertical .vertical .horizontal button.flat { - border-color: @theme_border_color; -} - -.eom-window .vertical .vertical .vertical .horizontal button.flat:disabled { - border-color: @theme_insensitive_border; -} - -.eom-window .vertical .vertical .vertical .horizontal scrolledwindow.frame { - border-width: 2px; -} - diff --git a/desktop-themes/HighContrastInverse/gtk-3.0/other-applications.css b/desktop-themes/HighContrastInverse/gtk-3.0/other-applications.css deleted file mode 100644 index 4ef6a353..00000000 --- a/desktop-themes/HighContrastInverse/gtk-3.0/other-applications.css +++ /dev/null @@ -1,49 +0,0 @@ -/************* - * rhythmbox * - *************/ - -.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat, -.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:active, -.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:hover { - padding: 0px 4px; -} - -/******** - * Nemo * - ********/ - -/* workaround for broken first/last-child logic with linked buttons - in pathbar with gtk+-3.18 */ -NemoPathBar:dir(ltr).raised.linked button.text-button, -NemoPathBar:dir(ltr).raised.linked button.text-button:hover, -NemoPathBar:dir(ltr).raised.linked button.text-button:hover:active, -NemoPathBar:dir(ltr).raised.linked button.text-button:active, -NemoPathBar:dir(ltr).raised.linked button.text-button:checked, -NemoPathBar:dir(ltr).raised.linked button.text-button:checked:hover, -NemoPathBar:dir(ltr).raised.linked button.text-button:checked:hover:active, -NemoPathBar:dir(ltr).raised.linked button.text-button:first-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:hover:first-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:hover:active:first-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:active:first-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:checked:first-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:checked:hover:first-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:checked:hover:active:first-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:last-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:hover:last-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:hover:active:last-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:active:last-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:checked:last-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:checked:hover:last-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:checked:hover:active:last-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:only-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:hover:only-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:hover:active:only-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:active:only-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:checked:only-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:checked:hover:only-child, -NemoPathBar:dir(ltr).raised.linked button.text-button:checked:hover:active:only-child { - border-right-width: 2px; - border-left-width: 2px; - border-radius: 4px; -} - diff --git a/desktop-themes/HighContrastInverse/gtk-3.0/panel-grid.svg b/desktop-themes/HighContrastInverse/gtk-3.0/panel-grid.svg deleted file mode 100644 index c057ca53..00000000 --- a/desktop-themes/HighContrastInverse/gtk-3.0/panel-grid.svg +++ /dev/null @@ -1,173 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="view-more-symbolic.svg" - height="22" - id="svg7384" - inkscape:version="0.91 r13725" - version="1.1" - width="12"> - <metadata - id="metadata90"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title>Gnome Symbolic Icon Theme</dc:title> - </cc:Work> - </rdf:RDF> - </metadata> - <sodipodi:namedview - inkscape:bbox-nodes="false" - inkscape:bbox-paths="true" - bordercolor="#666666" - borderopacity="1" - inkscape:current-layer="layer12" - inkscape:cx="37.386562" - inkscape:cy="10" - gridtolerance="10" - inkscape:guide-bbox="true" - guidetolerance="10" - id="namedview88" - inkscape:object-nodes="false" - inkscape:object-paths="false" - objecttolerance="10" - pagecolor="#3a3b39" - inkscape:pageopacity="1" - inkscape:pageshadow="2" - showborder="true" - showgrid="false" - showguides="true" - inkscape:snap-bbox="true" - inkscape:snap-bbox-midpoints="false" - inkscape:snap-global="true" - inkscape:snap-grids="true" - inkscape:snap-nodes="true" - inkscape:snap-others="false" - inkscape:snap-to-guides="true" - inkscape:window-height="444" - inkscape:window-maximized="0" - inkscape:window-width="534" - inkscape:window-x="788" - inkscape:window-y="500" - inkscape:zoom="2.8284271"> - <inkscape:grid - empspacing="2" - enabled="true" - id="grid4866" - originx="119.9998px" - originy="650px" - snapvisiblegridlinesonly="true" - spacingx="1px" - spacingy="1px" - type="xygrid" - visible="true" /> - <inkscape:grid - color="#000000" - empcolor="#000000" - empopacity="0" - empspacing="4" - enabled="true" - id="grid5968" - opacity="0.1254902" - originx="119.9998px" - originy="650px" - snapvisiblegridlinesonly="true" - spacingx="0.5px" - spacingy="0.5px" - type="xygrid" - visible="true" /> - </sodipodi:namedview> - <title - id="title9167">Gnome Symbolic Icon Theme</title> - <defs - id="defs7386" /> - <g - inkscape:groupmode="layer" - id="layer9" - inkscape:label="status" - style="display:inline" - transform="translate(-121.0004,-861)" /> - <g - inkscape:groupmode="layer" - id="layer10" - inkscape:label="devices" - transform="translate(-121.0004,-861)" /> - <g - inkscape:groupmode="layer" - id="layer11" - inkscape:label="apps" - transform="translate(-121.0004,-861)" /> - <g - inkscape:groupmode="layer" - id="layer13" - inkscape:label="places" - transform="translate(-121.0004,-861)" /> - <g - inkscape:groupmode="layer" - id="layer14" - inkscape:label="mimetypes" - transform="translate(-121.0004,-861)" /> - <g - inkscape:groupmode="layer" - id="layer15" - inkscape:label="emblems" - style="display:inline" - transform="translate(-121.0004,-861)" /> - <g - inkscape:groupmode="layer" - id="g71291" - inkscape:label="emotes" - style="display:inline" - transform="translate(-121.0004,-861)" /> - <g - inkscape:groupmode="layer" - id="g4953" - inkscape:label="categories" - style="display:inline" - transform="translate(-121.0004,-861)" /> - <g - inkscape:groupmode="layer" - id="layer12" - inkscape:label="actions" - style="display:inline" - transform="translate(-121.0004,-861)"> - <rect - height="4" - id="rect20592" - rx="0.38461545" - ry="0.50229359" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#555555;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:new" - width="4" - x="125.23243" - y="864.17157" /> - <rect - height="4" - id="rect16730" - rx="0.38461545" - ry="0.50229359" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#555555;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:new" - width="4" - x="125.23243" - y="870.17157" /> - <rect - height="4" - id="rect16732" - rx="0.38461545" - ry="0.50229359" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#555555;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:new" - width="4" - x="125.23243" - y="876.17157" /> - </g> -</svg> diff --git a/desktop-themes/HighContrastInverse/gtk-3.0/resize-grip.svg b/desktop-themes/HighContrastInverse/gtk-3.0/resize-grip.svg deleted file mode 100644 index fa1f5872..00000000 --- a/desktop-themes/HighContrastInverse/gtk-3.0/resize-grip.svg +++ /dev/null @@ -1,117 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="13" - height="13" - id="svg17653" - version="1.1" - inkscape:version="0.48.2 r9819" - sodipodi:docname="resize-grip.svg"> - <defs - id="defs17655" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="21.311078" - inkscape:cx="-8.2186936" - inkscape:cy="8.0008486" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:document-units="px" - inkscape:window-width="1920" - inkscape:window-height="1022" - inkscape:window-x="0" - inkscape:window-y="26" - inkscape:window-maximized="1" /> - <metadata - id="metadata17658"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <g - id="layer1" - inkscape:label="Layer 1" - inkscape:groupmode="layer" - transform="translate(0,-3)"> - <path - transform="matrix(0.65777374,0,0,0.65777374,-560.57081,-392.19484)" - d="m 870.53682,617.14966 a 1.9003495,1.9003495 0 1 1 -3.80069,0 1.9003495,1.9003495 0 1 1 3.80069,0 z" - sodipodi:ry="1.9003495" - sodipodi:rx="1.9003495" - sodipodi:cy="617.14966" - sodipodi:cx="868.63647" - id="path5513" - style="fill:#b9beb3;fill-opacity:1;stroke:none;display:inline;enable-background:new" - sodipodi:type="arc" /> - <path - sodipodi:type="arc" - style="fill:#b9beb3;fill-opacity:1;stroke:none;display:inline;enable-background:new" - id="path5515" - sodipodi:cx="868.63647" - sodipodi:cy="617.14966" - sodipodi:rx="1.9003495" - sodipodi:ry="1.9003495" - d="m 870.53682,617.14966 a 1.9003495,1.9003495 0 1 1 -3.80069,0 1.9003495,1.9003495 0 1 1 3.80069,0 z" - transform="matrix(0.65777374,0,0,0.65777374,-563.84354,-392.19484)" /> - <path - sodipodi:type="arc" - style="fill:#b9beb3;fill-opacity:1;stroke:none;display:inline;enable-background:new" - id="path5517" - sodipodi:cx="868.63647" - sodipodi:cy="617.14966" - sodipodi:rx="1.9003495" - sodipodi:ry="1.9003495" - d="m 870.53682,617.14966 a 1.9003495,1.9003495 0 1 1 -3.80069,0 1.9003495,1.9003495 0 1 1 3.80069,0 z" - transform="matrix(0.65777374,0,0,0.65777374,-560.57081,-395.46756)" /> - <path - transform="matrix(0.65777374,0,0,0.65777374,-560.57081,-398.74029)" - d="m 870.53682,617.14966 a 1.9003495,1.9003495 0 1 1 -3.80069,0 1.9003495,1.9003495 0 1 1 3.80069,0 z" - sodipodi:ry="1.9003495" - sodipodi:rx="1.9003495" - sodipodi:cy="617.14966" - sodipodi:cx="868.63647" - id="path5519" - style="fill:#b9beb3;fill-opacity:1;stroke:none;display:inline;enable-background:new" - sodipodi:type="arc" /> - <path - transform="matrix(0.65777374,0,0,0.65777374,-567.11626,-392.19484)" - d="m 870.53682,617.14966 a 1.9003495,1.9003495 0 1 1 -3.80069,0 1.9003495,1.9003495 0 1 1 3.80069,0 z" - sodipodi:ry="1.9003495" - sodipodi:rx="1.9003495" - sodipodi:cy="617.14966" - sodipodi:cx="868.63647" - id="path5521" - style="fill:#b9beb3;fill-opacity:1;stroke:none;display:inline;enable-background:new" - sodipodi:type="arc" /> - <path - transform="matrix(0.65777374,0,0,0.65777374,-563.84354,-395.46756)" - d="m 870.53682,617.14966 a 1.9003495,1.9003495 0 1 1 -3.80069,0 1.9003495,1.9003495 0 1 1 3.80069,0 z" - sodipodi:ry="1.9003495" - sodipodi:rx="1.9003495" - sodipodi:cy="617.14966" - sodipodi:cx="868.63647" - id="path5523" - style="fill:#b9beb3;fill-opacity:1;stroke:none;display:inline;enable-background:new" - sodipodi:type="arc" /> - </g> -</svg> diff --git a/desktop-themes/HighContrastInverse/gtk-3.0/settings.ini b/desktop-themes/HighContrastInverse/gtk-3.0/settings.ini deleted file mode 100644 index 4c46c2fc..00000000 --- a/desktop-themes/HighContrastInverse/gtk-3.0/settings.ini +++ /dev/null @@ -1,2 +0,0 @@ -[Settings] -gtk-visible-focus = automatic diff --git a/desktop-themes/HighContrastInverse/index.theme.in b/desktop-themes/HighContrastInverse/index.theme.in deleted file mode 100644 index 7881b4ed..00000000 --- a/desktop-themes/HighContrastInverse/index.theme.in +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Type=X-GNOME-Metatheme -_Name=High Contrast Inverse -_Comment=White-on-black text and icons -Encoding=UTF-8 - -[X-GNOME-Metatheme] -GtkTheme=HighContrastInverse -IconTheme=ContrastHigh -MetacityTheme=HighContrastInverse diff --git a/desktop-themes/HighContrastInverse/metacity-1/Makefile.am b/desktop-themes/HighContrastInverse/metacity-1/Makefile.am deleted file mode 100644 index 597c9863..00000000 --- a/desktop-themes/HighContrastInverse/metacity-1/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -THEME_NAME=HighContrastInverse - -themedir = $(datadir)/themes/$(THEME_NAME)/metacity-1 - -theme_DATA = metacity-theme-1.xml - -EXTRA_DIST = $(theme_DATA) diff --git a/desktop-themes/HighContrastInverse/metacity-1/metacity-theme-1.xml b/desktop-themes/HighContrastInverse/metacity-1/metacity-theme-1.xml deleted file mode 100644 index 9129356a..00000000 --- a/desktop-themes/HighContrastInverse/metacity-1/metacity-theme-1.xml +++ /dev/null @@ -1,350 +0,0 @@ -<?xml version="1.0"?> -<metacity_theme> -<info> - <name>HighContrastInverse</name> - <author>Havoc Pennington <[email protected]></author> - <copyright>Â Havoc Pennington, 2002</copyright> - <date>February 3, 2002</date> - <description>Simple low-overhead default theme that comes with Metacity.</description> -</info> - -<frame_geometry name="normal"> - <distance name="left_width" value="6"/> - <distance name="right_width" value="6"/> - <distance name="bottom_height" value="7"/> - <distance name="left_titlebar_edge" value="6"/> - <distance name="right_titlebar_edge" value="6"/> - <aspect_ratio name="button" value="1.0"/> - <distance name="title_vertical_pad" value="3"/> - <border name="title_border" left="3" right="4" top="4" bottom="3"/> - <border name="button_border" left="0" right="0" top="1" bottom="1"/> -</frame_geometry> - -<!-- strip borders off the normal geometry --> -<frame_geometry name="normal_small_borders" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> -</frame_geometry> - -<frame_geometry name="utility" title_scale="xx-small"> - <distance name="left_width" value="3"/> - <distance name="right_width" value="3"/> - <distance name="bottom_height" value="4"/> - <distance name="left_titlebar_edge" value="3"/> - <distance name="right_titlebar_edge" value="3"/> - <distance name="button_width" value="11"/> - <distance name="button_height" value="11"/> - <distance name="title_vertical_pad" value="1"/> - <border name="title_border" left="3" right="4" top="3" bottom="3"/> - <border name="button_border" left="0" right="0" top="1" bottom="1"/> -</frame_geometry> - -<frame_geometry name="border" has_title="false"> - <distance name="left_width" value="4"/> - <distance name="right_width" value="4"/> - <distance name="bottom_height" value="4"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="button_width" value="0"/> - <distance name="button_height" value="0"/> - <distance name="title_vertical_pad" value="4"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> -</frame_geometry> - -<!-- define constants --> -<constant name="ArrowSpacer" value="8"/> -<constant name="MinArrowSize" value="7"/> -<constant name="ButtonIPad" value="6"/> -<constant name="ThickLineWidth" value="3"/> -<constant name="IconTitleSpacing" value="2"/> -<constant name="SpacerWidth" value="6"/> -<constant name="SpacerHeight" value="9"/> -<constant name="SpacerOffset" value="4"/> - -<!-- Buttons --> - -<draw_ops name="button_pressed_bg"> - <gtk_box state="active" shadow="in" x="0" y="0" width="width" height="height"/> -</draw_ops> - -<draw_ops name="menu_button"> - <gtk_arrow state="normal" shadow="out" arrow="down" - x="ArrowSpacer `min` (width-MinArrowSize)/2" - y="ArrowSpacer `min` (height-MinArrowSize)/2" - width="(width-(ArrowSpacer*2)) `max` MinArrowSize" - height="(height-(ArrowSpacer*2)) `max` MinArrowSize"/> -</draw_ops> - -<draw_ops name="menu_button_pressed"> - <include name="menu_button"/> -</draw_ops> - -<draw_ops name="minimize_button"> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" - y1="height - ButtonIPad - ThickLineWidth + 1" - x2="width - ButtonIPad" - y2="height - ButtonIPad - ThickLineWidth + 1" - width="3"/> <!-- FIXME allow a constant here --> -</draw_ops> - -<draw_ops name="minimize_button_pressed"> - <include name="minimize_button"/> -</draw_ops> - -<draw_ops name="maximize_button"> - <rectangle color="gtk:fg[NORMAL]" filled="false" - x="ButtonIPad" y="ButtonIPad" width="width-ButtonIPad*2-1" height="height-ButtonIPad*2-1"/> - <line color="gtk:fg[NORMAL]" width="3" - x1="ButtonIPad" y1="ButtonIPad+1" x2="width-ButtonIPad" y2="ButtonIPad+1"/> -</draw_ops> - -<draw_ops name="maximize_button_pressed"> - <include name="maximize_button"/> -</draw_ops> - -<draw_ops name="mini_window_icon"> - <rectangle color="gtk:bg[NORMAL]" filled="true" - x="0" y="0" width="width-1" height="height-1"/> - <rectangle color="gtk:fg[NORMAL]" filled="false" - x="0" y="0" width="width-1" height="height-1"/> - <line color="gtk:fg[NORMAL]" width="2" - x1="0" y1="1" x2="width" y2="1"/> -</draw_ops> - -<draw_ops name="restore_button"> - <include name="mini_window_icon" - x="ButtonIPad" y="ButtonIPad" - width="width - 5 - ButtonIPad" - height="height - 5 - ButtonIPad"/> - <include name="mini_window_icon" - x="3 + ButtonIPad" y="3 + ButtonIPad" - width="width - 5 - ButtonIPad" - height="height - 5 - ButtonIPad"/> -</draw_ops> - -<draw_ops name="restore_button_pressed"> - <include name="restore_button"/> -</draw_ops> - -<draw_ops name="close_button"> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" y1="ButtonIPad" - x2="width - ButtonIPad - 1" y2="height - ButtonIPad - 1" - width="1"/> - <line color="gtk:fg[NORMAL]" - x1="ButtonIPad" y1="height - ButtonIPad - 1" - x2="width - ButtonIPad - 1" y2="ButtonIPad" - width="1"/> -</draw_ops> - -<draw_ops name="close_button_pressed"> - <include name="close_button"/> -</draw_ops> - -<draw_ops name="outer_bevel"> - <rectangle color="gtk:fg[NORMAL]" - x="0" y="0" width="width-1" height="height-1"/> - <line color="gtk:light[NORMAL]" - x1="1" y1="1" x2="1" y2="height-2"/> - <line color="gtk:light[NORMAL]" - x1="1" y1="1" x2="width-2" y2="1"/> - <line color="gtk:dark[NORMAL]" - x1="width-2" y1="1" x2="width-2" y2="height-2"/> - <line color="gtk:dark[NORMAL]" - x1="1" y1="height-2" x2="width-2" y2="height-2"/> -</draw_ops> - -<draw_ops name="blank"> -<!-- nothing --> -</draw_ops> - -<draw_ops name="focus_outline"> - <rectangle color="gtk:fg[NORMAL]" - x="left_width-1" y="top_height-1" - width="width-left_width-right_width+1" - height="height-top_height-bottom_height+1"/> -</draw_ops> - -<draw_ops name="focus_background"> - <include name="outer_bevel"/> - <include name="focus_outline"/> -</draw_ops> - -<draw_ops name="background_unfocused"> - <include name="outer_bevel"/> - <include name="focus_outline"/> -</draw_ops> - -<draw_ops name="title_gradient"> - <gradient type="diagonal" x="0" y="0" width="width-SpacerWidth" height="height"> - <color value="#666699"/> - <color value="#666699"/> - </gradient> -</draw_ops> - -<draw_ops name="title_spacer"> - <gtk_vline state="normal" x="width+1-SpacerWidth/2" - y1="SpacerOffset" - y2="height - SpacerOffset"/> -</draw_ops> - -<draw_ops name="title_text_focused_with_icon"> - <clip x="0" y="0" width="width-SpacerWidth" height="height"/> - <title color="#000000" - x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing" - y="((height - title_height) / 2) `max` 0"/> - <icon x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2" - y="(height-mini_icon_height) / 2" - width="mini_icon_width" height="mini_icon_height"/> -</draw_ops> - -<draw_ops name="title_text_focused_no_icon"> - <clip x="0" y="0" width="width-SpacerWidth" height="height"/> - <title color="gtk:fg[SELECTED]" - x="(0 `max` (width-title_width)) / 2" - y="((height - title_height) / 2) `max` 0"/> -</draw_ops> - -<draw_ops name="title_text_with_icon"> - <clip x="0" y="0" width="width-SpacerWidth" height="height"/> - <title color="gtk:fg[NORMAL]" - x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2 + mini_icon_width + IconTitleSpacing" - y="((height - title_height) / 2) `max` 0"/> - <icon x="(0 `max` (width-title_width-mini_icon_width-IconTitleSpacing)) / 2" - y="(height-mini_icon_height) / 2" - width="mini_icon_width" height="mini_icon_height"/> -</draw_ops> - -<draw_ops name="title_text_no_icon"> - <clip x="0" y="0" width="width-SpacerWidth" height="height"/> - <title color="gtk:fg[NORMAL]" - x="(0 `max` (width-title_width)) / 2" - y="((height - title_height) / 2) `max` 0"/> -</draw_ops> - -<draw_ops name="title_normal"> - <include name="title_spacer"/> - <include name="title_text_with_icon"/> -</draw_ops> - -<draw_ops name="title_focused"> - <include name="title_gradient"/> - <include name="title_spacer"/> - <include name="title_text_focused_with_icon"/> -</draw_ops> - -<draw_ops name="title_utility"> - <include name="title_spacer"/> - <include name="title_text_no_icon"/> -</draw_ops> - -<draw_ops name="title_utility_focused"> - <include name="title_gradient"/> - <include name="title_spacer"/> - <include name="title_text_focused_no_icon"/> -</draw_ops> - -<frame_style name="normal_unfocused" geometry="normal"> - <piece position="entire_background" draw_ops="background_unfocused"/> - <piece position="title" draw_ops="title_normal"/> - - <!-- we don't specify for prelight, so normal is used --> - <button function="left_left_background" state="pressed" draw_ops="button_pressed_bg"/> - <button function="left_middle_background" state="pressed" draw_ops="button_pressed_bg"/> - <button function="left_right_background" state="pressed" draw_ops="button_pressed_bg"/> - <button function="right_left_background" state="pressed" draw_ops="button_pressed_bg"/> - <button function="right_middle_background" state="pressed" draw_ops="button_pressed_bg"/> - <button function="right_right_background" state="pressed" draw_ops="button_pressed_bg"/> - - <button function="close" state="normal" draw_ops="close_button"/> - <button function="close" state="pressed" draw_ops="close_button_pressed"/> - <button function="minimize" state="normal" draw_ops="minimize_button"/> - <button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_button"/> - <button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/> - <button function="menu" state="normal" draw_ops="menu_button"/> - <button function="menu" state="pressed" draw_ops="menu_button_pressed"/> -</frame_style> - -<frame_style name="normal_focused" geometry="normal" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="focus_background"/> - <piece position="title" draw_ops="title_focused"/> -</frame_style> - -<frame_style name="maximized_unfocused" geometry="normal_small_borders" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="blank"/> - <button function="maximize" state="normal" draw_ops="restore_button"/> - <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> -</frame_style> - -<frame_style name="maximized_focused" geometry="normal_small_borders" parent="normal_focused"> - <piece position="entire_background" draw_ops="focus_outline"/> - <button function="maximize" state="normal" draw_ops="restore_button"/> - <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> -</frame_style> - -<frame_style name="utility_unfocused" geometry="utility" parent="normal_unfocused"> - <piece position="title" draw_ops="title_utility"/> -</frame_style> - -<frame_style name="utility_focused" geometry="utility" parent="normal_focused"> - <piece position="title" draw_ops="title_utility_focused"/> -</frame_style> - -<frame_style name="border" geometry="border" parent="normal_unfocused"> - <piece position="entire_background" draw_ops="outer_bevel"/> - <piece position="title" draw_ops="blank"/> -</frame_style> - -<frame_style_set name="normal"> -<frame focus="yes" state="normal" resize="both" style="normal_focused"/> -<frame focus="no" state="normal" resize="both" style="normal_unfocused"/> -<frame focus="yes" state="maximized" style="maximized_focused"/> -<frame focus="no" state="maximized" style="maximized_unfocused"/> -<frame focus="yes" state="shaded" style="normal_focused"/> -<frame focus="no" state="shaded" style="normal_unfocused"/> -<frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/> -<frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/> -</frame_style_set> - -<frame_style_set name="utility" parent="normal"> -<frame focus="yes" state="normal" resize="both" style="utility_focused"/> -<frame focus="no" state="normal" resize="both" style="utility_unfocused"/> -<!-- this is a bunch of crack since utility windows shouldn't be maximized --> -<frame focus="yes" state="maximized" style="utility_focused"/> -<frame focus="no" state="maximized" style="utility_unfocused"/> -<frame focus="yes" state="shaded" style="utility_focused"/> -<frame focus="no" state="shaded" style="utility_unfocused"/> -<frame focus="yes" state="maximized_and_shaded" style="utility_focused"/> -<frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/> -</frame_style_set> - -<frame_style_set name="border"> -<frame focus="yes" state="normal" resize="both" style="border"/> -<frame focus="no" state="normal" resize="both" style="border"/> -<frame focus="yes" state="maximized" style="border"/> -<frame focus="no" state="maximized" style="border"/> -<frame focus="yes" state="shaded" style="border"/> -<frame focus="no" state="shaded" style="border"/> -<frame focus="yes" state="maximized_and_shaded" style="border"/> -<frame focus="no" state="maximized_and_shaded" style="border"/> -</frame_style_set> - -<window type="normal" style_set="normal"/> -<window type="dialog" style_set="normal"/> -<window type="modal_dialog" style_set="normal"/> -<window type="menu" style_set="normal"/> -<window type="utility" style_set="utility"/> -<window type="border" style_set="border"/> - -<menu_icon function="close" state="normal" draw_ops="close_button"/> -<menu_icon function="maximize" state="normal" draw_ops="maximize_button"/> -<menu_icon function="unmaximize" state="normal" draw_ops="restore_button"/> -<menu_icon function="minimize" state="normal" draw_ops="minimize_button"/> - -</metacity_theme> diff --git a/desktop-themes/HighContrastInverse/pixmaps/Makefile.am b/desktop-themes/HighContrastInverse/pixmaps/Makefile.am deleted file mode 100644 index 1a1e164a..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -pixmapdir= $(datadir)/themes/HighContrastInverse/pixmaps - -EXTRA_DIST= $(pixmap_DATA) - -include $(top_srcdir)/common/all-stock-icons.data diff --git a/desktop-themes/HighContrastInverse/pixmaps/double-click-maybe.png b/desktop-themes/HighContrastInverse/pixmaps/double-click-maybe.png Binary files differdeleted file mode 100644 index e776cbac..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/double-click-maybe.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/double-click-off.png b/desktop-themes/HighContrastInverse/pixmaps/double-click-off.png Binary files differdeleted file mode 100644 index 418db8b7..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/double-click-off.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/double-click-on.png b/desktop-themes/HighContrastInverse/pixmaps/double-click-on.png Binary files differdeleted file mode 100644 index c9ba34a5..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/double-click-on.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/marco-delete.png b/desktop-themes/HighContrastInverse/pixmaps/marco-delete.png Binary files differdeleted file mode 100755 index b2f69aa1..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/marco-delete.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/marco-maximize.png b/desktop-themes/HighContrastInverse/pixmaps/marco-maximize.png Binary files differdeleted file mode 100644 index ffacacc4..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/marco-maximize.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/marco-minimize.png b/desktop-themes/HighContrastInverse/pixmaps/marco-minimize.png Binary files differdeleted file mode 100644 index 9e283409..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/marco-minimize.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/media-backward.png b/desktop-themes/HighContrastInverse/pixmaps/media-backward.png Binary files differdeleted file mode 100644 index d62926e6..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/media-backward.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/media-eject.png b/desktop-themes/HighContrastInverse/pixmaps/media-eject.png Binary files differdeleted file mode 100644 index 2d72a5fa..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/media-eject.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/media-forward.png b/desktop-themes/HighContrastInverse/pixmaps/media-forward.png Binary files differdeleted file mode 100644 index 8643b914..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/media-forward.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/media-next.png b/desktop-themes/HighContrastInverse/pixmaps/media-next.png Binary files differdeleted file mode 100644 index 58c63a85..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/media-next.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/media-pause.png b/desktop-themes/HighContrastInverse/pixmaps/media-pause.png Binary files differdeleted file mode 100644 index 70d17d1b..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/media-pause.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/media-play.png b/desktop-themes/HighContrastInverse/pixmaps/media-play.png Binary files differdeleted file mode 100644 index 24b797d3..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/media-play.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/media-prev.png b/desktop-themes/HighContrastInverse/pixmaps/media-prev.png Binary files differdeleted file mode 100644 index d0cf74cf..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/media-prev.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/media-record.png b/desktop-themes/HighContrastInverse/pixmaps/media-record.png Binary files differdeleted file mode 100644 index a83915c6..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/media-record.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/media-stop.png b/desktop-themes/HighContrastInverse/pixmaps/media-stop.png Binary files differdeleted file mode 100644 index 7ab1051b..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/media-stop.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/printer-broken.png b/desktop-themes/HighContrastInverse/pixmaps/printer-broken.png Binary files differdeleted file mode 100644 index cbcd5480..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/printer-broken.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/printer-default.png b/desktop-themes/HighContrastInverse/pixmaps/printer-default.png Binary files differdeleted file mode 100644 index f2eb8b59..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/printer-default.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/printer-inkjet.png b/desktop-themes/HighContrastInverse/pixmaps/printer-inkjet.png Binary files differdeleted file mode 100644 index 0d3ffe43..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/printer-inkjet.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/printer-personal-laser.png b/desktop-themes/HighContrastInverse/pixmaps/printer-personal-laser.png Binary files differdeleted file mode 100644 index f7800534..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/printer-personal-laser.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/printer-workgroup-laser.png b/desktop-themes/HighContrastInverse/pixmaps/printer-workgroup-laser.png Binary files differdeleted file mode 100644 index 534db451..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/printer-workgroup-laser.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_about.png b/desktop-themes/HighContrastInverse/pixmaps/stock_about.png Binary files differdeleted file mode 100755 index f0b3235d..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_about.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_accessories.png b/desktop-themes/HighContrastInverse/pixmaps/stock_accessories.png Binary files differdeleted file mode 100755 index 8cecf42c..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_accessories.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_add.png b/desktop-themes/HighContrastInverse/pixmaps/stock_add.png Binary files differdeleted file mode 100755 index 5123745a..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_add.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_amusements.png b/desktop-themes/HighContrastInverse/pixmaps/stock_amusements.png Binary files differdeleted file mode 100755 index a7bb13fd..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_amusements.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_apply.png b/desktop-themes/HighContrastInverse/pixmaps/stock_apply.png Binary files differdeleted file mode 100755 index f5eceb2f..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_apply.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_attach.png b/desktop-themes/HighContrastInverse/pixmaps/stock_attach.png Binary files differdeleted file mode 100755 index 45b7bbcd..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_attach.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_bold.png b/desktop-themes/HighContrastInverse/pixmaps/stock_bold.png Binary files differdeleted file mode 100755 index 14abb2e6..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_bold.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_book.png b/desktop-themes/HighContrastInverse/pixmaps/stock_book.png Binary files differdeleted file mode 100755 index b5d0f299..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_book.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_cancel.png b/desktop-themes/HighContrastInverse/pixmaps/stock_cancel.png Binary files differdeleted file mode 100755 index b2f69aa1..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_cancel.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_cde-menu.png b/desktop-themes/HighContrastInverse/pixmaps/stock_cde-menu.png Binary files differdeleted file mode 100755 index 6f23299d..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_cde-menu.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_cdrom.png b/desktop-themes/HighContrastInverse/pixmaps/stock_cdrom.png Binary files differdeleted file mode 100755 index 0edc5919..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_cdrom.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_clear.png b/desktop-themes/HighContrastInverse/pixmaps/stock_clear.png Binary files differdeleted file mode 100755 index 6f68d267..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_clear.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_close.png b/desktop-themes/HighContrastInverse/pixmaps/stock_close.png Binary files differdeleted file mode 100755 index b2f69aa1..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_close.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_commandline-browser.xpm b/desktop-themes/HighContrastInverse/pixmaps/stock_commandline-browser.xpm deleted file mode 100644 index 00b8f23a..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_commandline-browser.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * stock_commandline_browser_xpm[] = { -"24 24 8 1", -" c None", -". c #000000", -"+ c #616161", -"@ c #B7B7B7", -"# c #ECECEC", -"$ c #303030", -"% c #C9C9C9", -"& c #FFFFFF", -" ", -" ", -" ", -" ", -" ..... ", -" ......... ", -" ...+@#@+... ", -" ..$%&&&&&%$.. ", -" ..%&&&&&&&%.. ", -" ..+&&&&&&&&&+.. ", -" ..@&&&&&&&&&@.. ", -" ..#&&&&&&&&&#.. ", -" ..@&&&&&&&&&@.. ", -" ..+&&&&&&&&&+.. ", -" ..%&&&&&&&%.. ", -" ..$%&&&&&%$.. ", -" ...+@#@+... ", -" ......... ", -" ..... ", -" ", -" ", -" ", -" ", -" "}; diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_commandline-history.xpm b/desktop-themes/HighContrastInverse/pixmaps/stock_commandline-history.xpm deleted file mode 100644 index 875a6b3a..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_commandline-history.xpm +++ /dev/null @@ -1,55 +0,0 @@ -/* XPM */ -static char * stock_commandline_history_xpm[] = { -"24 24 28 1", -" c None", -". c #000000", -"+ c #5F5F5F", -"@ c #6F6F6F", -"# c #6E6E6E", -"$ c #636363", -"% c #7E7E7E", -"& c #E2E2E2", -"* c #E9E9E9", -"= c #E7E7E7", -"- c #C2C2C2", -"; c #606060", -"> c #3E3E3E", -", c #AFAFAF", -"' c #F7F7F7", -") c #FFFFFF", -"! c #FCFCFC", -"~ c #D4D4D4", -"{ c #676767", -"] c #1D1D1D", -"^ c #444444", -"/ c #E0E0E0", -"( c #EFEFEF", -"_ c #777777", -": c #787878", -"< c #969696", -"[ c #5C5C5C", -"} c #242424", -" ", -" ", -" ", -" ", -"........................", -".+@@@@@@@@@@@@@@@@@@@#$.", -".%&*****************=-;.", -".>,')))))))))))))))!~{] ", -" .^,')))))))))))))!~{] ", -" .^,')))))))))))!~{] ", -" .^,'))))))))))/;] ", -" .^,'))))))))(_. ", -" .^,'))))))(:.. ", -" .^,'))))(:.. ", -" .^,'))(:.. ", -" .^,'(:.. ", -" .^<[.. ", -" .}.. ", -" . ", -" ", -" ", -" ", -" ", -" "}; diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_connect.png b/desktop-themes/HighContrastInverse/pixmaps/stock_connect.png Binary files differdeleted file mode 100755 index 65a018a5..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_connect.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_convert.png b/desktop-themes/HighContrastInverse/pixmaps/stock_convert.png Binary files differdeleted file mode 100755 index eb773acd..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_convert.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_copy.png b/desktop-themes/HighContrastInverse/pixmaps/stock_copy.png Binary files differdeleted file mode 100755 index d465318e..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_copy.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_cut.png b/desktop-themes/HighContrastInverse/pixmaps/stock_cut.png Binary files differdeleted file mode 100755 index d90a0999..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_cut.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_delete.png b/desktop-themes/HighContrastInverse/pixmaps/stock_delete.png Binary files differdeleted file mode 100755 index 74fcdf7d..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_delete.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_dialog_error.png b/desktop-themes/HighContrastInverse/pixmaps/stock_dialog_error.png Binary files differdeleted file mode 100755 index d0eb2267..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_dialog_error.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_dialog_info.png b/desktop-themes/HighContrastInverse/pixmaps/stock_dialog_info.png Binary files differdeleted file mode 100755 index 60f08e7a..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_dialog_info.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_dialog_question.png b/desktop-themes/HighContrastInverse/pixmaps/stock_dialog_question.png Binary files differdeleted file mode 100755 index 0e792ba3..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_dialog_question.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_dialog_warning.png b/desktop-themes/HighContrastInverse/pixmaps/stock_dialog_warning.png Binary files differdeleted file mode 100755 index 31b218d1..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_dialog_warning.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_disconnect.png b/desktop-themes/HighContrastInverse/pixmaps/stock_disconnect.png Binary files differdeleted file mode 100755 index 238d9430..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_disconnect.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_dnd.png b/desktop-themes/HighContrastInverse/pixmaps/stock_dnd.png Binary files differdeleted file mode 100755 index c0a3c01a..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_dnd.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_dnd_multiple.png b/desktop-themes/HighContrastInverse/pixmaps/stock_dnd_multiple.png Binary files differdeleted file mode 100755 index 98348a25..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_dnd_multiple.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_drawer.png b/desktop-themes/HighContrastInverse/pixmaps/stock_drawer.png Binary files differdeleted file mode 100755 index 96220265..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_drawer.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_edit.png b/desktop-themes/HighContrastInverse/pixmaps/stock_edit.png Binary files differdeleted file mode 100755 index 46ca3701..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_edit.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_empty.png b/desktop-themes/HighContrastInverse/pixmaps/stock_empty.png Binary files differdeleted file mode 100755 index 31969a44..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_empty.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_execute.png b/desktop-themes/HighContrastInverse/pixmaps/stock_execute.png Binary files differdeleted file mode 100755 index cb9461f8..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_execute.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_export.png b/desktop-themes/HighContrastInverse/pixmaps/stock_export.png Binary files differdeleted file mode 100755 index c928149a..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_export.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_find-and-replace.png b/desktop-themes/HighContrastInverse/pixmaps/stock_find-and-replace.png Binary files differdeleted file mode 100755 index ffeb60cf..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_find-and-replace.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_find.png b/desktop-themes/HighContrastInverse/pixmaps/stock_find.png Binary files differdeleted file mode 100755 index 89e0c8ac..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_find.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_floppy.png b/desktop-themes/HighContrastInverse/pixmaps/stock_floppy.png Binary files differdeleted file mode 100755 index cb7b3ba3..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_floppy.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_go-back.png b/desktop-themes/HighContrastInverse/pixmaps/stock_go-back.png Binary files differdeleted file mode 100755 index 916265b4..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_go-back.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_go-down.png b/desktop-themes/HighContrastInverse/pixmaps/stock_go-down.png Binary files differdeleted file mode 100755 index e650695b..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_go-down.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_go-forward.png b/desktop-themes/HighContrastInverse/pixmaps/stock_go-forward.png Binary files differdeleted file mode 100755 index 63ba5723..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_go-forward.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_go-up.png b/desktop-themes/HighContrastInverse/pixmaps/stock_go-up.png Binary files differdeleted file mode 100755 index 9b0d41bf..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_go-up.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_goto-bottom.png b/desktop-themes/HighContrastInverse/pixmaps/stock_goto-bottom.png Binary files differdeleted file mode 100755 index 7c15a6b0..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_goto-bottom.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_goto-first.png b/desktop-themes/HighContrastInverse/pixmaps/stock_goto-first.png Binary files differdeleted file mode 100755 index 1ba9e5e5..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_goto-first.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_goto-last.png b/desktop-themes/HighContrastInverse/pixmaps/stock_goto-last.png Binary files differdeleted file mode 100755 index 4ccb91b6..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_goto-last.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_goto-top.png b/desktop-themes/HighContrastInverse/pixmaps/stock_goto-top.png Binary files differdeleted file mode 100755 index 9d5317b5..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_goto-top.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_harddisk.png b/desktop-themes/HighContrastInverse/pixmaps/stock_harddisk.png Binary files differdeleted file mode 100755 index 937ca439..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_harddisk.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_help.png b/desktop-themes/HighContrastInverse/pixmaps/stock_help.png Binary files differdeleted file mode 100755 index bb875287..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_help.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_home.png b/desktop-themes/HighContrastInverse/pixmaps/stock_home.png Binary files differdeleted file mode 100755 index 0f669761..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_home.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_import.png b/desktop-themes/HighContrastInverse/pixmaps/stock_import.png Binary files differdeleted file mode 100755 index f49e8573..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_import.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_index.png b/desktop-themes/HighContrastInverse/pixmaps/stock_index.png Binary files differdeleted file mode 100755 index 46286ef4..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_index.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_info.png b/desktop-themes/HighContrastInverse/pixmaps/stock_info.png Binary files differdeleted file mode 100644 index a4b89df6..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_info.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_insert-image.png b/desktop-themes/HighContrastInverse/pixmaps/stock_insert-image.png Binary files differdeleted file mode 100755 index 70439f74..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_insert-image.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_insert-object.png b/desktop-themes/HighContrastInverse/pixmaps/stock_insert-object.png Binary files differdeleted file mode 100755 index f2dfda46..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_insert-object.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_insert-table.png b/desktop-themes/HighContrastInverse/pixmaps/stock_insert-table.png Binary files differdeleted file mode 100755 index 1a35df78..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_insert-table.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_internet.png b/desktop-themes/HighContrastInverse/pixmaps/stock_internet.png Binary files differdeleted file mode 100755 index bc9a5a91..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_internet.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_italic.png b/desktop-themes/HighContrastInverse/pixmaps/stock_italic.png Binary files differdeleted file mode 100755 index f8065487..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_italic.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_jump-to.png b/desktop-themes/HighContrastInverse/pixmaps/stock_jump-to.png Binary files differdeleted file mode 100755 index b8296c39..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_jump-to.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_justify-center.png b/desktop-themes/HighContrastInverse/pixmaps/stock_justify-center.png Binary files differdeleted file mode 100755 index 9f98b919..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_justify-center.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_justify-fill.png b/desktop-themes/HighContrastInverse/pixmaps/stock_justify-fill.png Binary files differdeleted file mode 100755 index 33a2bfd3..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_justify-fill.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_justify-left.png b/desktop-themes/HighContrastInverse/pixmaps/stock_justify-left.png Binary files differdeleted file mode 100755 index 5138e00c..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_justify-left.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_justify-right.png b/desktop-themes/HighContrastInverse/pixmaps/stock_justify-right.png Binary files differdeleted file mode 100755 index e89c0af1..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_justify-right.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_launcher-program.png b/desktop-themes/HighContrastInverse/pixmaps/stock_launcher-program.png Binary files differdeleted file mode 100755 index 778c34d4..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_launcher-program.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_line-in.png b/desktop-themes/HighContrastInverse/pixmaps/stock_line-in.png Binary files differdeleted file mode 100755 index 3b44ff10..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_line-in.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_lockscreen.png b/desktop-themes/HighContrastInverse/pixmaps/stock_lockscreen.png Binary files differdeleted file mode 100755 index ba1ced46..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_lockscreen.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_logout.png b/desktop-themes/HighContrastInverse/pixmaps/stock_logout.png Binary files differdeleted file mode 100755 index f55f1feb..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_logout.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_mate-logo.png b/desktop-themes/HighContrastInverse/pixmaps/stock_mate-logo.png Binary files differdeleted file mode 100644 index 825288cf..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_mate-logo.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_mate-util.png b/desktop-themes/HighContrastInverse/pixmaps/stock_mate-util.png Binary files differdeleted file mode 100755 index 611140f9..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_mate-util.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_mic.png b/desktop-themes/HighContrastInverse/pixmaps/stock_mic.png Binary files differdeleted file mode 100755 index e87e12d7..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_mic.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_missing-image.png b/desktop-themes/HighContrastInverse/pixmaps/stock_missing-image.png Binary files differdeleted file mode 100755 index 077de5b7..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_missing-image.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_multimedia.png b/desktop-themes/HighContrastInverse/pixmaps/stock_multimedia.png Binary files differdeleted file mode 100755 index 9a292a98..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_multimedia.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_new.png b/desktop-themes/HighContrastInverse/pixmaps/stock_new.png Binary files differdeleted file mode 100755 index aec40a31..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_new.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_no.png b/desktop-themes/HighContrastInverse/pixmaps/stock_no.png Binary files differdeleted file mode 100755 index b2f69aa1..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_no.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_ok.png b/desktop-themes/HighContrastInverse/pixmaps/stock_ok.png Binary files differdeleted file mode 100755 index f5eceb2f..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_ok.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_open.png b/desktop-themes/HighContrastInverse/pixmaps/stock_open.png Binary files differdeleted file mode 100755 index 7e5486f5..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_open.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_paste.png b/desktop-themes/HighContrastInverse/pixmaps/stock_paste.png Binary files differdeleted file mode 100755 index 94836722..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_paste.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_preferences.png b/desktop-themes/HighContrastInverse/pixmaps/stock_preferences.png Binary files differdeleted file mode 100755 index 08cae539..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_preferences.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_print-preview.png b/desktop-themes/HighContrastInverse/pixmaps/stock_print-preview.png Binary files differdeleted file mode 100755 index f34d4dc2..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_print-preview.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_print.png b/desktop-themes/HighContrastInverse/pixmaps/stock_print.png Binary files differdeleted file mode 100755 index 5b638d23..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_print.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_properties.png b/desktop-themes/HighContrastInverse/pixmaps/stock_properties.png Binary files differdeleted file mode 100755 index cd3d6940..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_properties.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_quit.png b/desktop-themes/HighContrastInverse/pixmaps/stock_quit.png Binary files differdeleted file mode 100755 index f1a055f3..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_quit.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_redo.png b/desktop-themes/HighContrastInverse/pixmaps/stock_redo.png Binary files differdeleted file mode 100755 index 292eefc6..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_redo.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_refresh.png b/desktop-themes/HighContrastInverse/pixmaps/stock_refresh.png Binary files differdeleted file mode 100755 index 63679fdb..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_refresh.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_remove.png b/desktop-themes/HighContrastInverse/pixmaps/stock_remove.png Binary files differdeleted file mode 100755 index 52c7a879..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_remove.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_revert-to-saved.png b/desktop-themes/HighContrastInverse/pixmaps/stock_revert-to-saved.png Binary files differdeleted file mode 100755 index 9f16adc4..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_revert-to-saved.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_run.png b/desktop-themes/HighContrastInverse/pixmaps/stock_run.png Binary files differdeleted file mode 100755 index 33a4fbac..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_run.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_save-as.png b/desktop-themes/HighContrastInverse/pixmaps/stock_save-as.png Binary files differdeleted file mode 100755 index ead822f1..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_save-as.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_save.png b/desktop-themes/HighContrastInverse/pixmaps/stock_save.png Binary files differdeleted file mode 100755 index cb7b3ba3..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_save.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_screenshot.png b/desktop-themes/HighContrastInverse/pixmaps/stock_screenshot.png Binary files differdeleted file mode 100755 index 3aa4b30b..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_screenshot.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_searchtool.png b/desktop-themes/HighContrastInverse/pixmaps/stock_searchtool.png Binary files differdeleted file mode 100755 index 64c1cdac..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_searchtool.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_select-color.png b/desktop-themes/HighContrastInverse/pixmaps/stock_select-color.png Binary files differdeleted file mode 100755 index f6347934..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_select-color.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_select-font.png b/desktop-themes/HighContrastInverse/pixmaps/stock_select-font.png Binary files differdeleted file mode 100755 index 7ae2e00e..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_select-font.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_sort-ascending.png b/desktop-themes/HighContrastInverse/pixmaps/stock_sort-ascending.png Binary files differdeleted file mode 100755 index d92df958..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_sort-ascending.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_sort-descending.png b/desktop-themes/HighContrastInverse/pixmaps/stock_sort-descending.png Binary files differdeleted file mode 100755 index 8e26b4c2..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_sort-descending.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_spell-check.png b/desktop-themes/HighContrastInverse/pixmaps/stock_spell-check.png Binary files differdeleted file mode 100755 index 41126415..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_spell-check.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_stop.png b/desktop-themes/HighContrastInverse/pixmaps/stock_stop.png Binary files differdeleted file mode 100755 index cb9f0427..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_stop.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_strikethrough.png b/desktop-themes/HighContrastInverse/pixmaps/stock_strikethrough.png Binary files differdeleted file mode 100755 index 11aca0bc..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_strikethrough.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_undelete.png b/desktop-themes/HighContrastInverse/pixmaps/stock_undelete.png Binary files differdeleted file mode 100755 index 80a7ba27..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_undelete.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_underline.png b/desktop-themes/HighContrastInverse/pixmaps/stock_underline.png Binary files differdeleted file mode 100755 index b8e15b8e..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_underline.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_undo.png b/desktop-themes/HighContrastInverse/pixmaps/stock_undo.png Binary files differdeleted file mode 100755 index ee061eda..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_undo.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_volume.png b/desktop-themes/HighContrastInverse/pixmaps/stock_volume.png Binary files differdeleted file mode 100755 index 982fc309..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_volume.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_yes.png b/desktop-themes/HighContrastInverse/pixmaps/stock_yes.png Binary files differdeleted file mode 100755 index f5eceb2f..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_yes.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_zoom-100.png b/desktop-themes/HighContrastInverse/pixmaps/stock_zoom-100.png Binary files differdeleted file mode 100755 index 6cd2fa7e..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_zoom-100.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_zoom-fit.png b/desktop-themes/HighContrastInverse/pixmaps/stock_zoom-fit.png Binary files differdeleted file mode 100755 index 457c516d..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_zoom-fit.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_zoom-in.png b/desktop-themes/HighContrastInverse/pixmaps/stock_zoom-in.png Binary files differdeleted file mode 100755 index f72c0bbb..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_zoom-in.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/stock_zoom-out.png b/desktop-themes/HighContrastInverse/pixmaps/stock_zoom-out.png Binary files differdeleted file mode 100755 index dd902879..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/stock_zoom-out.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/volume-max.png b/desktop-themes/HighContrastInverse/pixmaps/volume-max.png Binary files differdeleted file mode 100644 index b71d0cae..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/volume-max.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/volume-medium.png b/desktop-themes/HighContrastInverse/pixmaps/volume-medium.png Binary files differdeleted file mode 100644 index b52e2432..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/volume-medium.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/volume-min.png b/desktop-themes/HighContrastInverse/pixmaps/volume-min.png Binary files differdeleted file mode 100644 index 18490db1..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/volume-min.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/volume-mute.png b/desktop-themes/HighContrastInverse/pixmaps/volume-mute.png Binary files differdeleted file mode 100644 index 1d0fa048..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/volume-mute.png +++ /dev/null diff --git a/desktop-themes/HighContrastInverse/pixmaps/volume-zero.png b/desktop-themes/HighContrastInverse/pixmaps/volume-zero.png Binary files differdeleted file mode 100644 index 3d1f01d6..00000000 --- a/desktop-themes/HighContrastInverse/pixmaps/volume-zero.png +++ /dev/null |