Upgrade to 1-6-5-UI and images
@@ -1,13 +1,5 @@
|
||||
Image files page_white_text.png and calendar.png and some icons in buttons.png
|
||||
are (or based on) icons from Silk Icons set by Mark James (http://www.famfamfam.com/lab/icons/silk/),
|
||||
licensed under the Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/).
|
||||
|
||||
Some icons in buttons.png are based on "Silk Companion 1" icons set by Damien Guard
|
||||
(http://damieng.com/creative/icons/silk-companion-1-icons), licensed under the
|
||||
Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/).
|
||||
|
||||
Icons in mzl.png are (or based on) icons from Mozilla Source Code,
|
||||
(http://www.mozilla.org/MPL/#source-code), licensed under the terms
|
||||
of tri-license (MPL 1.1/GPL 2.0/LGPL 2.1).
|
||||
|
||||
rss.svg, rss-disabled.svg - are (or based on) icons by Icons8 from https://icons8.com/icon/13841/rss
|
||||
calendar.svg - icon by Icons8 from https://icons8.com/icon/__LA9wZgJaqd/calendar
|
||||
loading48.gif - generated at Preloaders.net
|
||||
|
||||
Other images in this directory were made by Max Pozdeev and licensed under the terms of GNU GPL v2+.
|
||||
4
public/themes/default/images/add.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<polyline points="15 4, 15 9, 2 9" stroke-width="1.5" stroke="#000" fill="none" />
|
||||
<polyline points="6 5, 1 9, 6 13" stroke-width="1.5" stroke="#000" fill="none" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 237 B |
3
public/themes/default/images/arr-left.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<polygon points="10 3, 4 8, 10 13" fill="#000"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 118 B |
3
public/themes/default/images/arr-right.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<polygon points="6 3, 12 8, 6 13" fill="#000"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 117 B |
5
public/themes/default/images/arrdown-hover.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<!--<rect x="0" y="0" width="16" height="16" fill="red"/>-->
|
||||
<rect x="1" y="2" width="14" height="12" rx="3" fill="#999999"/>
|
||||
<polygon points="4 6, 12 6, 8 10" fill="#ffffff"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 248 B |
3
public/themes/default/images/arrdown.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<polygon points="4 6, 12 6, 8 10" fill="#888888"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 121 B |
3
public/themes/default/images/arrdown2.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8">
|
||||
<polygon points="0 2, 8 2, 4 6" fill="black"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 115 B |
7
public/themes/default/images/calendar.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<path fill="#fff" d="M0.5 1.5H15.5V14.5H0.5z"/>
|
||||
<path fill="#788b9c" d="M15,2v12H1V2H15 M16,1H0v14h16V1L16,1z"/>
|
||||
<path fill="#f78f8f" d="M0.5 1.5H15.5V4.5H0.5z"/>
|
||||
<path fill="#c74343" d="M15,2v2H1V2H15 M16,1H0v4h16V1L16,1z"/>
|
||||
<path fill="#c5d4de" d="M5 7H6V8H5zM7 7H8V8H7zM9 7H10V8H9zM11 7H12V8H11zM3 9H4V10H3zM5 9H6V10H5zM7 9H8V10H7zM9 9H10V10H9zM11 9H12V10H11zM3 11H4V12H3zM5 11H6V12H5zM7 11H8V12H7zM9 11H10V12H9z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 491 B |
3
public/themes/default/images/checkmark.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<polyline points="4 8, 7 12, 13 5" fill="none" stroke-width="2" stroke="#000" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 149 B |
6
public/themes/default/images/close.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<g stroke-width="1.5" fill="none">
|
||||
<path d="M12.0 12.0l-8-8" stroke="#7f7f7f"/>
|
||||
<path d="M4.0 12.0l+8-8" stroke="#7f7f7f"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 196 B |
6
public/themes/default/images/closetag.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<g stroke-width="1.5" fill="none">
|
||||
<path d="M12.0 12.0l-8-8" stroke="#000"/>
|
||||
<path d="M4.0 12.0l+8-8" stroke="#000"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 190 B |
@@ -1 +1 @@
|
||||
Direct access disallowed!
|
||||
Place for Images
|
||||
BIN
public/themes/default/images/loading48.gif
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
10
public/themes/default/images/newtask-ext.svg
Normal file
@@ -0,0 +1,10 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" >
|
||||
<!-- <rect x="0" y="0" width="16" height="16" fill="lightpink" /> -->
|
||||
<g stroke="#7f7f7f" fill="none">
|
||||
<polyline points="10.5 1, 1 1, 1 15, 13 15, 13 7.5" stroke-width="1.0" stroke-linejoin="round"/>
|
||||
<g stroke-width="1.0" >
|
||||
<polyline points="7 7, 6 10, 9 9, 15 3, 13 1, 7 7, 6 10" />
|
||||
<line x1="7" y1="7" x2="9" y2="9" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 406 B |
4
public/themes/default/images/note-toggle.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14">
|
||||
<!--<rect x="0" y="0" width="14" height="14" fill="lightpink"/>-->
|
||||
<polyline points="5 2, 10 7, 5 12" stroke-width="1.5" stroke="#000" fill="none" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 217 B |
19
public/themes/default/images/note.svg
Normal file
@@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs>
|
||||
<linearGradient id="gradient1" x1="10%" y1="90%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#fff"/>
|
||||
<stop offset="100%" stop-color="#eee"/>
|
||||
</linearGradient>
|
||||
<style type="text/css"><![CDATA[
|
||||
.line1 { stroke:#333; stroke-width:0.3; }
|
||||
]]></style>
|
||||
</defs>
|
||||
|
||||
<polygon points="2 1, 11 1, 14 4, 14 15, 2 15" stroke-width="0.2" stroke="#333" fill="#fff" fill-opacity="0.0" />
|
||||
<line x1="5" y1="4" x2="10" y2="4" class="line1"/>
|
||||
<line x1="5" y1="6" x2="11" y2="6" class="line1"/>
|
||||
<line x1="5" y1="8" x2="11" y2="8" class="line1"/>
|
||||
<line x1="5" y1="10" x2="11" y2="10" class="line1"/>
|
||||
<line x1="5" y1="12" x2="11" y2="12" class="line1"/>
|
||||
<polygon points="3 2, 10 2, 10 5, 13 5, 13 14, 3 14" fill="url(#gradient1)" fill-opacity="0.4" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 856 B |
4
public/themes/default/images/plus.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<line x1="3" y1="8" x2="13" y2="8" stroke-width="2" stroke="#333" />
|
||||
<line x1="8" y1="3" x2="8" y2="13" stroke-width="2" stroke="#333" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 207 B |
14
public/themes/default/images/rss-disabled.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8">
|
||||
<title>RSS feed icon</title>
|
||||
<style type="text/css">
|
||||
.button {stroke: none; fill: #bbb;}
|
||||
.symbol {stroke: none; fill: white;}
|
||||
</style>
|
||||
|
||||
<rect class="button" width="8" height="8" rx="1.5" />
|
||||
<circle class="symbol" cx="2" cy="6" r="1" />
|
||||
<path class="symbol" d="m 1,4 a 3,3 0 0 1 3,3 h 1 a 4,4 0 0 0 -4,-4 z" />
|
||||
<path class="symbol" d="m 1,2 a 5,5 0 0 1 5,5 h 1 a 6,6 0 0 0 -6,-6 z" />
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 517 B |
14
public/themes/default/images/rss.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8">
|
||||
<title>RSS feed icon</title>
|
||||
<style type="text/css">
|
||||
.button {stroke: none; fill: orange;}
|
||||
.symbol {stroke: none; fill: white;}
|
||||
</style>
|
||||
|
||||
<rect class="button" width="8" height="8" rx="1.5" />
|
||||
<circle class="symbol" cx="2" cy="6" r="1" />
|
||||
<path class="symbol" d="m 1,4 a 3,3 0 0 1 3,3 h 1 a 4,4 0 0 0 -4,-4 z" />
|
||||
<path class="symbol" d="m 1,2 a 5,5 0 0 1 5,5 h 1 a 6,6 0 0 0 -6,-6 z" />
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 519 B |
7
public/themes/default/images/search-cancel.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<g stroke-width="1.5" fill="none">
|
||||
<circle cx="8" cy="8" r="7" fill="#000"/>
|
||||
<path d="M11.0 11.0l-6-6" stroke="#ffffff"/>
|
||||
<path d="M5.0 11.0l+6-6" stroke="#ffffff"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 238 B |
6
public/themes/default/images/search.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<g stroke-width="1.5" stroke="#7f7f7f" fill="none">
|
||||
<path d="M14 14l-4-4"/>
|
||||
<circle cx="7" cy="7" r="4.5"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 180 B |
5
public/themes/default/images/selectlist.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<circle cx="3" cy="8" r="1.5" fill="#333"/>
|
||||
<circle cx="8" cy="8" r="1.5" fill="#333"/>
|
||||
<circle cx="13" cy="8" r="1.5" fill="#333"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 200 B |
7
public/themes/default/images/selectlist2.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<g fill="none" stroke-width="1.5" stroke="#333" stroke-linecap="round">
|
||||
<line x1="2" y1="3" x2="14" y2="3"/>
|
||||
<line x1="2" y1="8" x2="14" y2="8"/>
|
||||
<line x1="4" y1="13" x2="14" y2="13"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 260 B |
4
public/themes/default/images/task-menu.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14">
|
||||
<!--<rect x="0" y="0" width="14" height="14" fill="lightpink"/>-->
|
||||
<polyline points="2 6, 7 11, 12 6" stroke-width="2" stroke="#000" fill="none" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 216 B |
8
public/themes/default/images/task-menu2.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14">
|
||||
<!--<rect x="0" y="0" width="14" height="14" fill="lightpink"/>-->
|
||||
<g fill="#000">
|
||||
<circle cx="7" cy="2" r="1.5" />
|
||||
<circle cx="7" cy="7" r="1.5" />
|
||||
<circle cx="7" cy="12" r="1.5" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 259 B |