mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-05 18:52:42 +00:00
Add more icons and made small changes to news, updated readme
This commit is contained in:
parent
2d6736ff12
commit
a601bdef7b
20 changed files with 948 additions and 6 deletions
10
README.md
10
README.md
|
@ -2,7 +2,15 @@
|
|||
This is a Breeze Dark Theme for Nextcloud
|
||||
|
||||
## Progress
|
||||
Currently theming is more or less done for Files and News app aswell as standard Nextcloud functions
|
||||
Currently theming is more or less done for:
|
||||
|
||||
Activity
|
||||
Contacts
|
||||
Files
|
||||
Notes
|
||||
News
|
||||
|
||||
aswell as standard Nextcloud functions
|
||||
|
||||
## Installation
|
||||
The master branch will always be the current stable release so you can clone that for easy installation and updates.
|
||||
|
|
|
@ -468,7 +468,11 @@ span.extension {
|
|||
}
|
||||
|
||||
.utils .title h1 a {
|
||||
color: $foreground-normal;
|
||||
color: $foreground-active;
|
||||
}
|
||||
|
||||
.read .utils .title h1 a {
|
||||
color: $foreground-inactive;
|
||||
}
|
||||
|
||||
.finished-auto-paging #articles::after {
|
||||
|
@ -503,6 +507,10 @@ span.extension {
|
|||
background-color: $background-normal;
|
||||
border-color: $decoration-normal;
|
||||
}
|
||||
|
||||
.title .intro {
|
||||
color: $foreground-background;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ $foreground-active: rgba(252, 252, 252, 1);
|
|||
$foreground-inactive: rgba(189, 195, 199, 1);
|
||||
$foreground-link: rgba(41, 128, 185, 1);
|
||||
$foreground-normal: rgba(239, 240, 241, 1);
|
||||
$foreground-background: rgba(189, 195, 199, 0.6);
|
||||
|
||||
$foreground-negative: rgba(218, 68, 83, 1);
|
||||
$foreground-neutral: rgba(246, 116, 0, 1);
|
||||
|
|
|
@ -134,6 +134,10 @@
|
|||
background-image: url('../img/actions/star.svg?v=1');
|
||||
}
|
||||
|
||||
.nav-icon-recent {
|
||||
background-image: url('../img/actions/recent.svg?v=1');
|
||||
}
|
||||
|
||||
.icon-star, .icon-starred:hover, .icon-starred:focus {
|
||||
background-image: url('../img/actions/star.svg?v=1');
|
||||
opacity: 0.5;
|
||||
|
@ -144,6 +148,42 @@
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
.icon-checkmark {
|
||||
background-image: url('../img/actions/checkmark.svg?v=1');
|
||||
}
|
||||
|
||||
.icon-caret-dark {
|
||||
background-image: url('../img/actions/caret-dark.svg?v=1');
|
||||
}
|
||||
|
||||
.icon-rss {
|
||||
background-image: url('../img/actions/rss.svg') !important;
|
||||
}
|
||||
|
||||
.icon-close {
|
||||
background-image: url('../img/actions/close.svg?v=1');
|
||||
}
|
||||
|
||||
.icon-triangle-n {
|
||||
background-image: url('../img/actions/triangle-n.svg?v=1');
|
||||
}
|
||||
|
||||
#app-navigation .icon-unpinned, .icon-unpinned {
|
||||
background-image: url('../img/actions/unpinned.svg');
|
||||
}
|
||||
|
||||
#app-navigation .icon-pinned, .icon-pinned {
|
||||
background-image: url('../img/actions/pinned.svg');
|
||||
}
|
||||
|
||||
.icon-full-text-enabled {
|
||||
background-image: url('../img/actions/fulltext.svg');
|
||||
}
|
||||
|
||||
.icon-full-text-disabled {
|
||||
background-image: url('../img/actions/nonfulltext.svg');
|
||||
}
|
||||
|
||||
input.radio[type="radio"] {
|
||||
+ label::before {
|
||||
background: url('../img/actions/radio.svg') left top no-repeat;
|
||||
|
@ -192,7 +232,7 @@ select {
|
|||
background-image: url('../img/actions/triangle-s.svg?v=1');
|
||||
}
|
||||
|
||||
|
||||
/* CSS tricks to change icon color */
|
||||
|
||||
#navigation .app-icon {
|
||||
filter: none;
|
||||
|
@ -204,4 +244,22 @@ select {
|
|||
|
||||
#firstrunwizard .appsmall {
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
||||
img.notification-icon {
|
||||
filter: invert(75%);
|
||||
}
|
||||
|
||||
#controls .button.view-switcher img {
|
||||
opacity: 0.6;
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
||||
#controls .button.view-switcher.gallery img {
|
||||
opacity: .5;
|
||||
filter: invert(0%);
|
||||
}
|
||||
|
||||
.app-files #app-content-files #controls .breadcrumb .crumb a img.svg {
|
||||
filter: invert(100%);
|
||||
}
|
|
@ -110,6 +110,9 @@
|
|||
.nav-icon-favorites {
|
||||
background-image: url("../img/actions/star.svg?v=1"); }
|
||||
|
||||
.nav-icon-recent {
|
||||
background-image: url("../img/actions/recent.svg?v=1"); }
|
||||
|
||||
.icon-star, .icon-starred:hover, .icon-starred:focus {
|
||||
background-image: url("../img/actions/star.svg?v=1");
|
||||
opacity: 0.5; }
|
||||
|
@ -118,6 +121,33 @@
|
|||
background-image: url("../img/actions/starred.svg?v=1");
|
||||
opacity: 1; }
|
||||
|
||||
.icon-checkmark {
|
||||
background-image: url("../img/actions/checkmark.svg?v=1"); }
|
||||
|
||||
.icon-caret-dark {
|
||||
background-image: url("../img/actions/caret-dark.svg?v=1"); }
|
||||
|
||||
.icon-rss {
|
||||
background-image: url("../img/actions/rss.svg") !important; }
|
||||
|
||||
.icon-close {
|
||||
background-image: url("../img/actions/close.svg?v=1"); }
|
||||
|
||||
.icon-triangle-n {
|
||||
background-image: url("../img/actions/triangle-n.svg?v=1"); }
|
||||
|
||||
#app-navigation .icon-unpinned, .icon-unpinned {
|
||||
background-image: url("../img/actions/unpinned.svg"); }
|
||||
|
||||
#app-navigation .icon-pinned, .icon-pinned {
|
||||
background-image: url("../img/actions/pinned.svg"); }
|
||||
|
||||
.icon-full-text-enabled {
|
||||
background-image: url("../img/actions/fulltext.svg"); }
|
||||
|
||||
.icon-full-text-disabled {
|
||||
background-image: url("../img/actions/nonfulltext.svg"); }
|
||||
|
||||
input.radio[type="radio"] + label::before {
|
||||
background: url("../img/actions/radio.svg") left top no-repeat; }
|
||||
input.radio[type="radio"]:checked + label::before {
|
||||
|
@ -145,6 +175,7 @@ select {
|
|||
#app-navigation .collapsible > .collapse {
|
||||
background-image: url("../img/actions/triangle-s.svg?v=1"); }
|
||||
|
||||
/* CSS tricks to change icon color */
|
||||
#navigation .app-icon {
|
||||
filter: none; }
|
||||
#navigation .app-icon image {
|
||||
|
@ -153,6 +184,20 @@ select {
|
|||
#firstrunwizard .appsmall {
|
||||
filter: invert(100%); }
|
||||
|
||||
img.notification-icon {
|
||||
filter: invert(75%); }
|
||||
|
||||
#controls .button.view-switcher img {
|
||||
opacity: 0.6;
|
||||
filter: invert(100%); }
|
||||
|
||||
#controls .button.view-switcher.gallery img {
|
||||
opacity: .5;
|
||||
filter: invert(0%); }
|
||||
|
||||
.app-files #app-content-files #controls .breadcrumb .crumb a img.svg {
|
||||
filter: invert(100%); }
|
||||
|
||||
body {
|
||||
color: #eff0f1;
|
||||
background-color: #31363b; }
|
||||
|
@ -526,7 +571,8 @@ ul.multiselectoptions {
|
|||
|
||||
#app-settings-content, #app-settings-header {
|
||||
border-color: #706f6e;
|
||||
background-color: #31363b; }
|
||||
background-color: #31363b;
|
||||
color: #eff0f1; }
|
||||
#app-settings-content a, #app-settings-header a {
|
||||
color: #2980b9; }
|
||||
|
||||
|
@ -864,7 +910,9 @@ span.extension {
|
|||
.app-news #app-content .subtitle {
|
||||
color: #bdc3c7; }
|
||||
.app-news #app-content .utils .title h1 a {
|
||||
color: #eff0f1; }
|
||||
color: #fcfcfc; }
|
||||
.app-news #app-content .read .utils .title h1 a {
|
||||
color: #bdc3c7; }
|
||||
.app-news #app-content .finished-auto-paging #articles::after {
|
||||
background-color: #232629;
|
||||
background-image: none; }
|
||||
|
@ -882,6 +930,8 @@ span.extension {
|
|||
.app-news #app-content .body pre {
|
||||
background-color: #31363b;
|
||||
border-color: #706f6e; }
|
||||
.app-news #app-content .body .title .intro {
|
||||
color: rgba(189, 195, 199, 0.6); }
|
||||
|
||||
/* Notes */
|
||||
.app-notes #app-content {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -549,6 +549,7 @@ ul.multiselectoptions {
|
|||
#app-settings-content, #app-settings-header {
|
||||
border-color: $decoration-normal;
|
||||
background-color: $background-normal;
|
||||
color: $foreground-normal;
|
||||
|
||||
a {
|
||||
color: $foreground-link;
|
||||
|
|
54
core/img/actions/activity-dark.svg
Normal file
54
core/img/actions/activity-dark.svg
Normal file
|
@ -0,0 +1,54 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="32"
|
||||
width="32"
|
||||
version="1.0"
|
||||
id="svg4"
|
||||
sodipodi:docname="activity-dark.svg"
|
||||
inkscape:version="0.92.1 r">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1377"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="7.375"
|
||||
inkscape:cx="1.0847458"
|
||||
inkscape:cy="16"
|
||||
inkscape:window-x="1680"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4" />
|
||||
<path
|
||||
d="m16 1-10 18h11l-1 12 10-18h-11z"
|
||||
id="path2"
|
||||
style="fill:#f2f2f2;fill-opacity:1" />
|
||||
</svg>
|
After (image error) Size: 1.5 KiB |
54
core/img/actions/activity.svg
Normal file
54
core/img/actions/activity.svg
Normal file
|
@ -0,0 +1,54 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="32"
|
||||
width="32"
|
||||
version="1.0"
|
||||
id="svg4"
|
||||
sodipodi:docname="activity-dark.svg"
|
||||
inkscape:version="0.92.1 r">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1377"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="7.375"
|
||||
inkscape:cx="1.0847458"
|
||||
inkscape:cy="16"
|
||||
inkscape:window-x="1680"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4" />
|
||||
<path
|
||||
d="m16 1-10 18h11l-1 12 10-18h-11z"
|
||||
id="path2"
|
||||
style="fill:#f2f2f2;fill-opacity:1" />
|
||||
</svg>
|
After (image error) Size: 1.5 KiB |
61
core/img/actions/add-color.svg
Normal file
61
core/img/actions/add-color.svg
Normal file
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="16"
|
||||
width="16"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="add-color.svg"
|
||||
inkscape:version="0.92.1 r">
|
||||
<metadata
|
||||
id="metadata12">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs10" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1377"
|
||||
id="namedview8"
|
||||
showgrid="false"
|
||||
inkscape:zoom="14.75"
|
||||
inkscape:cx="0.54237288"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-x="1680"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6" />
|
||||
<g
|
||||
transform="matrix(-.70711 -.70711 .70711 -.70711 -724.85 753.16)"
|
||||
fill="#00d400"
|
||||
id="g4"
|
||||
style="fill:#27ae60;fill-opacity:1">
|
||||
<path
|
||||
d="m3.7547 1041.6 1.4142-1.4142 3.5355 3.5355 3.5355-3.5355 1.4142 1.4142-3.5355 3.5355 3.5355 3.5356-1.4142 1.4142-3.5355-3.5356-3.5164 3.5547-1.4333-1.4333 3.5355-3.5356z"
|
||||
fill="#00d400"
|
||||
id="path2"
|
||||
style="fill:#27ae60;fill-opacity:1" />
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 1.8 KiB |
55
core/img/actions/caret-dark.svg
Normal file
55
core/img/actions/caret-dark.svg
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="16"
|
||||
width="16"
|
||||
version="1"
|
||||
id="svg4"
|
||||
sodipodi:docname="caret.svg"
|
||||
inkscape:version="0.92.1 r">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1377"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="14.75"
|
||||
inkscape:cx="0.54237288"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-x="1680"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4" />
|
||||
<path
|
||||
style="block-progression:tb;text-transform:none;text-indent:0;fill:#f2f2f2;fill-opacity:1"
|
||||
d="M4 6l4 4 4-3.994z"
|
||||
color="#000"
|
||||
id="path2" />
|
||||
</svg>
|
After (image error) Size: 1.6 KiB |
58
core/img/actions/change.svg
Normal file
58
core/img/actions/change.svg
Normal file
|
@ -0,0 +1,58 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="16"
|
||||
width="16"
|
||||
version="1.1"
|
||||
id="svg6"
|
||||
sodipodi:docname="change.svg"
|
||||
inkscape:version="0.92.1 r">
|
||||
<metadata
|
||||
id="metadata12">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs10" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1377"
|
||||
id="namedview8"
|
||||
showgrid="false"
|
||||
inkscape:zoom="14.75"
|
||||
inkscape:cx="0.54237288"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-x="1680"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6" />
|
||||
<path
|
||||
d="m7.9375 0c-3.1175 0.023214-6.0756 1.876-7.3438 4.9375l2.7812 1.1563c1.0568-2.5513 3.98-3.7756 6.5312-2.7188 0.8628 0.3573 1.5738 0.9274 2.0938 1.625l-2 2h6v-6l-1.875 1.875c-0.802-0.9616-1.825-1.7688-3.063-2.2812-1.02-0.4227-2.0853-0.60149-3.1245-0.59375z"
|
||||
id="path2"
|
||||
style="fill:#f2f2f2;fill-opacity:1" />
|
||||
<path
|
||||
d="m0 9.5v6l2.0938-2.094c0.7676 0.843 1.7205 1.535 2.8437 2 4.082 1.691 8.7775-0.262 10.468-4.344l-2.781-1.1558c-1.057 2.5508-3.98 3.7758-6.5312 2.7188-0.7435-0.308-1.3509-0.805-1.8438-1.375l1.75-1.75h-6z"
|
||||
id="path4"
|
||||
style="fill:#f2f2f2;fill-opacity:1" />
|
||||
</svg>
|
After (image error) Size: 2 KiB |
74
core/img/actions/close.svg
Normal file
74
core/img/actions/close.svg
Normal file
|
@ -0,0 +1,74 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="16"
|
||||
width="16"
|
||||
version="1.1"
|
||||
id="svg11"
|
||||
sodipodi:docname="close2.svg"
|
||||
inkscape:version="0.92.1 r">
|
||||
<metadata
|
||||
id="metadata15">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1377"
|
||||
id="namedview13"
|
||||
showgrid="false"
|
||||
inkscape:zoom="14.75"
|
||||
inkscape:cx="-10"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-x="1680"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg11" />
|
||||
<defs
|
||||
id="defs5">
|
||||
<filter
|
||||
id="a"
|
||||
height="1.0023977"
|
||||
width="1.0024023"
|
||||
y="-0.0011988507"
|
||||
x="-0.0012011515"
|
||||
color-interpolation-filters="sRGB">
|
||||
<feGaussianBlur
|
||||
stdDeviation="0.00495475"
|
||||
id="feGaussianBlur2" />
|
||||
</filter>
|
||||
</defs>
|
||||
<path
|
||||
filter="url(#a)"
|
||||
stroke="#fff"
|
||||
stroke-width="2"
|
||||
d="M12.95 11.536l-1.414 1.414L8 9.414 4.465 12.95 3.05 11.536 6.586 8 3.05 4.464 4.465 3.05 8 6.586l3.516-3.555 1.434 1.434L9.414 8z"
|
||||
fill="#fff"
|
||||
id="path7"
|
||||
style="stroke:#ffffff;stroke-opacity:0;filter:url(#a)" />
|
||||
<path
|
||||
d="M12.95 11.536l-1.414 1.414L8 9.414 4.465 12.95 3.05 11.536 6.586 8 3.05 4.464 4.465 3.05 8 6.586l3.516-3.555 1.434 1.434L9.414 8z"
|
||||
id="path9"
|
||||
style="fill:#f2f2f2;fill-opacity:1;stroke:#f2f2f2;stroke-opacity:1" />
|
||||
</svg>
|
After (image error) Size: 2.2 KiB |
55
core/img/actions/delete-color.svg
Normal file
55
core/img/actions/delete-color.svg
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="16"
|
||||
width="16"
|
||||
version="1.1"
|
||||
id="svg4"
|
||||
sodipodi:docname="delete-color.svg"
|
||||
inkscape:version="0.92.1 r">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1377"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="14.75"
|
||||
inkscape:cx="0.54237288"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-x="1680"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4" />
|
||||
<path
|
||||
d="m12.95 11.536-1.414 1.414-3.536-3.5358-3.5355 3.5358-1.4142-1.414 3.5355-3.536-3.5355-3.5356 1.4142-1.4142 3.5355 3.5356 3.516-3.5547 1.434 1.4333-3.5357 3.5356z"
|
||||
fill="#d40000"
|
||||
id="path2"
|
||||
style="fill:#da4453;fill-opacity:1" />
|
||||
</svg>
|
After (image error) Size: 1.7 KiB |
55
core/img/actions/fulltext.svg
Normal file
55
core/img/actions/fulltext.svg
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="34.133335"
|
||||
width="34.133335"
|
||||
version="1.0"
|
||||
id="svg2"
|
||||
inkscape:version="0.92.1 r"
|
||||
sodipodi:docname="fulltext.svg">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1377"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="7.375"
|
||||
inkscape:cx="16"
|
||||
inkscape:cy="16"
|
||||
inkscape:window-x="1680"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2" />
|
||||
<path
|
||||
d="M 3.2,2.1333333 C 2.6090667,2.1333333 2.1333333,2.6090667 2.1333333,3.2 V 5.3333333 C 2.1333333,5.9242667 2.6090667,6.4 3.2,6.4 H 30.933333 C 31.524267,6.4 32,5.9242667 32,5.3333333 V 3.2 C 32,2.6090667 31.524267,2.1333333 30.933333,2.1333333 Z m 0,8.5333337 c -0.5909333,0 -1.0666667,0.475733 -1.0666667,1.066666 v 2.133334 c 0,0.590933 0.4757334,1.066666 1.0666667,1.066666 h 19.2 c 0.590933,0 1.066667,-0.475733 1.066667,-1.066666 v -2.133334 c 0,-0.590933 -0.475734,-1.066666 -1.066667,-1.066666 z M 3.2,19.2 c -0.5909333,0 -1.0666667,0.475733 -1.0666667,1.066667 V 22.4 c 0,0.590933 0.4757334,1.066667 1.0666667,1.066667 h 25.6 c 0.590933,0 1.066667,-0.475734 1.066667,-1.066667 V 20.266667 C 29.866667,19.675733 29.390933,19.2 28.8,19.2 Z m 0,8.533333 c -0.5909333,0 -1.0666667,0.475734 -1.0666667,1.066667 v 2.133333 C 2.1333333,31.524267 2.6090667,32 3.2,32 H 16 c 0.590933,0 1.066667,-0.475733 1.066667,-1.066667 V 28.8 c 0,-0.590933 -0.475734,-1.066667 -1.066667,-1.066667 z"
|
||||
id="path4"
|
||||
style="fill:#f2f2f2;stroke-width:1.06666672;fill-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
</svg>
|
After (image error) Size: 2.5 KiB |
60
core/img/actions/nonfulltext.svg
Normal file
60
core/img/actions/nonfulltext.svg
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="34.133335"
|
||||
width="34.133335"
|
||||
version="1.0"
|
||||
id="svg2"
|
||||
inkscape:version="0.92.1 r"
|
||||
sodipodi:docname="nonfulltext.svg">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1377"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="7.375"
|
||||
inkscape:cx="1.0847458"
|
||||
inkscape:cy="16"
|
||||
inkscape:window-x="1680"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg2" />
|
||||
<path
|
||||
style="fill:#f2f2f2;stroke-width:1.06666672;fill-opacity:1"
|
||||
d="M 3.2,2.1333333 C 2.6090667,2.1333333 2.1333333,2.6090667 2.1333333,3.2 V 5.3333333 C 2.1333333,5.9242667 2.6090667,6.4 3.2,6.4 H 30.933333 C 31.524267,6.4 32,5.9242667 32,5.3333333 V 3.2 C 32,2.6090667 31.524267,2.1333333 30.933333,2.1333333 Z"
|
||||
id="path3339"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#f2f2f2;stroke-width:1.06666672;fill-opacity:1"
|
||||
d="m 3.2,10.666667 c -0.5909333,0 -1.0666667,0.475733 -1.0666667,1.066666 v 2.133334 c 0,0.590933 0.4757334,1.066666 1.0666667,1.066666 h 19.2 c 0.590933,0 1.066667,-0.475733 1.066667,-1.066666 v -2.133334 c 0,-0.590933 -0.475734,-1.066666 -1.066667,-1.066666 z"
|
||||
id="path3337"
|
||||
inkscape:connector-curvature="0" />
|
||||
</svg>
|
After (image error) Size: 2.2 KiB |
88
core/img/actions/pinned.svg
Normal file
88
core/img/actions/pinned.svg
Normal file
|
@ -0,0 +1,88 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="17.066668"
|
||||
width="17.066668"
|
||||
version="1.1"
|
||||
id="svg3550"
|
||||
inkscape:version="0.92.1 r"
|
||||
sodipodi:docname="pinned.svg">
|
||||
<metadata
|
||||
id="metadata3560">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs3558" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1377"
|
||||
id="namedview3556"
|
||||
showgrid="false"
|
||||
inkscape:zoom="37.432465"
|
||||
inkscape:cx="-3.1630502"
|
||||
inkscape:cy="8.5695632"
|
||||
inkscape:window-x="1680"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg3550" />
|
||||
<g
|
||||
id="g3637"
|
||||
style="fill:#f2f2f2;fill-opacity:1;stroke:#f2f2f2;stroke-opacity:1">
|
||||
<rect
|
||||
ry="0.20149547"
|
||||
y="0.44005615"
|
||||
x="3.0134108"
|
||||
height="1.2673134"
|
||||
width="11.039845"
|
||||
id="rect3581"
|
||||
style="fill:#f2f2f2;fill-rule:evenodd;stroke:#f2f2f2;stroke-width:0.72623241px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect3583"
|
||||
d="m 5.470602,2.0408913 h 6.125463 L 11.39457,9.2947285 H 5.692247 Z"
|
||||
style="fill:#f2f2f2;stroke-width:1.06666672;fill-opacity:1;stroke:#f2f2f2;stroke-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect3585"
|
||||
d="M 3.3448242,8.9924853 H 13.721842 c 1.309721,0.4835894 1.390319,1.5313657 1.390319,1.5313657 H 1.9545055 c 0,0 0.040299,-1.027627 1.3903187,-1.5313657 z"
|
||||
style="fill:#f2f2f2;stroke-width:1.06666672;fill-opacity:1;stroke:#f2f2f2;stroke-opacity:1" />
|
||||
<rect
|
||||
y="10.438361"
|
||||
x="8.0195198"
|
||||
height="5.2975516"
|
||||
width="1.0276269"
|
||||
id="rect3587"
|
||||
style="fill:#f2f2f2;stroke-width:1.06666672;fill-opacity:1;stroke:#f2f2f2;stroke-opacity:1" />
|
||||
<rect
|
||||
y="12.991774"
|
||||
x="1.2526658"
|
||||
height="1.4817797"
|
||||
width="14.561336"
|
||||
id="rect3603"
|
||||
style="fill:#f2f2f2;stroke-width:1.06666672;fill-opacity:1;stroke:#f2f2f2;stroke-opacity:1" />
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 2.9 KiB |
61
core/img/actions/recent.svg
Normal file
61
core/img/actions/recent.svg
Normal file
|
@ -0,0 +1,61 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="16"
|
||||
width="16"
|
||||
version="1"
|
||||
id="svg6"
|
||||
sodipodi:docname="recent.svg"
|
||||
inkscape:version="0.92.1 r">
|
||||
<metadata
|
||||
id="metadata12">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs10" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1377"
|
||||
id="namedview8"
|
||||
showgrid="false"
|
||||
inkscape:zoom="14.75"
|
||||
inkscape:cx="0.54237288"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-x="1680"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg6" />
|
||||
<path
|
||||
color="#000"
|
||||
fill="none"
|
||||
d="M-62.897-32.993h163.31v97.986h-163.31z"
|
||||
id="path2" />
|
||||
<path
|
||||
style="text-decoration-color:#000;isolation:auto;mix-blend-mode:normal;block-progression:tb;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-transform:none;fill:#f2f2f2;fill-opacity:1"
|
||||
d="M8 0C3.594 0 0 3.594 0 8c0 4.406 3.594 8 8 8 4.406 0 8-3.594 8-8 0-4.406-3.594-8-8-8zm0 2c3.326 0 6 2.674 6 6s-2.674 6-6 6-6-2.674-6-6 2.674-6 6-6zm-.44.932a.617.617 0 0 0-.605.613l-.852 4.44V8C5.92 8.755 6.44 9 7.02 9.352h.005l2.998 1.58c.653.502 1.407-.476.754-.98L9 8.01V8l-.81-4.45a.617.617 0 0 0-.63-.618z"
|
||||
color="#000"
|
||||
white-space="normal"
|
||||
id="path4" />
|
||||
</svg>
|
After (image error) Size: 2.1 KiB |
60
core/img/actions/rss.svg
Normal file
60
core/img/actions/rss.svg
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
enable-background="new 0 0 98.918 100"
|
||||
xml:space="preserve"
|
||||
height="16"
|
||||
viewBox="0 0 16 16"
|
||||
width="16"
|
||||
version="1.0"
|
||||
y="0px"
|
||||
x="0px"
|
||||
id="svg10"
|
||||
sodipodi:docname="rss.svg"
|
||||
inkscape:version="0.92.1 r"><metadata
|
||||
id="metadata16"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs14" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1377"
|
||||
id="namedview12"
|
||||
showgrid="false"
|
||||
inkscape:zoom="14.75"
|
||||
inkscape:cx="0.54237288"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-x="1680"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg10" /><g
|
||||
fill-opacity=".88235"
|
||||
fill="#282828"
|
||||
id="g8"
|
||||
style="fill:#f2f2f2;fill-opacity:0.88235003"><ellipse
|
||||
cx="13.566"
|
||||
rx="13.566"
|
||||
ry="13.714"
|
||||
transform="matrix(.14558 0 0 .144 .8 0.8)"
|
||||
cy="86.286"
|
||||
id="ellipse2"
|
||||
style="fill:#f2f2f2;fill-opacity:0.88235003" /><path
|
||||
d="m10.345 15.2h-2.7976c0-3.727-3.021-6.7476-6.7474-6.7476v-2.7975c5.2719 0 9.5452 4.2733 9.5452 9.545z"
|
||||
id="path4"
|
||||
style="fill:#f2f2f2;fill-opacity:0.88235003" /><path
|
||||
d="m12.32 15.2c0-6.3624-5.1575-11.52-11.52-11.52v-2.88c7.9529 0 14.4 6.4472 14.4 14.4h-2.8799z"
|
||||
id="path6"
|
||||
style="fill:#f2f2f2;fill-opacity:0.88235003" /></g></svg>
|
After (image error) Size: 2.1 KiB |
81
core/img/actions/unpinned.svg
Normal file
81
core/img/actions/unpinned.svg
Normal file
|
@ -0,0 +1,81 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
height="17.066668"
|
||||
width="17.066668"
|
||||
version="1.1"
|
||||
id="svg3550"
|
||||
inkscape:version="0.92.1 r"
|
||||
sodipodi:docname="unpinned.svg">
|
||||
<metadata
|
||||
id="metadata3560">
|
||||
<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="defs3558" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1051"
|
||||
id="namedview3556"
|
||||
showgrid="false"
|
||||
inkscape:zoom="37.432465"
|
||||
inkscape:cx="-7.3171982"
|
||||
inkscape:cy="7.4518962"
|
||||
inkscape:window-x="4240"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="g3597" />
|
||||
<g
|
||||
id="g3597"
|
||||
style="fill:#f2f2f2;fill-opacity:1">
|
||||
<rect
|
||||
ry="0.20149547"
|
||||
y="0.44005612"
|
||||
x="3.0134108"
|
||||
height="1.2673134"
|
||||
width="11.039845"
|
||||
id="rect3581"
|
||||
style="fill:#f2f2f2;fill-rule:nonzero;stroke:#f2f2f2;stroke-width:0.726;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect3583"
|
||||
d="m 5.470602,2.0408913 h 6.125463 L 11.39457,9.2947284 H 5.692247 Z"
|
||||
style="fill:#f2f2f2;stroke-width:1.06666672;fill-opacity:1" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect3585"
|
||||
d="M 3.3448242,8.9924852 H 13.721842 c 1.309721,0.4835894 1.390319,1.5313658 1.390319,1.5313658 H 1.9545055 c 0,0 0.040299,-1.0276271 1.3903187,-1.5313658 z"
|
||||
style="fill:#f2f2f2;stroke-width:1.06666672;fill-opacity:1" />
|
||||
<rect
|
||||
y="9.1845484"
|
||||
x="8.0195198"
|
||||
height="7.8051786"
|
||||
width="1.0276269"
|
||||
id="rect3587"
|
||||
style="fill:#f2f2f2;stroke-width:1.06666672;fill-opacity:1" />
|
||||
</g>
|
||||
</svg>
|
After (image error) Size: 2.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue