diff options
author | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2007-03-15 21:09:35 +0000 |
---|---|---|
committer | Olivier Fourdan <fourdan.olivier@wanadoo.fr> | 2007-03-15 21:09:35 +0000 |
commit | df82ce262a134d6ed0b5ae7d6b4680bc2837e5ae (patch) | |
tree | 60c19b70cc35e7c5dc31b57824e94fd4e6194c17 /themes/default-4.4 | |
parent | 1cad28c4f8214e91ae692bbf83cc03929f0e466c (diff) | |
download | xfwm4-df82ce262a134d6ed0b5ae7d6b4680bc2837e5ae.tar.gz |
Rename 4.4 theme
(Old svn revision: 25171)
Diffstat (limited to 'themes/default-4.4')
156 files changed, 9300 insertions, 0 deletions
diff --git a/themes/default-4.4/Makefile.am b/themes/default-4.4/Makefile.am new file mode 100644 index 000000000..7bfd7bcba --- /dev/null +++ b/themes/default-4.4/Makefile.am @@ -0,0 +1,184 @@ +themedir = $(datadir)/themes/Mopti/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 \ + hide-active.png \ + hide-inactive.png \ + hide-pressed.png \ + left-active.png \ + left-inactive.png \ + maximize-active.png \ + maximize-inactive.png \ + maximize-pressed.png \ + maximize-toggled-active.png \ + maximize-toggled-inactive.png \ + maximize-toggled-pressed.png \ + menu-active.png \ + menu-inactive.png \ + menu-pressed.png \ + right-active.png \ + right-inactive.png \ + shade-active.png \ + shade-inactive.png \ + shade-pressed.png \ + shade-toggled-active.png \ + shade-toggled-inactive.png \ + shade-toggled-pressed.png \ + stick-active.png \ + stick-inactive.png \ + stick-pressed.png \ + stick-toggled-active.png \ + stick-toggled-inactive.png \ + stick-toggled-pressed.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 \ + hide-active.svg \ + hide-inactive.svg \ + hide-pressed.svg \ + left-active.svg \ + left-inactive.svg \ + maximize-active.svg \ + maximize-inactive.svg \ + maximize-pressed.svg \ + maximize-toggled-active.svg \ + maximize-toggled-inactive.svg \ + maximize-toggled-pressed.svg \ + menu-active.svg \ + menu-inactive.svg \ + menu-pressed.svg \ + right-active.svg \ + right-inactive.svg \ + shade-active.svg \ + shade-inactive.svg \ + shade-pressed.svg \ + shade-toggled-active.svg \ + shade-toggled-inactive.svg \ + shade-toggled-pressed.svg \ + stick-active.svg \ + stick-inactive.svg \ + stick-pressed.svg \ + stick-toggled-active.svg \ + stick-toggled-inactive.svg \ + stick-toggled-pressed.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 \ + hide-active.xpm \ + hide-inactive.xpm \ + hide-pressed.xpm \ + left-active.xpm \ + left-inactive.xpm \ + maximize-active.xpm \ + maximize-inactive.xpm \ + maximize-pressed.xpm \ + maximize-toggled-active.xpm \ + maximize-toggled-inactive.xpm \ + maximize-toggled-pressed.xpm \ + menu-active.xpm \ + menu-inactive.xpm \ + menu-pressed.xpm \ + right-active.xpm \ + right-inactive.xpm \ + shade-active.xpm \ + shade-inactive.xpm \ + shade-pressed.xpm \ + shade-toggled-active.xpm \ + shade-toggled-inactive.xpm \ + shade-toggled-pressed.xpm \ + stick-active.xpm \ + stick-inactive.xpm \ + stick-pressed.xpm \ + stick-toggled-active.xpm \ + stick-toggled-inactive.xpm \ + stick-toggled-pressed.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-4.4/README b/themes/default-4.4/README new file mode 100644 index 000000000..1233d0bc8 --- /dev/null +++ b/themes/default-4.4/README @@ -0,0 +1,7 @@ +Mopti +----- + +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-4.4/bottom-active.png b/themes/default-4.4/bottom-active.png Binary files differnew file mode 100644 index 000000000..6111c7ea4 --- /dev/null +++ b/themes/default-4.4/bottom-active.png diff --git a/themes/default-4.4/bottom-active.svg b/themes/default-4.4/bottom-active.svg new file mode 100644 index 000000000..fbbb91be6 --- /dev/null +++ b/themes/default-4.4/bottom-active.svg @@ -0,0 +1,85 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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-4.4/bottom-active.xpm b/themes/default-4.4/bottom-active.xpm new file mode 100644 index 000000000..3651e2814 --- /dev/null +++ b/themes/default-4.4/bottom-active.xpm @@ -0,0 +1,12 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"24 6 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"########################", +"########################", +"########################", +"########################", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/default-4.4/bottom-inactive.png b/themes/default-4.4/bottom-inactive.png Binary files differnew file mode 100644 index 000000000..6111c7ea4 --- /dev/null +++ b/themes/default-4.4/bottom-inactive.png diff --git a/themes/default-4.4/bottom-inactive.svg b/themes/default-4.4/bottom-inactive.svg new file mode 100644 index 000000000..564d6bcb5 --- /dev/null +++ b/themes/default-4.4/bottom-inactive.svg @@ -0,0 +1,85 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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-4.4/bottom-inactive.xpm b/themes/default-4.4/bottom-inactive.xpm new file mode 100644 index 000000000..7482f8618 --- /dev/null +++ b/themes/default-4.4/bottom-inactive.xpm @@ -0,0 +1,12 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"24 6 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"########################", +"########################", +"########################", +"########################", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/themes/default-4.4/bottom-left-active.png b/themes/default-4.4/bottom-left-active.png Binary files differnew file mode 100644 index 000000000..df0eb18b4 --- /dev/null +++ b/themes/default-4.4/bottom-left-active.png diff --git a/themes/default-4.4/bottom-left-active.svg b/themes/default-4.4/bottom-left-active.svg new file mode 100644 index 000000000..e0ed699fa --- /dev/null +++ b/themes/default-4.4/bottom-left-active.svg @@ -0,0 +1,84 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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,13 1,13 L 1,0 L 0,0 z " + id="rect1870" /> + </g> +</svg> diff --git a/themes/default-4.4/bottom-left-active.xpm b/themes/default-4.4/bottom-left-active.xpm new file mode 100644 index 000000000..65a91e8d7 --- /dev/null +++ b/themes/default-4.4/bottom-left-active.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@##############", +"@@##############", +"@@##############", +"@@##############", +"@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@"}; diff --git a/themes/default-4.4/bottom-left-inactive.png b/themes/default-4.4/bottom-left-inactive.png Binary files differnew file mode 100644 index 000000000..df0eb18b4 --- /dev/null +++ b/themes/default-4.4/bottom-left-inactive.png diff --git a/themes/default-4.4/bottom-left-inactive.svg b/themes/default-4.4/bottom-left-inactive.svg new file mode 100644 index 000000000..145011957 --- /dev/null +++ b/themes/default-4.4/bottom-left-inactive.svg @@ -0,0 +1,84 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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,13 1,13 L 1,0 L 0,0 z " + id="rect1870" /> + </g> +</svg> diff --git a/themes/default-4.4/bottom-left-inactive.xpm b/themes/default-4.4/bottom-left-inactive.xpm new file mode 100644 index 000000000..254099e2f --- /dev/null +++ b/themes/default-4.4/bottom-left-inactive.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@#### ", +"@@##############", +"@@##############", +"@@##############", +"@@##############", +"@@@@@@@@@@@@@@@@", +" @@@@@@@@@@@@@@@"}; diff --git a/themes/default-4.4/bottom-right-active.png b/themes/default-4.4/bottom-right-active.png Binary files differnew file mode 100644 index 000000000..e52bed98d --- /dev/null +++ b/themes/default-4.4/bottom-right-active.png diff --git a/themes/default-4.4/bottom-right-active.svg b/themes/default-4.4/bottom-right-active.svg new file mode 100644 index 000000000..84212ff32 --- /dev/null +++ b/themes/default-4.4/bottom-right-active.svg @@ -0,0 +1,84 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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,13 15,13 L 15,0 L 16,0 z " + id="rect1870" /> + </g> +</svg> diff --git a/themes/default-4.4/bottom-right-active.xpm b/themes/default-4.4/bottom-right-active.xpm new file mode 100644 index 000000000..e3da1dc1e --- /dev/null +++ b/themes/default-4.4/bottom-right-active.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +"##############@@", +"##############@@", +"##############@@", +"##############@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@ "}; diff --git a/themes/default-4.4/bottom-right-inactive.png b/themes/default-4.4/bottom-right-inactive.png Binary files differnew file mode 100644 index 000000000..e52bed98d --- /dev/null +++ b/themes/default-4.4/bottom-right-inactive.png diff --git a/themes/default-4.4/bottom-right-inactive.svg b/themes/default-4.4/bottom-right-inactive.svg new file mode 100644 index 000000000..39ac94382 --- /dev/null +++ b/themes/default-4.4/bottom-right-inactive.svg @@ -0,0 +1,84 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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,13 15,13 L 15,0 L 16,0 z " + id="rect1870" /> + </g> +</svg> diff --git a/themes/default-4.4/bottom-right-inactive.xpm b/themes/default-4.4/bottom-right-inactive.xpm new file mode 100644 index 000000000..ff0364734 --- /dev/null +++ b/themes/default-4.4/bottom-right-inactive.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"16 16 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +" ####@@", +"##############@@", +"##############@@", +"##############@@", +"##############@@", +"@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@ "}; diff --git a/themes/default-4.4/close-active.png b/themes/default-4.4/close-active.png Binary files differnew file mode 100644 index 000000000..edb35758f --- /dev/null +++ b/themes/default-4.4/close-active.png diff --git a/themes/default-4.4/close-active.svg b/themes/default-4.4/close-active.svg new file mode 100644 index 000000000..c84f975c7 --- /dev/null +++ b/themes/default-4.4/close-active.svg @@ -0,0 +1,176 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;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.50;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.50;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.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/close-active.xpm b/themes/default-4.4/close-active.xpm new file mode 100644 index 000000000..b2a91f683 --- /dev/null +++ b/themes/default-4.4/close-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * close_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/close-inactive.png b/themes/default-4.4/close-inactive.png Binary files differnew file mode 100644 index 000000000..3850c0e90 --- /dev/null +++ b/themes/default-4.4/close-inactive.png diff --git a/themes/default-4.4/close-inactive.svg b/themes/default-4.4/close-inactive.svg new file mode 100644 index 000000000..ec221fc13 --- /dev/null +++ b/themes/default-4.4/close-inactive.svg @@ -0,0 +1,163 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;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.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/close-inactive.xpm b/themes/default-4.4/close-inactive.xpm new file mode 100644 index 000000000..bd1931036 --- /dev/null +++ b/themes/default-4.4/close-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/close-pressed.png b/themes/default-4.4/close-pressed.png Binary files differnew file mode 100644 index 000000000..4cbc8aca2 --- /dev/null +++ b/themes/default-4.4/close-pressed.png diff --git a/themes/default-4.4/close-pressed.svg b/themes/default-4.4/close-pressed.svg new file mode 100644 index 000000000..affdfe955 --- /dev/null +++ b/themes/default-4.4/close-pressed.svg @@ -0,0 +1,203 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.2,0,1)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="radialGradient3087" + cx="9" + cy="9" + fx="9" + fy="9" + r="9" + 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,5)"> + <rect + style="opacity:1.0;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="27" + x="0" + y="0" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g26" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;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.50;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.50;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.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/close-pressed.xpm b/themes/default-4.4/close-pressed.xpm new file mode 100644 index 000000000..954050e58 --- /dev/null +++ b/themes/default-4.4/close-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/hide-active.png b/themes/default-4.4/hide-active.png Binary files differnew file mode 100644 index 000000000..903e4582c --- /dev/null +++ b/themes/default-4.4/hide-active.png diff --git a/themes/default-4.4/hide-active.svg b/themes/default-4.4/hide-active.svg new file mode 100644 index 000000000..0fc1f20f1 --- /dev/null +++ b/themes/default-4.4/hide-active.svg @@ -0,0 +1,170 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/hide-active.xpm b/themes/default-4.4/hide-active.xpm new file mode 100644 index 000000000..457f6301a --- /dev/null +++ b/themes/default-4.4/hide-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/hide-inactive.png b/themes/default-4.4/hide-inactive.png Binary files differnew file mode 100644 index 000000000..fd59ba1e4 --- /dev/null +++ b/themes/default-4.4/hide-inactive.png diff --git a/themes/default-4.4/hide-inactive.svg b/themes/default-4.4/hide-inactive.svg new file mode 100644 index 000000000..160b1d8e1 --- /dev/null +++ b/themes/default-4.4/hide-inactive.svg @@ -0,0 +1,163 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/hide-inactive.xpm b/themes/default-4.4/hide-inactive.xpm new file mode 100644 index 000000000..e5937f43e --- /dev/null +++ b/themes/default-4.4/hide-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/hide-pressed.png b/themes/default-4.4/hide-pressed.png Binary files differnew file mode 100644 index 000000000..435061cac --- /dev/null +++ b/themes/default-4.4/hide-pressed.png diff --git a/themes/default-4.4/hide-pressed.svg b/themes/default-4.4/hide-pressed.svg new file mode 100644 index 000000000..e1a421512 --- /dev/null +++ b/themes/default-4.4/hide-pressed.svg @@ -0,0 +1,197 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.2,0,1)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="radialGradient3087" + cx="9" + cy="9" + fx="9" + fy="9" + r="9" + 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,5)"> + <rect + style="opacity:1.0;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="27" + x="0" + y="0" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g26" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/hide-pressed.xpm b/themes/default-4.4/hide-pressed.xpm new file mode 100644 index 000000000..11d2a59fe --- /dev/null +++ b/themes/default-4.4/hide-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/left-active.png b/themes/default-4.4/left-active.png Binary files differnew file mode 100644 index 000000000..5c37660a7 --- /dev/null +++ b/themes/default-4.4/left-active.png diff --git a/themes/default-4.4/left-active.svg b/themes/default-4.4/left-active.svg new file mode 100644 index 000000000..20bc28cb3 --- /dev/null +++ b/themes/default-4.4/left-active.svg @@ -0,0 +1,83 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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-4.4/left-active.xpm b/themes/default-4.4/left-active.xpm new file mode 100644 index 000000000..542944593 --- /dev/null +++ b/themes/default-4.4/left-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * left_active_xpm[] = { +"6 24 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####"}; diff --git a/themes/default-4.4/left-inactive.png b/themes/default-4.4/left-inactive.png Binary files differnew file mode 100644 index 000000000..5c37660a7 --- /dev/null +++ b/themes/default-4.4/left-inactive.png diff --git a/themes/default-4.4/left-inactive.svg b/themes/default-4.4/left-inactive.svg new file mode 100644 index 000000000..af80e1a52 --- /dev/null +++ b/themes/default-4.4/left-inactive.svg @@ -0,0 +1,83 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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-4.4/left-inactive.xpm b/themes/default-4.4/left-inactive.xpm new file mode 100644 index 000000000..447deca8e --- /dev/null +++ b/themes/default-4.4/left-inactive.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"6 24 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####", +"@@####"}; diff --git a/themes/default-4.4/maximize-active.png b/themes/default-4.4/maximize-active.png Binary files differnew file mode 100644 index 000000000..dc4293ac5 --- /dev/null +++ b/themes/default-4.4/maximize-active.png diff --git a/themes/default-4.4/maximize-active.svg b/themes/default-4.4/maximize-active.svg new file mode 100644 index 000000000..613a89342 --- /dev/null +++ b/themes/default-4.4/maximize-active.svg @@ -0,0 +1,164 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/maximize-active.xpm b/themes/default-4.4/maximize-active.xpm new file mode 100644 index 000000000..d8d2a1431 --- /dev/null +++ b/themes/default-4.4/maximize-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/maximize-inactive.png b/themes/default-4.4/maximize-inactive.png Binary files differnew file mode 100644 index 000000000..5fa70841d --- /dev/null +++ b/themes/default-4.4/maximize-inactive.png diff --git a/themes/default-4.4/maximize-inactive.svg b/themes/default-4.4/maximize-inactive.svg new file mode 100644 index 000000000..427ad9999 --- /dev/null +++ b/themes/default-4.4/maximize-inactive.svg @@ -0,0 +1,160 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/maximize-inactive.xpm b/themes/default-4.4/maximize-inactive.xpm new file mode 100644 index 000000000..1d198c0a0 --- /dev/null +++ b/themes/default-4.4/maximize-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/maximize-pressed.png b/themes/default-4.4/maximize-pressed.png Binary files differnew file mode 100644 index 000000000..e667a2ebc --- /dev/null +++ b/themes/default-4.4/maximize-pressed.png diff --git a/themes/default-4.4/maximize-pressed.svg b/themes/default-4.4/maximize-pressed.svg new file mode 100644 index 000000000..dbacbf170 --- /dev/null +++ b/themes/default-4.4/maximize-pressed.svg @@ -0,0 +1,191 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.2,0,1)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="radialGradient3087" + cx="9" + cy="9" + fx="9" + fy="9" + r="9" + 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,5)"> + <rect + style="opacity:1.0;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="27" + x="0" + y="0" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g26" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/maximize-pressed.xpm b/themes/default-4.4/maximize-pressed.xpm new file mode 100644 index 000000000..3eee6d86d --- /dev/null +++ b/themes/default-4.4/maximize-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/maximize-toggled-active.png b/themes/default-4.4/maximize-toggled-active.png Binary files differnew file mode 100644 index 000000000..216424501 --- /dev/null +++ b/themes/default-4.4/maximize-toggled-active.png diff --git a/themes/default-4.4/maximize-toggled-active.svg b/themes/default-4.4/maximize-toggled-active.svg new file mode 100644 index 000000000..4b16346a9 --- /dev/null +++ b/themes/default-4.4/maximize-toggled-active.svg @@ -0,0 +1,168 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/maximize-toggled-active.xpm b/themes/default-4.4/maximize-toggled-active.xpm new file mode 100644 index 000000000..dee8a20e7 --- /dev/null +++ b/themes/default-4.4/maximize-toggled-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/maximize-toggled-inactive.png b/themes/default-4.4/maximize-toggled-inactive.png Binary files differnew file mode 100644 index 000000000..5cb242375 --- /dev/null +++ b/themes/default-4.4/maximize-toggled-inactive.png diff --git a/themes/default-4.4/maximize-toggled-inactive.svg b/themes/default-4.4/maximize-toggled-inactive.svg new file mode 100644 index 000000000..cbb0b9165 --- /dev/null +++ b/themes/default-4.4/maximize-toggled-inactive.svg @@ -0,0 +1,164 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/maximize-toggled-inactive.xpm b/themes/default-4.4/maximize-toggled-inactive.xpm new file mode 100644 index 000000000..60c3cf638 --- /dev/null +++ b/themes/default-4.4/maximize-toggled-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/maximize-toggled-pressed.png b/themes/default-4.4/maximize-toggled-pressed.png Binary files differnew file mode 100644 index 000000000..f1f4f4f12 --- /dev/null +++ b/themes/default-4.4/maximize-toggled-pressed.png diff --git a/themes/default-4.4/maximize-toggled-pressed.svg b/themes/default-4.4/maximize-toggled-pressed.svg new file mode 100644 index 000000000..281e22719 --- /dev/null +++ b/themes/default-4.4/maximize-toggled-pressed.svg @@ -0,0 +1,195 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.2,0,1)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="radialGradient3087" + cx="9" + cy="9" + fx="9" + fy="9" + r="9" + 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,5)"> + <rect + style="opacity:1.0;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="27" + x="0" + y="0" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g26" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/maximize-toggled-pressed.xpm b/themes/default-4.4/maximize-toggled-pressed.xpm new file mode 100644 index 000000000..1e29343a3 --- /dev/null +++ b/themes/default-4.4/maximize-toggled-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * maximize_toggled_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/menu-active.png b/themes/default-4.4/menu-active.png Binary files differnew file mode 100644 index 000000000..8402d72ad --- /dev/null +++ b/themes/default-4.4/menu-active.png diff --git a/themes/default-4.4/menu-active.svg b/themes/default-4.4/menu-active.svg new file mode 100644 index 000000000..bb40f967f --- /dev/null +++ b/themes/default-4.4/menu-active.svg @@ -0,0 +1,146 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/menu-active.xpm b/themes/default-4.4/menu-active.xpm new file mode 100644 index 000000000..d770343a7 --- /dev/null +++ b/themes/default-4.4/menu-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/menu-inactive.png b/themes/default-4.4/menu-inactive.png Binary files differnew file mode 100644 index 000000000..8402d72ad --- /dev/null +++ b/themes/default-4.4/menu-inactive.png diff --git a/themes/default-4.4/menu-inactive.svg b/themes/default-4.4/menu-inactive.svg new file mode 100644 index 000000000..fa44c7186 --- /dev/null +++ b/themes/default-4.4/menu-inactive.svg @@ -0,0 +1,146 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/menu-inactive.xpm b/themes/default-4.4/menu-inactive.xpm new file mode 100644 index 000000000..2e4203828 --- /dev/null +++ b/themes/default-4.4/menu-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/menu-pressed.png b/themes/default-4.4/menu-pressed.png Binary files differnew file mode 100644 index 000000000..07d44f3b1 --- /dev/null +++ b/themes/default-4.4/menu-pressed.png diff --git a/themes/default-4.4/menu-pressed.svg b/themes/default-4.4/menu-pressed.svg new file mode 100644 index 000000000..42f725e22 --- /dev/null +++ b/themes/default-4.4/menu-pressed.svg @@ -0,0 +1,173 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.2,0,1)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="radialGradient3087" + cx="9" + cy="9" + fx="9" + fy="9" + r="9" + 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,5)"> + <rect + style="opacity:1.0;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="27" + x="0" + y="0" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g26" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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="layer5" + inkscape:label="Shadow"> + <path + style="fill:none;fill-opacity:0.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/menu-pressed.xpm b/themes/default-4.4/menu-pressed.xpm new file mode 100644 index 000000000..41891ff09 --- /dev/null +++ b/themes/default-4.4/menu-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/right-active.png b/themes/default-4.4/right-active.png Binary files differnew file mode 100644 index 000000000..c1109e83c --- /dev/null +++ b/themes/default-4.4/right-active.png diff --git a/themes/default-4.4/right-active.svg b/themes/default-4.4/right-active.svg new file mode 100644 index 000000000..72810e317 --- /dev/null +++ b/themes/default-4.4/right-active.svg @@ -0,0 +1,83 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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-4.4/right-active.xpm b/themes/default-4.4/right-active.xpm new file mode 100644 index 000000000..8e980fc49 --- /dev/null +++ b/themes/default-4.4/right-active.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * right_active_xpm[] = { +"6 24 3 1", +" c None", +"# c #C0C0C0 s active_color_2", +"@ c #C0C0FF s active_color_1", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@"}; diff --git a/themes/default-4.4/right-inactive.png b/themes/default-4.4/right-inactive.png Binary files differnew file mode 100644 index 000000000..c1109e83c --- /dev/null +++ b/themes/default-4.4/right-inactive.png diff --git a/themes/default-4.4/right-inactive.svg b/themes/default-4.4/right-inactive.svg new file mode 100644 index 000000000..57830dc91 --- /dev/null +++ b/themes/default-4.4/right-inactive.svg @@ -0,0 +1,83 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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-4.4/right-inactive.xpm b/themes/default-4.4/right-inactive.xpm new file mode 100644 index 000000000..57f2e1a65 --- /dev/null +++ b/themes/default-4.4/right-inactive.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"6 24 3 1", +" c None", +"# c #C0C0C0 s inactive_color_2", +"@ c #C0C0FF s inactive_color_1", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@", +"####@@"}; diff --git a/themes/default-4.4/shade-active.png b/themes/default-4.4/shade-active.png Binary files differnew file mode 100644 index 000000000..8ed6336ba --- /dev/null +++ b/themes/default-4.4/shade-active.png diff --git a/themes/default-4.4/shade-active.svg b/themes/default-4.4/shade-active.svg new file mode 100644 index 000000000..3eb9c7a35 --- /dev/null +++ b/themes/default-4.4/shade-active.svg @@ -0,0 +1,164 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;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.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/shade-active.xpm b/themes/default-4.4/shade-active.xpm new file mode 100644 index 000000000..9d4b14877 --- /dev/null +++ b/themes/default-4.4/shade-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/shade-inactive.png b/themes/default-4.4/shade-inactive.png Binary files differnew file mode 100644 index 000000000..535e280e0 --- /dev/null +++ b/themes/default-4.4/shade-inactive.png diff --git a/themes/default-4.4/shade-inactive.svg b/themes/default-4.4/shade-inactive.svg new file mode 100644 index 000000000..5a53afb86 --- /dev/null +++ b/themes/default-4.4/shade-inactive.svg @@ -0,0 +1,160 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/shade-inactive.xpm b/themes/default-4.4/shade-inactive.xpm new file mode 100644 index 000000000..bf881bddf --- /dev/null +++ b/themes/default-4.4/shade-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/shade-pressed.png b/themes/default-4.4/shade-pressed.png Binary files differnew file mode 100644 index 000000000..6c24b3bd1 --- /dev/null +++ b/themes/default-4.4/shade-pressed.png diff --git a/themes/default-4.4/shade-pressed.svg b/themes/default-4.4/shade-pressed.svg new file mode 100644 index 000000000..f87592268 --- /dev/null +++ b/themes/default-4.4/shade-pressed.svg @@ -0,0 +1,191 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.2,0,1)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="radialGradient3087" + cx="9" + cy="9" + fx="9" + fy="9" + r="9" + 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,5)"> + <rect + style="opacity:1.0;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="27" + x="0" + y="0" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g26" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;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.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/shade-pressed.xpm b/themes/default-4.4/shade-pressed.xpm new file mode 100644 index 000000000..979e08b56 --- /dev/null +++ b/themes/default-4.4/shade-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/shade-toggled-active.png b/themes/default-4.4/shade-toggled-active.png Binary files differnew file mode 100644 index 000000000..6d162fc7a --- /dev/null +++ b/themes/default-4.4/shade-toggled-active.png diff --git a/themes/default-4.4/shade-toggled-active.svg b/themes/default-4.4/shade-toggled-active.svg new file mode 100644 index 000000000..f955a4b0a --- /dev/null +++ b/themes/default-4.4/shade-toggled-active.svg @@ -0,0 +1,164 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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 + 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.50;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.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/shade-toggled-active.xpm b/themes/default-4.4/shade-toggled-active.xpm new file mode 100644 index 000000000..ee89787a6 --- /dev/null +++ b/themes/default-4.4/shade-toggled-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/shade-toggled-inactive.png b/themes/default-4.4/shade-toggled-inactive.png Binary files differnew file mode 100644 index 000000000..87bc9234d --- /dev/null +++ b/themes/default-4.4/shade-toggled-inactive.png diff --git a/themes/default-4.4/shade-toggled-inactive.svg b/themes/default-4.4/shade-toggled-inactive.svg new file mode 100644 index 000000000..8f962fe7f --- /dev/null +++ b/themes/default-4.4/shade-toggled-inactive.svg @@ -0,0 +1,160 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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="path2620" + style="opacity:0.50;fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/shade-toggled-inactive.xpm b/themes/default-4.4/shade-toggled-inactive.xpm new file mode 100644 index 000000000..0189782c3 --- /dev/null +++ b/themes/default-4.4/shade-toggled-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_toggled_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/shade-toggled-pressed.png b/themes/default-4.4/shade-toggled-pressed.png Binary files differnew file mode 100644 index 000000000..2a86db7a4 --- /dev/null +++ b/themes/default-4.4/shade-toggled-pressed.png diff --git a/themes/default-4.4/shade-toggled-pressed.svg b/themes/default-4.4/shade-toggled-pressed.svg new file mode 100644 index 000000000..2aa573072 --- /dev/null +++ b/themes/default-4.4/shade-toggled-pressed.svg @@ -0,0 +1,191 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.2,0,1)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="radialGradient3087" + cx="9" + cy="9" + fx="9" + fy="9" + r="9" + 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,5)"> + <rect + style="opacity:1.0;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="27" + x="0" + y="0" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g26" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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 + 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.50;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.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/shade-toggled-pressed.xpm b/themes/default-4.4/shade-toggled-pressed.xpm new file mode 100644 index 000000000..1c1859862 --- /dev/null +++ b/themes/default-4.4/shade-toggled-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_toggled_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/stick-active.png b/themes/default-4.4/stick-active.png Binary files differnew file mode 100644 index 000000000..e436987e5 --- /dev/null +++ b/themes/default-4.4/stick-active.png diff --git a/themes/default-4.4/stick-active.svg b/themes/default-4.4/stick-active.svg new file mode 100644 index 000000000..cb36bf60e --- /dev/null +++ b/themes/default-4.4/stick-active.svg @@ -0,0 +1,164 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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="path2267" + 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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/stick-active.xpm b/themes/default-4.4/stick-active.xpm new file mode 100644 index 000000000..4e26d54e6 --- /dev/null +++ b/themes/default-4.4/stick-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/stick-inactive.png b/themes/default-4.4/stick-inactive.png Binary files differnew file mode 100644 index 000000000..c591fd22e --- /dev/null +++ b/themes/default-4.4/stick-inactive.png diff --git a/themes/default-4.4/stick-inactive.svg b/themes/default-4.4/stick-inactive.svg new file mode 100644 index 000000000..5c1d180c6 --- /dev/null +++ b/themes/default-4.4/stick-inactive.svg @@ -0,0 +1,160 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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="path2267" + 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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/stick-inactive.xpm b/themes/default-4.4/stick-inactive.xpm new file mode 100644 index 000000000..51b07128e --- /dev/null +++ b/themes/default-4.4/stick-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/stick-pressed.png b/themes/default-4.4/stick-pressed.png Binary files differnew file mode 100644 index 000000000..88d58b531 --- /dev/null +++ b/themes/default-4.4/stick-pressed.png diff --git a/themes/default-4.4/stick-pressed.svg b/themes/default-4.4/stick-pressed.svg new file mode 100644 index 000000000..cd75c68d9 --- /dev/null +++ b/themes/default-4.4/stick-pressed.svg @@ -0,0 +1,191 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.2,0,1)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="radialGradient3087" + cx="9" + cy="9" + fx="9" + fy="9" + r="9" + 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,5)"> + <rect + style="opacity:1.0;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="27" + x="0" + y="0" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g26" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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="path2267" + 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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/stick-pressed.xpm b/themes/default-4.4/stick-pressed.xpm new file mode 100644 index 000000000..196a72f0f --- /dev/null +++ b/themes/default-4.4/stick-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/stick-toggled-active.png b/themes/default-4.4/stick-toggled-active.png Binary files differnew file mode 100644 index 000000000..76162d9bb --- /dev/null +++ b/themes/default-4.4/stick-toggled-active.png diff --git a/themes/default-4.4/stick-toggled-active.svg b/themes/default-4.4/stick-toggled-active.svg new file mode 100644 index 000000000..971282cf2 --- /dev/null +++ b/themes/default-4.4/stick-toggled-active.svg @@ -0,0 +1,173 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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="path2267" + 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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/stick-toggled-active.xpm b/themes/default-4.4/stick-toggled-active.xpm new file mode 100644 index 000000000..7d0fa0a20 --- /dev/null +++ b/themes/default-4.4/stick-toggled-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/stick-toggled-inactive.png b/themes/default-4.4/stick-toggled-inactive.png Binary files differnew file mode 100644 index 000000000..563b3ac62 --- /dev/null +++ b/themes/default-4.4/stick-toggled-inactive.png diff --git a/themes/default-4.4/stick-toggled-inactive.svg b/themes/default-4.4/stick-toggled-inactive.svg new file mode 100644 index 000000000..8138d504a --- /dev/null +++ b/themes/default-4.4/stick-toggled-inactive.svg @@ -0,0 +1,169 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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="path2267" + 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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/stick-toggled-inactive.xpm b/themes/default-4.4/stick-toggled-inactive.xpm new file mode 100644 index 000000000..bb4f5bd63 --- /dev/null +++ b/themes/default-4.4/stick-toggled-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/stick-toggled-pressed.png b/themes/default-4.4/stick-toggled-pressed.png Binary files differnew file mode 100644 index 000000000..47f29931b --- /dev/null +++ b/themes/default-4.4/stick-toggled-pressed.png diff --git a/themes/default-4.4/stick-toggled-pressed.svg b/themes/default-4.4/stick-toggled-pressed.svg new file mode 100644 index 000000000..d68f2fed9 --- /dev/null +++ b/themes/default-4.4/stick-toggled-pressed.svg @@ -0,0 +1,200 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.2,0,1)" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="radialGradient3087" + cx="9" + cy="9" + fx="9" + fy="9" + r="9" + 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,5)"> + <rect + style="opacity:1.0;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="27" + x="0" + y="0" /> + </g> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="Grad" + style="display:inline"> + <path + style="fill:url(#linearGradient6945);fill-opacity:1;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.60;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,2 18,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="g26" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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="path2267" + 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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 17.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/stick-toggled-pressed.xpm b/themes/default-4.4/stick-toggled-pressed.xpm new file mode 100644 index 000000000..c4e24f331 --- /dev/null +++ b/themes/default-4.4/stick-toggled-pressed.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"18 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +"..................", +".................."}; diff --git a/themes/default-4.4/themerc b/themes/default-4.4/themerc new file mode 100644 index 000000000..1888a1960 --- /dev/null +++ b/themes/default-4.4/themerc @@ -0,0 +1,15 @@ +active_text_color=#ffffff +button_offset=0 +button_spacing=0 +full_width_title=false +maximized_offset=0 +shadow_delta_height=4 +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-4.4/title-1-active.png b/themes/default-4.4/title-1-active.png Binary files differnew file mode 100644 index 000000000..3cad90d70 --- /dev/null +++ b/themes/default-4.4/title-1-active.png diff --git a/themes/default-4.4/title-1-active.svg b/themes/default-4.4/title-1-active.svg new file mode 100644 index 000000000..2fafa5551 --- /dev/null +++ b/themes/default-4.4/title-1-active.svg @@ -0,0 +1,146 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 8,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 7.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/title-1-active.xpm b/themes/default-4.4/title-1-active.xpm new file mode 100644 index 000000000..e8585b791 --- /dev/null +++ b/themes/default-4.4/title-1-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default-4.4/title-1-inactive.png b/themes/default-4.4/title-1-inactive.png Binary files differnew file mode 100644 index 000000000..3cad90d70 --- /dev/null +++ b/themes/default-4.4/title-1-inactive.png diff --git a/themes/default-4.4/title-1-inactive.svg b/themes/default-4.4/title-1-inactive.svg new file mode 100644 index 000000000..54576cb42 --- /dev/null +++ b/themes/default-4.4/title-1-inactive.svg @@ -0,0 +1,146 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 8,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 7.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/title-1-inactive.xpm b/themes/default-4.4/title-1-inactive.xpm new file mode 100644 index 000000000..c27c70b04 --- /dev/null +++ b/themes/default-4.4/title-1-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default-4.4/title-2-active.png b/themes/default-4.4/title-2-active.png Binary files differnew file mode 100644 index 000000000..3cad90d70 --- /dev/null +++ b/themes/default-4.4/title-2-active.png diff --git a/themes/default-4.4/title-2-active.svg b/themes/default-4.4/title-2-active.svg new file mode 100644 index 000000000..4ea7b2853 --- /dev/null +++ b/themes/default-4.4/title-2-active.svg @@ -0,0 +1,146 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 8,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 7.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/title-2-active.xpm b/themes/default-4.4/title-2-active.xpm new file mode 100644 index 000000000..e8585b791 --- /dev/null +++ b/themes/default-4.4/title-2-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default-4.4/title-2-inactive.png b/themes/default-4.4/title-2-inactive.png Binary files differnew file mode 100644 index 000000000..3cad90d70 --- /dev/null +++ b/themes/default-4.4/title-2-inactive.png diff --git a/themes/default-4.4/title-2-inactive.svg b/themes/default-4.4/title-2-inactive.svg new file mode 100644 index 000000000..02ba8f5c5 --- /dev/null +++ b/themes/default-4.4/title-2-inactive.svg @@ -0,0 +1,146 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 8,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 7.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/title-2-inactive.xpm b/themes/default-4.4/title-2-inactive.xpm new file mode 100644 index 000000000..c27c70b04 --- /dev/null +++ b/themes/default-4.4/title-2-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default-4.4/title-3-active.png b/themes/default-4.4/title-3-active.png Binary files differnew file mode 100644 index 000000000..3cad90d70 --- /dev/null +++ b/themes/default-4.4/title-3-active.png diff --git a/themes/default-4.4/title-3-active.svg b/themes/default-4.4/title-3-active.svg new file mode 100644 index 000000000..1e2f632bb --- /dev/null +++ b/themes/default-4.4/title-3-active.svg @@ -0,0 +1,146 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 8,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 7.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/title-3-active.xpm b/themes/default-4.4/title-3-active.xpm new file mode 100644 index 000000000..e8585b791 --- /dev/null +++ b/themes/default-4.4/title-3-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default-4.4/title-3-inactive.png b/themes/default-4.4/title-3-inactive.png Binary files differnew file mode 100644 index 000000000..3cad90d70 --- /dev/null +++ b/themes/default-4.4/title-3-inactive.png diff --git a/themes/default-4.4/title-3-inactive.svg b/themes/default-4.4/title-3-inactive.svg new file mode 100644 index 000000000..a9323a645 --- /dev/null +++ b/themes/default-4.4/title-3-inactive.svg @@ -0,0 +1,146 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 8,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 7.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/title-3-inactive.xpm b/themes/default-4.4/title-3-inactive.xpm new file mode 100644 index 000000000..c27c70b04 --- /dev/null +++ b/themes/default-4.4/title-3-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default-4.4/title-4-active.png b/themes/default-4.4/title-4-active.png Binary files differnew file mode 100644 index 000000000..3cad90d70 --- /dev/null +++ b/themes/default-4.4/title-4-active.png diff --git a/themes/default-4.4/title-4-active.svg b/themes/default-4.4/title-4-active.svg new file mode 100644 index 000000000..378070aa9 --- /dev/null +++ b/themes/default-4.4/title-4-active.svg @@ -0,0 +1,146 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 8,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 7.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/title-4-active.xpm b/themes/default-4.4/title-4-active.xpm new file mode 100644 index 000000000..e8585b791 --- /dev/null +++ b/themes/default-4.4/title-4-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default-4.4/title-4-inactive.png b/themes/default-4.4/title-4-inactive.png Binary files differnew file mode 100644 index 000000000..3cad90d70 --- /dev/null +++ b/themes/default-4.4/title-4-inactive.png diff --git a/themes/default-4.4/title-4-inactive.svg b/themes/default-4.4/title-4-inactive.svg new file mode 100644 index 000000000..84c07f6a5 --- /dev/null +++ b/themes/default-4.4/title-4-inactive.svg @@ -0,0 +1,146 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 8,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 7.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/title-4-inactive.xpm b/themes/default-4.4/title-4-inactive.xpm new file mode 100644 index 000000000..c27c70b04 --- /dev/null +++ b/themes/default-4.4/title-4-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default-4.4/title-5-active.png b/themes/default-4.4/title-5-active.png Binary files differnew file mode 100644 index 000000000..3cad90d70 --- /dev/null +++ b/themes/default-4.4/title-5-active.png diff --git a/themes/default-4.4/title-5-active.svg b/themes/default-4.4/title-5-active.svg new file mode 100644 index 000000000..990001581 --- /dev/null +++ b/themes/default-4.4/title-5-active.svg @@ -0,0 +1,146 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 8,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 7.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/title-5-active.xpm b/themes/default-4.4/title-5-active.xpm new file mode 100644 index 000000000..e8585b791 --- /dev/null +++ b/themes/default-4.4/title-5-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_active_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default-4.4/title-5-inactive.png b/themes/default-4.4/title-5-inactive.png Binary files differnew file mode 100644 index 000000000..3cad90d70 --- /dev/null +++ b/themes/default-4.4/title-5-inactive.png diff --git a/themes/default-4.4/title-5-inactive.svg b/themes/default-4.4/title-5-inactive.svg new file mode 100644 index 000000000..7676a633b --- /dev/null +++ b/themes/default-4.4/title-5-inactive.svg @@ -0,0 +1,146 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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:1;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.60;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,2 8,2 L 0,2 L 0,1 z " + id="path6061" /> + </g> + <g + inkscape:label="Border" + inkscape:groupmode="layer" + id="layer1" + style="display:inline"> + <path + style="fill:none;fill-opacity:0.50;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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 7.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/title-5-inactive.xpm b/themes/default-4.4/title-5-inactive.xpm new file mode 100644 index 000000000..c27c70b04 --- /dev/null +++ b/themes/default-4.4/title-5-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_inactive_xpm[] = { +"4 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"....", +"...."}; diff --git a/themes/default-4.4/top-left-active.png b/themes/default-4.4/top-left-active.png Binary files differnew file mode 100644 index 000000000..f29f1e390 --- /dev/null +++ b/themes/default-4.4/top-left-active.png diff --git a/themes/default-4.4/top-left-active.svg b/themes/default-4.4/top-left-active.svg new file mode 100644 index 000000000..12624a890 --- /dev/null +++ b/themes/default-4.4/top-left-active.svg @@ -0,0 +1,146 @@ +<?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" + sodipodi:docbase="mopti" + version="1.0" + inkscape:version="0.44.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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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="726" + 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 + id="path6057" + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M 8,1 L 3,1 C 3,1 1,1 1,4 L 1,23 C 1,23 1,26 6,26 L 8,26 L 8,26 L 8,1 z " /> + </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,2 C 2,2 2.75,2 2.75,2 L 8,2 L 8,2 z " + style="fill:url(#linearGradient6962);fill-opacity:0.60;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,29 1,29 1,29 L 0,29 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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 2.5,26.5 L 7.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/top-left-active.xpm b/themes/default-4.4/top-left-active.xpm new file mode 100644 index 000000000..d6816b705 --- /dev/null +++ b/themes/default-4.4/top-left-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"8 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +" ......", +" .......", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-4.4/top-left-inactive.png b/themes/default-4.4/top-left-inactive.png Binary files differnew file mode 100644 index 000000000..f29f1e390 --- /dev/null +++ b/themes/default-4.4/top-left-inactive.png diff --git a/themes/default-4.4/top-left-inactive.svg b/themes/default-4.4/top-left-inactive.svg new file mode 100644 index 000000000..573e27db6 --- /dev/null +++ b/themes/default-4.4/top-left-inactive.svg @@ -0,0 +1,146 @@ +<?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" + sodipodi:docbase="mopti" + version="1.0" + inkscape:version="0.44.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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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="726" + 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 + id="path6057" + style="fill:url(#linearGradient6945);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + d="M 8,1 L 3,1 C 3,1 1,1 1,4 L 1,23 C 1,23 1,26 6,26 L 8,26 L 8,26 L 8,1 z " /> + </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,2 C 2,2 2.75,2 2.75,2 L 8,2 L 8,2 z " + style="fill:url(#linearGradient6962);fill-opacity:0.60;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,29 1,29 1,29 L 0,29 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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 2.5,26.5 L 7.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/top-left-inactive.xpm b/themes/default-4.4/top-left-inactive.xpm new file mode 100644 index 000000000..3b6c91967 --- /dev/null +++ b/themes/default-4.4/top-left-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"8 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +" ......", +" .......", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-4.4/top-right-active.png b/themes/default-4.4/top-right-active.png Binary files differnew file mode 100644 index 000000000..d47a48d6d --- /dev/null +++ b/themes/default-4.4/top-right-active.png diff --git a/themes/default-4.4/top-right-active.svg b/themes/default-4.4/top-right-active.svg new file mode 100644 index 000000000..e66c4d757 --- /dev/null +++ b/themes/default-4.4/top-right-active.svg @@ -0,0 +1,146 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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="726" + 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:1;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 5,1 C 5,1 7,1 7,4 L 7,23 C 7,23 7,26 2,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.60;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,2 C 6,2 5.25,2 5.25,2 L 0,2 L 0,1 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,29 7,29 7,29 L 8,29 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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 5.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/top-right-active.xpm b/themes/default-4.4/top-right-active.xpm new file mode 100644 index 000000000..2fb925e18 --- /dev/null +++ b/themes/default-4.4/top-right-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"8 27 2 1", +" c None", +". c #C0C0FF s active_color_1", +"...... ", +"....... ", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; diff --git a/themes/default-4.4/top-right-inactive.png b/themes/default-4.4/top-right-inactive.png Binary files differnew file mode 100644 index 000000000..d47a48d6d --- /dev/null +++ b/themes/default-4.4/top-right-inactive.png diff --git a/themes/default-4.4/top-right-inactive.svg b/themes/default-4.4/top-right-inactive.svg new file mode 100644 index 000000000..d49740a96 --- /dev/null +++ b/themes/default-4.4/top-right-inactive.svg @@ -0,0 +1,146 @@ +<?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.44.1" + version="1.0" + sodipodi:docbase="mopti" + 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:.75;" /> + <stop + id="stop5877" + offset="1" + style="stop-color:white;stop-opacity:0;" /> + </linearGradient> + <linearGradient + id="linearGradient5847"> + <stop + id="stop5849" + offset="0" + style="stop-color:black;stop-opacity:0.05;" /> + <stop + id="stop5851" + offset="1" + style="stop-color:white;stop-opacity:0.20;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5847" + id="linearGradient6945" + gradientUnits="userSpaceOnUse" + x1="0" + y1="0.5" + x2="0" + y2="26.5" + gradientTransform="matrix(1,0,0,1,0,0)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5873" + id="linearGradient6962" + x1="0" + y1="0" + x2="0" + y2="9" + 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="726" + 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:1;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 5,1 C 5,1 7,1 7,4 L 7,23 C 7,23 7,26 2,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.60;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,2 C 6,2 5.25,2 5.25,2 L 0,2 L 0,1 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,29 7,29 7,29 L 8,29 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.50;fill-rule:evenodd;stroke:black;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:0.05" + d="M 0.5,26.5 L 5.5,26.5" + id="path6989" /> + </g> +</svg> diff --git a/themes/default-4.4/top-right-inactive.xpm b/themes/default-4.4/top-right-inactive.xpm new file mode 100644 index 000000000..315ca338e --- /dev/null +++ b/themes/default-4.4/top-right-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"8 27 2 1", +" c None", +". c #C0C0FF s inactive_color_1", +"...... ", +"....... ", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........", +"........"}; |