diff --git a/apple-touch-icon-precomposed.png b/apple-touch-icon-precomposed.png new file mode 100644 index 0000000..6282eae Binary files /dev/null and b/apple-touch-icon-precomposed.png differ diff --git a/icon.png b/icon.png deleted file mode 100644 index 3dc7842..0000000 Binary files a/icon.png and /dev/null differ diff --git a/index.html b/index.html index 037b0e6..be03848 100644 --- a/index.html +++ b/index.html @@ -26,10 +26,10 @@ along with this program. If not, see . + - - + diff --git a/info/index.html b/info/index.html index 909f3c3..0348a73 100644 --- a/info/index.html +++ b/info/index.html @@ -32,6 +32,7 @@ along with this program. If not, see . +

Die Zeit im Wort

diff --git a/manifest.appcache b/manifest.appcache index 25bd652..8e8e30c 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -1,25 +1,25 @@ CACHE MANIFEST -# 5.0-beta +# 5.0.1 COPYING README.md +apple-touch-icon-precomposed.png favicon.png -icon.png index.html jquery-2.1.0.min.js jquery-cookie-1.4.0.js jquery-ui-1.10.4.custom.min.js -splash.png uhr-black.css uhr-blue.css uhr-de.js uhr-de_CH.js uhr-en.js uhr-green.css +uhr-pink.css uhr-red.css uhr-white.css uhr.css uhr.js uhr.woff info/index.html -info/info.css \ No newline at end of file +info/info.css diff --git a/splash.png b/splash.png deleted file mode 100644 index 277357b..0000000 Binary files a/splash.png and /dev/null differ diff --git a/uhr-pink.css b/uhr-pink.css new file mode 100644 index 0000000..bc38351 --- /dev/null +++ b/uhr-pink.css @@ -0,0 +1,36 @@ +/* +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ +.uhr.pink { + background-color: #f0a; +} +.uhr.pink .dot.active{ + border-color: #fff; + box-shadow: 0 0 0.1em #fff; +} +.uhr.pink .letter.active{ + color: #fff; + text-shadow: 0 0 0.1em #fff; +} +.pink .onoffswitch-inner:before { + background-color: #f0a; +} +.uhr.pink .dot:not(.active) { + border-color: rgba(255,255,255,0.1); + box-shadow: 0 0 0.1em rgba(255,255,255,0.1); +} +.uhr.pink .letter:not(.active) { + color: rgba(255,255,255,0.1); + text-shadow: 0 0 0.1em rgba(255,255,255,0.1); +} diff --git a/uhr.js b/uhr.js index 2e330b8..d5a3fea 100644 --- a/uhr.js +++ b/uhr.js @@ -228,6 +228,7 @@ along with this program. If not, see . themeChooser.append(''); themeChooser.append(''); themeChooser.append(''); + themeChooser.append(''); e.after(themeChooser); } },