hide copyright field as well, but make sure it's shown when we change maps and might...
[lantea.git] / style / lantea.css
index b358a1d83deda6d7b510deab2f4c1225863aca74..d1ca01ee84b9a10f5aebda3643c3d44f77097041 100644 (file)
@@ -27,6 +27,16 @@ 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;
 }
@@ -95,6 +105,9 @@ h1 {
   padding: 0 3px;
 }
 
+#copyright.hidden {
+  opacity: 0;
+}
 
 @media screen and (max-width: 500px) {
   body {