also give fullscreen button a new design
[lantea.git] / style / lantea.css
index 6fac89ece19e8260527aa2cc1e4a852ad2208b3f..1ce34d2f15e4baa71b50e6bc8d720e771425b7da 100644 (file)
@@ -51,25 +51,38 @@ h1 {
   text-align: center;
 }
 
-#zoomArea > input[type="button"] {
-  font-size: 1em;
+#zoomArea > input[type="button"],
+#fullscreenArea > input[type="button"] {
+  font-size: 1.2em;
   font-weight: bold;
   width: 2em;
   height: 2em;
   border-radius: 2em;
-  background-color: transparent;
+  background-color: rgba(255, 255, 255, .25);
+  background-image: radial-gradient(circle 1.5em, #FFFFFF, transparent);
   color: #0000FF;
+  border: none;
+}
+
+#zoomArea > input[type="button"] {
   border: 2px solid #0000FF;
 }
 
-#zoomArea > input[type="button"]:hover {
+#zoomArea > input[type="button"]:hover,
+#fullscreenArea > input[type="button"]:hover {
   background-color: rgba(255, 255, 255, .8);
 }
 
-#zoomArea > input[type="button"]:active {
+#zoomArea > input[type="button"]:active,
+#fullscreenArea > input[type="button"]:active {
   background-color: rgba(255, 255, 127, .8);
 }
 
+#zoomArea > input[type="button"]:focus,
+#fullscreenArea > input[type="button"]:focus {
+  background-color: rgba(255, 255, 255, .5);
+}
+
 #fullscreenArea {
   right: 1%;
   bottom: 2em;
@@ -77,9 +90,10 @@ 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;
 }