diff options
25 files changed, 3589 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 703f50e6..cd0b9d5c 100644 --- a/configure.ac +++ b/configure.ac @@ -182,6 +182,7 @@ desktop-themes/BlackMATE/gtk-2.0/Styles/Makefile desktop-themes/BlackMATE/gtk-3.0/Makefile desktop-themes/BlackMATE/gtk-3.0/assets/Makefile desktop-themes/BlackMATE/metacity-1/Makefile +desktop-themes/BlackMATE/cinnamon/Makefile desktop-themes/ContrastHigh/Makefile desktop-themes/ContrastHigh/gtk-2.0/Makefile desktop-themes/ContrastHigh/gtk-2.0/gtkrc diff --git a/desktop-themes/BlackMATE/Makefile.am b/desktop-themes/BlackMATE/Makefile.am index c257d44c..c3b15d82 100644 --- a/desktop-themes/BlackMATE/Makefile.am +++ b/desktop-themes/BlackMATE/Makefile.am @@ -10,12 +10,14 @@ EXTRA_DIST = $(theme_DATA) index.theme.in COPYING SUBDIRS = \ gtk-2.0 \ gtk-3.0 \ - metacity-1 + metacity-1 \ + cinnamon DIST_SUBDIRS = \ gtk-2.0 \ gtk-3.0 \ - metacity-1 + metacity-1 \ + cinnamon CLEANFILES = index.theme diff --git a/desktop-themes/BlackMATE/cinnamon/Makefile.am b/desktop-themes/BlackMATE/cinnamon/Makefile.am new file mode 100644 index 00000000..a2bf03fc --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/Makefile.am @@ -0,0 +1,29 @@ +THEME_NAME=BlackMATE + +themedir = $(datadir)/themes/$(THEME_NAME)/cinnamon + +theme_DATA = \ + add-workspace-hover.png \ + add-workspace.png \ + calendar-arrow-left.svg \ + calendar-arrow-right.svg \ + checkbox-focused.svg \ + checkbox-off-focused.svg \ + checkbox-off.svg \ + checkbox.svg \ + cinnamon.css \ + close.svg \ + corner-ripple.png \ + overview-hover.png \ + overview.png \ + panel-button-highlight-narrow.svg \ + radiobutton-off.svg \ + radiobutton.svg \ + thumbnail.png \ + toggle-off-intl.png \ + toggle-off-us.png \ + toggle-on-intl.png \ + toggle-on-us.png \ + trash-icon.png + +EXTRA_DIST = $(theme_DATA) diff --git a/desktop-themes/BlackMATE/cinnamon/add-workspace-hover.png b/desktop-themes/BlackMATE/cinnamon/add-workspace-hover.png Binary files differnew file mode 100644 index 00000000..0b09af18 --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/add-workspace-hover.png diff --git a/desktop-themes/BlackMATE/cinnamon/add-workspace.png b/desktop-themes/BlackMATE/cinnamon/add-workspace.png Binary files differnew file mode 100644 index 00000000..220fd3c4 --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/add-workspace.png diff --git a/desktop-themes/BlackMATE/cinnamon/calendar-arrow-left.svg b/desktop-themes/BlackMATE/cinnamon/calendar-arrow-left.svg new file mode 100644 index 00000000..f8ec1ac2 --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/calendar-arrow-left.svg @@ -0,0 +1,82 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="16" + height="16" + id="svg2" + version="1.1" + inkscape:version="0.48.2 r9819" + sodipodi:docname="calendar-arrow-left.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#000000" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.83529412" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="6.797223" + inkscape:cy="6.3457532" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-width="930" + inkscape:window-height="681" + inkscape:window-x="363" + inkscape:window-y="39" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid17403" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <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 /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1036.3622)"> + <path + sodipodi:type="star" + style="fill:white;fill-opacity:0.87826084999999998;stroke:black;stroke-width:0.86031696999999985;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.17391305;stroke-dasharray:none;display:inline" + id="path18028" + sodipodi:sides="3" + sodipodi:cx="84.5" + sodipodi:cy="337.5" + sodipodi:r1="5" + sodipodi:r2="2.5" + sodipodi:arg1="0.52359878" + sodipodi:arg2="1.5707963" + inkscape:flatsided="true" + inkscape:rounded="0" + inkscape:randomized="0" + d="M 88.830127,340 80.169873,340 84.5,332.5 z" + transform="matrix(0,1.3621708,0.99186247,0,-325.48222,929.32667)" /> + </g> +</svg> diff --git a/desktop-themes/BlackMATE/cinnamon/calendar-arrow-right.svg b/desktop-themes/BlackMATE/cinnamon/calendar-arrow-right.svg new file mode 100644 index 00000000..8f587244 --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/calendar-arrow-right.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="16" height="16" id="svg2" version="1.1" inkscape:version="0.48+devel r10321 custom" sodipodi:docname="calendar-arrow-left.svg"> + <defs id="defs4" /> + <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="22.627417" inkscape:cx="6.797223" inkscape:cy="6.3457532" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" borderlayer="true" inkscape:showpageshadow="false" inkscape:window-width="930" inkscape:window-height="681" inkscape:window-x="348" inkscape:window-y="272" inkscape:window-maximized="0"> + <inkscape:grid type="xygrid" id="grid17403" empspacing="5" visible="true" enabled="true" snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" transform="translate(0,-1036.3622)"> + <path sodipodi:type="star" style="fill:white;fill-opacity:0.87826083;stroke:black;stroke-width:0.86031699;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.17391304;stroke-dasharray:none;display:inline" id="path18028" sodipodi:sides="3" sodipodi:cx="84.5" sodipodi:cy="337.5" sodipodi:r1="5" sodipodi:r2="2.5" sodipodi:arg1="0.52359878" sodipodi:arg2="1.5707963" inkscape:flatsided="true" inkscape:rounded="0" inkscape:randomized="0" d="M 88.830127,340 80.169873,340 84.5,332.5 z" transform="matrix(0,1.3621708,-0.99186247,0,341.54529,929.32667)" /> + </g> +</svg> diff --git a/desktop-themes/BlackMATE/cinnamon/checkbox-focused.svg b/desktop-themes/BlackMATE/cinnamon/checkbox-focused.svg new file mode 100644 index 00000000..da3035ce --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/checkbox-focused.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://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns: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="24" + height="22" + id="svg3199" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="checkbox.svg"> + <defs + id="defs3201"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective3207" /> + <inkscape:perspective + id="perspective3187" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5872-5-1" + id="linearGradient5891-0-4" + gradientUnits="userSpaceOnUse" + x1="205.84143" + y1="246.7094" + x2="206.74803" + y2="231.24142" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5872-5-1"> + <stop + style="stop-color:#0b2e52;stop-opacity:1" + offset="0" + id="stop5874-4-4" /> + <stop + style="stop-color:#1862af;stop-opacity:1" + offset="1" + id="stop5876-0-5" /> + </linearGradient> + <inkscape:path-effect + effect="spiro" + id="path-effect5837-4-6" + is_visible="true" /> + <inkscape:path-effect + effect="spiro" + id="path-effect14768" + is_visible="true" /> + <inkscape:path-effect + effect="spiro" + id="path-effect5884-4-7" + is_visible="true" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10013-4-63-6"> + <stop + style="stop-color:#333333;stop-opacity:1;" + offset="0" + id="stop10015-2-76-1" /> + <stop + style="stop-color:#292929;stop-opacity:1" + offset="1" + id="stop10017-46-15-8" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient10597-5"> + <stop + style="stop-color:#16191a;stop-opacity:1;" + offset="0" + id="stop10599-2" /> + <stop + style="stop-color:#2b3133;stop-opacity:1" + offset="1" + id="stop10601-5" /> + </linearGradient> + <linearGradient + y2="-322.16354" + x2="921.22498" + y1="-330.05121" + x1="921.32812" + gradientTransform="matrix(1.5918367,0,0,0.85714285,-1456.5464,275.45191)" + gradientUnits="userSpaceOnUse" + id="linearGradient15374" + xlink:href="#linearGradient10013-4-63-6" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-1199.9852,216.38048)" + y2="-227.07961" + x2="1203.9177" + y1="-217.56708" + x1="1203.9177" + gradientUnits="userSpaceOnUse" + id="linearGradient15376" + xlink:href="#linearGradient10597-5" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#000000" + bordercolor="#2d2d2d" + borderopacity="1" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="9.2172518" + inkscape:cx="27.856229" + inkscape:cy="13.339093" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="758" + inkscape:window-height="571" + inkscape:window-x="118" + inkscape:window-y="63" + inkscape:window-maximized="0" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + showborder="false"> + <inkscape:grid + type="xygrid" + id="grid14843" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata3204"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-342.5,-521.36218)"> + <g + transform="matrix(0.84337,0,0,0.84337,-110.16632,-503.56182)" + id="g14586" + style="fill:#333333"> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/jimmac/SparkleShare/gnome-mockups/boxes/interactive/img/checkbox-on.png" + transform="matrix(1.9969286,0,0,1.9969286,-397.05491,877.00482)" + id="g15291-9" + style="display:inline;enable-background:new;fill:#333333"> + <g + transform="translate(877.50354,-102.83507)" + id="g16853-4" + style="enable-background:new;fill:#333333"> + <rect + transform="scale(1,-1)" + style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:#868686;stroke-width:0.59377144999999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="rect6506-6" + width="11.281681" + height="11.26221" + x="-409.59354" + y="-284.40115" + rx="0.95632279" + ry="0.95632273" /> + </g> + </g> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/jimmac/SparkleShare/gnome-mockups/boxes/interactive/img/checkbox-on.png" + transform="translate(343.99999,987.99997)" + id="g5886" + style="display:inline;enable-background:new;fill:#333333" /> + </g> + <path + style="fill:#ffffff;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0" + d="M 4.5566727,11.367764 8.5708845,17.660312 24.08527,2.1459259 22.566379,0.51854275 9.1133455,13.863084 6.2925481,10.065857 z" + id="path3783" + inkscape:connector-curvature="0" + transform="translate(342.5,521.36218)" /> + </g> +</svg> diff --git a/desktop-themes/BlackMATE/cinnamon/checkbox-off-focused.svg b/desktop-themes/BlackMATE/cinnamon/checkbox-off-focused.svg new file mode 100644 index 00000000..ebc33db4 --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/checkbox-off-focused.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://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns: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="24" + height="22" + id="svg3199" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="checkbox-off.svg"> + <defs + id="defs3201"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective3207" /> + <inkscape:perspective + id="perspective3187" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5872-5-1" + id="linearGradient5891-0-4" + gradientUnits="userSpaceOnUse" + x1="205.84143" + y1="246.7094" + x2="206.74803" + y2="231.24142" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5872-5-1"> + <stop + style="stop-color:#0b2e52;stop-opacity:1" + offset="0" + id="stop5874-4-4" /> + <stop + style="stop-color:#1862af;stop-opacity:1" + offset="1" + id="stop5876-0-5" /> + </linearGradient> + <inkscape:path-effect + effect="spiro" + id="path-effect5837-4-6" + is_visible="true" /> + <inkscape:path-effect + effect="spiro" + id="path-effect14768" + is_visible="true" /> + <inkscape:path-effect + effect="spiro" + id="path-effect5884-4-7" + is_visible="true" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10013-4-63-6"> + <stop + style="stop-color:#333333;stop-opacity:1;" + offset="0" + id="stop10015-2-76-1" /> + <stop + style="stop-color:#292929;stop-opacity:1" + offset="1" + id="stop10017-46-15-8" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient10597-5"> + <stop + style="stop-color:#16191a;stop-opacity:1;" + offset="0" + id="stop10599-2" /> + <stop + style="stop-color:#2b3133;stop-opacity:1" + offset="1" + id="stop10601-5" /> + </linearGradient> + <linearGradient + y2="-322.16354" + x2="921.22498" + y1="-330.05121" + x1="921.32812" + gradientTransform="matrix(1.5918367,0,0,0.85714285,-1456.5464,275.45191)" + gradientUnits="userSpaceOnUse" + id="linearGradient15374" + xlink:href="#linearGradient10013-4-63-6" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-1199.9852,216.38048)" + y2="-227.07961" + x2="1203.9177" + y1="-217.56708" + x1="1203.9177" + gradientUnits="userSpaceOnUse" + id="linearGradient15376" + xlink:href="#linearGradient10597-5" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#000000" + bordercolor="#2d2d2d" + borderopacity="1" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="4" + inkscape:cx="35.875" + inkscape:cy="13.339093" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="740" + inkscape:window-height="571" + inkscape:window-x="118" + inkscape:window-y="63" + inkscape:window-maximized="0" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + showborder="false"> + <inkscape:grid + type="xygrid" + id="grid14843" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata3204"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-342.5,-521.36218)"> + <g + transform="matrix(0.84337,0,0,0.84337,-110.16632,-503.56182)" + id="g14586" + style="fill:#333333"> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/jimmac/SparkleShare/gnome-mockups/boxes/interactive/img/checkbox-on.png" + transform="matrix(1.9969286,0,0,1.9969286,-397.05491,877.00482)" + id="g15291-9" + style="display:inline;enable-background:new;fill:#333333"> + <g + transform="translate(877.50354,-102.83507)" + id="g16853-4" + style="enable-background:new;fill:#333333"> + <rect + transform="scale(1,-1)" + style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:#868686;stroke-width:0.59377144999999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="rect6506-6" + width="11.281681" + height="11.26221" + x="-409.59354" + y="-284.40115" + rx="0.95632279" + ry="0.95632273" /> + </g> + </g> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/jimmac/SparkleShare/gnome-mockups/boxes/interactive/img/checkbox-on.png" + transform="translate(343.99999,987.99997)" + id="g5886" + style="display:inline;enable-background:new;fill:#333333" /> + </g> + </g> +</svg> diff --git a/desktop-themes/BlackMATE/cinnamon/checkbox-off.svg b/desktop-themes/BlackMATE/cinnamon/checkbox-off.svg new file mode 100644 index 00000000..ebc33db4 --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/checkbox-off.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://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns: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="24" + height="22" + id="svg3199" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="checkbox-off.svg"> + <defs + id="defs3201"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective3207" /> + <inkscape:perspective + id="perspective3187" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5872-5-1" + id="linearGradient5891-0-4" + gradientUnits="userSpaceOnUse" + x1="205.84143" + y1="246.7094" + x2="206.74803" + y2="231.24142" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5872-5-1"> + <stop + style="stop-color:#0b2e52;stop-opacity:1" + offset="0" + id="stop5874-4-4" /> + <stop + style="stop-color:#1862af;stop-opacity:1" + offset="1" + id="stop5876-0-5" /> + </linearGradient> + <inkscape:path-effect + effect="spiro" + id="path-effect5837-4-6" + is_visible="true" /> + <inkscape:path-effect + effect="spiro" + id="path-effect14768" + is_visible="true" /> + <inkscape:path-effect + effect="spiro" + id="path-effect5884-4-7" + is_visible="true" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10013-4-63-6"> + <stop + style="stop-color:#333333;stop-opacity:1;" + offset="0" + id="stop10015-2-76-1" /> + <stop + style="stop-color:#292929;stop-opacity:1" + offset="1" + id="stop10017-46-15-8" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient10597-5"> + <stop + style="stop-color:#16191a;stop-opacity:1;" + offset="0" + id="stop10599-2" /> + <stop + style="stop-color:#2b3133;stop-opacity:1" + offset="1" + id="stop10601-5" /> + </linearGradient> + <linearGradient + y2="-322.16354" + x2="921.22498" + y1="-330.05121" + x1="921.32812" + gradientTransform="matrix(1.5918367,0,0,0.85714285,-1456.5464,275.45191)" + gradientUnits="userSpaceOnUse" + id="linearGradient15374" + xlink:href="#linearGradient10013-4-63-6" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-1199.9852,216.38048)" + y2="-227.07961" + x2="1203.9177" + y1="-217.56708" + x1="1203.9177" + gradientUnits="userSpaceOnUse" + id="linearGradient15376" + xlink:href="#linearGradient10597-5" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#000000" + bordercolor="#2d2d2d" + borderopacity="1" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="4" + inkscape:cx="35.875" + inkscape:cy="13.339093" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="740" + inkscape:window-height="571" + inkscape:window-x="118" + inkscape:window-y="63" + inkscape:window-maximized="0" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + showborder="false"> + <inkscape:grid + type="xygrid" + id="grid14843" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata3204"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-342.5,-521.36218)"> + <g + transform="matrix(0.84337,0,0,0.84337,-110.16632,-503.56182)" + id="g14586" + style="fill:#333333"> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/jimmac/SparkleShare/gnome-mockups/boxes/interactive/img/checkbox-on.png" + transform="matrix(1.9969286,0,0,1.9969286,-397.05491,877.00482)" + id="g15291-9" + style="display:inline;enable-background:new;fill:#333333"> + <g + transform="translate(877.50354,-102.83507)" + id="g16853-4" + style="enable-background:new;fill:#333333"> + <rect + transform="scale(1,-1)" + style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:#868686;stroke-width:0.59377144999999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="rect6506-6" + width="11.281681" + height="11.26221" + x="-409.59354" + y="-284.40115" + rx="0.95632279" + ry="0.95632273" /> + </g> + </g> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/jimmac/SparkleShare/gnome-mockups/boxes/interactive/img/checkbox-on.png" + transform="translate(343.99999,987.99997)" + id="g5886" + style="display:inline;enable-background:new;fill:#333333" /> + </g> + </g> +</svg> diff --git a/desktop-themes/BlackMATE/cinnamon/checkbox.svg b/desktop-themes/BlackMATE/cinnamon/checkbox.svg new file mode 100644 index 00000000..67d60105 --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/checkbox.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://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns: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="24" + height="22" + id="svg3199" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="checkbox.svg"> + <defs + id="defs3201"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 526.18109 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="744.09448 : 526.18109 : 1" + inkscape:persp3d-origin="372.04724 : 350.78739 : 1" + id="perspective3207" /> + <inkscape:perspective + id="perspective3187" + inkscape:persp3d-origin="0.5 : 0.33333333 : 1" + inkscape:vp_z="1 : 0.5 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_x="0 : 0.5 : 1" + sodipodi:type="inkscape:persp3d" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5872-5-1" + id="linearGradient5891-0-4" + gradientUnits="userSpaceOnUse" + x1="205.84143" + y1="246.7094" + x2="206.74803" + y2="231.24142" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5872-5-1"> + <stop + style="stop-color:#0b2e52;stop-opacity:1" + offset="0" + id="stop5874-4-4" /> + <stop + style="stop-color:#1862af;stop-opacity:1" + offset="1" + id="stop5876-0-5" /> + </linearGradient> + <inkscape:path-effect + effect="spiro" + id="path-effect5837-4-6" + is_visible="true" /> + <inkscape:path-effect + effect="spiro" + id="path-effect14768" + is_visible="true" /> + <inkscape:path-effect + effect="spiro" + id="path-effect5884-4-7" + is_visible="true" /> + <linearGradient + inkscape:collect="always" + id="linearGradient10013-4-63-6"> + <stop + style="stop-color:#333333;stop-opacity:1;" + offset="0" + id="stop10015-2-76-1" /> + <stop + style="stop-color:#292929;stop-opacity:1" + offset="1" + id="stop10017-46-15-8" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient10597-5"> + <stop + style="stop-color:#16191a;stop-opacity:1;" + offset="0" + id="stop10599-2" /> + <stop + style="stop-color:#2b3133;stop-opacity:1" + offset="1" + id="stop10601-5" /> + </linearGradient> + <linearGradient + y2="-322.16354" + x2="921.22498" + y1="-330.05121" + x1="921.32812" + gradientTransform="matrix(1.5918367,0,0,0.85714285,-1456.5464,275.45191)" + gradientUnits="userSpaceOnUse" + id="linearGradient15374" + xlink:href="#linearGradient10013-4-63-6" + inkscape:collect="always" /> + <linearGradient + gradientTransform="translate(-1199.9852,216.38048)" + y2="-227.07961" + x2="1203.9177" + y1="-217.56708" + x1="1203.9177" + gradientUnits="userSpaceOnUse" + id="linearGradient15376" + xlink:href="#linearGradient10597-5" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#000000" + bordercolor="#2d2d2d" + borderopacity="1" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="9.2172518" + inkscape:cx="27.856229" + inkscape:cy="13.339093" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + inkscape:window-width="758" + inkscape:window-height="571" + inkscape:window-x="456" + inkscape:window-y="72" + inkscape:window-maximized="0" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:snap-nodes="false" + inkscape:snap-bbox="true" + showborder="false"> + <inkscape:grid + type="xygrid" + id="grid14843" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + </sodipodi:namedview> + <metadata + id="metadata3204"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-342.5,-521.36218)"> + <g + transform="matrix(0.84337,0,0,0.84337,-110.16632,-503.56182)" + id="g14586" + style="fill:#333333"> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/jimmac/SparkleShare/gnome-mockups/boxes/interactive/img/checkbox-on.png" + transform="matrix(1.9969286,0,0,1.9969286,-397.05491,877.00482)" + id="g15291-9" + style="display:inline;enable-background:new;fill:#333333"> + <g + transform="translate(877.50354,-102.83507)" + id="g16853-4" + style="enable-background:new;fill:#333333"> + <rect + transform="scale(1,-1)" + style="color:#000000;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:#868686;stroke-width:0.59377144999999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" + id="rect6506-6" + width="11.281681" + height="11.26221" + x="-409.59354" + y="-284.40115" + rx="0.95632279" + ry="0.95632273" /> + </g> + </g> + <g + inkscape:export-ydpi="90" + inkscape:export-xdpi="90" + inkscape:export-filename="/home/jimmac/SparkleShare/gnome-mockups/boxes/interactive/img/checkbox-on.png" + transform="translate(343.99999,987.99997)" + id="g5886" + style="display:inline;enable-background:new;fill:#333333" /> + </g> + <path + style="fill:#cccccc;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0" + d="M 4.5566727,11.367764 8.5708845,17.660312 24.08527,2.1459259 22.566379,0.51854275 9.1133455,13.863084 6.2925481,10.065857 z" + id="path3783" + inkscape:connector-curvature="0" + transform="translate(342.5,521.36218)" /> + </g> +</svg> diff --git a/desktop-themes/BlackMATE/cinnamon/cinnamon.css b/desktop-themes/BlackMATE/cinnamon/cinnamon.css new file mode 100644 index 00000000..b5f3a51e --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/cinnamon.css @@ -0,0 +1,2170 @@ +/* ################################################################### + * Section common with Gnome Shell + * ... contains a few cinnamon specific styles (rare occurences) + * ###################################################################*/ + +stage { + font-family: /*cantarell, */sans-serif; + font-size: 9pt; + color: #fff; +} + +.cinnamon-link { + color: #0000ff; + text-decoration: underline; +} + +.cinnamon-link:hover { + color: #565656; +} + +.label-shadow { + color: rgba(0,0,0,0); +} + +StScrollBar { + padding: 0px; +} + +StScrollView.vfade { + -st-vfade-offset: 21px; +} + +StScrollView StScrollBar { + min-width: 8px; + min-height: 16px; +} + +StScrollBar StBin#trough { + background-gradient-direction: horizontal; + background-gradient-start: rgba(0,0,0,0.6); + background-gradient-end: rgba(150,150,150,0.6); + border-radius: 4px; +} + + +StScrollBar StButton#vhandle +{ + background-gradient-direction: horizontal; + background-gradient-start: rgba(250,250,250,0.9); + background-gradient-end: rgba(50,50,50,0.7); + border-radius: 4px; +} + +StScrollBar StButton#hhandle +{ + background-gradient-direction: vertical; + background-gradient-start: rgba(250,250,250,0.9); + background-gradient-end: rgba(50,50,50,0.7); + border-radius: 4px; +} + +StScrollBar StButton#vhandle:hover +{ + background-gradient-direction: horizontal; + background-gradient-start: rgba(250,250,250,0.9); + background-gradient-end: rgba(100,100,100,0.9); +} + +StScrollBar StButton#hhandle:hover +{ + background-gradient-direction: vertical; + background-gradient-start: rgba(250,250,250,0.9); + background-gradient-end: rgba(100,100,100,0.9); +} + +#Tooltip { + border-radius: 4px; + background-gradient-direction: vertical; + background-gradient-start: rgba(0,0,0,0.8); + background-gradient-end: rgba(0,0,0,0.7); + border: 1px solid rgba(0,0,0,0.3); + color: rgba(255,255,255,0.98); + padding: 4px; + font-family: "Bitstream Charter", serif; + font-size: 10pt; /*8.5pt;*/ + font-weight: bold; + font-style: italic; + text-align: center; +} + +/* =================================================================== + * Shared button properties + * ===================================================================*/ + +.notification-button, +.notification-icon-button, +.hotplug-notification-item, +.modal-dialog-button { + background-gradient-direction: vertical; + background-gradient-start: rgba(150, 150, 150, 0.7); + background-gradient-end: rgba(0, 0, 0, 0.7); + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 4px; + font-weight: bold; + font-size: 8.5pt; + padding: 4px 15px 4px; + text-align: center; + transition-duration: 100; + text-shadow: rgba(0,0,0,0.9) 0px 1px 0px; +} + +.notification-button:hover, +.notification-icon-button:hover, +.hotplug-notification-item:hover, +.modal-dialog-button:hover { + background-gradient-start: rgba(102, 102, 102, 0.7); + background-gradient-end: rgba(26, 26, 26, 0.7); +} + +.notification-button:focus, +.notification-icon-button:focus, +.hotplug-notification-item:focus, +.modal-dialog-button:focus { + box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.43); + border: 1px solid rgba(0, 0, 0, 0.0); +} + +.hotplug-resident-eject-button { + padding: 7px; + border-radius: 5px; + color: #ccc; + transition-duration: 100; +} + +.hotplug-resident-eject-button:hover { + background-gradient-direction: vertical; + background-gradient-start: rgba(102, 102, 102, 0.7); + background-gradient-end: rgba(26, 26, 26, 0.7); +} + +.notification-button:active, +.notification-icon-button:active, +.hotplug-notification-item:active, +.hotplug-resident-eject-button:active, +.modal-dialog-button:active, +.modal-dialog-button:pressed { + background-gradient-direction: vertical; + background-gradient-start: rgba(0, 0, 0, 0.7); + background-gradient-end: rgba(150, 150, 150, 0.7); +} + +/* =================================================================== + * PopupMenu (popupMenu.js) + * ===================================================================*/ + +.popup-menu-boxpointer { + -arrow-border-radius: 16px; + -arrow-background-color: rgba(0,0,0,0.0); + -arrow-border-color: rgba(0,0,0,0.0); + background-gradient-direction: vertical; + background-gradient-start: rgba(50,50,50,0.7); + background-gradient-end: rgba(0,0,0,0.7); + box-shadow: 1px 4px 10px 4px rgba(0,0,0,0.6); + padding: 2px 0px 0px 2px; +} + +.popup-menu { + color: #ffffff; + font-size: 8pt; + min-width: 85px; + border-radius: 5px; + padding: 4px; +} + +.popup-submenu-menu-item:open { + background-color: transparent; +} + +.popup-sub-menu { + background-color: rgba(0,0,0,0.5); + font-weight: bold; + text-align: center; + border-radius: 4px; + border: 1px solid rgba(255,255,255,0.5); +} + +.popup-sub-menu .popup-menu-item:ltr { + padding-right: 0em; +} + +.popup-sub-menu .popup-menu-item:rtl { + padding-left: 0em; +} + +.popup-sub-menu StScrollBar { + padding: 4px; +} + +.popup-sub-menu StScrollBar StBin#trough { + border-width: 0px; +} + +.popup-sub-menu StScrollBar StBin#vhandle { + background-color: #4c4c4c; + border-width: 0px; +} + +.popup-combo-menu { + background-gradient-direction: vertical; + background-gradient-start: rgba(101,101,101,0.9); + background-gradient-end: rgba(0,0,0,0.9); + color: #ffffff; + border: 1px solid rgba(169,169,169,0.7); + border-radius: 4px; + padding: 4px; + /*box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.6);*/ +} + + +.popup-menu-item.status-chooser-combo + { + background-gradient-direction: vertical; + background-gradient-start: rgba(150,150,150,0.5); + background-gradient-end: rgba(0,0,0,0.3); + /*font-size: 8.5pt; + font-weight: bold; + color: #ffffff;*/ + border-radius: 4px; + /* don't move when hovering */ + border: 1px solid rgba(0,0,0,0.3); + box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.5); + /*padding: 0.4em 1.4em;*/ +} + +/* The remaining popup-menu sizing is all done in ems, so that if you + * override .popup-menu.font-size, everything else will scale with it. + */ +.popup-menu-content { + padding: 0.3em 0.3em; + padding-left: 0.2em; + padding-right: 0.2em; +} + +.popup-menu-item { + color: #ffffff; + font-size: 8.5pt; + font-weight: bold; + padding: 0.5em 1.5em; + spacing: 1em; +} + +.popup-menu-item:active { + background-gradient-direction: vertical; + background-gradient-start: rgba(255,255,255,0.9); + background-gradient-end: rgba(128,128,128,0.8); + color: #000000; + border-radius: 4px; + border: 1px solid rgba(0,0,0,0.1); + box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.5); + padding: 0.4em 1.4em; +} + +.popup-menu-item:insensitive { + color: #9f9f9f; +} + +.popup-image-menu-item { +} + +.popup-combobox-item { + spacing: 1em; +} + +.popup-separator-menu-item { + -gradient-height: 1px; + -gradient-start: rgba(255,255,255,0.0); + -gradient-end: rgba(255,255,255,0.3); + -margin-horizontal: 0.5em; + height: 1em; +} + +.popup-alternating-menu-item:alternate { + font-weight: bold; +} + +.popup-slider-menu-item { + height: 1em; + min-width: 13em; + -slider-height: 0.3em; + -slider-background-color: rgba(0,0,0,0.7); + -slider-border-color: rgba(255,255,255,0.6); + -slider-active-background-color: rgba(255,255,255,0.8); + -slider-active-border-color: rgba(255,255,255,0.4); + -slider-border-width: 1px; + -slider-handle-radius: 0.5em; +} + +.popup-device-menu-item { + spacing: .5em; +} + +.popup-inactive-menu-item { + font-weight: normal; + color: #999; +} + +.popup-subtitle-menu-item { + font-weight: bold; +} + +.popup-menu-icon { + icon-size: 1.14em; +} + +/* Switches (to be used in menus) */ +.toggle-switch { + width: 65px; + height: 22px; +} + +.toggle-switch-us { + background-image: url("toggle-off-us.png"); + background-size: contain; +} +.toggle-switch-us:checked { + background-image: url("toggle-on-us.png"); + background-size: contain; +} + +.toggle-switch-intl { + background-image: url("toggle-off-intl.png"); + background-size: contain; +} +.toggle-switch-intl:checked { + background-image: url("toggle-on-intl.png"); + background-size: contain; +} + +.nm-menu-item-icons { + spacing: .3em; +} + +/* =================================================================== + * Panel (panel.js) + * ===================================================================*/ + +#panel { + background-gradient-direction: vertical; + background-gradient-start: rgba(88,88,88,0.7); + background-gradient-end: rgba(0,0,0,0.6); + color: rgba(255,255,255,0.98); + border-left: 0px; + border-right: 0px; + height: 24px; + font-family: "Bitstream Charter", serif; + font-size: 10pt; +} + +#panelLeft, +#panelCenter { + spacing: 4px; + font-weight: bold; +} + +#panelLeft:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(255,0,0,0.05); + background-gradient-end: rgba(255,0,0,0.2); +} + +#panelCenter:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0,255,0,0.05); + background-gradient-end: rgba(0,255,0,0.2); +} + +#panelRight:dnd { + background-gradient-direction: vertical; + background-gradient-start: rgba(0,0,255,0.05); + background-gradient-end: rgba(0,0,255,0.2); +} + +#panelLeft:ltr { + padding-right: 4px; +} + +#panelLeft:rtl { + padding-left: 4px; +} + +#panelRight:ltr { + padding-left: 4px; +} + +#panelRight:rtl { + padding-left: 4px; +} + +.panel-top { + box-shadow: 0px 3px 12px rgba(0,0,0,0.9); + border-top: 0px; +} + +.panel-bottom { + background-gradient-start: rgba(80,80,80,0.7); + background-gradient-end: rgba(0,0,0,0.8); + box-shadow: 0px -3px 12px rgba(0,0,0,0.9); + border-bottom: 0px; +} + +.panel-status-button { + -natural-hpadding: 5px; + -minimum-hpadding: 5px; + font-weight: bold; + height: 16px; + transition-duration: 100; +} + +.panel-status-button:hover { + background-gradient-direction: vertical; + background-gradient-start: rgba(255,255,255,0.4); + background-gradient-end: rgba(71,71,71,0.4); +} + +.system-status-icon { + icon-size: 1.14em; +} + +.panel-corner { + -panel-corner-radius: 0px; + -panel-corner-inner-border-width: 0px; + -panel-corner-outer-border-width: 0px; +} + +.panel-corner:active, +.panel-corner:overview, +.panel-corner:focus { +} + +#appMenu { + spacing: 4px; +} + +.panel-button #appMenuIcon { + app-icon-bottom-clip: 0px; +} + +.panel-button:active #appMenuIcon, +.panel-button:checked #appMenuIcon, +.panel-button:focus #appMenuIcon { + app-icon-bottom-clip: 1px; +} + +.panel-button { + -natural-hpadding: 9px; + -minimum-hpadding: 4px; + transition-duration: 100; + border-radius: 3px; +} + +.panel-button:hover { + background-gradient-direction: vertical; + background-gradient-start: rgba(255,255,255,0.4); + background-gradient-end: rgba(71,71,71,0.4); + transition-duration: 250; +} + +.panel-button:active, +.panel-button:overview, +.panel-button:focus { + background-gradient-direction: vertical; + background-gradient-start: rgba(0,0,0,0.4); + background-gradient-end: rgba(255,255,255,0.4); + box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.2); + color: white; + text-shadow: rgba(0,0,0,0.2) 0px -1px 0px; +} + +.panel-status-button:active, +.panel-status-button:checked, +.panel-status-button:focus { + background-image: url("panel-button-highlight-narrow.svg"); +} + +.panel-button:active > .system-status-icon, +.panel-button:checked > .system-status-icon, +.panel-button:focus > .system-status-icon { + icon-shadow: black 0px 2px 2px; +} + +/* specifying -boxpointer-gap here doesn't work */ +.panel-menu { + -boxpointer-gap: 2px +} + +.popup-menu-item-dot { +} + +.system-status-icon { + icon-size: 1.14em; +} + +/* =================================================================== + * Overview + * ===================================================================*/ + +#overview { + spacing: 12px; +} + +.window-caption { + spacing: 50px; + -shell-caption-spacing: 10px; + background-gradient-direction: vertical; + background-gradient-end: rgba(255,255,255,0.04); + background-gradient-start: rgba(255,255,255,0.5); + border-radius: 4px; + border: 1px solid rgba(0,0,0,0.1); + box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.2); + color: rgba(255,255,255,0.8); + font-size: 8.5pt; + font-weight: bold; + padding: 4px 15px; + text-align: center; + text-shadow: rgba(0,0,0,0.4) 0px 1px 0px; +} + +.window-caption#selected { + background-gradient-start: rgba(130,130,130,0.7); + background-gradient-end: rgba(255,255,255,0.8); + border: 1px solid rgba(255,255,255,0.4); + box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.4); + color: black; +} + +.workspace-controls { + visible-height: 20px; /* Amount visible before hovering */ +} + +.workspace-thumbnails-background { + padding: 10px; + background-gradient-direction: horizontal; + background-gradient-start: rgba(255,255,255,0.1); + background-gradient-end: rgba(255,255,255,0.2); + border: 1px solid rgba(0,0,0,0.2); + box-shadow: inset 1px 0px 0px 0px rgba(255,255,255,0.2); + border-radius: 4px 0px 0px 4px; + border-right:none; +} + +.workspace-thumbnails-background:rtl { + border-right: 1px; + border-left: 0px; + border-radius: 0px 4px 4px 0px; +} + +.workspace-thumbnails { + spacing: 14px; +} + +.workspace-add-button { + background-image: url("add-workspace.png"); + height: 200px; + width: 35px; + transition-duration: 300; +} + +.workspace-add-button:hover { + background-image: url("add-workspace-hover.png"); + transition-duration: 300; +} + +.workspace-close-button, +.window-close { + background-image: url("close.svg"); + height: 34px; + width: 34px; + transition-duration: 100; + -cinnamon-close-overlap: 20px; +} + +.window-close:rtl { + -st-background-image-shadow: 2px 2px 6px rgba(0,0,0,0.5); +} + +.window-close-area { + background-image: url("trash-icon.png"); + background-color: rgba(0, 0, 0, 0.6); + border: 1px solid rgba(30,30,30,0.5); + border-bottom-width: 0px; + border-radius: 20px 20px 0px 0px; + height: 120px; + width: 400px; +} + +.icon-grid { + spacing: 36px; + -cinnamon-grid-item-size: 100px; +} + +.icon-grid .overview-icon { + icon-size: 64px; +} + +.overview-icon { + border-radius: 4px; + padding: 3px; + border: 1px rgba(0,0,0,0); + font-size: 7.5pt; + color: white; + transition-duration: 100; + text-align: center; +} + +.expo-background { + background-gradient-direction: vertical; + background-gradient-start: rgba(0,0,0,0.6); + background-gradient-end: rgba(0,0,0,0.6); +} + +/* =================================================================== + * ViewSelector + * ===================================================================*/ +#viewSelector { + spacing: 1em; + font-size: 12pt; +} + +#viewSelectorTabBar { + padding: 1em; +} + +.view-tab-title { + color: #8a8a8a; + font-weight: bold; + padding: 0px 0.75em; + height: 1.5em; +} + +.view-tab-title:hover { + color: #bbb; +} + +.view-tab-title:selected { + color: #000000; + background-color: #cdcdcd; + border-radius: 3px; +} + +/* =================================================================== + * Looking Glass + * ===================================================================*/ + +#LookingGlassDialog { + background-color: rgba(0,0,0,0.85); + spacing: 4px; + padding: 4px; + border: 2px solid rgba(255,255,255,0.3); + border-radius: 4px; + color: #88ff66; +} + +#LookingGlassDialog > #Toolbar { + border: 1px solid grey; + border-radius: 4px; +} + +#LookingGlassDialog .labels { + spacing: 4px; +} + +#LookingGlassDialog .notebook-tab { + -natural-hpadding: 12px; + -minimum-hpadding: 6px; + font-weight: bold; + padding-left: .4em; + padding-right: .4em; +} + +#LookingGlassDialog .notebook-tab:hover { + color: white; +} + +#LookingGlassDialog .notebook-tab:selected { + border: 1px solid #88ff66; + border-radius: 2px; + padding: 2px 3px; +} + +#LookingGlassDialog .lg-inspector-title { + font-weight: bold; + padding-bottom: 8px; +} + +.lg-dialog StLabel { + color: white; +} + +.lg-dialog StEntry { + color: #88ff66; + selection-background-color: #88ff66; + selected-color: black; +} + +.lg-obj-inspector-title { + spacing: 4px; +} + +.lg-obj-inspector-button { + border: 1px solid #88ff66; + padding: 4px; + border-radius: 4px; +} + +.lg-obj-inspector-button:hover { + border: 1px solid white; +} + +.lg-dialog .cinnamon-link { + color: #79c3ff; +} + +.lg-dialog .cinnamon-link:hover { + color: #dddddd; +} + +#LookingGlassDialog StBoxLayout#EvalBox { + padding: 4px; + spacing: 4px; +} + +#LookingGlassDialog StBoxLayout#ResultsArea { + spacing: 4px; +} + +#lookingGlassExtensions { + padding: 4px; +} + +.lg-extension-list { + padding: 4px; + spacing: 6px; +} + +.lg-extension { + border: 1px solid #6f6f6f; + border-radius: 4px; + padding: 4px +} + +.lg-extension-name { + font-weight: bold; +} + +.lg-extension-meta { + spacing: 6px; +} + +#LookingGlassPropertyInspector { + background: rgba(0, 0, 0, 0.9); + border: 2px solid grey; + border-radius: 4px; + padding: 6px; + color: #88ff66; +} + +/* =================================================================== + * Date applet + * ===================================================================*/ + +.calendar { + padding: .2em .2em; + spacing-rows: 2px; + spacing-columns: 2px; +} + +.calendar-month-label { + color: rgba(255,255,255,0.9); + font-size: 8pt; + font-weight: bold; + text-shadow: rgba(0,0,0,0.7) 1px 1px 0px; +} + +.calendar-change-month-back { + background-image: url("calendar-arrow-left.svg"); + height: 20px; + width: 20px; + border-radius: 3px; +} + +.calendar-change-month-back:rtl { + background-image: url("calendar-arrow-right.svg"); +} + +.calendar-change-month-back:hover { + background-color: rgba(255,255,255,0.2); +} + +.calendar-change-month-back:active { + background-color: rgba(255,255,255,0.3); +} + +.calendar-change-month-forward { + background-image: url("calendar-arrow-right.svg"); + height: 20px; + width: 20px; + border-radius: 3px; +} + +.calendar-change-month-forward:rtl { + background-image: url("calendar-arrow-left.svg"); +} + + +.calendar-change-month-forward:hover { + background-color: rgba(255,255,255,0.2); +} + +.calendar-change-month-forward:active { + background-color: rgba(255,255,255,0.3); +} + +.datemenu-date-label { + color: rgba(255,255,255,0.6); + font-size: 8pt; + font-weight: bold; + padding: 0.4em 0.4em; +} + +.calendar-day-base { + border-radius: 4px; + color: rgba(255,255,255,1); + font-size: 8pt; + height: 2.3em; + width: 2.3em; + text-align: center; +} + +.calendar-day-base:hover { + background: rgba(255,255,255,0.7); + color: #000; +} + +.calendar-day-base:active { + background: rgba(255,255,255,0.9); + color: #000; +} + +.calendar-day-heading { + font-weight: bold; + color: rgba(255,255,255,0.8); + text-shadow: rgba(0,0,0,0.7) 1px 1px 0px; +} + +.calendar-week-number { + color: rgba(255,255,255,0.8); + font-size: 7pt; +} + +/* Hack used in lieu of border-collapse - see calendar.js */ +.calendar-day { + border: 1px solid rgba(0,0,0,0.3); + color: rgba(255,255,255,0.9); + border-top-width: 0; + border-left-width: 0; + font-weight: bold; + border-radius: 4px; + box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.3); + text-shadow: rgba(0,0,0,0.5) 0px -1px 0px; +} + +.calendar-day-top { + border-top-width: 1px; +} + +.calendar-day-left { + border-left-width: 1px; +} + +.calendar-work-day { +} + +.calendar-nonwork-day { + background-color: rgba(255,255,255,0.1); +} + +.calendar-today { + color: #ffffff; + font-weight: bold; + background-color: rgba(170,170,170,0.7); + border-radius: 4px; +} + +.calendar-other-month-day { + color: rgba(255,255,255,0.4); + font-weight: bold; + font-size: 7pt; +} + +.calendar-day-with-events { + font-weight: bold; +} + +/* =================================================================== + * Notifications + * ===================================================================*/ + +#notification { + background-gradient-direction: vertical; + background-gradient-end: rgba(0,0,0,0.7); + background-gradient-start: rgba(0,0,0,0.8); + /*box-shadow: inset 0px 1px 1px 0px rgba(153,153,153,0.5);*/ + border: 1px solid rgba(70,70,70,0.7); + border-radius: 5px; + padding: 10px; + spacing-rows: 10px; + spacing-columns: 10px; + width: 34em; + margin-from-right-edge-of-screen: 30px; + color: white; +} + +#notification.multi-line-notification { + padding-bottom: 8px; + color: white; +} + +/* We use row-span = 2 for the image cell, which prevents its height preferences to be + taken into account during allocation, so its height ends up being limited by the height + of the content in the other rows. To avoid showing a stretched image, we set the minimum + height of the table to be ICON_SIZE + IMAGE_SIZE + spacing-rows = 24 + 125 + 10 = 159 */ +.notification-with-image { + min-height: 159px; + color: white; +} + +#notification-scrollview { + max-height: 10em; +} + +#notification-scrollview > .top-shadow, #notification-scrollview > .bottom-shadow { + height: 1em; +} + +#notification-scrollview:ltr > StScrollBar { + padding-left: 5px; +} + +#notification-scrollview:rtl > StScrollBar { + padding-right: 5px; +} + +#notification-body { + spacing: 5px; +} + +#notification-actions { + spacing: 10px; +} + +.notification-button { + border-radius: 3px; + padding: 5px 30px; +} + +.notification-button:focus { +} + +.notification-icon-button { + border-radius: 3px; + padding: 5px; +} + +.notification-icon-button:focus { +} + +.notification-icon-button > StIcon { + icon-size: 36px; +} + +.hotplug-transient-box { + spacing: 6px; + padding: 2px 72px 2px 12px; +} + +.hotplug-notification-item { + padding: 2px 10px; + border-radius: 18px; + font-size: 10.5pt; +} + +.hotplug-notification-item:focus { + padding: 1px 71px 1px 11px; +} + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 2px 5px; +} + +.hotplug-resident-box { + spacing: 8px; +} + +.hotplug-resident-mount { + spacing: 8px; + border-radius: 4px; + color: #ccc; +} + +.hotplug-resident-mount:hover { + background-gradient-direction: horizontal; + background-gradient-start: rgba(255, 255, 255, 0.1); + background-gradient-end: rgba(255, 255, 255, 0); + color: #fff; +} + +.hotplug-resident-mount-label { + color: inherit; + padding-left: 6px; +} + +.hotplug-resident-mount-icon { + icon-size: 24px; + padding-left: 6px; +} + +.hotplug-resident-eject-icon { + icon-size: 16px; +} + +.hotplug-resident-eject-button { + padding: 7px; + border-radius: 5px; + color: #ccc; +} + +#notification StEntry { + padding: 4px 7px; + border-radius: 15px; + color: #a6a6a6; + selected-color: black; + border: 1px solid rgba(0,0,0,0.1); + background-gradient-direction: vertical; + background-gradient-start: rgba(0,0,0,0.7); + background-gradient-end: rgba(89,89,89,0.7); + transition-duration: 300; + + caret-color: #666666; + caret-size: 1px; +} + +#notification StEntry:focus { + color: #ffffff; + background-gradient-start: rgba(0,0,0,0.7); + background-gradient-end: rgba(102,102,102,0.7); + box-shadow: inset 0px -1px 1px 0px rgba(255,255,255,0.3); + + caret-color: #a8a8a8; + selection-background-color: #808080; +} + +/* =================================================================== + * Alt Tab + * ===================================================================*/ + +#altTabPopup { + padding: 8px; + spacing: 16px; +} + +.switcher-list { + background-color: rgba(0,0,0,0.85); + border: 1px solid rgba(255,255,255,0.1); + border-radius: 3px; + padding: 20px; +} + +.switcher-list-item-container { + spacing: 8px; +} + +.thumbnail-scroll-gradient-left { + background-gradient-direction: horizontal; + background-gradient-start: rgba(0,0,0,0); + background-gradient-end: rgba(0,0,0,0.3); + border: 1px solid rgba(255,255,255,0.1); + border-radius: 3px; + border-radius-topright: 0px; + border-radius-bottomright: 0px; + width: 60px; +} + +.thumbnail-scroll-gradient-right { + background-gradient-direction: horizontal; + background-gradient-start: rgba(0,0,0,0); + background-gradient-end: rgba(0,0,0,0.3); + border: 1px solid rgba(255,255,255,0.1); + border-radius: 3px; + border-radius-topleft: 0px; + border-radius-bottomleft: 0px; + width: 60px; +} + +.switcher-list .item-box { + padding: 8px; + border-radius: 3px; +} + +.switcher-list .item-box:outlined { + padding: 6px; + background-gradient-direction: vertical; + background-gradient-start: rgba(0,0,0,0.3); + background-gradient-end: rgba(0,0,0,0.15); +} + +.switcher-list .item-box:selected { + background-gradient-direction: vertical; + background-gradient-start: rgba(255,255,255,0.4); + background-gradient-end: rgba(71,71,71,0.4); + box-shadow: inset 0px 1px 3px 0px rgba(255,255,255,0.3); +} + +.switcher-list .thumbnail-box { + padding: 2px; + spacing: 5px; +} + +.switcher-list .thumbnail { + width: 256px; +} + +.switcher-list .separator { + width: 1px; + background-color: rgba(255,255,255,0.21); +} + +.ripple-box { + width: 104px; + height: 104px; + background-image: url("corner-ripple.png"); +} + +.ripple-box:rtl { + background-image: url("corner-ripple.png"); +} + +.switcher-arrow { + border-color: rgba(0,0,0,0); + color: #888; +} + +.switcher-arrow:highlighted { + border-color: rgba(0,0,0,0); +} + +.switcher-preview-backdrop { + background-color: rgba(0,0,0,0.6); +} + +/* =================================================================== + * Modal dialogs + * ===================================================================*/ + +.modal-dialog { + background-color: rgba(0,0,0,0.72); + border: 1px solid rgba(255,255,255,0.1); + border-radius: 3px; + transition-duration: 100; + padding-right: 40px; + padding-left: 40px; + padding-bottom: 30px; + padding-top: 30px; +} + +.modal-dialog-button-box { + spacing: 21px; +} + +.modal-dialog-button { + border-radius: 3px; + margin-left: 10px; + margin-right: 10px; + padding: 5px 30px; +} + +.modal-dialog-button:disabled { + color: rgb(60,60,60); +} + +.modal-dialog-button:focus { +} + +/* =================================================================== + * Run dialog + * ===================================================================*/ + +.run-dialog-label { + font-family: "Bitstream Charter", serif; + font-size: 11pt; /*9pt;*/ + font-weight: bold; + font-style: italic; + color: rgba(255,255,255,0.8); + text-align: center; + padding-bottom: 10px; + padding-right: 20px; + padding-left: 20px; +} + +.run-dialog-error-label { + font-size: 8pt; + color: rgba(255,255,255,0.8); + text-shadow: rgba(0,0,0,0.5) 0px 1px 0px; +} + +.run-dialog-error-box { + padding-top: 15px; + spacing: 5px; +} + +.run-dialog-entry { + font-size: 10pt; + font-weight: bold; + color: rgba(255,255,255,0.8); + border-radius: 15px; + border: 1px solid rgba(0,0,0,0.1); + background-gradient-direction: vertical; + background-gradient-start: rgba(0,0,0,0.8); + background-gradient-end: rgba(77,77,77,0.7); + box-shadow: inset 0px -1px 1px 0px rgba(255,255,255,0.3); + padding: 4px 7px; + + caret-color: #a8a8a8; + caret-size: 1px; + selection-background-color: #808080; +} + +.run-dialog { + padding: 15px; + border-radius: 9px 9px 0px 0px; + background-gradient-direction: vertical; + background-gradient-start: rgba(120,120,120,0.8); + background-gradient-end: rgba(10,10,10,0.7); + border: 1px solid rgba(0,0,0,0.2); + box-shadow: 2px 4px 10px 4px rgba(0,0,0,0.8); +} + +.lightbox { + background-color: rgba(0, 0, 0, 0.3); +} + +/* =================================================================== + * End session dialog + * ===================================================================*/ + +.end-session-dialog { + spacing: 42px; +} + +.end-session-dialog-subject { + font-size: 11pt;; + font-weight: bold; + padding-top: 10px; + padding-left: 17px; + padding-bottom: 30px; +} + +.end-session-dialog-subject:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.end-session-dialog-description { + font-size: 10pt; + padding-left: 17px; + width: 28em; +} + +.end-session-dialog-description:rtl { + padding-right: 17px; +} + +.end-session-dialog-logout-icon { + border: 1px solid rgba(255,255,255,0.1); + border-radius: 3px; + width: 32px; + height: 32px; +} + +.end-session-dialog-shutdown-icon { + width: 32px; + height: 32px; +} + +.end-session-dialog-app-list { + font-size: 10pt; + max-height: 200px; + padding-top: 42px; + padding-left: 49px; + padding-right: 32px; +} + +.end-session-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; +} + +.end-session-dialog-app-list-item { + transition-duration: 100; +} + +.end-session-dialog-app-list-item:hover { +} + +.end-session-dialog-app-list-item:ltr { + padding-right: 1em; +} + +.end-session-dialog-app-list-item:rtl { + padding-left: 1em; +} + +.end-session-dialog-app-list-item-icon:ltr { + padding-right: 17px; +} + +.end-session-dialog-app-list-item-icon:rtl { + padding-left: 17px; +} + +.end-session-dialog-app-list-item-name { + font-size: 10pt; +} + +.end-session-dialog-app-list-item-description { + font-size: 8pt; +} + +/* CinnamonMountOperation Dialogs */ +.cinnamon-mount-operation-icon { + icon-size: 48px; +} + +.mount-password-reask { + color: red; +} + +.show-processes-dialog, +.mount-question-dialog { + spacing: 24px; +} + +.show-processes-dialog-subject, +.mount-question-dialog-subject { + font-size: 11pt;; + font-weight: bold; + padding-top: 10px; + padding-left: 17px; + padding-bottom: 6px; +} + +.show-processes-dialog-subject:rtl, +.mount-question-dialog-subject:rtl { + padding-left: 0px; + padding-right: 17px; +} + +.show-processes-dialog-description, +.mount-question-dialog-description { + font-size: 10pt; + padding-left: 17px; + width: 28em; +} + +.show-processes-dialog-description:rtl, +.mount-question-dialog-description:rtl { + padding-right: 17px; +} + +.show-processes-dialog-app-list { + font-size: 10pt; + max-height: 200px; + padding-top: 24px; + padding-left: 49px; + padding-right: 32px; +} + +.show-processes-dialog-app-list:rtl { + padding-right: 49px; + padding-left: 32px; +} + +.show-processes-dialog-app-list-item { + transition-duration: 100; +} + +.show-processes-dialog-app-list-item:hover { +} + +.show-processes-dialog-app-list-item:ltr { + padding-right: 1em; +} + +.show-processes-dialog-app-list-item:rtl { + padding-left: 1em; +} + +.show-processes-dialog-app-list-item-icon:ltr { + padding-right: 17px; +} + +.show-processes-dialog-app-list-item-icon:rtl { + padding-left: 17px; +} + +.show-processes-dialog-app-list-item-name { + font-size: 10pt; +} + +/* =================================================================== + * Policykit authentication dialog + * ===================================================================*/ + +.polkit-dialog { + /* this is the width of the entire modal popup */ + width: 500px; +} + +.polkit-dialog-main-layout { + spacing: 24px; + padding: 10px; +} + +.polkit-dialog-message-layout { + spacing: 16px; +} + +.polkit-dialog-headline { + font-size: 11pt;; + font-weight: bold; +} + +.polkit-dialog-description { + font-size: 10pt; +} + +.polkit-dialog-user-layout { + padding-left: 10px; + spacing: 10px; +} + +.polkit-dialog-user-layout:rtl { + padding-left: 0px; + padding-right: 10px; +} + +.polkit-dialog-user-root-label { + color: #f00; +} + +.polkit-dialog-password-label { +} + +.polkit-dialog-password-label:ltr { + padding-right: 0.5em; +} + +.polkit-dialog-password-label:rtl { + padding-left: 0.5em; +} + +.polkit-dialog-password-entry { + color: #000; + background-color: rgba(255,255,255,0.72); + box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.3); + border: 1px solid rgba(0,0,0,0.2); + border-radius: 3px; + padding: 5px 10px; + selected-color: #fff; + selection-background-color: rgba(255,255,255,0.4); + caret-color: #666; + caret-size: 1px; + transition-duration: 100; +} + +.polkit-dialog-password-entry:focus { + border: 1px solid rgba(170,240,120,0.6); +} + +.polkit-dialog-password-entry .capslock-warning { + icon-size: 16px; + warning-color: rgba(240,170,0,1.0); + padding: 0px 5px; +} + +.polkit-dialog-error-label { + font-size: 10pt; + color: #ff0; + padding-bottom: 8px; +} + +.polkit-dialog-info-label { + font-size: 10pt; + padding-bottom: 8px; +} + +/* intentionally left transparent to avoid dialog changing size */ +.polkit-dialog-null-label { + color: rgba(0,0,0,0); + padding-bottom: 8px; +} + +.network-dialog-show-password-checkbox { + padding-top: 5px; + padding-bottom: 5px; + spacing: 10px; +} + +.network-dialog-secret-table { + spacing-rows: 15px; +} + +/* =================================================================== + * Magnifier + * ===================================================================*/ + +.magnifier-zoom-region { + border: 2px solid rgba(128, 0, 0, 255); +} + +.magnifier-zoom-region.full-screen { + border-width: 0px; +} + +/* =================================================================== + * On screen keyboard + * ===================================================================*/ + +#keyboard { + background-color: rgba(0,0,0,0.72); +} + +.keyboard-layout { + spacing: 10px; + padding: 10px; +} + +.keyboard-row { + spacing: 15px; +} + +.keyboard-key { + background-color: rgba(0,0,0,0.85); + border: 1px solid rgba(255,255,255,0.1); + border-radius: 3px; + min-height: 30px; + min-width: 30px; + font-size: 14pt; + font-weight: bold; + transition-duration: 100; +} + +.keyboard-key:grayed { + color: #666; + border: 1px solid rgba(255,255,255,0.1); +} + +.keyboard-key:checked, +.keyboard-key:hover { + background-gradient-direction: vertical; + background-gradient-start: rgba(255,255,255,0.4); + background-gradient-end: rgba(71,71,71,0.4); + box-shadow: inset 0px 1px 3px 0px rgba(255,255,255,0.3); +} + +.keyboard-key:active { + background-gradient-direction: vertical; + background-gradient-start: rgba(0,0,0,0.4); + background-gradient-end: rgba(255,255,255,0.4); +} + +.keyboard-subkeys { + -arrow-border-radius: 3px; + -arrow-background-color: rgba(0,0,0,0.85); + -arrow-border-width: 1px; + -arrow-border-color: rgba(255,255,255,0.1); + -arrow-base: 21px; + -arrow-rise: 10px; + -boxpointer-gap: 12px; +} + +/* ################################################################### + * Cinnamon Specific Section + * ###################################################################*/ + +/* =================================================================== + * Menu (menu.js) + * ===================================================================*/ + +/* Main menu title */ +.menu-favorites-box { + background-color: rgba(0,0,0,0.72); + border: 1px solid rgba(255,255,255,0.1); + margin: auto; + padding: 3px; + border-radius: 4px; +} + +.menu-favorites-button { + padding-top: 10px; + padding-left: 10px; + padding-right: 10px; + padding-bottom: 10px; +} + +.menu-favorites-button:hover { + background-gradient-direction: vertical; + background-gradient-start: rgba(255,255,255,0.4); + background-gradient-end: rgba(71,71,71,0.4); + border-radius: 4px; + transition-duration: 100; +} + +.menu-places-box { + margin: auto; + padding: 3px; + border-radius: 4px; +} + +.menu-places-button { + padding-top: 10px; + padding-left: 10px; + padding-right: 10px; + padding-bottom: 10px; +} + +.menu-categories-box { + padding-top: 10px; + padding-left: 15px; + padding-right: 15px; + padding-bottom: 10px; +} + +.menu-applications-box { + padding-top: 10px; + padding-left: 10px; + padding-right: 10px; + padding-bottom: 0px; +} + +.menu-application-button { + padding-top: 5px; + padding-left: 5px; + padding-right: 5px; + padding-bottom: 5px; +} + +.menu-application-button-selected { + padding-top: 5px; + padding-left: 5px; + padding-right: 5px; + padding-bottom: 5px; + background-gradient-direction: vertical; + background-gradient-start: rgba(255,255,255,0.9); + background-gradient-end: rgba(128,128,128,0.8); + color: black; + border-radius: 4px; +} + +.menu-application-button-label:ltr { + padding-left: 5px; +} + +.menu-application-button-label:rtl { + padding-right: 5px; +} + +.menu-category-button { + padding-top: 5px; + padding-left: 5px; + padding-right: 5px; + padding-bottom: 5px; + transition-duration: 100; +} + +.menu-category-button-greyed { + padding-top: 5px; + padding-left: 5px; + padding-right: 5px; + padding-bottom: 5px; + color: #9C9C9C; + font-style: italic; +} + +.menu-category-button-selected { + padding-top: 5px; + padding-left: 5px; + padding-right: 5px; + padding-bottom: 5px; + background-gradient-direction: vertical; + background-gradient-start: rgba(255,255,255,0.9); + background-gradient-end: rgba(128,128,128,0.8); + color: black; + border-radius: 4px; + transition-duration: 100; +} + +.menu-category-button-label:ltr { + padding-left: 5px; +} + +.menu-category-button-label:rtl { + padding-right: 5px; +} + +.menu-category-button-button:hover { + background-gradient-direction: vertical; + background-gradient-start: rgba(255,255,255,0.4); + background-gradient-end: rgba(71,71,71,0.4); + border-radius: 4px; +} + +/* Name and description of the currently hovered item in the menu + * This appears on the bottom right hand corner of the menu*/ +.menu-selected-app-box { + padding-right: 30px; + padding-left: 28px; + text-align: right; +} + +.menu-selected-app-box:rtl { + padding-top: 10px; + height: 30px; +} + +.menu-selected-app-title { + font-weight: bold; +} + +.menu-selected-app-description { + max-width: 150px; +} + +.menu-search-box:ltr { + padding-left: 30px; +} + +.menu-search-box:rtl { + padding-right: 30px; +} + +#menu-search-entry { + padding: 4px 7px; + border-radius: 15px; + color: #A6A6A6; + selected-color: black; + border: 1px solid rgba(0,0,0,0.1); + background-gradient-direction: vertical; + background-gradient-start: rgba(0,0,0,0.7); + background-gradient-end: rgba(89,89,89,0.7); + transition-duration: 300; + + caret-color: #666666; + caret-size: 1px; + + width: 300px; + transition-duration: 100; +} + +#menu-search-entry:focus, +#menu-search-entry:hover { + color: #ffffff; + background-gradient-start: rgba(0,0,0,0.7); + background-gradient-end: rgba(102,102,102,0.7); + box-shadow: inset 0px -1px 1px 0px rgba(255,255,255,0.3); + + caret-color: #a8a8a8; + selection-background-color: #808080; + transition-duration: 100; +} + +.menu-search-entry-icon { + icon-size: 1em; + color: #fff; +} + +/* Context menu */ +.menu-context-menu { +} + +/* =================================================================== + * Window list (windowList.js) + * ===================================================================*/ + +.window-list-box { + spacing: 3px; + padding: 0px; +} + +.window-list-item-label { + font-weight: bold; + width: 15em; + min-width: 5px; +} + +.window-list-item-box { + padding-left: 3px; + padding-right: 3px; + background-color: transparent; + transition-duration: 100; + color: rgba(255,255,255,0.8); +} + +.window-list-item-box:hover { + background-gradient-direction: vertical; + background-gradient-start: rgba(255,255,255,0.4); + background-gradient-end: rgba(71,71,71,0.4); + border-radius: 3px; + color: white; +} + +.window-list-item-box:active, +.window-list-item-box:checked, +.window-list-item-box:focus { + background-gradient-direction: vertical; + background-gradient-start: rgba(0,0,0,0.4); + background-gradient-end: rgba(255,255,255,0.6); + box-shadow: inset 0px -1px 1px 0px rgba(0,0,0,0.4); + text-shadow: rgba(0,0,0,0.8) 0px 1px 0px; + border-radius: 3px; + color: white; +} + +.window-list-item-demands-attention { + background-gradient-direction: vertical; + background-gradient-start: rgba(146,146,146,0.7); + background-gradient-end: rgba(255,255,255,0.8); + border-radius: 3px; + color: black; +} + +/* =================================================================== + * Sound Applet (status/volume.js) + * ===================================================================*/ + +.sound-button-container { + padding-right: 3px; + padding-left: 3px; +} + +.sound-button { + width: 21px; + height: 12px; + border-radius: 3px; + padding: 5px; +} + +.sound-button:hover { + background-gradient-direction: vertical; + background-gradient-start: rgba(255,255,255,0.4); + background-gradient-end: rgba(71,71,71,0.4); + box-shadow: inset 0px 1px 3px 0px rgba(255,255,255,0.3); +} + +.sound-button StIcon { + icon-size: 1.4em; +} + +.sound-track-infos { + padding-right: 5px; + padding-left: 5px; + padding-top: 5px; + padding-bottom: 5px; +} + +.sound-track-info { + padding-bottom: 4px; + padding-top: 2px; + padding-bottom: 2px; +} + +.sound-track-info StIcon { + icon-size: 1em; +} + +.sound-track-info StLabel { + padding-left: 5px; + padding-right: 5px; +} + +.sound-track-box { + padding-left: 15px; + padding-right: 15px; + max-width: 200px; +} + +.sound-volume-menu-item { + padding: .3em 1.75em; +} + +.sound-volume-menu-item StIcon { + icon-size: 1.14em; + padding-left: 8px; + padding-right: 8px; +} + +.sound-playback-control { + padding-top: 5px; + padding-bottom: 10px; +} + +/* =================================================================== + * Workspace Switcher applet (workspaceSwitcher.js) + * ===================================================================*/ + +#workspaceSwitcher { + spacing: 0px; + padding: 0px; +} + +.workspace-button { + background-color: rgba(0,0,0,0.72); + width: 20px; + padding: 2px; + border: 1px solid rgba(255,255,255,0.3); + transition-duration: 100; +} + +.workspace-button:outlined, +.workspace-button:outlined:hover { + background-gradient-direction: vertical; + background-gradient-start: rgba(0,0,0,0.5); + background-gradient-end: rgba(255,255,255,0.6); + border: 1px solid rgba(20,20,20,0.4); + box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.3); +} + +.workspace-button:hover { + background-gradient-direction: vertical; + background-gradient-start: rgba(255,255,255,0.6); + background-gradient-end: rgba(0,0,0,0.5); +} +/* =================================================================== + * Panel Launchers Applet (panelLaunchers.js) + * ===================================================================*/ + +#panel-launchers-box { + padding-left: 0px; +} + +.panel-launcher { + margin: 0px; + padding-right: 4px; + padding-left: 4px; + transition-duration: 100; +} + +.panel-launcher:hover { + background-gradient-direction: vertical; + background-gradient-start: rgba(255,255,255,0.4); + background-gradient-end: rgba(71,71,71,0.4); + border-radius: 3px; +} + +.panel-launcher-add-dialog-content-box { + padding: 5px; + spacing: 20px; +} + +.panel-launcher-add-dialog-content-box-left { + padding: 6px; + spacing: 20px; +} + +.panel-launcher-add-dialog-content-box-right { + padding: 6px; + spacing: 10px; +} + +.panel-launcher-add-dialog-entry { + color: #000; + background-color: rgba(255,255,255,0.72); + box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.3); + border: 1px solid rgba(0,0,0,0.2); + border-radius: 3px; + padding: 5px 10px; + selected-color: #fff; + selection-background-color: rgba(255,255,255,0.4); + caret-color: #666; + caret-size: 1px; + width: 300px; + transition-duration: 100; +} + +.panel-launcher-add-dialog-entry:focus, +.panel-launcher-add-dialog-entry:hover { + border: 1px solid rgba(0,0,0,0.6); +} + +.panel-launcher-add-dialog-entry:focus { + font-weight: bold; +} + +/* =================================================================== + * Overview corner + * ===================================================================*/ + +#overview-corner { + background-image: url("overview.png"); +} + +#overview-corner:hover { +} + +/* =================================================================== + * Applets (applet.js) + * ===================================================================*/ + +.applet-box { + padding-left: 7px; + padding-right: 7px; + min-width: 1em; + transition-duration: 100; +} + +.applet-box:hover { + background-gradient-direction: vertical; + background-gradient-start: rgba(255,255,255,0.4); + background-gradient-end: rgba(71,71,71,0.4); + border-radius: 3px; +} + +.applet-box:active { + background-gradient-direction: vertical; + background-gradient-start: rgba(0,0,0,0.4); + background-gradient-end: rgba(255,255,255,0.4); + box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.2); + text-shadow: rgba(0,0,0,0.8) 0px 1px 0px; + border-radius: 3px; + color: white; +} + +.applet-label { + font-weight: bold; +} + +.applet-label:hover, +.applet-box:hover > .applet-label { +} + +.applet-icon { +} + +.applet-icon:hover, +.applet-box:hover > .applet-icon { +} + +/* =================================================================== + * Workspace OSD + * ===================================================================*/ + +.workspace-osd { + color: #fff; + text-shadow: black 5px 5px 5px; + font-weight: bold; + font-size: 48pt; +} + +.expo-workspaces-name-entry { + padding: 5px; + border-radius: 4px; + color: white; + border: 2px solid rgba(0,0,0,0); + background-gradient-direction: vertical; + background-gradient-start: rgba(100,100,100,0.8); + background-gradient-end: rgba(0,0,0,0.6); + caret-color: #a8a8a8; + caret-size: 1px; + width: 250px; + height: 15px; + text-align: center; + selected-color: black; +} + +.expo-workspaces-name-entry#selected { + color: black; + border: 2px solid rgb(138,138,138); + background-gradient-start: rgb(200,200,200); + background-gradient-end: white; + caret-color: #575757; + selected-color: white; + box-shadow: inset 0px 2px 4px rgba(0,0,0,0.6); +} + +.expo-workspaces-name-entry:focus { + font-weight: bold; + transition-duration: 300; +} + +/* =================================================================== + * Notification Applet + * ===================================================================*/ + +.notification-applet-padding { + padding: .5em 1em; +} + +.notification-applet-container { + max-height: 100px; +} + +/* Check Boxes */ +.check-box CinnamonGenericContainer { + spacing: .2em; + min-height: 30px; + padding-top: 2px; +} + +.check-box StBin { + width: 24px; + height: 18px; + background-image: url("checkbox-off.svg"); +} + +.check-box:focus StBin { + background-image: url("checkbox-off-focused.svg"); +} + +.check-box:checked StBin { + background-image: url("checkbox.svg"); +} + +.check-box:focus:checked StBin { + background-image: url("checkbox-focused.svg"); +} + +.check-box StLabel { + font-weight: normal; +} + +.radiobutton CinnamonGenericContainer { + spacing: .2em; + height: 26px; + padding-top: 2px; +} + +.radiobutton StBin { + width: 22px; + height: 22px; + background-image: url("radiobutton-off.svg"); + border-radius: 15px; +} + +.radiobutton:focus StBin { + background-image: url("radiobutton-off.svg"); +} + +.radiobutton:checked StBin { + background-image: url("radiobutton.svg"); +} + +.radiobutton:focus:checked StBin { + background-image: url("radiobutton.svg"); +} + +.radiobutton StLabel { + padding-top: 4px; + font-size: 0.9em; + box-shadow: none; +} diff --git a/desktop-themes/BlackMATE/cinnamon/close.svg b/desktop-themes/BlackMATE/cinnamon/close.svg new file mode 100644 index 00000000..10bbef9c --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/close.svg @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns: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" + version="1.0" + id="Foreground" + x="0px" + y="0px" + width="32" + height="32" + viewBox="0 0 23.272727 23.272727" + enable-background="new 0 0 16 16" + xml:space="preserve" + sodipodi:version="0.32" + inkscape:version="0.48+devel r10081 custom" + sodipodi:docname="close-window.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata + id="metadata2399"><rdf:RDF><cc:Work + rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs + id="defs2397"><linearGradient + id="linearGradient3173"><stop + style="stop-color:#c4c4c4;stop-opacity:1;" + offset="0" + id="stop3175" /><stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="1" + id="stop3177" /></linearGradient><inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 8 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="16 : 8 : 1" + inkscape:persp3d-origin="8 : 5.3333333 : 1" + id="perspective2401" /><filter + color-interpolation-filters="sRGB" + inkscape:collect="always" + id="filter16494-4" + x="-0.20989846" + width="1.4197969" + y="-0.20903821" + height="1.4180764"><feGaussianBlur + inkscape:collect="always" + stdDeviation="1.3282637" + id="feGaussianBlur16496-8" /></filter><radialGradient + inkscape:collect="always" + xlink:href="#linearGradient16498-6" + id="radialGradient16504-1" + cx="7.6582627" + cy="5.8191104" + fx="7.6582627" + fy="5.8191104" + r="8.6928644" + gradientTransform="matrix(1.0474339,0,0,1.0517402,-0.3632615,-0.42032492)" + gradientUnits="userSpaceOnUse" /><linearGradient + inkscape:collect="always" + id="linearGradient16498-6"><stop + style="stop-color:#7b7b7b;stop-opacity:1" + offset="0" + id="stop16500-8" /><stop + style="stop-color:#101010;stop-opacity:1" + offset="1" + id="stop16502-0" /></linearGradient><filter + color-interpolation-filters="sRGB" + inkscape:collect="always" + id="filter16524-9" + x="-0.212979" + width="1.425958" + y="-0.21305652" + height="1.426113"><feGaussianBlur + inkscape:collect="always" + stdDeviation="0.71020915" + id="feGaussianBlur16526-0" /></filter></defs><sodipodi:namedview + inkscape:window-height="1114" + inkscape:window-width="1463" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10.0" + gridtolerance="10.0" + objecttolerance="10.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#000000" + id="base" + showgrid="false" + inkscape:zoom="1" + inkscape:cx="10.720189" + inkscape:cy="13.739577" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:current-layer="Foreground" + showguides="true" + inkscape:guide-bbox="true" + borderlayer="true" + inkscape:showpageshadow="false" + inkscape:window-maximized="0"><inkscape:grid + type="xygrid" + id="grid11246" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /></sodipodi:namedview> + +<g + style="display:inline" + id="g16402-8" + transform="translate(4.7533483,2.8238929)"><g + id="g3175-4"><path + sodipodi:type="inkscape:offset" + inkscape:radius="0" + inkscape:original="M 7.65625 0.125 C 3.2589349 0.125 -0.3125 3.7070002 -0.3125 8.125 C -0.3125 12.543001 3.2589349 16.125 7.65625 16.125 C 12.053566 16.125 15.625 12.543001 15.625 8.125 C 15.625 3.7070002 12.053566 0.125 7.65625 0.125 z " + xlink:href="#path2394-32" + style="opacity:0.52994014;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.18181825;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter16494-4);enable-background:accumulate" + id="path16480-5" + inkscape:href="#path2394-32" + d="m 7.65625,0.125 c -4.3973151,0 -7.96875,3.5820002 -7.96875,8 0,4.418001 3.5714349,8 7.96875,8 4.397316,0 7.96875,-3.581999 7.96875,-8 0,-4.4179998 -3.571434,-8 -7.96875,-8 z" + transform="translate(0,1.028519)" /><path + clip-rule="evenodd" + d="m -0.30428257,8.1237596 c 0,-4.4179998 3.56522987,-7.9999996 7.96254497,-7.9999996 4.3973156,0 7.9625456,3.5819998 7.9625456,7.9999996 0,4.4180014 -3.56523,8.0000004 -7.9625456,8.0000004 -4.3973151,0 -7.96254497,-3.581999 -7.96254497,-8.0000004 z" + id="path2394-32" + style="color:#000000;fill:url(#radialGradient16504-1);fill-opacity:1;fill-rule:nonzero;stroke:#eeeeec;stroke-width:1.4545455;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + sodipodi:nodetypes="csssc" + inkscape:connector-curvature="0" /><g + id="g3172-6" /></g><g + transform="matrix(0.72727273,0,0,0.72727273,2.368236,2.1803254)" + style="fill:#ffffff;fill-opacity:1;display:inline" + id="g27275-6-6" + inkscape:label="window-close"><g + style="fill:#ffffff;fill-opacity:1;display:inline" + id="g27277-1-1" + transform="translate(-41,-760)"><path + sodipodi:type="inkscape:offset" + inkscape:radius="0" + inkscape:original="M 44.21875 764.1875 L 44.21875 765.1875 C 44.19684 765.46825 44.289258 765.74287 44.5 765.9375 L 46.78125 768.21875 L 44.5 770.46875 C 44.31181 770.65692 44.218747 770.92221 44.21875 771.1875 L 44.21875 772.1875 L 45.21875 772.1875 C 45.48404 772.1875 45.749336 772.09444 45.9375 771.90625 L 48.21875 769.625 L 50.5 771.90625 C 50.688164 772.0944 50.953449 772.18749 51.21875 772.1875 L 52.21875 772.1875 L 52.21875 771.1875 C 52.218742 770.9222 52.125688 770.65692 51.9375 770.46875 L 49.6875 768.21875 L 51.96875 765.9375 C 52.18441 765.73815 52.21875 765.47397 52.21875 765.1875 L 52.21875 764.1875 L 51.21875 764.1875 C 50.977922 764.1945 50.796875 764.2695 50.53125 764.5 L 48.21875 766.78125 L 45.9375 764.5 C 45.75987 764.31608 45.504951 764.1987 45.25 764.1875 C 45.23954 764.18704 45.22912 764.18738 45.21875 764.1875 L 44.21875 764.1875 z " + xlink:href="#path27279-0-5" + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter16524-9);enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono" + id="path16506-5" + inkscape:href="#path27279-0-5" + d="m 44.21875,764.1875 0,1 c -0.02191,0.28075 0.07051,0.55537 0.28125,0.75 l 2.28125,2.28125 -2.28125,2.25 c -0.18819,0.18817 -0.281253,0.45346 -0.28125,0.71875 l 0,1 1,0 c 0.26529,0 0.530586,-0.0931 0.71875,-0.28125 L 48.21875,769.625 50.5,771.90625 c 0.188164,0.18815 0.453449,0.28124 0.71875,0.28125 l 1,0 0,-1 c -8e-6,-0.2653 -0.09306,-0.53058 -0.28125,-0.71875 l -2.25,-2.25 2.28125,-2.28125 c 0.21566,-0.19935 0.25,-0.46353 0.25,-0.75 l 0,-1 -1,0 c -0.240828,0.007 -0.421875,0.082 -0.6875,0.3125 l -2.3125,2.28125 L 45.9375,764.5 c -0.17763,-0.18392 -0.432549,-0.3013 -0.6875,-0.3125 -0.01046,-4.6e-4 -0.02088,-1.2e-4 -0.03125,0 l -1,0 z" + transform="translate(0,1.3535534)" /><path + sodipodi:nodetypes="ccsccccccccccccccccccccccc" + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#bebebe;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono" + id="path27279-0-5" + inkscape:connector-curvature="0" + d="m 44.226475,764.17222 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-1e-5 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z" /></g></g></g></svg>
\ No newline at end of file diff --git a/desktop-themes/BlackMATE/cinnamon/corner-ripple.png b/desktop-themes/BlackMATE/cinnamon/corner-ripple.png Binary files differnew file mode 100644 index 00000000..ef9218ab --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/corner-ripple.png diff --git a/desktop-themes/BlackMATE/cinnamon/overview-hover.png b/desktop-themes/BlackMATE/cinnamon/overview-hover.png Binary files differnew file mode 100644 index 00000000..8e820825 --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/overview-hover.png diff --git a/desktop-themes/BlackMATE/cinnamon/overview.png b/desktop-themes/BlackMATE/cinnamon/overview.png Binary files differnew file mode 100644 index 00000000..db714948 --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/overview.png diff --git a/desktop-themes/BlackMATE/cinnamon/panel-button-highlight-narrow.svg b/desktop-themes/BlackMATE/cinnamon/panel-button-highlight-narrow.svg new file mode 100644 index 00000000..430b24e7 --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/panel-button-highlight-narrow.svg @@ -0,0 +1,111 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns: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="30" + height="25" + id="svg10621" + version="1.1" + inkscape:version="0.48.1 r9760" + sodipodi:docname="panel-button-highlight-narrow.svg"> + <defs + id="defs10623"> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient34508-1-3" + id="radialGradient99561-1" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)" + cx="51" + cy="30" + fx="51" + fy="30" + r="42" /> + <linearGradient + inkscape:collect="always" + id="linearGradient34508-1-3"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop34510-1-9" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop34512-4-5" /> + </linearGradient> + <radialGradient + r="42" + fy="30" + fx="51" + cy="30" + cx="51" + gradientTransform="matrix(0.72146227,0,0,0.27484277,14.205424,21.754717)" + gradientUnits="userSpaceOnUse" + id="radialGradient10592" + xlink:href="#linearGradient34508-1-3" + inkscape:collect="always" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#000000" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:zoom="1.979899" + inkscape:cx="-171.36384" + inkscape:cy="-53.255157" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="1440" + inkscape:window-height="843" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" /> + <metadata + id="metadata10626"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-468.08632,-537.03477)"> + <path + sodipodi:type="arc" + style="opacity:0.4625;color:#000000;fill:url(#radialGradient10592);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + id="path34506-3" + sodipodi:cx="51" + sodipodi:cy="30" + sodipodi:rx="42" + sodipodi:ry="16" + d="M 9,29.999999 C 9.0000011,21.163443 27.804042,14 51.000002,14 74.195961,14 93,21.163444 93,30 l -42,0 z" + sodipodi:start="3.1415927" + sodipodi:end="6.2831853" + transform="matrix(0.35714286,0,0,1.5625,464.87203,515.15977)" + inkscape:export-filename="/home/jimmac/src/cvs/gnome/gnome-shell-design/mockups/motion/textures/panel.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90" /> + </g> +</svg> diff --git a/desktop-themes/BlackMATE/cinnamon/radiobutton-off.svg b/desktop-themes/BlackMATE/cinnamon/radiobutton-off.svg new file mode 100644 index 00000000..8c03625e --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/radiobutton-off.svg @@ -0,0 +1,120 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns: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="24.000006" + height="24.000006" + id="svg2" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="radiobutton-off.svg"> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="855" + inkscape:window-height="500" + id="namedview21" + showgrid="false" + inkscape:zoom="8.8805916" + inkscape:cx="7.6582317" + inkscape:cy="12.631675" + inkscape:window-x="284" + inkscape:window-y="575" + inkscape:window-maximized="0" + inkscape:current-layer="g11" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + <title + id="title4">selected button</title> + <defs + id="defs6"> + <linearGradient + inkscape:collect="always" + id="linearGradient4337"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop4339" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop4341" /> + </linearGradient> + <filter + id="filter4352" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur4354" + stdDeviation="4.505684" /> + </filter> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient4337" + id="radialGradient4343" + cx="105.51682" + cy="104.84058" + fx="105.51682" + fy="104.84058" + r="90.343725" + gradientTransform="translate(0,1.7406949e-6)" + gradientUnits="userSpaceOnUse" /> + </defs> + <metadata + id="metadata18591">image/svg+xml<rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> +</rdf:RDF> +</metadata> + <g + id="g11" + transform="matrix(0.11862705,0,0,0.11862705,-0.637485,-0.5559289)"> + <title + id="title13">Layer 1</title> + <path + stroke-miterlimit="4" + id="path4346" + d="m 190.86055,105.84055 c 0,46.58175 -37.76196,84.34375 -84.34372,84.34375 -46.581756,0 -84.34373,-37.76198 -84.34373,-84.34375 0,-46.581735 37.761974,-84.343697 84.34373,-84.343697 46.58176,0 84.34372,37.761963 84.34372,84.343697 z" + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-rule:nonzero;stroke:#000000;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;filter:url(#filter4352)" /> + <path + stroke-miterlimit="4" + d="m 189.86055,104.84055 c 0,46.58175 -37.76196,84.34375 -84.34372,84.34375 -46.581756,0 -84.34373,-37.76198 -84.34373,-84.34375 0,-46.581735 37.761974,-84.343697 84.34373,-84.343697 46.58176,0 84.34372,37.761963 84.34372,84.343697 z" + id="path4337" + inkscape:connector-curvature="0" + style="fill:none;fill-rule:nonzero;stroke:url(#radialGradient4343);stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;fill-opacity:1;stroke-opacity:1" /> + <g + transform="matrix(0.186326,0,0,0.186326,-2198.53,-1179.12)" + id="g18353" + style="fill-rule:evenodd" /> + <g + transform="matrix(0.186326,0,0,0.186326,-2198.53,-1179.12)" + id="g18355" + style="fill-rule:evenodd" /> + <g + transform="matrix(0.186326,0,0,0.186326,-2198.53,-1179.12)" + id="g18357" + style="fill-rule:evenodd" /> + <g + transform="matrix(0.186326,0,0,0.186326,-2198.53,-1179.12)" + id="g18359" + style="fill-rule:evenodd" /> + </g> +</svg> diff --git a/desktop-themes/BlackMATE/cinnamon/radiobutton.svg b/desktop-themes/BlackMATE/cinnamon/radiobutton.svg new file mode 100644 index 00000000..2f81f477 --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/radiobutton.svg @@ -0,0 +1,99 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24.000006" + height="24.000008" + id="svg2" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="radiobutton.svg"> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="746" + inkscape:window-height="522" + id="namedview20" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:zoom="4.4402956" + inkscape:cx="25.65885" + inkscape:cy="1.0843597" + inkscape:window-x="92" + inkscape:window-y="196" + inkscape:window-maximized="0" + inkscape:current-layer="g9" /> + <defs + id="defs4"> + <filter + id="filter4352" + color-interpolation-filters="sRGB"> + <feGaussianBlur + id="feGaussianBlur4354" + stdDeviation="4.505684" /> + </filter> + </defs> + <metadata + id="metadata18591">image/svg+xml<rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> +</rdf:RDF> +</metadata> + <g + id="g9" + transform="matrix(0.11862705,0,0,0.11862706,-0.637485,-0.55592895)"> + <title + id="title11">Layer 1</title> + <path + stroke-miterlimit="4" + id="path4346" + d="m 190.86055,105.84055 c 0,46.58175 -37.76196,84.34375 -84.34372,84.34375 -46.581756,0 -84.34373,-37.76198 -84.34373,-84.34375 0,-46.581735 37.761974,-84.343697 84.34373,-84.343697 46.58176,0 84.34372,37.761963 84.34372,84.343697 z" + inkscape:connector-curvature="0" + style="fill:#ffffff;fill-rule:nonzero;stroke:#000000;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;filter:url(#filter4352)" /> + <path + stroke-miterlimit="4" + d="m 189.86055,104.84055 c 0,46.58175 -37.76196,84.34375 -84.34372,84.34375 -46.581756,0 -84.34373,-37.76198 -84.34373,-84.34375 0,-46.581735 37.761974,-84.343697 84.34373,-84.343697 46.58176,0 84.34372,37.761963 84.34372,84.343697 z" + id="path4337" + inkscape:connector-curvature="0" + style="fill:none;fill-rule:nonzero;stroke:#c2dda7;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0;fill-opacity:1" /> + <g + transform="matrix(0.186326,0,0,0.186326,-2198.53,-1179.12)" + id="g18353" + style="fill-rule:evenodd" /> + <g + transform="matrix(0.186326,0,0,0.186326,-2198.53,-1179.12)" + id="g18355" + style="fill-rule:evenodd" /> + <g + transform="matrix(0.186326,0,0,0.186326,-2198.53,-1179.12)" + id="g18357" + style="fill-rule:evenodd" /> + <g + transform="matrix(0.186326,0,0,0.186326,-2198.53,-1179.12)" + id="g18359" + style="fill-rule:evenodd" /> + <path + id="path3787" + d="m 143.93051,105.84056 c 0,20.66301 -16.75068,37.4137 -37.41369,37.4137 -20.663,0 -37.413679,-16.75068 -37.413679,-37.4137 0,-20.663001 16.750679,-37.41368 37.413679,-37.41368 20.66301,0 37.41369,16.750679 37.41369,37.41368 z" + inkscape:connector-curvature="0" + style="fill:#1a1a1a;fill-rule:nonzero;stroke-width:12" /> + </g> +</svg> diff --git a/desktop-themes/BlackMATE/cinnamon/thumbnail.png b/desktop-themes/BlackMATE/cinnamon/thumbnail.png Binary files differnew file mode 100644 index 00000000..c643475d --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/thumbnail.png diff --git a/desktop-themes/BlackMATE/cinnamon/toggle-off-intl.png b/desktop-themes/BlackMATE/cinnamon/toggle-off-intl.png Binary files differnew file mode 100644 index 00000000..84b5deec --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/toggle-off-intl.png diff --git a/desktop-themes/BlackMATE/cinnamon/toggle-off-us.png b/desktop-themes/BlackMATE/cinnamon/toggle-off-us.png Binary files differnew file mode 100644 index 00000000..84b5deec --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/toggle-off-us.png diff --git a/desktop-themes/BlackMATE/cinnamon/toggle-on-intl.png b/desktop-themes/BlackMATE/cinnamon/toggle-on-intl.png Binary files differnew file mode 100644 index 00000000..0985b22b --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/toggle-on-intl.png diff --git a/desktop-themes/BlackMATE/cinnamon/toggle-on-us.png b/desktop-themes/BlackMATE/cinnamon/toggle-on-us.png Binary files differnew file mode 100644 index 00000000..0985b22b --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/toggle-on-us.png diff --git a/desktop-themes/BlackMATE/cinnamon/trash-icon.png b/desktop-themes/BlackMATE/cinnamon/trash-icon.png Binary files differnew file mode 100644 index 00000000..af4d881b --- /dev/null +++ b/desktop-themes/BlackMATE/cinnamon/trash-icon.png |