diff --git a/index.html b/index.html index 5b95933..9b62107 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,7 @@ along with this program. If not, see . + diff --git a/manifest.appcache b/manifest.appcache index ded0731..8e8e30c 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 5.0 +# 5.0.1 COPYING README.md @@ -15,6 +15,7 @@ uhr-de.js uhr-de_CH.js uhr-en.js uhr-green.css +uhr-pink.css uhr-red.css uhr-white.css uhr.css 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 0a1ede0..0b9bf86 100644 --- a/uhr.js +++ b/uhr.js @@ -226,6 +226,7 @@ along with this program. If not, see . themeChooser.append(''); themeChooser.append(''); themeChooser.append(''); + themeChooser.append(''); e.after(themeChooser); } },