more gnome-shell tweaks
@ -198,7 +198,7 @@ StScrollBar {
|
||||
color: $fg_color;
|
||||
background-color: transparentize($bg_color, 1);
|
||||
border: none;
|
||||
border-image: url("misc/modal2.svg") 10 10 10 10;
|
||||
border-image: url("misc/modal.svg") 10 10 10 10;
|
||||
padding: 0 6px 6px 6px;
|
||||
|
||||
> * { padding: 14px; }
|
||||
@ -643,7 +643,7 @@ StScrollBar {
|
||||
.switcher-list {
|
||||
background: none;
|
||||
border: none;
|
||||
border-image: url("misc/modal.svg") 10 10 35 14;
|
||||
border-image: url("misc/bg.svg") 10 10 35 14;
|
||||
border-radius: 3px;
|
||||
padding: 20px;
|
||||
|
||||
@ -710,7 +710,7 @@ StScrollBar {
|
||||
&-group { padding: 12px; }
|
||||
|
||||
&-container {
|
||||
border-image: url("misc/modal.svg") 10 10 35 14;
|
||||
border-image: url("misc/bg.svg") 10 10 35 14;
|
||||
border-radius: 3px;
|
||||
padding: 20px;
|
||||
padding-bottom: 24px;
|
||||
@ -765,9 +765,11 @@ StScrollBar {
|
||||
//
|
||||
#panel {
|
||||
background-color: $panel_bg;
|
||||
border-color: darken($panel_bg, 9%);
|
||||
border-bottom-width: 1px;
|
||||
font-weight: bold;
|
||||
height: 2.1em;
|
||||
min-height: 23px;
|
||||
min-height: 26px;
|
||||
|
||||
&.unlock-screen,
|
||||
&.login-screen,
|
||||
@ -776,6 +778,8 @@ StScrollBar {
|
||||
border-image: none;
|
||||
}
|
||||
|
||||
&:overview { background-color: transparentize(darken($panel_bg,10%), 0.15); }
|
||||
|
||||
#panelLeft, #panelCenter { // spacing between activities<>app menu and such
|
||||
spacing: 8px;
|
||||
}
|
||||
@ -1370,34 +1374,30 @@ StScrollBar {
|
||||
//
|
||||
#dash {
|
||||
font-size: 1em;
|
||||
color: $fg_color;
|
||||
background-color: transparent;
|
||||
padding: 10px 0px 10px 0px;
|
||||
border: none;
|
||||
color: $osd_fg_color;
|
||||
background-color: transparentize($panel_bg, 0.08);
|
||||
padding: 6px 0px 6px 0px;
|
||||
border-color: transparentize(darken($panel_bg, 9%), 0.08);
|
||||
border-radius: 0px 3px 3px 0px;
|
||||
border-image: url('dash/dash.svg') 6 11 10 10;
|
||||
|
||||
.right &,
|
||||
&:rtl {
|
||||
padding: 10px 0px 10px 0px;
|
||||
padding: 6px 0px 6px 0px;
|
||||
border-radius: 3px 0 0 3px;
|
||||
border-image: url('dash/dash-right.svg') 11 6 10 10;
|
||||
}
|
||||
|
||||
.bottom & {
|
||||
padding: 0px 10px 0px 10px;
|
||||
padding: 0px 6px 0px 6px;
|
||||
border-radius: 3px 3px 0 0;
|
||||
border-image: url('dash/dash-bottom.svg') 10 10 11 6;
|
||||
}
|
||||
|
||||
.top & {
|
||||
padding: 0px 10px 0px 10px;
|
||||
padding: 0px 6px 0px 6px;
|
||||
border-radius: 0 0 3px 3px;
|
||||
border-image: url('dash/dash-top.svg') 10 10 6 11;
|
||||
}
|
||||
|
||||
.placeholder {
|
||||
background-image: url("dash/dash-placeholder.svg");
|
||||
background-image: url("misc/dash-placeholder.svg");
|
||||
background-size: contain;
|
||||
height: 24px;
|
||||
}
|
||||
@ -1409,11 +1409,11 @@ StScrollBar {
|
||||
}
|
||||
|
||||
.dash-item-container > StWidget {
|
||||
padding: 0px 10px 0px 3px;
|
||||
padding: 0px 4px 0px 5px;
|
||||
|
||||
.right &, &:rtl { padding: 0px 3px 0px 10px; }
|
||||
.bottom & { padding: 10px 0px 3px 0px; }
|
||||
.top & { padding: 3px 0px 10px 0px; }
|
||||
.right &, &:rtl { padding: 0px 5px 0px 4px; }
|
||||
.bottom & { padding: 4px 0px 5px 0px; }
|
||||
.top & { padding: 5px 0px 4px 0px; }
|
||||
}
|
||||
|
||||
//osd tooltip
|
||||
@ -1435,31 +1435,21 @@ StScrollBar {
|
||||
#dash .app-well-app {
|
||||
|
||||
.overview-icon,
|
||||
.right & .overview-icon {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.right & .overview-icon,
|
||||
.bottom & .overview-icon,
|
||||
.top & .overview-icon {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
&:hover .overview-icon,
|
||||
.right &:hover .overview-icon {
|
||||
background-color: $selected_bg_color;
|
||||
}
|
||||
|
||||
.right &:hover .overview-icon,
|
||||
.bottom &:hover .overview-icon,
|
||||
.top &:hover .overview-icon {
|
||||
background-color: $selected_bg_color;
|
||||
}
|
||||
|
||||
&:active .overview-icon,
|
||||
.right &:active .overview-icon {
|
||||
box-shadow: none;
|
||||
background-color: darken($selected_bg_color, 10%);
|
||||
}
|
||||
|
||||
.right &:active .overview-icon,
|
||||
.bottom &:active .overview-icon,
|
||||
.top &:active .overview-icon {
|
||||
box-shadow: none;
|
||||
@ -1467,14 +1457,10 @@ StScrollBar {
|
||||
}
|
||||
|
||||
&-running-dot {
|
||||
width: 20px;
|
||||
width: 11px;
|
||||
height: 2px;
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 6px;
|
||||
background-color: $selected_bg_color;
|
||||
|
||||
.bottom &, .top & {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1523,9 +1509,9 @@ StScrollBar {
|
||||
.app-view-control {
|
||||
padding: 4px 32px;
|
||||
|
||||
color: transparentize($selected_fg_color, 0.4);
|
||||
color: transparentize($selected_fg_color, 0.2);
|
||||
background-color: transparentize(darken($panel_bg,10%), 0.15);
|
||||
border-color: transparentize(darken($panel_bg,10%), 0.15);
|
||||
border-color: transparentize($osd_fg_color, 0.7);
|
||||
|
||||
&:hover {
|
||||
color: $selected_fg_color;
|
||||
@ -1557,7 +1543,7 @@ StScrollBar {
|
||||
&:active, &:checked { background-color: transparentize(darken($osd_bg_color,10%),.1); }
|
||||
|
||||
&:focus, &:selected, &:hover {
|
||||
background-color: transparentize($osd_fg_color,.9);
|
||||
background-color: transparentize($osd_fg_color,.6);
|
||||
transition-duration: 200ms;
|
||||
}
|
||||
}
|
||||
@ -1573,13 +1559,13 @@ StScrollBar {
|
||||
&:active .overview-icon,
|
||||
&:checked .overview-icon {
|
||||
background-color: transparentize(darken($osd_bg_color,10%),.1);
|
||||
box-shadow: inset 0 1px 2px $osd_borders_color;
|
||||
box-shadow: inset 0 0 $selected_bg_color;
|
||||
}
|
||||
|
||||
&:hover .overview-icon,
|
||||
&:focus .overview-icon,
|
||||
&:selected .overview-icon {
|
||||
background-color: transparentize($osd_fg_color,.9);
|
||||
background-color: transparentize($osd_fg_color,.6);
|
||||
transition-duration: 0ms;
|
||||
border-image: none;
|
||||
background-image: none;
|
||||
@ -1608,7 +1594,8 @@ StScrollBar {
|
||||
.app-well-app.app-folder {
|
||||
|
||||
> .overview-icon {
|
||||
background-color: $panel_bg;
|
||||
background-color: transparentize(darken($panel_bg,10%), 0.15);
|
||||
border: 1px solid transparentize($osd_fg_color, 0.7);
|
||||
}
|
||||
|
||||
&:hover > .overview-icon {
|
||||
@ -1627,12 +1614,11 @@ StScrollBar {
|
||||
|
||||
.app-folder-popup { //expanded collection
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-border-width: 0px;
|
||||
-arrow-base: 0px;
|
||||
-arrow-rise: 0px;
|
||||
border-image: url("misc/modal.svg") 10 10 35 14;
|
||||
-arrow-background-color: transparentize(darken($panel_bg,10%), 0.15);
|
||||
-arrow-border-color: transparentize($osd_fg_color, 0.7);
|
||||
-arrow-border-width: 1px;
|
||||
-arrow-base: 5;
|
||||
-arrow-rise: 5;
|
||||
}
|
||||
.app-folder-popup-bin { padding: 5px; }
|
||||
.app-folder-icon {
|
||||
@ -1670,15 +1656,19 @@ StScrollBar {
|
||||
.workspace-thumbnails { //container ala dash
|
||||
visible-width: 40px; //amount visible before hover
|
||||
spacing: 11px;
|
||||
padding: 18px 9px 18px 18px;
|
||||
background-color: transparent;
|
||||
border-image: url('dash/dash-right.svg') 10 10 10 10;
|
||||
padding: 12px;
|
||||
padding-right: 7px;
|
||||
border-radius: 3px 0 0 3px;
|
||||
background-color: transparentize($panel_bg, 0.08);
|
||||
border-color: transparentize(darken($panel_bg, 9%), 0.08);
|
||||
|
||||
&:rtl {
|
||||
padding: 18px 18px 18px 9px;
|
||||
border-image: url('dash/dash.svg') 10 10 10 10;
|
||||
padding: 12px;
|
||||
padding-left: 7px;
|
||||
border-radius: 0 3px 3px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.workspace-thumbnail-indicator {
|
||||
border: 4px solid transparentize($selected_bg_color, 0.2);
|
||||
border-radius: 1px;
|
||||
|
@ -105,7 +105,7 @@
|
||||
//
|
||||
// normal osd button
|
||||
//
|
||||
color: $osd_fg_color;
|
||||
color: lighten($osd_fg_color, 10%);
|
||||
outline-color: transparentize($osd_fg_color, 0.7);
|
||||
border-color: transparentize($osd_fg_color, 0.7);
|
||||
background-color: darken($osd_bg_color, 5%);
|
||||
|
@ -1,147 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="65"
|
||||
height="49"
|
||||
viewBox="0 0 64.999999 49.000001"
|
||||
id="svg4356"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="dash-bottom.svg">
|
||||
<defs
|
||||
id="defs4358" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="16.979352"
|
||||
inkscape:cy="46.227605"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g4305"
|
||||
showgrid="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
units="px"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="718"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4904"
|
||||
originx="-35.999999"
|
||||
originy="-744.9998" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata4361">
|
||||
<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="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-36,-258.36236)">
|
||||
<g
|
||||
id="g4305"
|
||||
style="opacity:1"
|
||||
transform="matrix(-1,0,0,-1,346,452.22457)">
|
||||
<g
|
||||
id="g4305-9"
|
||||
style="opacity:0.25">
|
||||
<rect
|
||||
rx="8"
|
||||
ry="8"
|
||||
y="118.86221"
|
||||
x="246.5"
|
||||
height="73"
|
||||
width="62"
|
||||
id="rect4179-2-0-9-4-4-3-8-0"
|
||||
style="opacity:0.02999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="4"
|
||||
ry="4"
|
||||
y="122.8622"
|
||||
x="250.49998"
|
||||
height="65.000015"
|
||||
width="54.000015"
|
||||
id="rect4179-2-0-9-2-6"
|
||||
style="opacity:0.45;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="5"
|
||||
ry="5"
|
||||
y="121.86221"
|
||||
x="249.5"
|
||||
height="67"
|
||||
width="56"
|
||||
id="rect4179-2-0-9-4-6-2"
|
||||
style="opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="6"
|
||||
ry="6"
|
||||
y="120.86219"
|
||||
x="248.5"
|
||||
height="69.000023"
|
||||
width="58"
|
||||
id="rect4179-2-0-9-4-4-0"
|
||||
style="opacity:0.125;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="7"
|
||||
ry="7"
|
||||
y="119.8622"
|
||||
x="247.5"
|
||||
height="71.000015"
|
||||
width="60"
|
||||
id="rect4179-2-0-9-4-4-3-3"
|
||||
style="opacity:0.06199999;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="3"
|
||||
ry="3"
|
||||
y="123.3622"
|
||||
x="251.5"
|
||||
height="63.500011"
|
||||
width="52"
|
||||
id="rect4179-2-0-9-2-3-3"
|
||||
style="opacity:0.5;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,1,1,0,-183.99995,135.86268)"
|
||||
id="g5140-5" />
|
||||
<g
|
||||
id="g4289"
|
||||
transform="matrix(0,1,1,0,2.637851,108.86221)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4254"
|
||||
d="m 28,248.36215 47,0 c 1.662,0 3,1.338 3,3 l 0,47 c 0,1.662 -1.338,3 -3,3 l -47,0 c -1.662,0 -3,-1.338 -3,-3 l 0,-47 c 0,-1.662 1.338,-3 3,-3 z"
|
||||
style="opacity:0.95;fill:#25272d;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 5.1 KiB |
@ -1,144 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="49"
|
||||
height="65"
|
||||
viewBox="0 0 48.999999 65.000001"
|
||||
id="svg4356"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="dash-right.svg">
|
||||
<defs
|
||||
id="defs4358" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="45.254834"
|
||||
inkscape:cx="4.6263238"
|
||||
inkscape:cy="51.623152"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
units="px"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="718"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
showguides="false">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4904"
|
||||
originx="-35.999999"
|
||||
originy="-744.9998" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata4361">
|
||||
<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="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-36,-242.36236)">
|
||||
<g
|
||||
id="g4305"
|
||||
style="opacity:0.25"
|
||||
transform="matrix(0,1,-1,0,229.86221,-2.6378515)">
|
||||
<rect
|
||||
rx="8"
|
||||
ry="8"
|
||||
y="118.86221"
|
||||
x="246.5"
|
||||
height="73"
|
||||
width="62"
|
||||
id="rect4179-2-0-9-4-4-3-8"
|
||||
style="opacity:0.02999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="4"
|
||||
ry="4"
|
||||
y="122.8622"
|
||||
x="250.49998"
|
||||
height="65.000015"
|
||||
width="54.000015"
|
||||
id="rect4179-2-0-9-2"
|
||||
style="opacity:0.45;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="5"
|
||||
ry="5"
|
||||
y="121.86221"
|
||||
x="249.5"
|
||||
height="67"
|
||||
width="56"
|
||||
id="rect4179-2-0-9-4-6"
|
||||
style="opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="6"
|
||||
ry="6"
|
||||
y="120.86219"
|
||||
x="248.5"
|
||||
height="69.000023"
|
||||
width="58"
|
||||
id="rect4179-2-0-9-4-4"
|
||||
style="opacity:0.125;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="7"
|
||||
ry="7"
|
||||
y="119.8622"
|
||||
x="247.5"
|
||||
height="71.000015"
|
||||
width="60"
|
||||
id="rect4179-2-0-9-4-4-3"
|
||||
style="opacity:0.06199999;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="3"
|
||||
ry="3"
|
||||
y="123.3622"
|
||||
x="251.5"
|
||||
height="63.500011"
|
||||
width="52"
|
||||
id="rect4179-2-0-9-2-3"
|
||||
style="opacity:0.5;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(-1,0,0,1,93.999527,-186.6378)"
|
||||
id="g5140-5" />
|
||||
<g
|
||||
id="g4289"
|
||||
transform="matrix(-1,0,0,1,121,0)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4254"
|
||||
d="m 28,248.36215 47,0 c 1.662,0 3,1.338 3,3 l 0,47 c 0,1.662 -1.338,3 -3,3 l -47,0 c -1.662,0 -3,-1.338 -3,-3 l 0,-47 c 0,-1.662 1.338,-3 3,-3 z"
|
||||
style="opacity:0.95;fill:#25272d;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.9 KiB |
@ -1,148 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="65"
|
||||
height="49"
|
||||
viewBox="0 0 64.999999 49.000001"
|
||||
id="svg4356"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="dash-top.svg">
|
||||
<defs
|
||||
id="defs4358" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="8.0000001"
|
||||
inkscape:cx="24.801326"
|
||||
inkscape:cy="17.195282"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g4305"
|
||||
showgrid="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
units="px"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="718"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4904"
|
||||
originx="-35.999999"
|
||||
originy="-744.9998" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata4361">
|
||||
<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="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-36,-258.36236)">
|
||||
<g
|
||||
id="g4305"
|
||||
style="opacity:1"
|
||||
transform="matrix(-1,0,0,-1,346,452.22457)">
|
||||
<g
|
||||
id="g4305-9"
|
||||
style="opacity:0.25"
|
||||
transform="matrix(1,0,0,-1,-5e-7,338.72442)">
|
||||
<rect
|
||||
rx="8"
|
||||
ry="8"
|
||||
y="118.86221"
|
||||
x="246.5"
|
||||
height="73"
|
||||
width="62"
|
||||
id="rect4179-2-0-9-4-4-3-8-0"
|
||||
style="opacity:0.02999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="4"
|
||||
ry="4"
|
||||
y="122.8622"
|
||||
x="250.49998"
|
||||
height="65.000015"
|
||||
width="54.000015"
|
||||
id="rect4179-2-0-9-2-6"
|
||||
style="opacity:0.45;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="5"
|
||||
ry="5"
|
||||
y="121.86221"
|
||||
x="249.5"
|
||||
height="67"
|
||||
width="56"
|
||||
id="rect4179-2-0-9-4-6-2"
|
||||
style="opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="6"
|
||||
ry="6"
|
||||
y="120.86219"
|
||||
x="248.5"
|
||||
height="69.000023"
|
||||
width="58"
|
||||
id="rect4179-2-0-9-4-4-0"
|
||||
style="opacity:0.125;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="7"
|
||||
ry="7"
|
||||
y="119.8622"
|
||||
x="247.5"
|
||||
height="71.000015"
|
||||
width="60"
|
||||
id="rect4179-2-0-9-4-4-3-3"
|
||||
style="opacity:0.06199999;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="3"
|
||||
ry="3"
|
||||
y="123.3622"
|
||||
x="251.5"
|
||||
height="63.500011"
|
||||
width="52"
|
||||
id="rect4179-2-0-9-2-3-3"
|
||||
style="opacity:0.5;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
transform="matrix(0,-1,1,0,-183.99995,202.86174)"
|
||||
id="g5140-5" />
|
||||
<g
|
||||
id="g4289"
|
||||
transform="matrix(0,-1,1,0,2.637851,229.86221)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4254"
|
||||
d="m 28,248.36215 47,0 c 1.662,0 3,1.338 3,3 l 0,47 c 0,1.662 -1.338,3 -3,3 l -47,0 c -1.662,0 -3,-1.338 -3,-3 l 0,-47 c 0,-1.662 1.338,-3 3,-3 z"
|
||||
style="opacity:0.95;fill:#25272d;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 5.2 KiB |
@ -1,142 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="49"
|
||||
height="65"
|
||||
viewBox="0 0 48.999999 65.000001"
|
||||
id="svg4356"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="dash.svg">
|
||||
<defs
|
||||
id="defs4358" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="16"
|
||||
inkscape:cx="37.937324"
|
||||
inkscape:cy="49.56597"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
units="px"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="718"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
showguides="false">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4904"
|
||||
originx="-35.999999"
|
||||
originy="-744.9998" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata4361">
|
||||
<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="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-36,-242.36236)">
|
||||
<g
|
||||
id="g4305"
|
||||
style="opacity:0.24999999"
|
||||
transform="matrix(0,1,1,0,-108.86221,-2.6378515)">
|
||||
<rect
|
||||
rx="8"
|
||||
ry="8"
|
||||
y="118.86221"
|
||||
x="246.5"
|
||||
height="73"
|
||||
width="62"
|
||||
id="rect4179-2-0-9-4-4-3-8"
|
||||
style="opacity:0.02999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="4"
|
||||
ry="4"
|
||||
y="122.8622"
|
||||
x="250.49998"
|
||||
height="65.000015"
|
||||
width="54.000015"
|
||||
id="rect4179-2-0-9-2"
|
||||
style="opacity:0.45;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="5"
|
||||
ry="5"
|
||||
y="121.86221"
|
||||
x="249.5"
|
||||
height="67"
|
||||
width="56"
|
||||
id="rect4179-2-0-9-4-6"
|
||||
style="opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="6"
|
||||
ry="6"
|
||||
y="120.86219"
|
||||
x="248.5"
|
||||
height="69.000023"
|
||||
width="58"
|
||||
id="rect4179-2-0-9-4-4"
|
||||
style="opacity:0.125;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="7"
|
||||
ry="7"
|
||||
y="119.8622"
|
||||
x="247.5"
|
||||
height="71.000015"
|
||||
width="60"
|
||||
id="rect4179-2-0-9-4-4-3"
|
||||
style="opacity:0.06199999;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="3"
|
||||
ry="3"
|
||||
y="123.3622"
|
||||
x="251.5"
|
||||
height="63.500011"
|
||||
width="52"
|
||||
id="rect4179-2-0-9-2-3"
|
||||
style="opacity:0.5;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
<g
|
||||
transform="translate(27.000473,-186.6378)"
|
||||
id="g5140-5" />
|
||||
<g
|
||||
id="g4289">
|
||||
<path
|
||||
id="rect4254"
|
||||
d="m 28,248.36215 47,0 c 1.662,0 3,1.338 3,3 l 0,47 c 0,1.662 -1.338,3 -3,3 l -47,0 c -1.662,0 -3,-1.338 -3,-3 l 0,-47 c 0,-1.662 1.338,-3 3,-3 z"
|
||||
style="opacity:0.95;fill:#25272d;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.8 KiB |
@ -168,7 +168,7 @@ StScrollBar {
|
||||
color: #5c616c;
|
||||
background-color: rgba(249, 250, 251, 0);
|
||||
border: none;
|
||||
border-image: url("misc/modal2.svg") 10 10 10 10;
|
||||
border-image: url("misc/modal.svg") 10 10 10 10;
|
||||
padding: 0 6px 6px 6px; }
|
||||
.modal-dialog > * {
|
||||
padding: 14px; }
|
||||
@ -183,7 +183,7 @@ StScrollBar {
|
||||
.modal-dialog-button-box .button, .modal-dialog-button-box .notification-banner .notification-button, .notification-banner .modal-dialog-button-box .notification-button {
|
||||
text-shadow: 0 1px rgba(255, 255, 255, 0);
|
||||
box-shadow: inset 0 0 rgba(255, 255, 255, 0);
|
||||
color: #A8ADB5;
|
||||
color: #c4c7cc;
|
||||
outline-color: rgba(168, 173, 181, 0.3);
|
||||
border-color: rgba(168, 173, 181, 0.3);
|
||||
background-color: rgba(48, 52, 59, 0.95); }
|
||||
@ -497,7 +497,7 @@ StScrollBar {
|
||||
.switcher-list {
|
||||
background: none;
|
||||
border: none;
|
||||
border-image: url("misc/modal.svg") 10 10 35 14;
|
||||
border-image: url("misc/bg.svg") 10 10 35 14;
|
||||
border-radius: 3px;
|
||||
padding: 20px; }
|
||||
.switcher-list-item-container {
|
||||
@ -541,7 +541,7 @@ StScrollBar {
|
||||
.workspace-switcher-group {
|
||||
padding: 12px; }
|
||||
.workspace-switcher-container {
|
||||
border-image: url("misc/modal.svg") 10 10 35 14;
|
||||
border-image: url("misc/bg.svg") 10 10 35 14;
|
||||
border-radius: 3px;
|
||||
padding: 20px;
|
||||
padding-bottom: 24px; }
|
||||
@ -577,12 +577,16 @@ StScrollBar {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(37, 39, 45, 0.95);
|
||||
border-color: rgba(16, 17, 20, 0.95);
|
||||
border-bottom-width: 1px;
|
||||
font-weight: bold;
|
||||
height: 2.1em;
|
||||
min-height: 23px; }
|
||||
min-height: 26px; }
|
||||
#panel.unlock-screen, #panel.login-screen, #panel.lock-screen {
|
||||
background-color: transparent;
|
||||
border-image: none; }
|
||||
#panel:overview {
|
||||
background-color: rgba(14, 15, 17, 0.8); }
|
||||
#panel #panelLeft, #panel #panelCenter {
|
||||
spacing: 8px; }
|
||||
#panel .panel-corner {
|
||||
@ -1078,26 +1082,22 @@ StScrollBar {
|
||||
|
||||
#dash {
|
||||
font-size: 1em;
|
||||
color: #5c616c;
|
||||
background-color: transparent;
|
||||
padding: 10px 0px 10px 0px;
|
||||
border: none;
|
||||
border-radius: 0px 3px 3px 0px;
|
||||
border-image: url("dash/dash.svg") 6 11 10 10; }
|
||||
color: #A8ADB5;
|
||||
background-color: rgba(37, 39, 45, 0.87);
|
||||
padding: 6px 0px 6px 0px;
|
||||
border-color: rgba(16, 17, 20, 0.87);
|
||||
border-radius: 0px 3px 3px 0px; }
|
||||
.right #dash, #dash:rtl {
|
||||
padding: 10px 0px 10px 0px;
|
||||
border-radius: 3px 0 0 3px;
|
||||
border-image: url("dash/dash-right.svg") 11 6 10 10; }
|
||||
padding: 6px 0px 6px 0px;
|
||||
border-radius: 3px 0 0 3px; }
|
||||
.bottom #dash {
|
||||
padding: 0px 10px 0px 10px;
|
||||
border-radius: 3px 3px 0 0;
|
||||
border-image: url("dash/dash-bottom.svg") 10 10 11 6; }
|
||||
padding: 0px 6px 0px 6px;
|
||||
border-radius: 3px 3px 0 0; }
|
||||
.top #dash {
|
||||
padding: 0px 10px 0px 10px;
|
||||
border-radius: 0 0 3px 3px;
|
||||
border-image: url("dash/dash-top.svg") 10 10 6 11; }
|
||||
padding: 0px 6px 0px 6px;
|
||||
border-radius: 0 0 3px 3px; }
|
||||
#dash .placeholder {
|
||||
background-image: url("dash/dash-placeholder.svg");
|
||||
background-image: url("misc/dash-placeholder.svg");
|
||||
background-size: contain;
|
||||
height: 24px; }
|
||||
#dash .empty-dash-drop-target {
|
||||
@ -1105,13 +1105,13 @@ StScrollBar {
|
||||
height: 24px; }
|
||||
|
||||
.dash-item-container > StWidget {
|
||||
padding: 0px 10px 0px 3px; }
|
||||
padding: 0px 4px 0px 5px; }
|
||||
.right .dash-item-container > StWidget, .dash-item-container > StWidget:rtl {
|
||||
padding: 0px 3px 0px 10px; }
|
||||
padding: 0px 5px 0px 4px; }
|
||||
.bottom .dash-item-container > StWidget {
|
||||
padding: 10px 0px 3px 0px; }
|
||||
padding: 4px 0px 5px 0px; }
|
||||
.top .dash-item-container > StWidget {
|
||||
padding: 3px 0px 10px 0px; }
|
||||
padding: 5px 0px 4px 0px; }
|
||||
|
||||
.dash-label {
|
||||
border-radius: 3px;
|
||||
@ -1124,27 +1124,18 @@ StScrollBar {
|
||||
-y-offset: 3px;
|
||||
-x-offset: 0; }
|
||||
|
||||
#dash .app-well-app .overview-icon, .right #dash .app-well-app .overview-icon {
|
||||
#dash .app-well-app .overview-icon, .right #dash .app-well-app .overview-icon, .bottom #dash .app-well-app .overview-icon, .top #dash .app-well-app .overview-icon {
|
||||
padding: 10px; }
|
||||
.bottom #dash .app-well-app .overview-icon, .top #dash .app-well-app .overview-icon {
|
||||
padding: 10px; }
|
||||
#dash .app-well-app:hover .overview-icon, .right #dash .app-well-app:hover .overview-icon {
|
||||
#dash .app-well-app:hover .overview-icon, .right #dash .app-well-app:hover .overview-icon, .bottom #dash .app-well-app:hover .overview-icon, .top #dash .app-well-app:hover .overview-icon {
|
||||
background-color: #5294E2; }
|
||||
.bottom #dash .app-well-app:hover .overview-icon, .top #dash .app-well-app:hover .overview-icon {
|
||||
background-color: #5294E2; }
|
||||
#dash .app-well-app:active .overview-icon, .right #dash .app-well-app:active .overview-icon {
|
||||
box-shadow: none;
|
||||
background-color: #2679db; }
|
||||
.bottom #dash .app-well-app:active .overview-icon, .top #dash .app-well-app:active .overview-icon {
|
||||
#dash .app-well-app:active .overview-icon, .right #dash .app-well-app:active .overview-icon, .bottom #dash .app-well-app:active .overview-icon, .top #dash .app-well-app:active .overview-icon {
|
||||
box-shadow: none;
|
||||
background-color: #2679db; }
|
||||
#dash .app-well-app-running-dot {
|
||||
width: 20px;
|
||||
width: 11px;
|
||||
height: 2px;
|
||||
margin-bottom: 4px;
|
||||
margin-bottom: 6px;
|
||||
background-color: #5294E2; }
|
||||
.bottom #dash .app-well-app-running-dot, .top #dash .app-well-app-running-dot {
|
||||
margin-bottom: 0px; }
|
||||
|
||||
.show-apps .overview-icon {
|
||||
padding: 11px;
|
||||
@ -1172,9 +1163,9 @@ StScrollBar {
|
||||
|
||||
.app-view-control {
|
||||
padding: 4px 32px;
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
background-color: rgba(14, 15, 17, 0.8);
|
||||
border-color: rgba(14, 15, 17, 0.8); }
|
||||
border-color: rgba(168, 173, 181, 0.3); }
|
||||
.app-view-control:hover {
|
||||
color: #ffffff;
|
||||
background-color: rgba(14, 15, 17, 0.8);
|
||||
@ -1198,7 +1189,7 @@ StScrollBar {
|
||||
.list-search-result:focus,
|
||||
.list-search-result:selected,
|
||||
.list-search-result:hover {
|
||||
background-color: rgba(168, 173, 181, 0.1);
|
||||
background-color: rgba(168, 173, 181, 0.4);
|
||||
transition-duration: 200ms; }
|
||||
|
||||
.app-well-app:active .overview-icon, .app-well-app:checked .overview-icon,
|
||||
@ -1207,7 +1198,7 @@ StScrollBar {
|
||||
.grid-search-result:active .overview-icon,
|
||||
.grid-search-result:checked .overview-icon {
|
||||
background-color: rgba(37, 39, 45, 0.85);
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7); }
|
||||
box-shadow: inset 0 0 #5294E2; }
|
||||
.app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, .app-well-app:selected .overview-icon,
|
||||
.app-well-app.app-folder:hover .overview-icon,
|
||||
.app-well-app.app-folder:focus .overview-icon,
|
||||
@ -1215,7 +1206,7 @@ StScrollBar {
|
||||
.grid-search-result:hover .overview-icon,
|
||||
.grid-search-result:focus .overview-icon,
|
||||
.grid-search-result:selected .overview-icon {
|
||||
background-color: rgba(168, 173, 181, 0.1);
|
||||
background-color: rgba(168, 173, 181, 0.4);
|
||||
transition-duration: 0ms;
|
||||
border-image: none;
|
||||
background-image: none; }
|
||||
@ -1238,7 +1229,8 @@ StScrollBar {
|
||||
text-align: center; }
|
||||
|
||||
.app-well-app.app-folder > .overview-icon {
|
||||
background-color: rgba(37, 39, 45, 0.95); }
|
||||
background-color: rgba(14, 15, 17, 0.8);
|
||||
border: 1px solid rgba(168, 173, 181, 0.3); }
|
||||
.app-well-app.app-folder:hover > .overview-icon {
|
||||
background-color: rgba(60, 64, 73, 0.95); }
|
||||
.app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon {
|
||||
@ -1249,12 +1241,11 @@ StScrollBar {
|
||||
|
||||
.app-folder-popup {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-border-width: 0px;
|
||||
-arrow-base: 0px;
|
||||
-arrow-rise: 0px;
|
||||
border-image: url("misc/modal.svg") 10 10 35 14; }
|
||||
-arrow-background-color: rgba(14, 15, 17, 0.8);
|
||||
-arrow-border-color: rgba(168, 173, 181, 0.3);
|
||||
-arrow-border-width: 1px;
|
||||
-arrow-base: 5;
|
||||
-arrow-rise: 5; }
|
||||
|
||||
.app-folder-popup-bin {
|
||||
padding: 5px; }
|
||||
@ -1285,12 +1276,15 @@ StScrollBar {
|
||||
.workspace-thumbnails {
|
||||
visible-width: 40px;
|
||||
spacing: 11px;
|
||||
padding: 18px 9px 18px 18px;
|
||||
background-color: transparent;
|
||||
border-image: url("dash/dash-right.svg") 10 10 10 10; }
|
||||
padding: 12px;
|
||||
padding-right: 7px;
|
||||
border-radius: 3px 0 0 3px;
|
||||
background-color: rgba(37, 39, 45, 0.87);
|
||||
border-color: rgba(16, 17, 20, 0.87); }
|
||||
.workspace-thumbnails:rtl {
|
||||
padding: 18px 18px 18px 9px;
|
||||
border-image: url("dash/dash.svg") 10 10 10 10; }
|
||||
padding: 12px;
|
||||
padding-left: 7px;
|
||||
border-radius: 0 3px 3px 0; }
|
||||
|
||||
.workspace-thumbnail-indicator {
|
||||
border: 4px solid rgba(82, 148, 226, 0.8);
|
||||
@ -1479,7 +1473,7 @@ StScrollBar {
|
||||
.keyboard-key {
|
||||
text-shadow: 0 1px rgba(255, 255, 255, 0);
|
||||
box-shadow: inset 0 0 rgba(255, 255, 255, 0);
|
||||
color: #A8ADB5;
|
||||
color: #c4c7cc;
|
||||
outline-color: rgba(168, 173, 181, 0.3);
|
||||
border-color: rgba(168, 173, 181, 0.3);
|
||||
background-color: rgba(48, 52, 59, 0.95);
|
||||
|
@ -15,7 +15,7 @@
|
||||
id="svg5653"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="modal2.svg">
|
||||
sodipodi:docname="bg.svg">
|
||||
<defs
|
||||
id="defs5655" />
|
||||
<sodipodi:namedview
|
||||
@ -25,9 +25,9 @@
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1"
|
||||
inkscape:cx="4.0515156"
|
||||
inkscape:cy="48.740716"
|
||||
inkscape:zoom="5.6568542"
|
||||
inkscape:cx="36.163589"
|
||||
inkscape:cy="29.185779"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="true"
|
||||
@ -71,7 +71,7 @@
|
||||
transform="translate(-245,-342.3622)">
|
||||
<g
|
||||
id="g4305"
|
||||
style="opacity:0.15"
|
||||
style="opacity:0.25"
|
||||
transform="translate(-2.9802322e-8,224.49998)">
|
||||
<rect
|
||||
rx="4"
|
||||
@ -120,22 +120,13 @@
|
||||
style="opacity:0.02999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
<rect
|
||||
style="opacity:0.95;fill:#f9fafb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.66666667"
|
||||
style="opacity:0.95;fill:#25272d;fill-opacity:1;stroke:#101114;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4179-2-0-9"
|
||||
width="54"
|
||||
height="65.000008"
|
||||
x="251"
|
||||
y="347.36218"
|
||||
width="53"
|
||||
height="64.000008"
|
||||
x="251.5"
|
||||
y="347.86218"
|
||||
ry="2.0000002"
|
||||
rx="2" />
|
||||
<rect
|
||||
style="opacity:0.1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4179-2-0-9-7"
|
||||
width="55"
|
||||
height="66.000008"
|
||||
x="250.5"
|
||||
y="346.86218"
|
||||
ry="2.5"
|
||||
rx="2.4999998" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
@ -1,242 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns: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="66"
|
||||
height="64"
|
||||
viewBox="0 0 66.000001 63.999996"
|
||||
id="svg5653"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="lg.svg">
|
||||
<defs
|
||||
id="defs5655">
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient4331">
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop4333" />
|
||||
<stop
|
||||
style="stop-color:#ffffff;stop-opacity:0;"
|
||||
offset="1"
|
||||
id="stop4335" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient4629">
|
||||
<stop
|
||||
style="stop-color:#212425;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop4631" />
|
||||
<stop
|
||||
style="stop-color:#0f0f0f;stop-opacity:1"
|
||||
offset="1"
|
||||
id="stop4633" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
inkscape:collect="always"
|
||||
id="linearGradient4363">
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:1"
|
||||
offset="0"
|
||||
id="stop4365" />
|
||||
<stop
|
||||
style="stop-color:#000000;stop-opacity:0"
|
||||
offset="1"
|
||||
id="stop4367" />
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
gradientTransform="matrix(0.18531469,0,0,1.0500002,151.43008,307.96218)"
|
||||
gradientUnits="userSpaceOnUse"
|
||||
y2="42.285721"
|
||||
x2="682.99994"
|
||||
y1="38"
|
||||
x1="683"
|
||||
id="linearGradient4193-7-7"
|
||||
xlink:href="#linearGradient4629"
|
||||
inkscape:collect="always" />
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
y2="41"
|
||||
x2="683"
|
||||
y1="40"
|
||||
x1="683"
|
||||
id="linearGradient4337-5-6"
|
||||
xlink:href="#linearGradient4331"
|
||||
inkscape:collect="always"
|
||||
gradientTransform="matrix(0.18021202,0,0,0.99999983,154.9152,309.36223)" />
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
y2="41"
|
||||
x2="683"
|
||||
y1="40"
|
||||
x1="683"
|
||||
id="linearGradient4337-8-5-6"
|
||||
xlink:href="#linearGradient4363"
|
||||
inkscape:collect="always"
|
||||
gradientTransform="matrix(0.18021202,0,0,1.0000002,154.9152,-449.36227)" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="64"
|
||||
inkscape:cx="8.0460123"
|
||||
inkscape:cy="5.863949"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="g4305"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1366"
|
||||
inkscape:window-height="718"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1"
|
||||
showguides="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:bbox-paths="true"
|
||||
inkscape:bbox-nodes="true"
|
||||
inkscape:snap-bbox-edge-midpoints="true"
|
||||
units="px"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid4149"
|
||||
originx="0"
|
||||
originy="-133.99999" />
|
||||
<sodipodi:guide
|
||||
position="-80.000001,21.000002"
|
||||
orientation="0,1"
|
||||
id="guide4593" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5658">
|
||||
<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="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-245,-354.3622)">
|
||||
<g
|
||||
id="g4305"
|
||||
style="opacity:0.75"
|
||||
transform="translate(-2.9802322e-8,224.49998)">
|
||||
<rect
|
||||
rx="4"
|
||||
ry="4"
|
||||
y="122.8622"
|
||||
x="250.49998"
|
||||
height="64.999992"
|
||||
width="54.999996"
|
||||
id="rect4179-2-0-9-2"
|
||||
style="opacity:0.45;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="5"
|
||||
ry="5"
|
||||
y="121.86221"
|
||||
x="249.5"
|
||||
height="67"
|
||||
width="57"
|
||||
id="rect4179-2-0-9-4-6"
|
||||
style="opacity:0.25;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="6"
|
||||
ry="6"
|
||||
y="120.86219"
|
||||
x="248.5"
|
||||
height="69"
|
||||
width="59"
|
||||
id="rect4179-2-0-9-4-4"
|
||||
style="opacity:0.125;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="7"
|
||||
ry="7"
|
||||
y="119.8622"
|
||||
x="247.5"
|
||||
height="70.999992"
|
||||
width="61"
|
||||
id="rect4179-2-0-9-4-4-3"
|
||||
style="opacity:0.06199999;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="8"
|
||||
ry="8"
|
||||
y="118.86221"
|
||||
x="246.5"
|
||||
height="73"
|
||||
width="63"
|
||||
id="rect4179-2-0-9-4-4-3-8"
|
||||
style="opacity:0.02999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
<rect
|
||||
rx="3"
|
||||
ry="3"
|
||||
y="123.3622"
|
||||
x="251.5"
|
||||
height="63.500004"
|
||||
width="53"
|
||||
id="rect4179-2-0-9-2-3"
|
||||
style="opacity:0.5;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
<rect
|
||||
style="opacity:0.5;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4179-2-0-9-4"
|
||||
width="53"
|
||||
height="62.999985"
|
||||
x="251.5"
|
||||
y="347.86221"
|
||||
ry="2.0000002"
|
||||
rx="2" />
|
||||
<rect
|
||||
style="opacity:0.8;fill:url(#linearGradient4193-7-7);fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4179-2-5"
|
||||
width="53"
|
||||
height="63.000011"
|
||||
x="251.5"
|
||||
y="347.86218"
|
||||
ry="2.0000002"
|
||||
rx="1.9999999" />
|
||||
<rect
|
||||
style="opacity:0.15;fill:none;fill-opacity:1;stroke:url(#linearGradient4337-5-6);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4179-3-8-9"
|
||||
width="51"
|
||||
height="56.999989"
|
||||
x="252.5"
|
||||
y="348.86218"
|
||||
ry="0.99999994"
|
||||
rx="0.99999994" />
|
||||
<rect
|
||||
style="opacity:0.1;fill:none;fill-opacity:1;stroke:url(#linearGradient4337-8-5-6);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4179-3-3-2-3"
|
||||
width="51"
|
||||
height="57.000011"
|
||||
x="252.5"
|
||||
y="-409.86221"
|
||||
ry="1"
|
||||
rx="0.99999988"
|
||||
transform="scale(1,-1)" />
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 7.9 KiB |
@ -15,7 +15,7 @@
|
||||
id="svg5653"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="modal.svg">
|
||||
sodipodi:docname="modal2.svg">
|
||||
<defs
|
||||
id="defs5655" />
|
||||
<sodipodi:namedview
|
||||
@ -25,12 +25,12 @@
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="4"
|
||||
inkscape:cx="23.474705"
|
||||
inkscape:cy="35.375708"
|
||||
inkscape:zoom="1"
|
||||
inkscape:cx="4.0515156"
|
||||
inkscape:cy="48.740716"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
showgrid="true"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
@ -60,7 +60,7 @@
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
@ -71,7 +71,7 @@
|
||||
transform="translate(-245,-342.3622)">
|
||||
<g
|
||||
id="g4305"
|
||||
style="opacity:0.25"
|
||||
style="opacity:0.15"
|
||||
transform="translate(-2.9802322e-8,224.49998)">
|
||||
<rect
|
||||
rx="4"
|
||||
@ -120,7 +120,7 @@
|
||||
style="opacity:0.02999998;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
|
||||
</g>
|
||||
<rect
|
||||
style="opacity:0.95;fill:#3c4049;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.66666667"
|
||||
style="opacity:0.95;fill:#f9fafb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.66666667"
|
||||
id="rect4179-2-0-9"
|
||||
width="54"
|
||||
height="65.000008"
|
||||
@ -128,5 +128,14 @@
|
||||
y="347.36218"
|
||||
ry="2.0000002"
|
||||
rx="2" />
|
||||
<rect
|
||||
style="opacity:0.1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect4179-2-0-9-7"
|
||||
width="55"
|
||||
height="66.000008"
|
||||
x="250.5"
|
||||
y="346.86218"
|
||||
ry="2.5"
|
||||
rx="2.4999998" />
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.7 KiB |
@ -1,118 +0,0 @@
|
||||
<?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.5 r10040"
|
||||
sodipodi:docname="summary-counter.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="linearGradient3836"><stop
|
||||
style="stop-color:#ff5757;stop-opacity:1;"
|
||||
offset="0"
|
||||
id="stop3838" /><stop
|
||||
style="stop-color:#d74747;stop-opacity:1;"
|
||||
offset="1"
|
||||
id="stop3840" /></linearGradient><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><linearGradient
|
||||
inkscape:collect="always"
|
||||
xlink:href="#linearGradient3836"
|
||||
id="linearGradient3842"
|
||||
x1="17"
|
||||
y1="5"
|
||||
x2="17"
|
||||
y2="27"
|
||||
gradientUnits="userSpaceOnUse" /></defs><sodipodi:namedview
|
||||
inkscape:window-height="1035"
|
||||
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="true"
|
||||
inkscape:zoom="11.313708"
|
||||
inkscape:cx="15.197485"
|
||||
inkscape:cy="3.6319749"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="22"
|
||||
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
|
||||
id="g3175-4"
|
||||
transform="translate(4.0260763,2.0966202)"
|
||||
style="opacity:0.8"><path
|
||||
transform="translate(0,1.028519)"
|
||||
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"
|
||||
id="path16480-5"
|
||||
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"
|
||||
xlink:href="#path2394-32"
|
||||
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 "
|
||||
inkscape:radius="0"
|
||||
sodipodi:type="inkscape:offset"
|
||||
inkscape:href="#path2394-32" /><g
|
||||
id="g3172-6" /></g><path
|
||||
sodipodi:type="arc"
|
||||
style="opacity:0.75;fill:#892929;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="path3003"
|
||||
sodipodi:cx="17"
|
||||
sodipodi:cy="15"
|
||||
sodipodi:rx="12"
|
||||
sodipodi:ry="12"
|
||||
d="M 29,15 A 12,12 0 1 1 5,15 12,12 0 1 1 29,15 z"
|
||||
transform="matrix(0.72727272,0,0,0.72727272,-0.72727202,2.3750005e-8)" /><path
|
||||
sodipodi:type="arc"
|
||||
style="fill:url(#linearGradient3842);fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="path3808"
|
||||
sodipodi:cx="17"
|
||||
sodipodi:cy="16"
|
||||
sodipodi:rx="11"
|
||||
sodipodi:ry="11"
|
||||
d="M 28,16 A 11,11 0 1 1 6,16 11,11 0 1 1 28,16 z"
|
||||
transform="matrix(0.72727272,0,0,0.72727272,-0.727272,-0.72727269)" /><path
|
||||
style="opacity:0.15;fill:#ffffff;fill-opacity:1;stroke:#f70505;stroke-width:0;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
d="m 11.636364,2.9090909 c -4.4182778,0 -7.9999997,3.5817221 -7.9999997,8.0000001 0,0.122777 0.017255,0.24221 0.022727,0.363636 0.1914686,-4.2482383 3.6817716,-7.6363634 7.9772727,-7.6363634 4.295502,0 7.785805,3.3881251 7.977273,7.6363634 0.0055,-0.121426 0.02273,-0.240859 0.02273,-0.363636 0,-4.418278 -3.581721,-8.0000001 -7.999999,-8.0000001 z"
|
||||
id="path3808-0"
|
||||
inkscape:connector-curvature="0" /></svg>
|
Before Width: | Height: | Size: 5.4 KiB |