X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;h=47d0f5b272f6a329c3f1fa4d88dc482d0b40aa87;hp=c3233cfb5fb552c2010f5313849a58dfc2b61583;hb=ae9e33a21dcde54c1b693f3412bde1abd60ca56a;hpb=ac6286bd2c43fe4e522c5a1ab732902aa8935cbc diff --git a/style/lantea.css b/style/lantea.css index c3233cf..47d0f5b 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -51,6 +51,38 @@ h1 { text-align: center; } +#zoomArea > input[type="button"], +#fullscreenArea > 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: none; +} + +#zoomArea > input[type="button"] { + border: 2px solid #0000FF; +} + +#zoomArea > input[type="button"]:hover, +#fullscreenArea > input[type="button"]:hover { + background-color: rgba(255, 255, 255, .8); +} + +#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; @@ -58,9 +90,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,6 +112,10 @@ h1 { border-radius: 3px; } +#trackData { + margin: 0; +} + #map, #track { position: fixed; border: 0; @@ -164,7 +202,12 @@ h1 { opacity: .66; } -@media screen and (max-width: 500px) { +#uploadDesc { + max-width: 95%; +} + +@media screen and (max-width: 500px), + screen and (max-height: 500px) { body { font-size: 10px; } @@ -178,7 +221,7 @@ h1 { } #fullscreenArea { right: 1px; - bottom: 10px; + bottom: 20px; } #copyright { bottom: 1px;