diff options
Diffstat (limited to 'themes/default')
183 files changed, 0 insertions, 11292 deletions
diff --git a/themes/default/Makefile.am b/themes/default/Makefile.am deleted file mode 100644 index 5643b9786..000000000 --- a/themes/default/Makefile.am +++ /dev/null @@ -1,212 +0,0 @@ -themedir = $(datadir)/themes/Default/xfwm4 - -PNG_FILES = \ - bottom-active.png \ - bottom-inactive.png \ - bottom-left-active.png \ - bottom-left-inactive.png \ - bottom-right-active.png \ - bottom-right-inactive.png \ - close-active.png \ - close-inactive.png \ - close-pressed.png \ - close-prelight.png \ - hide-active.png \ - hide-inactive.png \ - hide-pressed.png \ - hide-pressed.png \ - hide-prelight.png \ - left-active.png \ - left-inactive.png \ - maximize-active.png \ - maximize-inactive.png \ - maximize-pressed.png \ - maximize-prelight.png \ - maximize-toggled-active.png \ - maximize-toggled-inactive.png \ - maximize-toggled-pressed.png \ - maximize-toggled-prelight.png \ - menu-active.png \ - menu-inactive.png \ - menu-pressed.png \ - menu-prelight.png \ - right-active.png \ - right-inactive.png \ - shade-active.png \ - shade-inactive.png \ - shade-pressed.png \ - shade-prelight.png \ - shade-toggled-active.png \ - shade-toggled-inactive.png \ - shade-toggled-pressed.png \ - shade-toggled-prelight.png \ - stick-active.png \ - stick-inactive.png \ - stick-pressed.png \ - stick-prelight.png \ - stick-toggled-active.png \ - stick-toggled-inactive.png \ - stick-toggled-pressed.png \ - stick-toggled-prelight.png \ - title-1-active.png \ - title-1-inactive.png \ - title-2-active.png \ - title-2-inactive.png \ - title-3-active.png \ - title-3-inactive.png \ - title-4-active.png \ - title-4-inactive.png \ - title-5-active.png \ - title-5-inactive.png \ - top-left-active.png \ - top-left-inactive.png \ - top-right-active.png \ - top-right-inactive.png - -SVG_FILES = \ - bottom-active.svg \ - bottom-inactive.svg \ - bottom-left-active.svg \ - bottom-left-inactive.svg \ - bottom-right-active.svg \ - bottom-right-inactive.svg \ - close-active.svg \ - close-inactive.svg \ - close-pressed.svg \ - close-prelight.svg \ - hide-active.svg \ - hide-inactive.svg \ - hide-pressed.svg \ - hide-prelight.svg \ - left-active.svg \ - left-inactive.svg \ - maximize-active.svg \ - maximize-inactive.svg \ - maximize-pressed.svg \ - maximize-prelight.svg \ - maximize-toggled-active.svg \ - maximize-toggled-inactive.svg \ - maximize-toggled-pressed.svg \ - maximize-toggled-prelight.svg \ - menu-active.svg \ - menu-inactive.svg \ - menu-pressed.svg \ - menu-prelight.svg \ - right-active.svg \ - right-inactive.svg \ - shade-active.svg \ - shade-inactive.svg \ - shade-pressed.svg \ - shade-prelight.svg \ - shade-toggled-active.svg \ - shade-toggled-inactive.svg \ - shade-toggled-pressed.svg \ - shade-toggled-prelight.svg \ - stick-active.svg \ - stick-inactive.svg \ - stick-pressed.svg \ - stick-prelight.svg \ - stick-toggled-active.svg \ - stick-toggled-inactive.svg \ - stick-toggled-pressed.svg \ - stick-toggled-prelight.svg \ - title-1-active.svg \ - title-1-inactive.svg \ - title-2-active.svg \ - title-2-inactive.svg \ - title-3-active.svg \ - title-3-inactive.svg \ - title-4-active.svg \ - title-4-inactive.svg \ - title-5-active.svg \ - title-5-inactive.svg \ - top-left-active.svg \ - top-left-inactive.svg \ - top-right-active.svg \ - top-right-inactive.svg - -XPM_FILES = \ - bottom-active.xpm \ - bottom-inactive.xpm \ - bottom-left-active.xpm \ - bottom-left-inactive.xpm \ - bottom-right-active.xpm \ - bottom-right-inactive.xpm \ - close-active.xpm \ - close-inactive.xpm \ - close-pressed.xpm \ - close-prelight.xpm \ - hide-active.xpm \ - hide-inactive.xpm \ - hide-pressed.xpm \ - hide-prelight.xpm \ - left-active.xpm \ - left-inactive.xpm \ - maximize-active.xpm \ - maximize-inactive.xpm \ - maximize-pressed.xpm \ - maximize-prelight.xpm \ - maximize-toggled-active.xpm \ - maximize-toggled-inactive.xpm \ - maximize-toggled-pressed.xpm \ - maximize-toggled-prelight.xpm \ - menu-active.xpm \ - menu-inactive.xpm \ - menu-pressed.xpm \ - menu-prelight.xpm \ - right-active.xpm \ - right-inactive.xpm \ - shade-active.xpm \ - shade-inactive.xpm \ - shade-pressed.xpm \ - shade-prelight.xpm \ - shade-toggled-active.xpm \ - shade-toggled-inactive.xpm \ - shade-toggled-pressed.xpm \ - shade-toggled-prelight.xpm \ - stick-active.xpm \ - stick-inactive.xpm \ - stick-pressed.xpm \ - stick-prelight.xpm \ - stick-toggled-active.xpm \ - stick-toggled-inactive.xpm \ - stick-toggled-pressed.xpm \ - stick-toggled-prelight.xpm \ - title-1-active.xpm \ - title-1-inactive.xpm \ - title-2-active.xpm \ - title-2-inactive.xpm \ - title-3-active.xpm \ - title-3-inactive.xpm \ - title-4-active.xpm \ - title-4-inactive.xpm \ - title-5-active.xpm \ - title-5-inactive.xpm \ - top-left-active.xpm \ - top-left-inactive.xpm \ - top-right-active.xpm \ - top-right-inactive.xpm - -theme_DATA = \ - README \ - themerc \ - $(XPM_FILES) \ - $(PNG_FILES) - -EXTRA_DIST = \ - $(theme_DATA) \ - $(SVG_FILES) - -noinst_DATA = \ - $(SVG_FILES) - -vacuum-defs: - for svg_file in $(SVG_FILES); do \ - inkscape --without-gui --vacuum-defs --file=$$svg_file; \ - done - -update-png: - for svg_file in $(SVG_FILES); do \ - image=$${svg_file%.svg}; \ - rsvg -f png $$svg_file $$image.png; \ - done diff --git a/themes/default/README b/themes/default/README deleted file mode 100644 index 37701257f..000000000 --- a/themes/default/README +++ /dev/null @@ -1,7 +0,0 @@ -README ------- - -SVG based theme for xfwm4. -Created Sept. 2006 by Olivier Fourdan <fourdan@xfce.org> -Modified Dec. 2006 by Olivier Fourdan <fourdan@xfce.org> -Theme released under GNU GPL license. diff --git a/themes/default/bottom-active.png b/themes/default/bottom-active.png Binary files differdeleted file mode 100644 index 5c4d8e48c..000000000 --- a/themes/default/bottom-active.png +++ /dev/null diff --git a/themes/default/bottom-active.svg b/themes/default/bottom-active.svg deleted file mode 100644 index 8f81982ab..000000000 --- a/themes/default/bottom-active.svg +++ /dev/null @@ -1,84 +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://web.resource.org/cc/" - 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="24" - height="6" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="bottom-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-points="true" - inkscape:grid-points="true" /> - <metadata - id="metadata7"> - <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>Border</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - <cc:license - rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> - <cc:permits - rdf:resource="http://web.resource.org/cc/Reproduction" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/Distribution" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/Notice" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/ShareAlike" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/SourceCode" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0,5.5 L 24,5.5" - id="path1340" /> - </g> -</svg> diff --git a/themes/default/bottom-active.xpm b/themes/default/bottom-active.xpm deleted file mode 100644 index 9783ace70..000000000 --- a/themes/default/bottom-active.xpm +++ /dev/null @@ -1,13 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"24 6 4 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -"# c #C0C0C0 s active_color_2", -"@ c #C0C0FF s active_color_1", -"########################", -"########################", -"########################", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/default/bottom-inactive.png b/themes/default/bottom-inactive.png Binary files differdeleted file mode 100644 index 5c4d8e48c..000000000 --- a/themes/default/bottom-inactive.png +++ /dev/null diff --git a/themes/default/bottom-inactive.svg b/themes/default/bottom-inactive.svg deleted file mode 100644 index 2dce48399..000000000 --- a/themes/default/bottom-inactive.svg +++ /dev/null @@ -1,84 +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://web.resource.org/cc/" - 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="24" - height="6" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="bottom-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-points="true" - inkscape:grid-points="true" /> - <metadata - id="metadata7"> - <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>Border</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - <cc:license - rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> - <cc:permits - rdf:resource="http://web.resource.org/cc/Reproduction" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/Distribution" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/Notice" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/ShareAlike" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/SourceCode" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0,5.5 L 24,5.5" - id="path1340" /> - </g> -</svg> diff --git a/themes/default/bottom-inactive.xpm b/themes/default/bottom-inactive.xpm deleted file mode 100644 index d0f95c37f..000000000 --- a/themes/default/bottom-inactive.xpm +++ /dev/null @@ -1,13 +0,0 @@ -/* XPM */ -static char * bottom_inactive_xpm[] = { -"24 6 4 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -"# c #C0C0C0 s inactive_color_2", -"@ c #C0C0FF s inactive_color_1", -"########################", -"########################", -"########################", -"@@@@@@@@@@@@@@@@@@@@@@@@", -"++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/default/bottom-left-active.png b/themes/default/bottom-left-active.png Binary files differdeleted file mode 100644 index b993ebda6..000000000 --- a/themes/default/bottom-left-active.png +++ /dev/null diff --git a/themes/default/bottom-left-active.svg b/themes/default/bottom-left-active.svg deleted file mode 100644 index 9c87020f4..000000000 --- a/themes/default/bottom-left-active.svg +++ /dev/null @@ -1,83 +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://web.resource.org/cc/" - 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="16" - height="16" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="bottom-left-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:grid-points="true" /> - <metadata - id="metadata7"> - <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>Border</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - <cc:license - rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> - <cc:permits - rdf:resource="http://web.resource.org/cc/Reproduction" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/Distribution" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/Notice" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/ShareAlike" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/SourceCode" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> - <path - style="fill:black;fill-opacity:0.50" - d="M 0,0 L 0,16 L 16,16 L 16,15 C 16,15 16,15 3,15 C 1,15 1,15 1,15 L 1,0 L 0,0 z " - id="rect1870" /> - </g> -</svg> diff --git a/themes/default/bottom-left-active.xpm b/themes/default/bottom-left-active.xpm deleted file mode 100644 index 05884cfc7..000000000 --- a/themes/default/bottom-left-active.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * bottom_left_active_xpm[] = { -"16 16 4 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -"# c #C0C0C0 s active_color_2", -"@ c #C0C0FF s active_color_1", -"@+@### ", -"@+@### ", -"@+@### ", -"@+@### ", -"@+@### ", -"@+@### ", -"@+@### ", -"@+@### ", -"@+@### ", -"@+@### ", -"@+@#############", -"@+@#############", -"@+@#############", -"@+@@@@@@@@@@@@@@", -"@+++++++++++++++", -" @@@@@@@@@@@@@@@"}; diff --git a/themes/default/bottom-left-inactive.png b/themes/default/bottom-left-inactive.png Binary files differdeleted file mode 100644 index b993ebda6..000000000 --- a/themes/default/bottom-left-inactive.png +++ /dev/null diff --git a/themes/default/bottom-left-inactive.svg b/themes/default/bottom-left-inactive.svg deleted file mode 100644 index ead279f7c..000000000 --- a/themes/default/bottom-left-inactive.svg +++ /dev/null @@ -1,83 +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://web.resource.org/cc/" - 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="16" - height="16" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="bottom-left-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:grid-points="true" /> - <metadata - id="metadata7"> - <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>Border</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - <cc:license - rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> - <cc:permits - rdf:resource="http://web.resource.org/cc/Reproduction" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/Distribution" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/Notice" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/ShareAlike" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/SourceCode" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> - <path - style="fill:black;fill-opacity:0.50" - d="M 0,0 L 0,16 L 16,16 L 16,15 C 16,15 16,15 3,15 C 1,15 1,15 1,15 L 1,0 L 0,0 z " - id="rect1870" /> - </g> -</svg> diff --git a/themes/default/bottom-left-inactive.xpm b/themes/default/bottom-left-inactive.xpm deleted file mode 100644 index 5e974a228..000000000 --- a/themes/default/bottom-left-inactive.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * bottom_left_inactive_xpm[] = { -"16 16 4 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -"# c #C0C0C0 s inactive_color_2", -"@ c #C0C0FF s inactive_color_1", -"@+@### ", -"@+@### ", -"@+@### ", -"@+@### ", -"@+@### ", -"@+@### ", -"@+@### ", -"@+@### ", -"@+@### ", -"@+@### ", -"@+@#############", -"@+@#############", -"@+@#############", -"@+@@@@@@@@@@@@@@", -"@+++++++++++++++", -" @@@@@@@@@@@@@@@"}; diff --git a/themes/default/bottom-right-active.png b/themes/default/bottom-right-active.png Binary files differdeleted file mode 100644 index 1551af588..000000000 --- a/themes/default/bottom-right-active.png +++ /dev/null diff --git a/themes/default/bottom-right-active.svg b/themes/default/bottom-right-active.svg deleted file mode 100644 index 8bc1ddb70..000000000 --- a/themes/default/bottom-right-active.svg +++ /dev/null @@ -1,83 +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://web.resource.org/cc/" - 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="16" - height="16" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="bottom-right-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:grid-points="true" /> - <metadata - id="metadata7"> - <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>Border</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - <cc:license - rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> - <cc:permits - rdf:resource="http://web.resource.org/cc/Reproduction" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/Distribution" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/Notice" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/ShareAlike" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/SourceCode" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> - <path - style="fill:black;fill-opacity:0.50" - d="M 16,0 L 16,16 L 0,16 L 0,15 C 0,15 0,15 13,15 C 15,15 15,15 15,15 L 15,0 L 16,0 z " - id="rect1870" /> - </g> -</svg> diff --git a/themes/default/bottom-right-active.xpm b/themes/default/bottom-right-active.xpm deleted file mode 100644 index 001d4143a..000000000 --- a/themes/default/bottom-right-active.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * bottom_right_active_xpm[] = { -"16 16 4 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -"# c #C0C0C0 s active_color_2", -"@ c #C0C0FF s active_color_1", -" ###@+@", -" ###@+@", -" ###@+@", -" ###@+@", -" ###@+@", -" ###@+@", -" ###@+@", -" ###@+@", -" ###@+@", -" ###@+@", -"#############@+@", -"#############@+@", -"#############@+@", -"@@@@@@@@@@@@@@+@", -"+++++++++++++++@", -"@@@@@@@@@@@@@@@ "}; diff --git a/themes/default/bottom-right-inactive.png b/themes/default/bottom-right-inactive.png Binary files differdeleted file mode 100644 index 1551af588..000000000 --- a/themes/default/bottom-right-inactive.png +++ /dev/null diff --git a/themes/default/bottom-right-inactive.svg b/themes/default/bottom-right-inactive.svg deleted file mode 100644 index b3575bdb3..000000000 --- a/themes/default/bottom-right-inactive.svg +++ /dev/null @@ -1,83 +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://web.resource.org/cc/" - 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="16" - height="16" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="bottom-right-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:grid-points="true" /> - <metadata - id="metadata7"> - <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>Border</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - <cc:license - rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> - <cc:permits - rdf:resource="http://web.resource.org/cc/Reproduction" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/Distribution" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/Notice" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/ShareAlike" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/SourceCode" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> - <path - style="fill:black;fill-opacity:0.50" - d="M 16,0 L 16,16 L 0,16 L 0,15 C 0,15 0,15 13,15 C 15,15 15,15 15,15 L 15,0 L 16,0 z " - id="rect1870" /> - </g> -</svg> diff --git a/themes/default/bottom-right-inactive.xpm b/themes/default/bottom-right-inactive.xpm deleted file mode 100644 index 993919d9e..000000000 --- a/themes/default/bottom-right-inactive.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * bottom_right_inactive_xpm[] = { -"16 16 4 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -"# c #C0C0C0 s inactive_color_2", -"@ c #C0C0FF s inactive_color_1", -" ###@+@", -" ###@+@", -" ###@+@", -" ###@+@", -" ###@+@", -" ###@+@", -" ###@+@", -" ###@+@", -" ###@+@", -" ###@+@", -"#############@+@", -"#############@+@", -"#############@+@", -"@@@@@@@@@@@@@@+@", -"+++++++++++++++@", -"@@@@@@@@@@@@@@@ "}; diff --git a/themes/default/close-active.png b/themes/default/close-active.png Binary files differdeleted file mode 100644 index 068921083..000000000 --- a/themes/default/close-active.png +++ /dev/null diff --git a/themes/default/close-active.svg b/themes/default/close-active.svg deleted file mode 100644 index 1c9efcf98..000000000 --- a/themes/default/close-active.svg +++ /dev/null @@ -1,175 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="close-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> - <g - id="g2328" - transform="translate(3,8)"> - <g - transform="matrix(0.875,0,0,0.875,0.75,0.75)" - style="opacity:0.33;stroke:black;stroke-width:4.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="g2217"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 2,2 L 10,10" - id="path1340" /> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 2,10 L 10,2" - id="path2215" /> - </g> - <path - id="path2221" - d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - id="path2225" - d="M 2.5,9.5 L 9.5,2.5" - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/close-active.xpm b/themes/default/close-active.xpm deleted file mode 100644 index 041dab09b..000000000 --- a/themes/default/close-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * close_active_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/close-inactive.png b/themes/default/close-inactive.png Binary files differdeleted file mode 100644 index 60146e3fe..000000000 --- a/themes/default/close-inactive.png +++ /dev/null diff --git a/themes/default/close-inactive.svg b/themes/default/close-inactive.svg deleted file mode 100644 index 050c2bd00..000000000 --- a/themes/default/close-inactive.svg +++ /dev/null @@ -1,162 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="close-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> - <g - id="g2328" - transform="translate(3,8)"> - <path - id="path2221" - d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" - style="opacity:0.50;fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> - <path - id="path2225" - d="M 2.5,9.5 L 9.5,2.5" - style="opacity:0.50;fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/close-inactive.xpm b/themes/default/close-inactive.xpm deleted file mode 100644 index 896771411..000000000 --- a/themes/default/close-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * close_inactive_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -". c #C0C0FF s inactive_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/close-prelight.png b/themes/default/close-prelight.png Binary files differdeleted file mode 100644 index 7a67c5e7b..000000000 --- a/themes/default/close-prelight.png +++ /dev/null diff --git a/themes/default/close-prelight.svg b/themes/default/close-prelight.svg deleted file mode 100644 index 0640f95f4..000000000 --- a/themes/default/close-prelight.svg +++ /dev/null @@ -1,202 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="close-prelight.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="radialGradient3087" - cx="9" - cy="12" - fx="9" - fy="12" - r="12" - gradientTransform="matrix(1,0,0,1,0,0.5)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer1" - inkscape:label="pressed"> - <g - id="g1789" - transform="translate(0,2)"> - <rect - style="opacity:0.5;fill:url(#radialGradient3087);fill-opacity:0.75;stroke:url(#radialGradient3087);stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3079" - width="18" - height="18" - x="0" - y="4" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> - <g - id="g2328" - transform="translate(3,8)"> - <g - transform="matrix(0.875,0,0,0.875,0.75,0.75)" - style="opacity:0.33;stroke:black;stroke-width:4.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="g2217"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 2,2 L 10,10" - id="path1340" /> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 2,10 L 10,2" - id="path2215" /> - </g> - <path - id="path2221" - d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - id="path2225" - d="M 2.5,9.5 L 9.5,2.5" - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/close-prelight.xpm b/themes/default/close-prelight.xpm deleted file mode 100644 index 41211c632..000000000 --- a/themes/default/close-prelight.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/close-pressed.png b/themes/default/close-pressed.png Binary files differdeleted file mode 100644 index 81253804c..000000000 --- a/themes/default/close-pressed.png +++ /dev/null diff --git a/themes/default/close-pressed.svg b/themes/default/close-pressed.svg deleted file mode 100644 index dc2c08045..000000000 --- a/themes/default/close-pressed.svg +++ /dev/null @@ -1,202 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="close-pressed.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="radialGradient3087" - cx="9" - cy="12" - fx="9" - fy="12" - r="12" - gradientTransform="matrix(1,0,0,1,0,0.5)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer1" - inkscape:label="pressed"> - <g - id="g1789" - transform="translate(0,2)"> - <rect - style="opacity:0.5;fill:url(#radialGradient3087);fill-opacity:1.0;stroke:url(#radialGradient3087);stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3079" - width="18" - height="18" - x="0" - y="4" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> - <g - id="g2328" - transform="translate(3,9)"> - <g - transform="matrix(0.875,0,0,0.875,0.75,0.75)" - style="opacity:0.33;stroke:black;stroke-width:4.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="g2217"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 2,2 L 10,10" - id="path1340" /> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 2,10 L 10,2" - id="path2215" /> - </g> - <path - id="path2221" - d="M 2.5,2.5 L 9.5,9.5 L 9.5,9.5" - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - id="path2225" - d="M 2.5,9.5 L 9.5,2.5" - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/close-pressed.xpm b/themes/default/close-pressed.xpm deleted file mode 100644 index 41211c632..000000000 --- a/themes/default/close-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/hide-active.png b/themes/default/hide-active.png Binary files differdeleted file mode 100644 index ca3577050..000000000 --- a/themes/default/hide-active.png +++ /dev/null diff --git a/themes/default/hide-active.svg b/themes/default/hide-active.svg deleted file mode 100644 index 1b4d29135..000000000 --- a/themes/default/hide-active.svg +++ /dev/null @@ -1,169 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="hide-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> - <g - style="display:inline" - id="g1616" - transform="translate(3,8)"> - <rect - style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - id="rect2376" - width="8" - height="4" - x="2" - y="7" /> - <rect - style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - id="rect2378" - width="6" - height="2" - x="3" - y="8" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/hide-active.xpm b/themes/default/hide-active.xpm deleted file mode 100644 index c18a2ac7f..000000000 --- a/themes/default/hide-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * hide_active_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/hide-inactive.png b/themes/default/hide-inactive.png Binary files differdeleted file mode 100644 index 069f1cef2..000000000 --- a/themes/default/hide-inactive.png +++ /dev/null diff --git a/themes/default/hide-inactive.svg b/themes/default/hide-inactive.svg deleted file mode 100644 index 89a979092..000000000 --- a/themes/default/hide-inactive.svg +++ /dev/null @@ -1,162 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="hide-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> - <g - style="display:inline" - id="g1616" - transform="translate(3,8)"> - <rect - style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - id="rect2378" - width="6" - height="2" - x="3" - y="8" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/hide-inactive.xpm b/themes/default/hide-inactive.xpm deleted file mode 100644 index 13c7e007e..000000000 --- a/themes/default/hide-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * hide_inactive_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -". c #C0C0FF s inactive_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/hide-prelight.png b/themes/default/hide-prelight.png Binary files differdeleted file mode 100644 index 040e3d520..000000000 --- a/themes/default/hide-prelight.png +++ /dev/null diff --git a/themes/default/hide-prelight.svg b/themes/default/hide-prelight.svg deleted file mode 100644 index 29fb88349..000000000 --- a/themes/default/hide-prelight.svg +++ /dev/null @@ -1,196 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="hide-prelight.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="radialGradient3087" - cx="9" - cy="12" - fx="9" - fy="12" - r="12" - gradientTransform="matrix(1,0,0,1,0,0.5)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer1" - inkscape:label="pressed"> - <g - id="g1789" - transform="translate(0,2)"> - <rect - style="opacity:0.5;fill:url(#radialGradient3087);fill-opacity:0.75;stroke:url(#radialGradient3087);stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3079" - width="18" - height="18" - x="0" - y="4" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> - <g - style="display:inline" - id="g1616" - transform="translate(3,8)"> - <rect - style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - id="rect2376" - width="8" - height="4" - x="2" - y="7" /> - <rect - style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - id="rect2378" - width="6" - height="2" - x="3" - y="8" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/hide-prelight.xpm b/themes/default/hide-prelight.xpm deleted file mode 100644 index 81912c289..000000000 --- a/themes/default/hide-prelight.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * hide_pressed_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/hide-pressed.png b/themes/default/hide-pressed.png Binary files differdeleted file mode 100644 index 24400da0e..000000000 --- a/themes/default/hide-pressed.png +++ /dev/null diff --git a/themes/default/hide-pressed.svg b/themes/default/hide-pressed.svg deleted file mode 100644 index 37c8347ff..000000000 --- a/themes/default/hide-pressed.svg +++ /dev/null @@ -1,196 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="hide-pressed.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="radialGradient3087" - cx="9" - cy="12" - fx="9" - fy="12" - r="12" - gradientTransform="matrix(1,0,0,1,0,0.5)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer1" - inkscape:label="pressed"> - <g - id="g1789" - transform="translate(0,2)"> - <rect - style="opacity:0.5;fill:url(#radialGradient3087);fill-opacity:1.0;stroke:url(#radialGradient3087);stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3079" - width="18" - height="18" - x="0" - y="4" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> - <g - style="display:inline" - id="g1616" - transform="translate(3,9)"> - <rect - style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - id="rect2376" - width="8" - height="4" - x="2" - y="7" /> - <rect - style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - id="rect2378" - width="6" - height="2" - x="3" - y="8" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/hide-pressed.xpm b/themes/default/hide-pressed.xpm deleted file mode 100644 index 81912c289..000000000 --- a/themes/default/hide-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * hide_pressed_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/left-active.png b/themes/default/left-active.png Binary files differdeleted file mode 100644 index 868b75537..000000000 --- a/themes/default/left-active.png +++ /dev/null diff --git a/themes/default/left-active.svg b/themes/default/left-active.svg deleted file mode 100644 index dd3f96667..000000000 --- a/themes/default/left-active.svg +++ /dev/null @@ -1,82 +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://web.resource.org/cc/" - 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="6" - height="24" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="left-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" /> - <metadata - id="metadata7"> - <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>Border</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - <cc:license - rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> - <cc:permits - rdf:resource="http://web.resource.org/cc/Reproduction" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/Distribution" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/Notice" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/ShareAlike" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/SourceCode" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0 L 0.5,24" - id="path1340" /> - </g> -</svg> diff --git a/themes/default/left-active.xpm b/themes/default/left-active.xpm deleted file mode 100644 index 1d56006a0..000000000 --- a/themes/default/left-active.xpm +++ /dev/null @@ -1,31 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"6 24 4 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -"# c #C0C0C0 s active_color_2", -"@ c #C0C0FF s active_color_1", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###"}; diff --git a/themes/default/left-inactive.png b/themes/default/left-inactive.png Binary files differdeleted file mode 100644 index 868b75537..000000000 --- a/themes/default/left-inactive.png +++ /dev/null diff --git a/themes/default/left-inactive.svg b/themes/default/left-inactive.svg deleted file mode 100644 index 56ab84d6c..000000000 --- a/themes/default/left-inactive.svg +++ /dev/null @@ -1,82 +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://web.resource.org/cc/" - 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="6" - height="24" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="left-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" /> - <metadata - id="metadata7"> - <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>Border</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - <cc:license - rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> - <cc:permits - rdf:resource="http://web.resource.org/cc/Reproduction" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/Distribution" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/Notice" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/ShareAlike" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/SourceCode" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0 L 0.5,24" - id="path1340" /> - </g> -</svg> diff --git a/themes/default/left-inactive.xpm b/themes/default/left-inactive.xpm deleted file mode 100644 index a133ee82f..000000000 --- a/themes/default/left-inactive.xpm +++ /dev/null @@ -1,31 +0,0 @@ -/* XPM */ -static char * left_inactive_xpm[] = { -"6 24 4 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -"# c #C0C0C0 s inactive_color_2", -"@ c #C0C0FF s inactive_color_1", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###", -"@+@###"}; diff --git a/themes/default/maximize-active.png b/themes/default/maximize-active.png Binary files differdeleted file mode 100644 index f8bdd7a4b..000000000 --- a/themes/default/maximize-active.png +++ /dev/null diff --git a/themes/default/maximize-active.svg b/themes/default/maximize-active.svg deleted file mode 100644 index a1f5f8743..000000000 --- a/themes/default/maximize-active.svg +++ /dev/null @@ -1,163 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="maximize-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> - <g - style="display:inline" - id="g1614" - transform="translate(3,8)"> - <path - id="rect2266" - d="M 1,1 L 1,11 L 11,11 L 11,1 L 1,1 z M 4,5 L 8,5 L 8,8 L 4,8 L 4,5 z " - style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> - <path - id="rect2285" - d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " - style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/maximize-active.xpm b/themes/default/maximize-active.xpm deleted file mode 100644 index c839ace59..000000000 --- a/themes/default/maximize-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * maximize_active_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/maximize-inactive.png b/themes/default/maximize-inactive.png Binary files differdeleted file mode 100644 index 504441423..000000000 --- a/themes/default/maximize-inactive.png +++ /dev/null diff --git a/themes/default/maximize-inactive.svg b/themes/default/maximize-inactive.svg deleted file mode 100644 index 6651c9579..000000000 --- a/themes/default/maximize-inactive.svg +++ /dev/null @@ -1,159 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="maximize-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> - <g - style="display:inline" - id="g1626" - transform="translate(3,8)"> - <path - style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " - id="rect2285" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/maximize-inactive.xpm b/themes/default/maximize-inactive.xpm deleted file mode 100644 index a21640984..000000000 --- a/themes/default/maximize-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * maximize_inactive_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -". c #C0C0FF s inactive_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/maximize-prelight.png b/themes/default/maximize-prelight.png Binary files differdeleted file mode 100644 index f1b7c1109..000000000 --- a/themes/default/maximize-prelight.png +++ /dev/null diff --git a/themes/default/maximize-prelight.svg b/themes/default/maximize-prelight.svg deleted file mode 100644 index 5f1c60da4..000000000 --- a/themes/default/maximize-prelight.svg +++ /dev/null @@ -1,190 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="maximize-prelight.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="radialGradient3087" - cx="9" - cy="12" - fx="9" - fy="12" - r="12" - gradientTransform="matrix(1,0,0,1,0,0.5)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer1" - inkscape:label="pressed"> - <g - id="g1789" - transform="translate(0,2)"> - <rect - style="opacity:0.5;fill:url(#radialGradient3087);fill-opacity:0.75;stroke:url(#radialGradient3087);stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3079" - width="18" - height="18" - x="0" - y="4" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> - <g - style="display:inline" - id="g1614" - transform="translate(3,8)"> - <path - id="rect2266" - d="M 1,1 L 1,11 L 11,11 L 11,1 L 1,1 z M 4,5 L 8,5 L 8,8 L 4,8 L 4,5 z " - style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> - <path - id="rect2285" - d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " - style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/maximize-prelight.xpm b/themes/default/maximize-prelight.xpm deleted file mode 100644 index 3f31322ea..000000000 --- a/themes/default/maximize-prelight.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * maximize_pressed_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/maximize-pressed.png b/themes/default/maximize-pressed.png Binary files differdeleted file mode 100644 index b6f071a56..000000000 --- a/themes/default/maximize-pressed.png +++ /dev/null diff --git a/themes/default/maximize-pressed.svg b/themes/default/maximize-pressed.svg deleted file mode 100644 index b512ee33f..000000000 --- a/themes/default/maximize-pressed.svg +++ /dev/null @@ -1,190 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="maximize-pressed.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="radialGradient3087" - cx="9" - cy="12" - fx="9" - fy="12" - r="12" - gradientTransform="matrix(1,0,0,1,0,0.5)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer1" - inkscape:label="pressed"> - <g - id="g1789" - transform="translate(0,2)"> - <rect - style="opacity:0.5;fill:url(#radialGradient3087);fill-opacity:1.0;stroke:url(#radialGradient3087);stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3079" - width="18" - height="18" - x="0" - y="4" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> - <g - style="display:inline" - id="g1614" - transform="translate(3,9)"> - <path - id="rect2266" - d="M 1,1 L 1,11 L 11,11 L 11,1 L 1,1 z M 4,5 L 8,5 L 8,8 L 4,8 L 4,5 z " - style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> - <path - id="rect2285" - d="M 2,2 L 2,10 L 10,10 L 10,2 L 2,2 z M 3,4 L 9,4 L 9,9 L 3,9 L 3,4 z " - style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/maximize-pressed.xpm b/themes/default/maximize-pressed.xpm deleted file mode 100644 index 3f31322ea..000000000 --- a/themes/default/maximize-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * maximize_pressed_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/maximize-toggled-active.png b/themes/default/maximize-toggled-active.png Binary files differdeleted file mode 100644 index 25a0d2b49..000000000 --- a/themes/default/maximize-toggled-active.png +++ /dev/null diff --git a/themes/default/maximize-toggled-active.svg b/themes/default/maximize-toggled-active.svg deleted file mode 100644 index dbaacf1d2..000000000 --- a/themes/default/maximize-toggled-active.svg +++ /dev/null @@ -1,167 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="maximize-toggled-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> - <g - style="display:inline" - id="g1626" - transform="translate(3,8)"> - <path - id="rect2318" - d="M 3,0 L 3,3 L 0,3 L 0,12 L 9,12 L 9,9 L 12,9 L 12,0 L 3,0 z M 3,7 L 6,7 L 6,9 L 3,9 L 3,7 z " - style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> - <path - id="rect2331" - d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " - style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - id="rect2371" - d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " - style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/maximize-toggled-active.xpm b/themes/default/maximize-toggled-active.xpm deleted file mode 100644 index 67d04fbe4..000000000 --- a/themes/default/maximize-toggled-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * maximize_toggled_active_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/maximize-toggled-inactive.png b/themes/default/maximize-toggled-inactive.png Binary files differdeleted file mode 100644 index f59d167c5..000000000 --- a/themes/default/maximize-toggled-inactive.png +++ /dev/null diff --git a/themes/default/maximize-toggled-inactive.svg b/themes/default/maximize-toggled-inactive.svg deleted file mode 100644 index cd64ece7d..000000000 --- a/themes/default/maximize-toggled-inactive.svg +++ /dev/null @@ -1,163 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="maximize-toggled-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> - <g - style="display:inline" - id="g1639" - transform="translate(3,8)"> - <path - id="rect2331" - d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " - style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - id="rect2371" - d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " - style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/maximize-toggled-inactive.xpm b/themes/default/maximize-toggled-inactive.xpm deleted file mode 100644 index 5c8d782bb..000000000 --- a/themes/default/maximize-toggled-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * maximize_toggled_inactive_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -". c #C0C0FF s inactive_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/maximize-toggled-prelight.png b/themes/default/maximize-toggled-prelight.png Binary files differdeleted file mode 100644 index b48859a96..000000000 --- a/themes/default/maximize-toggled-prelight.png +++ /dev/null diff --git a/themes/default/maximize-toggled-prelight.svg b/themes/default/maximize-toggled-prelight.svg deleted file mode 100644 index 76ef54158..000000000 --- a/themes/default/maximize-toggled-prelight.svg +++ /dev/null @@ -1,194 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="maximize-toggled-prelight.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="radialGradient3087" - cx="9" - cy="12" - fx="9" - fy="12" - r="12" - gradientTransform="matrix(1,0,0,1,0,0.5)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer1" - inkscape:label="pressed"> - <g - id="g1789" - transform="translate(0,2)"> - <rect - style="opacity:0.5;fill:url(#radialGradient3087);fill-opacity:0.75;stroke:url(#radialGradient3087);stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3079" - width="18" - height="18" - x="0" - y="4" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> - <g - style="display:inline" - id="g1626" - transform="translate(3,8)"> - <path - id="rect2318" - d="M 3,0 L 3,3 L 0,3 L 0,12 L 9,12 L 9,9 L 12,9 L 12,0 L 3,0 z M 3,7 L 6,7 L 6,9 L 3,9 L 3,7 z " - style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> - <path - id="rect2331" - d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " - style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - id="rect2371" - d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " - style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/maximize-toggled-prelight.xpm b/themes/default/maximize-toggled-prelight.xpm deleted file mode 100644 index 0d14d8002..000000000 --- a/themes/default/maximize-toggled-prelight.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * maximize_toggled_pressed_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/maximize-toggled-pressed.png b/themes/default/maximize-toggled-pressed.png Binary files differdeleted file mode 100644 index 5c8af9724..000000000 --- a/themes/default/maximize-toggled-pressed.png +++ /dev/null diff --git a/themes/default/maximize-toggled-pressed.svg b/themes/default/maximize-toggled-pressed.svg deleted file mode 100644 index 47f9dd854..000000000 --- a/themes/default/maximize-toggled-pressed.svg +++ /dev/null @@ -1,194 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="maximize-toggled-pressed.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="radialGradient3087" - cx="9" - cy="12" - fx="9" - fy="12" - r="12" - gradientTransform="matrix(1,0,0,1,0,0.5)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer1" - inkscape:label="pressed"> - <g - id="g1789" - transform="translate(0,2)"> - <rect - style="opacity:0.5;fill:url(#radialGradient3087);fill-opacity:1.0;stroke:url(#radialGradient3087);stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3079" - width="18" - height="18" - x="0" - y="4" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> - <g - style="display:inline" - id="g1626" - transform="translate(3,9)"> - <path - id="rect2318" - d="M 3,0 L 3,3 L 0,3 L 0,12 L 9,12 L 9,9 L 12,9 L 12,0 L 3,0 z M 3,7 L 6,7 L 6,9 L 3,9 L 3,7 z " - style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" /> - <path - id="rect2331" - d="M 4,1 L 4,3 L 5,3 L 9,3 L 10,3 L 10,7 L 9,7 L 9,8 L 11,8 L 11,1 L 4,1 z " - style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - id="rect2371" - d="M 1,4 L 1,11 L 8,11 L 8,4 L 1,4 z M 2,6 L 7,6 L 7,10 L 2,10 L 2,6 z " - style="opacity:1;fill:white;fill-opacity:1;stroke:black;stroke-width:0;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/maximize-toggled-pressed.xpm b/themes/default/maximize-toggled-pressed.xpm deleted file mode 100644 index 0d14d8002..000000000 --- a/themes/default/maximize-toggled-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * maximize_toggled_pressed_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/menu-active.png b/themes/default/menu-active.png Binary files differdeleted file mode 100644 index 552ae6ade..000000000 --- a/themes/default/menu-active.png +++ /dev/null diff --git a/themes/default/menu-active.svg b/themes/default/menu-active.svg deleted file mode 100644 index 868339bf4..000000000 --- a/themes/default/menu-active.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="16" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="menu-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 16,0.5 C 16,0.5 16,26 16,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 16,1 C 16,1 16,4 16,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 15.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 15.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/menu-active.xpm b/themes/default/menu-active.xpm deleted file mode 100644 index 76d560b64..000000000 --- a/themes/default/menu-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"16 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -" ", -" "}; diff --git a/themes/default/menu-inactive.png b/themes/default/menu-inactive.png Binary files differdeleted file mode 100644 index 552ae6ade..000000000 --- a/themes/default/menu-inactive.png +++ /dev/null diff --git a/themes/default/menu-inactive.svg b/themes/default/menu-inactive.svg deleted file mode 100644 index e7ca3e248..000000000 --- a/themes/default/menu-inactive.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="16" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="menu-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 16,0.5 C 16,0.5 16,26 16,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 16,1 C 16,1 16,4 16,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 15.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 15.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/menu-inactive.xpm b/themes/default/menu-inactive.xpm deleted file mode 100644 index 057cd4177..000000000 --- a/themes/default/menu-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"16 27 3 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -". c #C0C0FF s inactive_color_1", -" ", -" ", -" ", -" ", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -" ", -" "}; diff --git a/themes/default/menu-prelight.png b/themes/default/menu-prelight.png Binary files differdeleted file mode 100644 index 552ae6ade..000000000 --- a/themes/default/menu-prelight.png +++ /dev/null diff --git a/themes/default/menu-prelight.svg b/themes/default/menu-prelight.svg deleted file mode 100644 index 42c5c4727..000000000 --- a/themes/default/menu-prelight.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="16" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="menu-prelight.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 16,0.5 C 16,0.5 16,26 16,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 16,1 C 16,1 16,4 16,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 15.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 15.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/menu-prelight.xpm b/themes/default/menu-prelight.xpm deleted file mode 100644 index 1df80f7a0..000000000 --- a/themes/default/menu-prelight.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"16 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -" ", -" "}; diff --git a/themes/default/menu-pressed.png b/themes/default/menu-pressed.png Binary files differdeleted file mode 100644 index 552ae6ade..000000000 --- a/themes/default/menu-pressed.png +++ /dev/null diff --git a/themes/default/menu-pressed.svg b/themes/default/menu-pressed.svg deleted file mode 100644 index ac83c5f44..000000000 --- a/themes/default/menu-pressed.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="16" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="menu-pressed.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 16,0.5 C 16,0.5 16,26 16,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 16,1 C 16,1 16,4 16,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 15.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 15.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/menu-pressed.xpm b/themes/default/menu-pressed.xpm deleted file mode 100644 index 1df80f7a0..000000000 --- a/themes/default/menu-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"16 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -"................", -" ", -" "}; diff --git a/themes/default/right-active.png b/themes/default/right-active.png Binary files differdeleted file mode 100644 index b45a3bcf0..000000000 --- a/themes/default/right-active.png +++ /dev/null diff --git a/themes/default/right-active.svg b/themes/default/right-active.svg deleted file mode 100644 index 6d5f7093b..000000000 --- a/themes/default/right-active.svg +++ /dev/null @@ -1,82 +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://web.resource.org/cc/" - 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="6" - height="24" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="right-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" /> - <metadata - id="metadata7"> - <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>Border</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - <cc:license - rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> - <cc:permits - rdf:resource="http://web.resource.org/cc/Reproduction" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/Distribution" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/Notice" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/ShareAlike" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/SourceCode" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 5.5,0 L 5.5,24" - id="path1340" /> - </g> -</svg> diff --git a/themes/default/right-active.xpm b/themes/default/right-active.xpm deleted file mode 100644 index 0fdb43c7b..000000000 --- a/themes/default/right-active.xpm +++ /dev/null @@ -1,31 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"6 24 4 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -"# c #C0C0C0 s active_color_2", -"@ c #C0C0FF s active_color_1", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@"}; diff --git a/themes/default/right-inactive.png b/themes/default/right-inactive.png Binary files differdeleted file mode 100644 index b45a3bcf0..000000000 --- a/themes/default/right-inactive.png +++ /dev/null diff --git a/themes/default/right-inactive.svg b/themes/default/right-inactive.svg deleted file mode 100644 index b88798cf3..000000000 --- a/themes/default/right-inactive.svg +++ /dev/null @@ -1,82 +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://web.resource.org/cc/" - 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="6" - height="24" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="right-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4" /> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" /> - <metadata - id="metadata7"> - <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>Border</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - <cc:license - rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" /> - </cc:Work> - <cc:License - rdf:about="http://creativecommons.org/licenses/GPL/2.0/"> - <cc:permits - rdf:resource="http://web.resource.org/cc/Reproduction" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/Distribution" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/Notice" /> - <cc:permits - rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/ShareAlike" /> - <cc:requires - rdf:resource="http://web.resource.org/cc/SourceCode" /> - </cc:License> - </rdf:RDF> - </metadata> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1"> - <path - style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 5.5,0 L 5.5,24" - id="path1340" /> - </g> -</svg> diff --git a/themes/default/right-inactive.xpm b/themes/default/right-inactive.xpm deleted file mode 100644 index 128581baf..000000000 --- a/themes/default/right-inactive.xpm +++ /dev/null @@ -1,31 +0,0 @@ -/* XPM */ -static char * right_inactive_xpm[] = { -"6 24 4 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -"# c #C0C0C0 s inactive_color_2", -"@ c #C0C0FF s inactive_color_1", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@", -"###@+@"}; diff --git a/themes/default/shade-active.png b/themes/default/shade-active.png Binary files differdeleted file mode 100644 index ac011d0e9..000000000 --- a/themes/default/shade-active.png +++ /dev/null diff --git a/themes/default/shade-active.svg b/themes/default/shade-active.svg deleted file mode 100644 index 375959ffd..000000000 --- a/themes/default/shade-active.svg +++ /dev/null @@ -1,163 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="shade-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> - <g - style="display:inline" - id="g1616" - transform="translate(3,8)"> - <path - d="M 6,9 L 6,3 M 3,6 L 6,3 L 9,6" - style="opacity:0.33;fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2605" /> - <path - d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2620" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/shade-active.xpm b/themes/default/shade-active.xpm deleted file mode 100644 index 1001686d2..000000000 --- a/themes/default/shade-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * shade_active_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/shade-inactive.png b/themes/default/shade-inactive.png Binary files differdeleted file mode 100644 index 27bb35087..000000000 --- a/themes/default/shade-inactive.png +++ /dev/null diff --git a/themes/default/shade-inactive.svg b/themes/default/shade-inactive.svg deleted file mode 100644 index 32fc55021..000000000 --- a/themes/default/shade-inactive.svg +++ /dev/null @@ -1,159 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="shade-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> - <g - style="display:inline" - id="g1616" - transform="translate(3,8)"> - <path - id="path2620" - style="opacity:0.50;fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/shade-inactive.xpm b/themes/default/shade-inactive.xpm deleted file mode 100644 index 7c5f01e37..000000000 --- a/themes/default/shade-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * shade_inactive_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -". c #C0C0FF s inactive_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/shade-prelight.png b/themes/default/shade-prelight.png Binary files differdeleted file mode 100644 index 1daf9a5a3..000000000 --- a/themes/default/shade-prelight.png +++ /dev/null diff --git a/themes/default/shade-prelight.svg b/themes/default/shade-prelight.svg deleted file mode 100644 index 6952de295..000000000 --- a/themes/default/shade-prelight.svg +++ /dev/null @@ -1,190 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="shade-prelight.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="radialGradient3087" - cx="9" - cy="12" - fx="9" - fy="12" - r="12" - gradientTransform="matrix(1,0,0,1,0,0.5)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer1" - inkscape:label="pressed"> - <g - id="g1789" - transform="translate(0,2)"> - <rect - style="opacity:0.5;fill:url(#radialGradient3087);fill-opacity:0.75;stroke:url(#radialGradient3087);stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3079" - width="18" - height="18" - x="0" - y="4" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> - <g - style="display:inline" - id="g1616" - transform="translate(3,8)"> - <path - d="M 6,9 L 6,3 M 3,6 L 6,3 L 9,6" - style="opacity:0.33;fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2605" /> - <path - d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2620" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/shade-prelight.xpm b/themes/default/shade-prelight.xpm deleted file mode 100644 index e388c8b46..000000000 --- a/themes/default/shade-prelight.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * shade_pressed_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/shade-pressed.png b/themes/default/shade-pressed.png Binary files differdeleted file mode 100644 index 1472a91ab..000000000 --- a/themes/default/shade-pressed.png +++ /dev/null diff --git a/themes/default/shade-pressed.svg b/themes/default/shade-pressed.svg deleted file mode 100644 index 13df02bb9..000000000 --- a/themes/default/shade-pressed.svg +++ /dev/null @@ -1,190 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="shade-pressed.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="radialGradient3087" - cx="9" - cy="12" - fx="9" - fy="12" - r="12" - gradientTransform="matrix(1,0,0,1,0,0.5)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer1" - inkscape:label="pressed"> - <g - id="g1789" - transform="translate(0,2)"> - <rect - style="opacity:0.5;fill:url(#radialGradient3087);fill-opacity:1.0;stroke:url(#radialGradient3087);stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3079" - width="18" - height="18" - x="0" - y="4" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> - <g - style="display:inline" - id="g1616" - transform="translate(3,9)"> - <path - d="M 6,9 L 6,3 M 3,6 L 6,3 L 9,6" - style="opacity:0.33;fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2605" /> - <path - d="M 3,6 L 6,3 L 9,6 M 6,9 L 6,3" - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2620" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/shade-pressed.xpm b/themes/default/shade-pressed.xpm deleted file mode 100644 index e388c8b46..000000000 --- a/themes/default/shade-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * shade_pressed_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/shade-toggled-active.png b/themes/default/shade-toggled-active.png Binary files differdeleted file mode 100644 index c80c61d0e..000000000 --- a/themes/default/shade-toggled-active.png +++ /dev/null diff --git a/themes/default/shade-toggled-active.svg b/themes/default/shade-toggled-active.svg deleted file mode 100644 index 1a68b2c04..000000000 --- a/themes/default/shade-toggled-active.svg +++ /dev/null @@ -1,163 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="shade-toggled-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> - <g - style="display:inline" - id="g1628" - transform="translate(3,8)"> - <path - d="M 6,3 L 6,9 M 3,6 L 6,9 L 9,6" - style="opacity:0.33;fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2605" /> - <path - d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2620" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/shade-toggled-active.xpm b/themes/default/shade-toggled-active.xpm deleted file mode 100644 index c99b5e6de..000000000 --- a/themes/default/shade-toggled-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * shade_toggled_active_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/shade-toggled-inactive.png b/themes/default/shade-toggled-inactive.png Binary files differdeleted file mode 100644 index e8a623b46..000000000 --- a/themes/default/shade-toggled-inactive.png +++ /dev/null diff --git a/themes/default/shade-toggled-inactive.svg b/themes/default/shade-toggled-inactive.svg deleted file mode 100644 index 75725a3e2..000000000 --- a/themes/default/shade-toggled-inactive.svg +++ /dev/null @@ -1,159 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="shade-toggled-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> - <g - style="display:inline" - id="g1628" - transform="translate(3,8)"> - <path - id="path2620" - style="opacity:0.50;fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:#7f7f7f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/shade-toggled-inactive.xpm b/themes/default/shade-toggled-inactive.xpm deleted file mode 100644 index 91fb16c3e..000000000 --- a/themes/default/shade-toggled-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * shade_toggled_inactive_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -". c #C0C0FF s inactive_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/shade-toggled-prelight.png b/themes/default/shade-toggled-prelight.png Binary files differdeleted file mode 100644 index 3096715b7..000000000 --- a/themes/default/shade-toggled-prelight.png +++ /dev/null diff --git a/themes/default/shade-toggled-prelight.svg b/themes/default/shade-toggled-prelight.svg deleted file mode 100644 index 3621f1a7c..000000000 --- a/themes/default/shade-toggled-prelight.svg +++ /dev/null @@ -1,190 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="shade-toggled-prelight.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="radialGradient3087" - cx="9" - cy="12" - fx="9" - fy="12" - r="12" - gradientTransform="matrix(1,0,0,1,0,0.5)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer1" - inkscape:label="pressed"> - <g - id="g1789" - transform="translate(0,2)"> - <rect - style="opacity:0.5;fill:url(#radialGradient3087);fill-opacity:0.75;stroke:url(#radialGradient3087);stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3079" - width="18" - height="18" - x="0" - y="4" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> - <g - style="display:inline" - id="g1628" - transform="translate(3,8)"> - <path - d="M 6,3 L 6,9 M 3,6 L 6,9 L 9,6" - style="opacity:0.33;fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2605" /> - <path - d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2620" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/shade-toggled-prelight.xpm b/themes/default/shade-toggled-prelight.xpm deleted file mode 100644 index f83ac1a7c..000000000 --- a/themes/default/shade-toggled-prelight.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * shade_toggled_pressed_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/shade-toggled-pressed.png b/themes/default/shade-toggled-pressed.png Binary files differdeleted file mode 100644 index f2eea4848..000000000 --- a/themes/default/shade-toggled-pressed.png +++ /dev/null diff --git a/themes/default/shade-toggled-pressed.svg b/themes/default/shade-toggled-pressed.svg deleted file mode 100644 index 3d3f37cb0..000000000 --- a/themes/default/shade-toggled-pressed.svg +++ /dev/null @@ -1,190 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="shade-toggled-pressed.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="radialGradient3087" - cx="9" - cy="12" - fx="9" - fy="12" - r="12" - gradientTransform="matrix(1,0,0,1,0,0.5)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer1" - inkscape:label="pressed"> - <g - id="g1789" - transform="translate(0,2)"> - <rect - style="opacity:0.5;fill:url(#radialGradient3087);fill-opacity:1.0;stroke:url(#radialGradient3087);stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3079" - width="18" - height="18" - x="0" - y="4" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> - <g - style="display:inline" - id="g1628" - transform="translate(3,9)"> - <path - d="M 6,3 L 6,9 M 3,6 L 6,9 L 9,6" - style="opacity:0.33;fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2605" /> - <path - d="M 3,6 L 6,9 L 9,6 M 6,3 L 6,8" - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;display:inline" - id="path2620" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/shade-toggled-pressed.xpm b/themes/default/shade-toggled-pressed.xpm deleted file mode 100644 index f83ac1a7c..000000000 --- a/themes/default/shade-toggled-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * shade_toggled_pressed_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/stick-active.png b/themes/default/stick-active.png Binary files differdeleted file mode 100644 index a0dec0d80..000000000 --- a/themes/default/stick-active.png +++ /dev/null diff --git a/themes/default/stick-active.svg b/themes/default/stick-active.svg deleted file mode 100644 index 616ce49fc..000000000 --- a/themes/default/stick-active.svg +++ /dev/null @@ -1,163 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="stick-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> - <g - style="display:inline" - id="g1613" - transform="translate(3,8)"> - <path - id="path1412" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - id="path2287" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/stick-active.xpm b/themes/default/stick-active.xpm deleted file mode 100644 index 7d46cdd8e..000000000 --- a/themes/default/stick-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * stick_active_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/stick-inactive.png b/themes/default/stick-inactive.png Binary files differdeleted file mode 100644 index ff47184b4..000000000 --- a/themes/default/stick-inactive.png +++ /dev/null diff --git a/themes/default/stick-inactive.svg b/themes/default/stick-inactive.svg deleted file mode 100644 index 1c65bb6d7..000000000 --- a/themes/default/stick-inactive.svg +++ /dev/null @@ -1,159 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="stick-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> - <g - style="display:inline" - id="g1613" - transform="translate(3,8)"> - <path - id="path2287" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/stick-inactive.xpm b/themes/default/stick-inactive.xpm deleted file mode 100644 index 7392b387a..000000000 --- a/themes/default/stick-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * stick_inactive_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -". c #C0C0FF s inactive_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/stick-prelight.png b/themes/default/stick-prelight.png Binary files differdeleted file mode 100644 index c2d1be76f..000000000 --- a/themes/default/stick-prelight.png +++ /dev/null diff --git a/themes/default/stick-prelight.svg b/themes/default/stick-prelight.svg deleted file mode 100644 index bba572198..000000000 --- a/themes/default/stick-prelight.svg +++ /dev/null @@ -1,190 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="stick-prelight.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="radialGradient3087" - cx="9" - cy="12" - fx="9" - fy="12" - r="12" - gradientTransform="matrix(1,0,0,1,0,0.5)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer1" - inkscape:label="pressed"> - <g - id="g1789" - transform="translate(0,2)"> - <rect - style="opacity:0.5;fill:url(#radialGradient3087);fill-opacity:0.75;stroke:url(#radialGradient3087);stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3079" - width="18" - height="18" - x="0" - y="4" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> - <g - style="display:inline" - id="g1613" - transform="translate(3,8)"> - <path - id="path1412" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - id="path2287" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/stick-prelight.xpm b/themes/default/stick-prelight.xpm deleted file mode 100644 index f805d8e3f..000000000 --- a/themes/default/stick-prelight.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * stick_pressed_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/stick-pressed.png b/themes/default/stick-pressed.png Binary files differdeleted file mode 100644 index 4210a7491..000000000 --- a/themes/default/stick-pressed.png +++ /dev/null diff --git a/themes/default/stick-pressed.svg b/themes/default/stick-pressed.svg deleted file mode 100644 index 67129263d..000000000 --- a/themes/default/stick-pressed.svg +++ /dev/null @@ -1,190 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="stick-pressed.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="radialGradient3087" - cx="9" - cy="12" - fx="9" - fy="12" - r="12" - gradientTransform="matrix(1,0,0,1,0,0.5)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer1" - inkscape:label="pressed"> - <g - id="g1789" - transform="translate(0,2)"> - <rect - style="opacity:0.5;fill:url(#radialGradient3087);fill-opacity:1.0;stroke:url(#radialGradient3087);stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3079" - width="18" - height="18" - x="0" - y="4" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> - <g - style="display:inline" - id="g1613" - transform="translate(3,9)"> - <path - id="path1412" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - id="path2287" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/stick-pressed.xpm b/themes/default/stick-pressed.xpm deleted file mode 100644 index f805d8e3f..000000000 --- a/themes/default/stick-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * stick_pressed_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/stick-toggled-active.png b/themes/default/stick-toggled-active.png Binary files differdeleted file mode 100644 index d4b8a2473..000000000 --- a/themes/default/stick-toggled-active.png +++ /dev/null diff --git a/themes/default/stick-toggled-active.svg b/themes/default/stick-toggled-active.svg deleted file mode 100644 index 1c0fc6e13..000000000 --- a/themes/default/stick-toggled-active.svg +++ /dev/null @@ -1,172 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="stick-toggled-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> - <g - style="display:inline" - id="g1625" - transform="translate(3,8)"> - <path - id="path1412" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - id="path2287" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" - sodipodi:ry="1" - sodipodi:rx="1" - sodipodi:cy="6" - sodipodi:cx="6" - id="path2282" - style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - sodipodi:type="arc" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/stick-toggled-active.xpm b/themes/default/stick-toggled-active.xpm deleted file mode 100644 index 14eb6df44..000000000 --- a/themes/default/stick-toggled-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * stick_toggled_active_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/stick-toggled-inactive.png b/themes/default/stick-toggled-inactive.png Binary files differdeleted file mode 100644 index af73417d8..000000000 --- a/themes/default/stick-toggled-inactive.png +++ /dev/null diff --git a/themes/default/stick-toggled-inactive.svg b/themes/default/stick-toggled-inactive.svg deleted file mode 100644 index 075f9e9ce..000000000 --- a/themes/default/stick-toggled-inactive.svg +++ /dev/null @@ -1,168 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="stick-toggled-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g20" - inkscape:label="Button"> - <g - style="display:inline" - id="g1625" - transform="translate(3,8)"> - <path - id="path2287" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" - sodipodi:ry="1" - sodipodi:rx="1" - sodipodi:cy="6" - sodipodi:cx="6" - id="path2202" - style="opacity:0.50;fill:#7f7f7f;fill-opacity:1;stroke:#7f7f7f;stroke-width:0.5;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" - sodipodi:type="arc" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/stick-toggled-inactive.xpm b/themes/default/stick-toggled-inactive.xpm deleted file mode 100644 index 4c3eb7e46..000000000 --- a/themes/default/stick-toggled-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * stick_toggled_inactive_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -". c #C0C0FF s inactive_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/stick-toggled-prelight.png b/themes/default/stick-toggled-prelight.png Binary files differdeleted file mode 100644 index 0a6040e3c..000000000 --- a/themes/default/stick-toggled-prelight.png +++ /dev/null diff --git a/themes/default/stick-toggled-prelight.svg b/themes/default/stick-toggled-prelight.svg deleted file mode 100644 index 6a93314fa..000000000 --- a/themes/default/stick-toggled-prelight.svg +++ /dev/null @@ -1,199 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="stick-toggled-prelight.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="radialGradient3087" - cx="9" - cy="12" - fx="9" - fy="12" - r="12" - gradientTransform="matrix(1,0,0,1,0,0.5)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer1" - inkscape:label="pressed"> - <g - id="g1789" - transform="translate(0,2)"> - <rect - style="opacity:0.5;fill:url(#radialGradient3087);fill-opacity:0.75;stroke:url(#radialGradient3087);stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3079" - width="18" - height="18" - x="0" - y="4" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> - <g - style="display:inline" - id="g1625" - transform="translate(3,8)"> - <path - id="path1412" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - id="path2287" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" - sodipodi:ry="1" - sodipodi:rx="1" - sodipodi:cy="0" - sodipodi:cx="6" - id="path2282" - style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - sodipodi:type="arc" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/stick-toggled-prelight.xpm b/themes/default/stick-toggled-prelight.xpm deleted file mode 100644 index dc6069de2..000000000 --- a/themes/default/stick-toggled-prelight.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * stick_toggled_pressed_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/stick-toggled-pressed.png b/themes/default/stick-toggled-pressed.png Binary files differdeleted file mode 100644 index 550fb8aa5..000000000 --- a/themes/default/stick-toggled-pressed.png +++ /dev/null diff --git a/themes/default/stick-toggled-pressed.svg b/themes/default/stick-toggled-pressed.svg deleted file mode 100644 index 4e235f08e..000000000 --- a/themes/default/stick-toggled-pressed.svg +++ /dev/null @@ -1,199 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="18" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="stick-toggled-pressed.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - <radialGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="radialGradient3087" - cx="9" - cy="12" - fx="9" - fy="12" - r="12" - gradientTransform="matrix(1,0,0,1,0,0.5)" - gradientUnits="userSpaceOnUse" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer1" - inkscape:label="pressed"> - <g - id="g1789" - transform="translate(0,2)"> - <rect - style="opacity:0.5;fill:url(#radialGradient3087);fill-opacity:1.0;stroke:url(#radialGradient3087);stroke-width:1;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect3079" - width="18" - height="18" - x="0" - y="4" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 18,0.5 C 18,0.5 18,26 18,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 18,1 C 18,1 18,4 18,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="g31" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 17.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="g3722" - inkscape:label="Button"> - <g - style="display:inline" - id="g1625" - transform="translate(3,9)"> - <path - id="path1412" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:0.33;fill:black;fill-opacity:1;stroke:black;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - id="path2287" - d="M 6,2 C 3.792,2 2,3.792 2,6 C 2,8.208 3.792,10 6,10 C 8.208,10 10,8.208 10,6 C 10,3.792 8.208,2 6,2 z M 6,4 C 7.104,4 8,4.896 8,6 C 8,7.104 7.104,8 6,8 C 4.896,8 4,7.104 4,6 C 4,4.896 4.896,4 6,4 z " - style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - <path - d="M 7 6 A 1 1 0 1 1 5,6 A 1 1 0 1 1 7 6 z" - sodipodi:ry="1" - sodipodi:rx="1" - sodipodi:cy="0" - sodipodi:cx="6" - id="path2282" - style="opacity:1;fill:white;fill-opacity:1;stroke:white;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - sodipodi:type="arc" /> - </g> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 17.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/stick-toggled-pressed.xpm b/themes/default/stick-toggled-pressed.xpm deleted file mode 100644 index dc6069de2..000000000 --- a/themes/default/stick-toggled-pressed.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * stick_toggled_pressed_xpm[] = { -"18 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ", -" ", -" ", -" ", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -"..................", -" ", -" "}; diff --git a/themes/default/themerc b/themes/default/themerc deleted file mode 100644 index 21c06df68..000000000 --- a/themes/default/themerc +++ /dev/null @@ -1,15 +0,0 @@ -active_text_color=#ffffff -button_offset=0 -button_spacing=0 -full_width_title=false -maximized_offset=0 -shadow_delta_height=2 -shadow_delta_width=1 -shadow_delta_x=1 -shadow_delta_y=1 -show_app_icon=true -title_horizontal_offset=1 -title_shadow_active=frame -title_shadow_inactive=false -title_vertical_offset_active=1 -title_vertical_offset_inactive=1 diff --git a/themes/default/title-1-active.png b/themes/default/title-1-active.png Binary files differdeleted file mode 100644 index 479a78b34..000000000 --- a/themes/default/title-1-active.png +++ /dev/null diff --git a/themes/default/title-1-active.svg b/themes/default/title-1-active.svg deleted file mode 100644 index 8b44f9b7b..000000000 --- a/themes/default/title-1-active.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="8" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="title-1-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 8,0.5 C 8,0.5 8,26 8,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 7.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/title-1-active.xpm b/themes/default/title-1-active.xpm deleted file mode 100644 index 56588f27a..000000000 --- a/themes/default/title-1-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * title_active_xpm[] = { -"4 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -"....", -"++++", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"...."}; diff --git a/themes/default/title-1-inactive.png b/themes/default/title-1-inactive.png Binary files differdeleted file mode 100644 index 479a78b34..000000000 --- a/themes/default/title-1-inactive.png +++ /dev/null diff --git a/themes/default/title-1-inactive.svg b/themes/default/title-1-inactive.svg deleted file mode 100644 index e8e94e6ff..000000000 --- a/themes/default/title-1-inactive.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="8" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="title-1-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 8,0.5 C 8,0.5 8,26 8,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 7.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/title-1-inactive.xpm b/themes/default/title-1-inactive.xpm deleted file mode 100644 index 16aecc7f9..000000000 --- a/themes/default/title-1-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * title_inactive_xpm[] = { -"4 27 3 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -". c #C0C0FF s inactive_color_1", -"....", -"++++", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"...."}; diff --git a/themes/default/title-2-active.png b/themes/default/title-2-active.png Binary files differdeleted file mode 100644 index 479a78b34..000000000 --- a/themes/default/title-2-active.png +++ /dev/null diff --git a/themes/default/title-2-active.svg b/themes/default/title-2-active.svg deleted file mode 100644 index a2072c5d5..000000000 --- a/themes/default/title-2-active.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="8" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="title-2-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 8,0.5 C 8,0.5 8,26 8,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 7.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/title-2-active.xpm b/themes/default/title-2-active.xpm deleted file mode 100644 index 56588f27a..000000000 --- a/themes/default/title-2-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * title_active_xpm[] = { -"4 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -"....", -"++++", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"...."}; diff --git a/themes/default/title-2-inactive.png b/themes/default/title-2-inactive.png Binary files differdeleted file mode 100644 index 479a78b34..000000000 --- a/themes/default/title-2-inactive.png +++ /dev/null diff --git a/themes/default/title-2-inactive.svg b/themes/default/title-2-inactive.svg deleted file mode 100644 index 704c21380..000000000 --- a/themes/default/title-2-inactive.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="8" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="title-2-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 8,0.5 C 8,0.5 8,26 8,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 7.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/title-2-inactive.xpm b/themes/default/title-2-inactive.xpm deleted file mode 100644 index 16aecc7f9..000000000 --- a/themes/default/title-2-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * title_inactive_xpm[] = { -"4 27 3 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -". c #C0C0FF s inactive_color_1", -"....", -"++++", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"...."}; diff --git a/themes/default/title-3-active.png b/themes/default/title-3-active.png Binary files differdeleted file mode 100644 index 479a78b34..000000000 --- a/themes/default/title-3-active.png +++ /dev/null diff --git a/themes/default/title-3-active.svg b/themes/default/title-3-active.svg deleted file mode 100644 index df44718f3..000000000 --- a/themes/default/title-3-active.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="8" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="title-3-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer2" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 8,0.5 C 8,0.5 8,26 8,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 7.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/title-3-active.xpm b/themes/default/title-3-active.xpm deleted file mode 100644 index 56588f27a..000000000 --- a/themes/default/title-3-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * title_active_xpm[] = { -"4 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -"....", -"++++", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"...."}; diff --git a/themes/default/title-3-inactive.png b/themes/default/title-3-inactive.png Binary files differdeleted file mode 100644 index 479a78b34..000000000 --- a/themes/default/title-3-inactive.png +++ /dev/null diff --git a/themes/default/title-3-inactive.svg b/themes/default/title-3-inactive.svg deleted file mode 100644 index f6fba18d3..000000000 --- a/themes/default/title-3-inactive.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="8" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="title-3-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 8,0.5 C 8,0.5 8,26 8,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 7.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/title-3-inactive.xpm b/themes/default/title-3-inactive.xpm deleted file mode 100644 index 16aecc7f9..000000000 --- a/themes/default/title-3-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * title_inactive_xpm[] = { -"4 27 3 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -". c #C0C0FF s inactive_color_1", -"....", -"++++", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"...."}; diff --git a/themes/default/title-4-active.png b/themes/default/title-4-active.png Binary files differdeleted file mode 100644 index 479a78b34..000000000 --- a/themes/default/title-4-active.png +++ /dev/null diff --git a/themes/default/title-4-active.svg b/themes/default/title-4-active.svg deleted file mode 100644 index c7a0a227f..000000000 --- a/themes/default/title-4-active.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="8" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="title-4-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 8,0.5 C 8,0.5 8,26 8,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 7.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/title-4-active.xpm b/themes/default/title-4-active.xpm deleted file mode 100644 index 56588f27a..000000000 --- a/themes/default/title-4-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * title_active_xpm[] = { -"4 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -"....", -"++++", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"...."}; diff --git a/themes/default/title-4-inactive.png b/themes/default/title-4-inactive.png Binary files differdeleted file mode 100644 index 479a78b34..000000000 --- a/themes/default/title-4-inactive.png +++ /dev/null diff --git a/themes/default/title-4-inactive.svg b/themes/default/title-4-inactive.svg deleted file mode 100644 index 433431bf7..000000000 --- a/themes/default/title-4-inactive.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="8" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="title-4-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 8,0.5 C 8,0.5 8,26 8,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 7.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/title-4-inactive.xpm b/themes/default/title-4-inactive.xpm deleted file mode 100644 index 16aecc7f9..000000000 --- a/themes/default/title-4-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * title_inactive_xpm[] = { -"4 27 3 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -". c #C0C0FF s inactive_color_1", -"....", -"++++", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"...."}; diff --git a/themes/default/title-5-active.png b/themes/default/title-5-active.png Binary files differdeleted file mode 100644 index 479a78b34..000000000 --- a/themes/default/title-5-active.png +++ /dev/null diff --git a/themes/default/title-5-active.svg b/themes/default/title-5-active.svg deleted file mode 100644 index 8f6a0ac0d..000000000 --- a/themes/default/title-5-active.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="8" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="title-5-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 8,0.5 C 8,0.5 8,26 8,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 7.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/title-5-active.xpm b/themes/default/title-5-active.xpm deleted file mode 100644 index 56588f27a..000000000 --- a/themes/default/title-5-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * title_active_xpm[] = { -"4 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -"....", -"++++", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"...."}; diff --git a/themes/default/title-5-inactive.png b/themes/default/title-5-inactive.png Binary files differdeleted file mode 100644 index 479a78b34..000000000 --- a/themes/default/title-5-inactive.png +++ /dev/null diff --git a/themes/default/title-5-inactive.svg b/themes/default/title-5-inactive.svg deleted file mode 100644 index da2578cc4..000000000 --- a/themes/default/title-5-inactive.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="8" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="title-5-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="400" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Title</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,0.5 L 8,0.5 C 8,0.5 8,26 8,26 L 0,26 L 0,0.5 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 8,1 C 8,1 8,4 8,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - style="fill:none;fill-opacity:0.20;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.50" - d="M 0.5,0.5 L 7.5,0.5" - id="path6059" /> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 7.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/title-5-inactive.xpm b/themes/default/title-5-inactive.xpm deleted file mode 100644 index 16aecc7f9..000000000 --- a/themes/default/title-5-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * title_inactive_xpm[] = { -"4 27 3 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -". c #C0C0FF s inactive_color_1", -"....", -"++++", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"....", -"...."}; diff --git a/themes/default/top-left-active.png b/themes/default/top-left-active.png Binary files differdeleted file mode 100644 index 6f0b7099f..000000000 --- a/themes/default/top-left-active.png +++ /dev/null diff --git a/themes/default/top-left-active.svg b/themes/default/top-left-active.svg deleted file mode 100644 index a556ac36d..000000000 --- a/themes/default/top-left-active.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="top-left-active.svg" - version="1.0" - inkscape:version="0.45.1" - sodipodi:version="0.32" - id="svg2" - height="27" - width="8" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="733" - inkscape:window-x="187" - inkscape:window-y="728" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - style="display:inline" - inkscape:label="Grad" - id="layer2" - inkscape:groupmode="layer"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 8,1 L 4,1 C 4,1 2,1 2,4 L 2,21 C 2,21 2,26 7,26 L 8,26 L 8,26 L 8,1 z " - id="path6057" /> - </g> - <g - inkscape:label="hilight" - id="layer3" - inkscape:groupmode="layer"> - <path - id="path6061" - d="M 8,1 L 5.75,1 C 5.75,1 2,1 2,4 C 2,4 2.75,4 2.75,4 L 8,4 L 8,4 z " - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" /> - </g> - <g - style="display:inline" - id="layer1" - inkscape:groupmode="layer" - inkscape:label="Border"> - <path - id="rect1319" - d="M 8,0 L 8,1 L 3,1 C 3,1 1,1 1,4 C 1,27 1,27 1,27 L 0,27 L 0,0 L 8,0 z " - style="fill:black;fill-opacity:0.50" /> - </g> - <g - inkscape:label="Shadow" - id="layer5" - inkscape:groupmode="layer"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 2.5,26.5 L 7.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/top-left-active.xpm b/themes/default/top-left-active.xpm deleted file mode 100644 index 6b5a69919..000000000 --- a/themes/default/top-left-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"8 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -" ......", -" .++++++", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......"}; diff --git a/themes/default/top-left-inactive.png b/themes/default/top-left-inactive.png Binary files differdeleted file mode 100644 index 6f0b7099f..000000000 --- a/themes/default/top-left-inactive.png +++ /dev/null diff --git a/themes/default/top-left-inactive.svg b/themes/default/top-left-inactive.svg deleted file mode 100644 index f5c9a1d93..000000000 --- a/themes/default/top-left-inactive.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - sodipodi:docname="top-left-inactive.svg" - version="1.0" - inkscape:version="0.45.1" - sodipodi:version="0.32" - id="svg2" - height="27" - width="8" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="733" - inkscape:window-x="187" - inkscape:window-y="728" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - style="display:inline" - inkscape:label="Grad" - id="layer2" - inkscape:groupmode="layer"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 8,1 L 4,1 C 4,1 2,1 2,4 L 2,21 C 2,21 2,26 7,26 L 8,26 L 8,26 L 8,1 z " - id="path6057" /> - </g> - <g - inkscape:label="hilight" - id="layer3" - inkscape:groupmode="layer"> - <path - id="path6061" - d="M 8,1 L 5.75,1 C 5.75,1 2,1 2,4 C 2,4 2.75,4 2.75,4 L 8,4 L 8,4 z " - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" /> - </g> - <g - style="display:inline" - id="layer1" - inkscape:groupmode="layer" - inkscape:label="Border"> - <path - id="rect1319" - d="M 8,0 L 8,1 L 3,1 C 3,1 1,1 1,4 C 1,27 1,27 1,27 L 0,27 L 0,0 L 8,0 z " - style="fill:black;fill-opacity:0.50" /> - </g> - <g - inkscape:label="Shadow" - id="layer5" - inkscape:groupmode="layer"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 2.5,26.5 L 7.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/top-left-inactive.xpm b/themes/default/top-left-inactive.xpm deleted file mode 100644 index 2f927e233..000000000 --- a/themes/default/top-left-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * top_left_inactive_xpm[] = { -"8 27 3 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -". c #C0C0FF s inactive_color_1", -" ......", -" .++++++", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......", -".+......"}; diff --git a/themes/default/top-right-active.png b/themes/default/top-right-active.png Binary files differdeleted file mode 100644 index 872ea06f6..000000000 --- a/themes/default/top-right-active.png +++ /dev/null diff --git a/themes/default/top-right-active.svg b/themes/default/top-right-active.svg deleted file mode 100644 index a44b34553..000000000 --- a/themes/default/top-right-active.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="8" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="top-right-active.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="733" - inkscape:window-x="187" - inkscape:window-y="728" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,1 L 4,1 C 4,1 6,1 6,4 L 6,21 C 6,21 6,26 1,26 L 0,26 L 0,26 L 0,1 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 2.25,1 C 2.25,1 6,1 6,4 C 6,4 5.25,4 5.25,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - id="rect1319" - d="M 0,0 L 0,1 L 5,1 C 5,1 7,1 7,4 C 7,27 7,27 7,27 L 8,27 L 8,0 L 0,0 z " - style="fill:black;fill-opacity:0.50" /> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 5.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/top-right-active.xpm b/themes/default/top-right-active.xpm deleted file mode 100644 index 8c67ce893..000000000 --- a/themes/default/top-right-active.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"8 27 3 1", -" c None", -"+ c #D0D0FF s active_hilight_1", -". c #C0C0FF s active_color_1", -"...... ", -"++++++. ", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+."}; diff --git a/themes/default/top-right-inactive.png b/themes/default/top-right-inactive.png Binary files differdeleted file mode 100644 index 872ea06f6..000000000 --- a/themes/default/top-right-inactive.png +++ /dev/null diff --git a/themes/default/top-right-inactive.svg b/themes/default/top-right-inactive.svg deleted file mode 100644 index 82a7b6f73..000000000 --- a/themes/default/top-right-inactive.svg +++ /dev/null @@ -1,145 +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://web.resource.org/cc/" - 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:xlink="http://www.w3.org/1999/xlink" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="8" - height="27" - id="svg2" - sodipodi:version="0.32" - inkscape:version="0.45.1" - version="1.0" - sodipodi:docname="top-right-inactive.svg" - inkscape:output_extension="org.inkscape.output.svg.inkscape"> - <defs - id="defs4"> - <linearGradient - id="linearGradient5873"> - <stop - id="stop5875" - offset="0" - style="stop-color:white;stop-opacity:1;" /> - <stop - id="stop5879" - offset="1" - style="stop-color:white;stop-opacity:0.15;" /> - </linearGradient> - <linearGradient - id="linearGradient5847"> - <stop - id="stop5849" - offset="0" - style="stop-color:black;stop-opacity:0.05;" /> - <stop - id="stop2776" - offset="1" - style="stop-color:white;stop-opacity:0.30;" /> - </linearGradient> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5847" - id="linearGradient6945" - gradientUnits="userSpaceOnUse" - x1="0" - y1="0.5" - x2="0" - y2="15" - gradientTransform="matrix(1,0,0,1,0,0)" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient5873" - id="linearGradient6962" - x1="0" - y1="1" - x2="0" - y2="8" - gradientUnits="userSpaceOnUse" - gradientTransform="matrix(1,0,0,0.2,0,1)" /> - </defs> - <sodipodi:namedview - id="base" - pagecolor="white" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="10" - inkscape:cx="0" - inkscape:cy="0" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:grid-bbox="true" - inkscape:grid-points="true" - gridoriginx="0px" - gridtolerance="0.5px" - guidetolerance="1px" - inkscape:window-width="640" - inkscape:window-height="733" - inkscape:window-x="187" - inkscape:window-y="728" - inkscape:guide-bbox="true" - inkscape:guide-points="false" - showguides="true" /> - <metadata - id="metadata7"> - <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>Top Corner</dc:title> - <dc:creator> - <cc:Agent> - <dc:title>Olivier Fourdan</dc:title> - </cc:Agent> - </dc:creator> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:groupmode="layer" - id="layer2" - inkscape:label="Grad" - style="display:inline"> - <path - style="fill:url(#linearGradient6945);fill-opacity:0.65;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - d="M 0,1 L 4,1 C 4,1 6,1 6,4 L 6,21 C 6,21 6,26 1,26 L 0,26 L 0,26 L 0,1 z " - id="path6057" /> - </g> - <g - inkscape:groupmode="layer" - id="layer3" - inkscape:label="hilight"> - <path - style="fill:url(#linearGradient6962);fill-opacity:0.40;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,1 L 2.25,1 C 2.25,1 6,1 6,4 C 6,4 5.25,4 5.25,4 L 0,4 L 0,3 z " - id="path6061" /> - </g> - <g - inkscape:label="Border" - inkscape:groupmode="layer" - id="layer1" - style="display:inline"> - <path - id="rect1319" - d="M 0,0 L 0,1 L 5,1 C 5,1 7,1 7,4 C 7,27 7,27 7,27 L 8,27 L 8,0 L 0,0 z " - style="fill:black;fill-opacity:0.50" /> - </g> - <g - inkscape:groupmode="layer" - id="layer5" - inkscape:label="Shadow"> - <path - style="fill:none;fill-opacity:0;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0" - d="M 0.5,26.5 L 5.5,26.5" - id="path6989" /> - </g> -</svg> diff --git a/themes/default/top-right-inactive.xpm b/themes/default/top-right-inactive.xpm deleted file mode 100644 index 302e22830..000000000 --- a/themes/default/top-right-inactive.xpm +++ /dev/null @@ -1,33 +0,0 @@ -/* XPM */ -static char * top_right_inactive_xpm[] = { -"8 27 3 1", -" c None", -"+ c #D0D0FF s inactive_hilight_1", -". c #C0C0FF s inactive_color_1", -"...... ", -"++++++. ", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+.", -"......+."}; |