zero change to appcache to get installations to update
[lantea.git] / style / lantea.css
index b358a1d83deda6d7b510deab2f4c1225863aca74..23bd32d09d46b24849bfd7a7d21963b12c8b0252 100644 (file)
@@ -27,13 +27,23 @@ h1 {
   text-align: center;
 }
 
+.overlayArea {
+  transition-property: opacity;
+  transition-duration: .2s;
+}
+
+.overlayArea.hidden {
+  opacity: 0;
+  transition-duration: 1s;
+}
+
 .overlayArea:-moz-system-metric(touch-enabled) {
   font-size: 3mozmm;
 }
 
 .overlayArea input[type="button"]:-moz-system-metric(touch-enabled),
 .overlayArea select:-moz-system-metric(touch-enabled) {
-  font-size: 2.5mozmm;
+  font-size: 3mozmm;
 }
 
 #zoomLevel {
@@ -95,6 +105,9 @@ h1 {
   padding: 0 3px;
 }
 
+#copyright.hidden {
+  opacity: 0;
+}
 
 @media screen and (max-width: 500px) {
   body {