Conflicts: svg-sources/gtk-3.0/assets/checkbox-checked-insensitive.svg svg-sources/gtk-3.0/assets/checkbox-checked.svg svg-sources/gtk-3.0/assets/checkbox-mixed-insensitive.svg svg-sources/gtk-3.0/assets/checkbox-mixed.svg svg-sources/gtk-3.0/assets/checkbox-unchecked.svg svg-sources/gtk-3.0/assets/menuitem-radio-checked-hover.svg svg-sources/gtk-3.0/assets/menuitem-radio-checked-insensitive.svg svg-sources/gtk-3.0/assets/menuitem-radio-checked.svg svg-sources/gtk-3.0/assets/radio-mixed.svg svg-sources/gtk-3.0/assets/radio-selected-insensitive.svg svg-sources/gtk-3.0/assets/radio-selected.svg svg-sources/gtk-3.0/assets/radio-unselected.svgpull/20/merge
|
@ -151,6 +151,8 @@
|
||||||
*************/
|
*************/
|
||||||
GraniteWidgetsStatusBar {
|
GraniteWidgetsStatusBar {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
|
background-image: none;
|
||||||
|
background-color: @theme_bg_color;
|
||||||
background-color: @theme_bg_color;
|
background-color: @theme_bg_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
box-shadow: inset 0 1px shade(@theme_bg_color, 0.8);
|
box-shadow: inset 0 1px shade(@theme_bg_color, 0.8);
|
||||||
|
@ -174,8 +176,13 @@ GraniteWidgetsPopOver {
|
||||||
|
|
||||||
.popover_bg {
|
.popover_bg {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
<<<<<<< HEAD
|
||||||
|
background-image: none;
|
||||||
|
background-color: @menu_bg_color;
|
||||||
|
=======
|
||||||
background-color: @menu_bg_color;
|
background-color: @menu_bg_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
>>>>>>> d2566a7a46b2a1fbf7f5e4ccbf384e0a7dace5f3
|
||||||
}
|
}
|
||||||
|
|
||||||
GraniteWidgetsPopOver .sidebar.view,
|
GraniteWidgetsPopOver .sidebar.view,
|
||||||
|
@ -198,8 +205,13 @@ GraniteWidgetsPopOver .button:hover:active {
|
||||||
}
|
}
|
||||||
|
|
||||||
GraniteWidgetsPopOver .entry {
|
GraniteWidgetsPopOver .entry {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
background-image: none;
|
||||||
|
background-color: @theme_base_color;
|
||||||
|
=======
|
||||||
background-color: @theme_base_color;
|
background-color: @theme_base_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
>>>>>>> d2566a7a46b2a1fbf7f5e4ccbf384e0a7dace5f3
|
||||||
color: @theme_text_color;
|
color: @theme_text_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -211,8 +223,13 @@ GraniteWidgetsPopOver .entry {
|
||||||
.app:hover,
|
.app:hover,
|
||||||
.app:focus {
|
.app:focus {
|
||||||
border-color: shade(@theme_selected_bg_color, 0.90);
|
border-color: shade(@theme_selected_bg_color, 0.90);
|
||||||
|
<<<<<<< HEAD
|
||||||
|
background-image: none;
|
||||||
|
background-color: @theme_selected_bg_color;
|
||||||
|
=======
|
||||||
background-color: @theme_selected_bg_color;
|
background-color: @theme_selected_bg_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
>>>>>>> d2566a7a46b2a1fbf7f5e4ccbf384e0a7dace5f3
|
||||||
color: @theme_selected_fg_color;
|
color: @theme_selected_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 663 B After Width: | Height: | Size: 494 B |
Before Width: | Height: | Size: 692 B After Width: | Height: | Size: 525 B |
Before Width: | Height: | Size: 266 B After Width: | Height: | Size: 254 B |
Before Width: | Height: | Size: 523 B After Width: | Height: | Size: 252 B |
Before Width: | Height: | Size: 507 B After Width: | Height: | Size: 232 B |
Before Width: | Height: | Size: 298 B After Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 300 B After Width: | Height: | Size: 249 B |
Before Width: | Height: | Size: 298 B After Width: | Height: | Size: 250 B |
Before Width: | Height: | Size: 705 B After Width: | Height: | Size: 538 B |
Before Width: | Height: | Size: 604 B After Width: | Height: | Size: 549 B |
Before Width: | Height: | Size: 778 B After Width: | Height: | Size: 580 B |
Before Width: | Height: | Size: 736 B After Width: | Height: | Size: 506 B |
|
@ -449,7 +449,11 @@ GtkDrawingArea {
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkDrawingArea:insensitive {
|
GtkDrawingArea:insensitive {
|
||||||
|
<<<<<<< HEAD
|
||||||
|
background-color: shade(@theme_bg_color, 0.90);
|
||||||
|
=======
|
||||||
background-color: shade(@theme_bg_color, 0.9);
|
background-color: shade(@theme_bg_color, 0.9);
|
||||||
|
>>>>>>> d2566a7a46b2a1fbf7f5e4ccbf384e0a7dace5f3
|
||||||
}
|
}
|
||||||
|
|
||||||
/************
|
/************
|
||||||
|
@ -955,6 +959,10 @@ GtkTreeMenu .menuitem * {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-color: shade(@theme_bg_color, 0.9);
|
background-color: shade(@theme_bg_color, 0.9);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
<<<<<<< HEAD
|
||||||
|
background-color: shade(@theme_bg_color, 0.90);
|
||||||
|
=======
|
||||||
|
>>>>>>> d2566a7a46b2a1fbf7f5e4ccbf384e0a7dace5f3
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebook tab:active {
|
.notebook tab:active {
|
||||||
|
@ -1178,6 +1186,10 @@ GtkScale.trough {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-color: shade(@theme_bg_color, 0.85);
|
background-color: shade(@theme_bg_color, 0.85);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
<<<<<<< HEAD
|
||||||
|
background-color: shade(@theme_bg_color, 0.85);
|
||||||
|
=======
|
||||||
|
>>>>>>> d2566a7a46b2a1fbf7f5e4ccbf384e0a7dace5f3
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkScale.trough.vertical {
|
GtkScale.trough.vertical {
|
||||||
|
@ -1186,6 +1198,10 @@ GtkScale.trough.vertical {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background-color: shade(@theme_bg_color, 0.85);
|
background-color: shade(@theme_bg_color, 0.85);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
<<<<<<< HEAD
|
||||||
|
background-color: shade(@theme_bg_color, 0.85);
|
||||||
|
=======
|
||||||
|
>>>>>>> d2566a7a46b2a1fbf7f5e4ccbf384e0a7dace5f3
|
||||||
}
|
}
|
||||||
|
|
||||||
.menubar .menuitem .scale.highlight.left,
|
.menubar .menuitem .scale.highlight.left,
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-color-scheme = "base_color:#f9f9f9\nbg_color:#dedede\ntooltip_bg_color:#2d2d2d\nselected_bg_color:#d64937\ntext_color:#555555\nfg_color:#555555\ntooltip_fg_color:#f9f9f9\nselected_fg_color:#f9f9f9\nlink_color:#d64937"
|
gtk-color-scheme = "base_color:#f9f9f9\nbg_color:#dedede\ntooltip_bg_color:#2d2d2d\nselected_bg_color:#d64937\ntext_color:#555555\nfg_color:#555555;\ntooltip_fg_color:#f9f9f9\nselected_fg_color:#f9f9f9\nlink_color:#d64937"
|
||||||
gtk-auto-mnemonics = 1
|
gtk-auto-mnemonics = 1
|
||||||
gtk-visible-focus = automatic
|
gtk-visible-focus = automatic
|
||||||
|
|
|
@ -0,0 +1,124 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="checkbox-checked-insensitive.svg">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3802"
|
||||||
|
id="radialGradient3810"
|
||||||
|
cx="8"
|
||||||
|
cy="8"
|
||||||
|
fx="7.9579105"
|
||||||
|
fy="8.8488083"
|
||||||
|
r="7"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3802">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3804" />
|
||||||
|
<stop
|
||||||
|
id="stop3812"
|
||||||
|
offset="0.5"
|
||||||
|
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#949493;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3806" />
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient
|
||||||
|
r="7"
|
||||||
|
fy="8.8488083"
|
||||||
|
fx="7.9579105"
|
||||||
|
cy="8"
|
||||||
|
cx="8"
|
||||||
|
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="radialGradient3006"
|
||||||
|
xlink:href="#linearGradient3802"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="6.9291675"
|
||||||
|
inkscape:cy="5.4156491"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:window-width="1366"
|
||||||
|
inkscape:window-height="711"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="25"
|
||||||
|
inkscape:window-maximized="1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3006"
|
||||||
|
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="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<rect
|
||||||
|
style="fill:#f9f9f9;fill-opacity:1;stroke:none"
|
||||||
|
id="rect3757"
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
x="1"
|
||||||
|
y="1"
|
||||||
|
transform="translate(0,1036.3622)"
|
||||||
|
rx="1"
|
||||||
|
ry="1" />
|
||||||
|
<path
|
||||||
|
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||||
|
d="M 2 0 C 0.892 0 3.2526065e-18 0.892 0 2 L 0 14 C 0 15.108 0.892 16 2 16 L 14 16 C 15.108 16 16 15.108 16 14 L 16 2 C 16 0.892 15.108 3.2526065e-18 14 0 L 2 0 z M 2 1 L 14 1 C 14.554 1 15 1.446 15 2 L 15 14 C 15 14.554 14.554 15 14 15 L 2 15 C 1.446 15 1 14.554 1 14 L 1 2 C 1 1.446 1.446 1 2 1 z "
|
||||||
|
transform="translate(0,1036.3622)"
|
||||||
|
id="rect3752" />
|
||||||
|
<path
|
||||||
|
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;baseline-shift:baseline;color:#000000;fill:#ada9a8;fill-opacity:1;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
||||||
|
d="m 11.399409,1038.3644 c -0.530841,0.03 -1.03373,0.3612 -1.265568,0.8345 l -3.0673073,6.6305 -1.696511,-2.7833 c -0.2968622,-0.4552 -0.8612027,-0.725 -1.4061865,-0.6724 -1.0293419,0.107 -1.6657313,1.4754 -1.0780768,2.3183 l 2.8214605,4.4527 c 0.1361756,0.7377 0.9119208,1.2997 1.6639873,1.2056 0.023432,5e-4 0.046878,5e-4 0.07031,0 0.103652,-0.013 0.2059491,-0.036 0.3046739,-0.07 0.5781995,-0.1653 1.0265013,-0.7052 1.0780766,-1.2984 l 3.9813293,-8.462 c 0.474115,-0.9204 -0.363018,-2.2039 -1.406188,-2.156 z"
|
||||||
|
id="path3078"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccccccccccccc" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.7 KiB |
|
@ -0,0 +1,124 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="checkbox-checked.svg">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3802"
|
||||||
|
id="radialGradient3810"
|
||||||
|
cx="8"
|
||||||
|
cy="8"
|
||||||
|
fx="7.9579105"
|
||||||
|
fy="8.8488083"
|
||||||
|
r="7"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3802">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3804" />
|
||||||
|
<stop
|
||||||
|
id="stop3812"
|
||||||
|
offset="0.5"
|
||||||
|
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#949493;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3806" />
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient
|
||||||
|
r="7"
|
||||||
|
fy="8.8488083"
|
||||||
|
fx="7.9579105"
|
||||||
|
cy="8"
|
||||||
|
cx="8"
|
||||||
|
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="radialGradient3006"
|
||||||
|
xlink:href="#linearGradient3802"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="6.9291675"
|
||||||
|
inkscape:cy="5.4156491"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:window-width="1366"
|
||||||
|
inkscape:window-height="711"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="25"
|
||||||
|
inkscape:window-maximized="1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3006"
|
||||||
|
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="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<rect
|
||||||
|
style="fill:#f9f9f9;fill-opacity:1;stroke:none"
|
||||||
|
id="rect3757"
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
x="1"
|
||||||
|
y="1"
|
||||||
|
transform="translate(0,1036.3622)"
|
||||||
|
rx="1"
|
||||||
|
ry="1" />
|
||||||
|
<path
|
||||||
|
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||||
|
d="M 2 0 C 0.892 0 3.2526065e-18 0.892 0 2 L 0 14 C 0 15.108 0.892 16 2 16 L 14 16 C 15.108 16 16 15.108 16 14 L 16 2 C 16 0.892 15.108 3.2526065e-18 14 0 L 2 0 z M 2 1 L 14 1 C 14.554 1 15 1.446 15 2 L 15 14 C 15 14.554 14.554 15 14 15 L 2 15 C 1.446 15 1 14.554 1 14 L 1 2 C 1 1.446 1.446 1 2 1 z "
|
||||||
|
transform="translate(0,1036.3622)"
|
||||||
|
id="rect3752" />
|
||||||
|
<path
|
||||||
|
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;baseline-shift:baseline;color:#000000;fill:#d64937;fill-opacity:1;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
||||||
|
d="m 11.399409,1038.3644 c -0.530841,0.03 -1.03373,0.3612 -1.265568,0.8345 l -3.0673073,6.6305 -1.696511,-2.7833 c -0.2968622,-0.4552 -0.8612027,-0.725 -1.4061865,-0.6724 -1.0293419,0.107 -1.6657313,1.4754 -1.0780768,2.3183 l 2.8214605,4.4527 c 0.1361756,0.7377 0.9119208,1.2997 1.6639873,1.2056 0.023432,5e-4 0.046878,5e-4 0.07031,0 0.103652,-0.013 0.2059491,-0.036 0.3046739,-0.07 0.5781995,-0.1653 1.0265013,-0.7052 1.0780766,-1.2984 l 3.9813293,-8.462 c 0.474115,-0.9204 -0.363018,-2.2039 -1.406188,-2.156 z"
|
||||||
|
id="path3078"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="cccccccccccccc" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.7 KiB |
|
@ -0,0 +1,139 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="checkbox-mixed-insensitive.svg">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3802"
|
||||||
|
id="radialGradient3810"
|
||||||
|
cx="8"
|
||||||
|
cy="8"
|
||||||
|
fx="7.9579105"
|
||||||
|
fy="8.8488083"
|
||||||
|
r="7"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3802">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3804" />
|
||||||
|
<stop
|
||||||
|
id="stop3812"
|
||||||
|
offset="0.5"
|
||||||
|
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#949493;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3806" />
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient
|
||||||
|
r="7"
|
||||||
|
fy="8.8488083"
|
||||||
|
fx="7.9579105"
|
||||||
|
cy="8"
|
||||||
|
cx="8"
|
||||||
|
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="radialGradient3006"
|
||||||
|
xlink:href="#linearGradient3802"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3802"
|
||||||
|
id="radialGradient3784"
|
||||||
|
cx="8"
|
||||||
|
cy="8"
|
||||||
|
fx="8.522295"
|
||||||
|
fy="8.6830006"
|
||||||
|
r="7"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1.8571429,-6.3176109e-8,6.3176109e-8,1.8571429,-6.8571438,-6.8571423)" />
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="filter3971"
|
||||||
|
x="-0.045000002"
|
||||||
|
width="1.09"
|
||||||
|
y="-0.18000001"
|
||||||
|
height="1.36">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.15"
|
||||||
|
id="feGaussianBlur3973" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="0.23638358"
|
||||||
|
inkscape:cy="6.1944703"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:window-width="1366"
|
||||||
|
inkscape:window-height="711"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="25"
|
||||||
|
inkscape:window-maximized="1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3006"
|
||||||
|
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="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<path
|
||||||
|
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||||
|
d="M 2 0 C 0.892 0 3.2526065e-18 0.892 0 2 L 0 14 C 0 15.108 0.892 16 2 16 L 14 16 C 15.108 16 16 15.108 16 14 L 16 2 C 16 0.892 15.108 3.2526065e-18 14 0 L 2 0 z M 2 1 L 14 1 C 14.554 1 15 1.446 15 2 L 15 14 C 15 14.554 14.554 15 14 15 L 2 15 C 1.446 15 1 14.554 1 14 L 1 2 C 1 1.446 1.446 1 2 1 z "
|
||||||
|
transform="translate(0,1036.3622)"
|
||||||
|
id="rect3752" />
|
||||||
|
<rect
|
||||||
|
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||||
|
id="rect3931"
|
||||||
|
width="8"
|
||||||
|
height="2"
|
||||||
|
x="4"
|
||||||
|
y="1043.3622" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.1 KiB |
|
@ -0,0 +1,138 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="checkbox-mixed.svg">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3802"
|
||||||
|
id="radialGradient3810"
|
||||||
|
cx="8"
|
||||||
|
cy="8"
|
||||||
|
fx="7.9579105"
|
||||||
|
fy="8.8488083"
|
||||||
|
r="7"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3802">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3804" />
|
||||||
|
<stop
|
||||||
|
id="stop3812"
|
||||||
|
offset="0.5"
|
||||||
|
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#949493;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3806" />
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient
|
||||||
|
r="7"
|
||||||
|
fy="8.8488083"
|
||||||
|
fx="7.9579105"
|
||||||
|
cy="8"
|
||||||
|
cx="8"
|
||||||
|
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="radialGradient3006"
|
||||||
|
xlink:href="#linearGradient3802"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
<filter
|
||||||
|
color-interpolation-filters="sRGB"
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="filter3971"
|
||||||
|
x="-0.045000002"
|
||||||
|
width="1.09"
|
||||||
|
y="-0.18000001"
|
||||||
|
height="1.36">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.15"
|
||||||
|
id="feGaussianBlur3973" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="0.23638358"
|
||||||
|
inkscape:cy="6.1944703"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:window-width="1366"
|
||||||
|
inkscape:window-height="711"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="25"
|
||||||
|
inkscape:window-maximized="1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3006"
|
||||||
|
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="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<rect
|
||||||
|
style="fill:#f9f9f9;fill-opacity:1;stroke:none"
|
||||||
|
id="rect3757"
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
x="1"
|
||||||
|
y="1"
|
||||||
|
transform="translate(0,1036.3622)"
|
||||||
|
rx="1"
|
||||||
|
ry="1" />
|
||||||
|
<path
|
||||||
|
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||||
|
d="M 2 0 C 0.892 0 3.2526065e-18 0.892 0 2 L 0 14 C 0 15.108 0.892 16 2 16 L 14 16 C 15.108 16 16 15.108 16 14 L 16 2 C 16 0.892 15.108 3.2526065e-18 14 0 L 2 0 z M 2 1 L 14 1 C 14.554 1 15 1.446 15 2 L 15 14 C 15 14.554 14.554 15 14 15 L 2 15 C 1.446 15 1 14.554 1 14 L 1 2 C 1 1.446 1.446 1 2 1 z "
|
||||||
|
transform="translate(0,1036.3622)"
|
||||||
|
id="rect3752" />
|
||||||
|
<rect
|
||||||
|
style="fill:#d64937;fill-opacity:1;stroke:none"
|
||||||
|
id="rect3931"
|
||||||
|
width="8"
|
||||||
|
height="2"
|
||||||
|
x="4"
|
||||||
|
y="1043.3622" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.0 KiB |
|
@ -0,0 +1,118 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="checkbox-unchecked.svg">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3802"
|
||||||
|
id="radialGradient3810"
|
||||||
|
cx="8"
|
||||||
|
cy="8"
|
||||||
|
fx="7.9579105"
|
||||||
|
fy="8.8488083"
|
||||||
|
r="7"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)" />
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3802">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3804" />
|
||||||
|
<stop
|
||||||
|
id="stop3812"
|
||||||
|
offset="0.5"
|
||||||
|
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#949493;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3806" />
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient
|
||||||
|
r="7"
|
||||||
|
fy="8.8488083"
|
||||||
|
fx="7.9579105"
|
||||||
|
cy="8"
|
||||||
|
cx="8"
|
||||||
|
gradientTransform="matrix(1.2857143,-3.0612245e-8,3.0612246e-8,1.2857143,-2.2857145,-2.2857141)"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
id="radialGradient3006"
|
||||||
|
xlink:href="#linearGradient3802"
|
||||||
|
inkscape:collect="always" />
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="0.23638358"
|
||||||
|
inkscape:cy="6.1944703"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:window-width="1366"
|
||||||
|
inkscape:window-height="711"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="25"
|
||||||
|
inkscape:window-maximized="1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3006"
|
||||||
|
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="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<rect
|
||||||
|
style="fill:#f9f9f9;fill-opacity:1;stroke:none"
|
||||||
|
id="rect3757"
|
||||||
|
width="14"
|
||||||
|
height="14"
|
||||||
|
x="1"
|
||||||
|
y="1"
|
||||||
|
transform="translate(0,1036.3622)"
|
||||||
|
rx="1"
|
||||||
|
ry="1" />
|
||||||
|
<path
|
||||||
|
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||||
|
d="M 2 0 C 0.892 0 3.2526065e-18 0.892 0 2 L 0 14 C 0 15.108 0.892 16 2 16 L 14 16 C 15.108 16 16 15.108 16 14 L 16 2 C 16 0.892 15.108 3.2526065e-18 14 0 L 2 0 z M 2 1 L 14 1 C 14.554 1 15 1.446 15 2 L 15 14 C 15 14.554 14.554 15 14 15 L 2 15 C 1.446 15 1 14.554 1 14 L 1 2 C 1 1.446 1.446 1 2 1 z "
|
||||||
|
transform="translate(0,1036.3622)"
|
||||||
|
id="rect3752" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.5 KiB |
|
@ -0,0 +1,98 @@
|
||||||
|
<?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.4 r9939"
|
||||||
|
sodipodi:docname="menuitem-radio-checked-hover.svg">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3802">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3804" />
|
||||||
|
<stop
|
||||||
|
id="stop3812"
|
||||||
|
offset="0.5"
|
||||||
|
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#949493;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3806" />
|
||||||
|
</linearGradient>
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="filter3881">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.24"
|
||||||
|
id="feGaussianBlur3883" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="6.616959"
|
||||||
|
inkscape:cy="11.076724"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:window-width="1366"
|
||||||
|
inkscape:window-height="711"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="25"
|
||||||
|
inkscape:window-maximized="1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3006"
|
||||||
|
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="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="fill:#d64937;fill-opacity:1;stroke:none;opacity:0.6"
|
||||||
|
id="path3833"
|
||||||
|
sodipodi:cx="8"
|
||||||
|
sodipodi:cy="8"
|
||||||
|
sodipodi:rx="3"
|
||||||
|
sodipodi:ry="3"
|
||||||
|
d="M 11,8 C 11,9.6568542 9.6568542,11 8,11 6.3431458,11 5,9.6568542 5,8 5,6.3431458 6.3431458,5 8,5 c 1.6568542,0 3,1.3431458 3,3 z"
|
||||||
|
transform="translate(0,1036.3622)" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.7 KiB |
|
@ -0,0 +1,110 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="menuitem-radio-checked-insensitive.svg">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3802">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3804" />
|
||||||
|
<stop
|
||||||
|
id="stop3812"
|
||||||
|
offset="0.5"
|
||||||
|
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#949493;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3806" />
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3802"
|
||||||
|
id="radialGradient3810"
|
||||||
|
cx="8"
|
||||||
|
cy="8"
|
||||||
|
fx="7.9579105"
|
||||||
|
fy="8.8488083"
|
||||||
|
r="7"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1.5714285,1.411262e-8,-1.411262e-8,1.5714286,-4.5714281,-4.5714287)" />
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="filter3881">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.24"
|
||||||
|
id="feGaussianBlur3883" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="-7.0832348"
|
||||||
|
inkscape:cy="11.076724"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:window-width="1366"
|
||||||
|
inkscape:window-height="711"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="25"
|
||||||
|
inkscape:window-maximized="1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3006"
|
||||||
|
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="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||||
|
id="path3833"
|
||||||
|
sodipodi:cx="8"
|
||||||
|
sodipodi:cy="8"
|
||||||
|
sodipodi:rx="3"
|
||||||
|
sodipodi:ry="3"
|
||||||
|
d="M 11,8 C 11,9.6568542 9.6568542,11 8,11 6.3431458,11 5,9.6568542 5,8 5,6.3431458 6.3431458,5 8,5 c 1.6568542,0 3,1.3431458 3,3 z"
|
||||||
|
transform="translate(0,1036.3622)" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.1 KiB |
|
@ -0,0 +1,110 @@
|
||||||
|
<?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="16"
|
||||||
|
height="16"
|
||||||
|
id="svg2"
|
||||||
|
version="1.1"
|
||||||
|
inkscape:version="0.48.4 r9939"
|
||||||
|
sodipodi:docname="menuitem-radio-checked.svg">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3802">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3804" />
|
||||||
|
<stop
|
||||||
|
id="stop3812"
|
||||||
|
offset="0.5"
|
||||||
|
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#949493;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3806" />
|
||||||
|
</linearGradient>
|
||||||
|
<radialGradient
|
||||||
|
inkscape:collect="always"
|
||||||
|
xlink:href="#linearGradient3802"
|
||||||
|
id="radialGradient3810"
|
||||||
|
cx="8"
|
||||||
|
cy="8"
|
||||||
|
fx="7.9579105"
|
||||||
|
fy="8.8488083"
|
||||||
|
r="7"
|
||||||
|
gradientUnits="userSpaceOnUse"
|
||||||
|
gradientTransform="matrix(1.5714285,1.411262e-8,-1.411262e-8,1.5714286,-4.5714281,-4.5714287)" />
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="filter3881">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.24"
|
||||||
|
id="feGaussianBlur3883" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="6.616959"
|
||||||
|
inkscape:cy="11.076724"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:window-width="1366"
|
||||||
|
inkscape:window-height="711"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="25"
|
||||||
|
inkscape:window-maximized="1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3006"
|
||||||
|
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="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="fill:#d64937;fill-opacity:1;stroke:none"
|
||||||
|
id="path3833"
|
||||||
|
sodipodi:cx="8"
|
||||||
|
sodipodi:cy="8"
|
||||||
|
sodipodi:rx="3"
|
||||||
|
sodipodi:ry="3"
|
||||||
|
d="M 11,8 C 11,9.6568542 9.6568542,11 8,11 6.3431458,11 5,9.6568542 5,8 5,6.3431458 6.3431458,5 8,5 c 1.6568542,0 3,1.3431458 3,3 z"
|
||||||
|
transform="translate(0,1036.3622)" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.1 KiB |
|
@ -0,0 +1,122 @@
|
||||||
|
<?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.4 r9939"
|
||||||
|
sodipodi:docname="radio-mixed.svg">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3802">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3804" />
|
||||||
|
<stop
|
||||||
|
id="stop3812"
|
||||||
|
offset="0.5"
|
||||||
|
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#949493;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3806" />
|
||||||
|
</linearGradient>
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="filter3971"
|
||||||
|
x="-0.045"
|
||||||
|
width="1.09"
|
||||||
|
y="-0.18"
|
||||||
|
height="1.36">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.15"
|
||||||
|
id="feGaussianBlur3973" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="22.4"
|
||||||
|
inkscape:cx="5.7866595"
|
||||||
|
inkscape:cy="10.758851"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:window-width="1366"
|
||||||
|
inkscape:window-height="711"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="25"
|
||||||
|
inkscape:window-maximized="1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3006"
|
||||||
|
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="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="fill:#f9f9f9;fill-opacity:1;stroke:none"
|
||||||
|
id="path3800"
|
||||||
|
sodipodi:cx="8"
|
||||||
|
sodipodi:cy="8"
|
||||||
|
sodipodi:rx="7"
|
||||||
|
sodipodi:ry="7"
|
||||||
|
d="m 15,8 c 0,3.865993 -3.134007,7 -7,7 C 4.1340068,15 1,11.865993 1,8 1,4.1340068 4.1340068,1 8,1 c 3.865993,0 7,3.1340068 7,7 z"
|
||||||
|
transform="translate(0,1036.3622)" />
|
||||||
|
<path
|
||||||
|
style="opacity:1;fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||||
|
d="M 8 0 C 3.581722 8.8817842e-16 -3.006854e-17 3.581722 0 8 C 0 12.418278 3.581722 16 8 16 C 12.418278 16 16 12.418278 16 8 C 16 3.581722 12.418278 -1.8064254e-15 8 0 z M 8 1 C 11.865993 1 15 4.1340068 15 8 C 15 11.865993 11.865993 15 8 15 C 4.1340068 15 1 11.865993 1 8 C 1 4.1340068 4.1340068 1 8 1 z "
|
||||||
|
transform="translate(0,1036.3622)"
|
||||||
|
id="path3008" />
|
||||||
|
<rect
|
||||||
|
style="fill:#555753;fill-opacity:1;stroke:none;filter:url(#filter3971)"
|
||||||
|
id="rect3931-1"
|
||||||
|
width="8"
|
||||||
|
height="2"
|
||||||
|
x="4"
|
||||||
|
y="1043.4515" />
|
||||||
|
<rect
|
||||||
|
style="fill:#d64937;fill-opacity:1;stroke:none"
|
||||||
|
id="rect3931"
|
||||||
|
width="8"
|
||||||
|
height="2"
|
||||||
|
x="4"
|
||||||
|
y="7"
|
||||||
|
transform="translate(0,1036.3622)" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.6 KiB |
|
@ -0,0 +1,103 @@
|
||||||
|
<?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.4 r9939"
|
||||||
|
sodipodi:docname="radio-selected-insensitive.svg">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3802">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3804" />
|
||||||
|
<stop
|
||||||
|
id="stop3812"
|
||||||
|
offset="0.5"
|
||||||
|
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#949493;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3806" />
|
||||||
|
</linearGradient>
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="filter3881">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.24"
|
||||||
|
id="feGaussianBlur3883" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="6.616959"
|
||||||
|
inkscape:cy="11.076724"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:window-width="1366"
|
||||||
|
inkscape:window-height="711"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="25"
|
||||||
|
inkscape:window-maximized="1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3006"
|
||||||
|
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="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<path
|
||||||
|
style="opacity:1;fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||||
|
d="M 8 0 C 3.581722 8.8817842e-16 -3.006854e-17 3.581722 0 8 C 0 12.418278 3.581722 16 8 16 C 12.418278 16 16 12.418278 16 8 C 16 3.581722 12.418278 -1.8064254e-15 8 0 z M 8 1 C 11.865993 1 15 4.1340068 15 8 C 15 11.865993 11.865993 15 8 15 C 4.1340068 15 1 11.865993 1 8 C 1 4.1340068 4.1340068 1 8 1 z "
|
||||||
|
transform="translate(0,1036.3622)"
|
||||||
|
id="path3008" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||||
|
id="path3833"
|
||||||
|
sodipodi:cx="8"
|
||||||
|
sodipodi:cy="8"
|
||||||
|
sodipodi:rx="3"
|
||||||
|
sodipodi:ry="3"
|
||||||
|
d="M 11,8 C 11,9.6568542 9.6568542,11 8,11 6.3431458,11 5,9.6568542 5,8 5,6.3431458 6.3431458,5 8,5 c 1.6568542,0 3,1.3431458 3,3 z"
|
||||||
|
transform="translate(0,1036.3622)" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.2 KiB |
|
@ -0,0 +1,113 @@
|
||||||
|
<?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.4 r9939"
|
||||||
|
sodipodi:docname="radio-selected.svg">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3802">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3804" />
|
||||||
|
<stop
|
||||||
|
id="stop3812"
|
||||||
|
offset="0.5"
|
||||||
|
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#949493;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3806" />
|
||||||
|
</linearGradient>
|
||||||
|
<filter
|
||||||
|
inkscape:collect="always"
|
||||||
|
id="filter3881">
|
||||||
|
<feGaussianBlur
|
||||||
|
inkscape:collect="always"
|
||||||
|
stdDeviation="0.24"
|
||||||
|
id="feGaussianBlur3883" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="6.616959"
|
||||||
|
inkscape:cy="11.076724"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:window-width="1366"
|
||||||
|
inkscape:window-height="711"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="25"
|
||||||
|
inkscape:window-maximized="1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3006"
|
||||||
|
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="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="fill:#f9f9f9;fill-opacity:1;stroke:none"
|
||||||
|
id="path3800"
|
||||||
|
sodipodi:cx="8"
|
||||||
|
sodipodi:cy="8"
|
||||||
|
sodipodi:rx="7"
|
||||||
|
sodipodi:ry="7"
|
||||||
|
d="m 15,8 c 0,3.865993 -3.134007,7 -7,7 C 4.1340068,15 1,11.865993 1,8 1,4.1340068 4.1340068,1 8,1 c 3.865993,0 7,3.1340068 7,7 z"
|
||||||
|
transform="translate(0,1036.3622)" />
|
||||||
|
<path
|
||||||
|
style="opacity:1;fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||||
|
d="M 8 0 C 3.581722 8.8817842e-16 -3.006854e-17 3.581722 0 8 C 0 12.418278 3.581722 16 8 16 C 12.418278 16 16 12.418278 16 8 C 16 3.581722 12.418278 -1.8064254e-15 8 0 z M 8 1 C 11.865993 1 15 4.1340068 15 8 C 15 11.865993 11.865993 15 8 15 C 4.1340068 15 1 11.865993 1 8 C 1 4.1340068 4.1340068 1 8 1 z "
|
||||||
|
transform="translate(0,1036.3622)"
|
||||||
|
id="path3008" />
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="fill:#d64937;fill-opacity:1;stroke:none"
|
||||||
|
id="path3833"
|
||||||
|
sodipodi:cx="8"
|
||||||
|
sodipodi:cy="8"
|
||||||
|
sodipodi:rx="3"
|
||||||
|
sodipodi:ry="3"
|
||||||
|
d="M 11,8 C 11,9.6568542 9.6568542,11 8,11 6.3431458,11 5,9.6568542 5,8 5,6.3431458 6.3431458,5 8,5 c 1.6568542,0 3,1.3431458 3,3 z"
|
||||||
|
transform="translate(0,1036.3622)" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.5 KiB |
|
@ -0,0 +1,95 @@
|
||||||
|
<?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.4 r9939"
|
||||||
|
sodipodi:docname="radio-unselected.svg">
|
||||||
|
<defs
|
||||||
|
id="defs4">
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient3802">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#eeeeec;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop3804" />
|
||||||
|
<stop
|
||||||
|
id="stop3812"
|
||||||
|
offset="0.5"
|
||||||
|
style="stop-color:#e4e4e1;stop-opacity:1;" />
|
||||||
|
<stop
|
||||||
|
style="stop-color:#949493;stop-opacity:1;"
|
||||||
|
offset="1"
|
||||||
|
id="stop3806" />
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="base"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:zoom="15.839192"
|
||||||
|
inkscape:cx="7.8496268"
|
||||||
|
inkscape:cy="6.3489358"
|
||||||
|
inkscape:document-units="px"
|
||||||
|
inkscape:current-layer="layer1"
|
||||||
|
showgrid="true"
|
||||||
|
inkscape:window-width="1366"
|
||||||
|
inkscape:window-height="711"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="25"
|
||||||
|
inkscape:window-maximized="1">
|
||||||
|
<inkscape:grid
|
||||||
|
type="xygrid"
|
||||||
|
id="grid3006"
|
||||||
|
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="Ebene 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
id="layer1"
|
||||||
|
transform="translate(0,-1036.3622)">
|
||||||
|
<path
|
||||||
|
sodipodi:type="arc"
|
||||||
|
style="fill:#f9f9f9;fill-opacity:1;stroke:none"
|
||||||
|
id="path3800"
|
||||||
|
sodipodi:cx="8"
|
||||||
|
sodipodi:cy="8"
|
||||||
|
sodipodi:rx="7"
|
||||||
|
sodipodi:ry="7"
|
||||||
|
d="m 15,8 c 0,3.865993 -3.134007,7 -7,7 C 4.1340068,15 1,11.865993 1,8 1,4.1340068 4.1340068,1 8,1 c 3.865993,0 7,3.1340068 7,7 z"
|
||||||
|
transform="translate(0,1036.3622)" />
|
||||||
|
<path
|
||||||
|
style="opacity:1;fill:#ada9a8;fill-opacity:1;stroke:none"
|
||||||
|
d="M 8 0 C 3.581722 8.8817842e-16 -3.006854e-17 3.581722 0 8 C 0 12.418278 3.581722 16 8 16 C 12.418278 16 16 12.418278 16 8 C 16 3.581722 12.418278 -1.8064254e-15 8 0 z M 8 1 C 11.865993 1 15 4.1340068 15 8 C 15 11.865993 11.865993 15 8 15 C 4.1340068 15 1 11.865993 1 8 C 1 4.1340068 4.1340068 1 8 1 z "
|
||||||
|
transform="translate(0,1036.3622)"
|
||||||
|
id="path3008" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.0 KiB |