X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;h=795e5141524fc78cae93d4aa5321227cac515929;hp=fd4dd225167c8d78117b01680c58548aedf852d5;hb=dda551324c5d9402b8541db61f1fc13d54693802;hpb=8389557a642218382b7294fde519389b72551388 diff --git a/style/lantea.css b/style/lantea.css index fd4dd22..795e514 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; @@ -72,16 +78,28 @@ h1 { border-radius: 3px; } -#map, #track { +#map, #glmap, #track { position: fixed; border: 0; top: 0; left: 0; right: 0; bottom: 0; +} + +#map { z-index: 1; } +#glmap { + z-index: 2; + opacity: 0.7; +} + +#track { + z-index: 3; +} + #action { position: absolute; bottom: 5px; @@ -122,6 +140,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;