aboutsummaryrefslogtreecommitdiff
path: root/img
diff options
context:
space:
mode:
authorroot2014-10-19 03:57:54 +0200
committerroot2014-10-19 03:57:54 +0200
commit0de0bc0a7f0241aa29b2034a5cec3e9a91c1113e (patch)
tree35a4cc4f79685d32360afd5b02741d15bc292337 /img
parent2330bb06ececee220d854883a2870a3adf17c277 (diff)
downloadjungegemeinde-0de0bc0a7f0241aa29b2034a5cec3e9a91c1113e.tar.gz
moved images in correct folder
Diffstat (limited to 'img')
-rw-r--r--img/error.pngbin0 -> 2216 bytes
-rw-r--r--img/error.svg5
-rw-r--r--img/loading.gifbin0 -> 3897 bytes
-rw-r--r--img/play-pause.pngbin0 -> 606 bytes
-rw-r--r--img/play-pause.svg6
-rw-r--r--img/progressbar.gifbin0 -> 3323 bytes
-rw-r--r--img/video-play.pngbin0 -> 2811 bytes
-rw-r--r--img/video-play.svg5
8 files changed, 16 insertions, 0 deletions
diff --git a/img/error.png b/img/error.png
new file mode 100644
index 0000000..a5577c3
--- /dev/null
+++ b/img/error.png
Binary files differ
diff --git a/img/error.svg b/img/error.svg
new file mode 100644
index 0000000..184206a
--- /dev/null
+++ b/img/error.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
+ <circle cx="32" cy="32" r="25" stroke="red" stroke-width="7" fill="black" fill-opacity="0.2"/>
+ <rect x="28" y="7" width="8" height="50" fill="red" transform="rotate(45, 32, 32)"/>
+</svg>
diff --git a/img/loading.gif b/img/loading.gif
new file mode 100644
index 0000000..90f28cb
--- /dev/null
+++ b/img/loading.gif
Binary files differ
diff --git a/img/play-pause.png b/img/play-pause.png
new file mode 100644
index 0000000..ece6cfb
--- /dev/null
+++ b/img/play-pause.png
Binary files differ
diff --git a/img/play-pause.svg b/img/play-pause.svg
new file mode 100644
index 0000000..a7f1f50
--- /dev/null
+++ b/img/play-pause.svg
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="30" height="15">
+ <polygon points="2,1 2,14 13,7" stroke="black" stroke-width="1" fill="white"/>
+ <rect x="17" y="2" width="4" height="11" stroke="black" stroke-width="1" fill="white"/>
+ <rect x="24" y="2" width="4" height="11" stroke="black" stroke-width="1" fill="white"/>
+</svg>
diff --git a/img/progressbar.gif b/img/progressbar.gif
new file mode 100644
index 0000000..fbcce6b
--- /dev/null
+++ b/img/progressbar.gif
Binary files differ
diff --git a/img/video-play.png b/img/video-play.png
new file mode 100644
index 0000000..353e3a5
--- /dev/null
+++ b/img/video-play.png
Binary files differ
diff --git a/img/video-play.svg b/img/video-play.svg
new file mode 100644
index 0000000..b5ea206
--- /dev/null
+++ b/img/video-play.svg
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="64" height="64">
+ <circle cx="32" cy="32" r="25" stroke="white" stroke-width="7" fill="black" fill-opacity="0.2"/>
+ <polygon points="26,22 26,42 43,32" fill="white"/>
+</svg>