X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;h=051088cd5381c0ba4cd45acfc8390c42fedf5f32;hp=795e5141524fc78cae93d4aa5321227cac515929;hb=ace4b369ea87ab3e2e18236b1cb33aa8984330cf;hpb=dda551324c5d9402b8541db61f1fc13d54693802 diff --git a/style/lantea.css b/style/lantea.css index 795e514..051088c 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -51,6 +51,46 @@ h1 { text-align: center; } +#zoomArea > input[type="button"], +#fullscreenArea > input[type="button"], +#trackButton, +#settingsButton { + 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, +#trackButton:hover, +#settingsButton:hover { + background-color: rgba(255, 255, 255, .8); +} + +#zoomArea > input[type="button"]:active, +#fullscreenArea > input[type="button"]:active, +#trackButton:active, +#settingsButton:active { + background-color: rgba(255, 255, 127, .8); +} + +#zoomArea > input[type="button"]:focus, +#fullscreenArea > input[type="button"]:focus, +#trackButton:focus, +#settingsButton:focus { + background-color: rgba(255, 255, 255, .5); +} + #fullscreenArea { right: 1%; bottom: 2em; @@ -58,9 +98,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 +120,11 @@ h1 { border-radius: 3px; } -#map, #glmap, #track { +#trackData { + margin: 0; +} + +#map, #track { position: fixed; border: 0; top: 0; @@ -91,11 +137,6 @@ h1 { z-index: 1; } -#glmap { - z-index: 2; - opacity: 0.7; -} - #track { z-index: 3; } @@ -169,21 +210,26 @@ 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; } #menuArea { - top: 1px; - left: 1px; + top: 2px; + left: 2px; } #zoomArea { - top: 1px; - right: 1px; + top: 2px; + right: 2px; } #fullscreenArea { - right: 1px; - bottom: 10px; + right: 2px; + bottom: 20px; } #copyright { bottom: 1px;