X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;h=f5364cad970faeb962fa484dbe3336e3b5a27f95;hp=fd4dd225167c8d78117b01680c58548aedf852d5;hb=362a6833c5e41dc0d006667b4ef8bb15d898dc4b;hpb=8389557a642218382b7294fde519389b72551388 diff --git a/style/lantea.css b/style/lantea.css index fd4dd22..f5364ca 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; @@ -122,6 +128,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;