X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;h=c3233cfb5fb552c2010f5313849a58dfc2b61583;hp=fd4dd225167c8d78117b01680c58548aedf852d5;hb=0c7de38028c2e5a599ba6e3c18f2a6b00061439a;hpb=8389557a642218382b7294fde519389b72551388 diff --git a/style/lantea.css b/style/lantea.css index fd4dd22..c3233cf 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -12,6 +12,7 @@ h1 { display: none; } +#dialogArea, .overlayArea { position: absolute; z-index: 5; @@ -19,15 +20,20 @@ h1 { transition-duration: .2s; } +#dialogArea.hidden, .overlayArea.hidden { opacity: 0; transition-duration: 1s; } +#dialogArea:-moz-system-metric(touch-enabled), .overlayArea:-moz-system-metric(touch-enabled) { font-size: 3mozmm; } +#dialogArea input[type="button"]:-moz-system-metric(touch-enabled), +#dialogArea input[type="text"]:-moz-system-metric(touch-enabled), +#dialogArea select:-moz-system-metric(touch-enabled), .overlayArea input[type="button"]:-moz-system-metric(touch-enabled), .overlayArea select:-moz-system-metric(touch-enabled) { font-size: 3mozmm; @@ -79,9 +85,16 @@ h1 { left: 0; right: 0; bottom: 0; +} + +#map { z-index: 1; } +#track { + z-index: 3; +} + #action { position: absolute; bottom: 5px; @@ -122,6 +135,35 @@ h1 { opacity: 0; } +#dialogArea { + top: 20%; + right: 0; + left: 0; + width: 30ch; + max-width: 92%; + z-index: 10; + background-color: rgba(255, 255, 255, .8); + border: 0; + margin: auto; + padding: .5em; + border-radius: 5px; +} + +#dialogArea.hidden { + top: -100%; +} + +.dialogTitle { + margin: 0 0 .5em; + font-weight: bold; +} + +.dialogHelp { + margin: .5em 0; + font-size: small; + opacity: .66; +} + @media screen and (max-width: 500px) { body { font-size: 10px;