diff --git a/index.html b/index.html index a3ba63b..31c1a65 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,7 @@ 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 8db9c80..86e8a64 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 5.0-beta1 +# 5.0.1 COPYING README.md @@ -12,17 +12,17 @@ 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 +info/info.css \ No newline at end of file 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 74f0213..6982d62 100644 --- a/uhr.js +++ b/uhr.js @@ -227,6 +227,7 @@ along with this program. If not, see . themeChooser.append(''); themeChooser.append(''); themeChooser.append(''); + themeChooser.append(''); e.after(themeChooser); } },