improve new zoom area design further
[lantea.git] / style / lantea.css
index 795e5141524fc78cae93d4aa5321227cac515929..9573d68cc345061285ed9f232807765256cb38d3 100644 (file)
@@ -51,6 +51,30 @@ h1 {
   text-align: center;
 }
 
+#zoomArea > input[type="button"] {
+  font-size: 1.2em;
+  font-weight: bold;
+  width: 2em;
+  height: 2em;
+  border-radius: 2em;
+  background-color: rgba(255, 255, 255, .25);
+  background-image: radial-gradient(circle 1.5em, #FFFFFF, transparent);
+  color: #0000FF;
+  border: 2px solid #0000FF;
+}
+
+#zoomArea > input[type="button"]:hover {
+  background-color: rgba(255, 255, 255, .8);
+}
+
+#zoomArea > input[type="button"]:active {
+  background-color: rgba(255, 255, 127, .8);
+}
+
+#zoomArea > input[type="button"]:focus {
+  background-color: rgba(255, 255, 255, .5);
+}
+
 #fullscreenArea {
   right: 1%;
   bottom: 2em;
@@ -58,9 +82,11 @@ h1 {
 }
 
 #zoomLevel {
-  background-color: rgba(255, 255, 255, .8);
-  border-radius: 3px;
-  padding: 0 3px;
+  /* background-color: rgba(255, 255, 255, .8); */
+  background-image: radial-gradient(circle 1.5em, #FFFFFF, transparent);
+  border-radius: .5em;
+  padding: .5em .2em;
+  margin: 2px 0;
 }
 
 #settingsArea,
@@ -78,7 +104,11 @@ h1 {
   border-radius: 3px;
 }
 
-#map, #glmap, #track {
+#trackData {
+  margin: 0;
+}
+
+#map, #track {
   position: fixed;
   border: 0;
   top: 0;
@@ -91,11 +121,6 @@ h1 {
   z-index: 1;
 }
 
-#glmap {
-  z-index: 2;
-  opacity: 0.7;
-}
-
 #track {
   z-index: 3;
 }
@@ -169,6 +194,10 @@ h1 {
   opacity: .66;
 }
 
+#uploadDesc {
+  max-width: 95%;
+}
+
 @media screen and (max-width: 500px) {
   body {
     font-size: 10px;