X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;h=fd4dd225167c8d78117b01680c58548aedf852d5;hp=3d2aa8cc1c333299adf14e5a647d2881aebca3f3;hb=8389557a642218382b7294fde519389b72551388;hpb=afa031872dc73ded1c8f1bed53600439bb499b85 diff --git a/style/lantea.css b/style/lantea.css index 3d2aa8c..fd4dd22 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -12,31 +12,9 @@ h1 { display: none; } -#menuArea { - position: absolute; - /* width: 30em; */ - left: 1%; - top: 1em; - z-index: 5; -} - -#zoomArea { - position: absolute; - right: 1%; - top: 1em; - z-index: 5; - text-align: center; -} - -#fullscreenArea { +.overlayArea { position: absolute; - right: 1%; - bottom: 2em; z-index: 5; - text-align: center; -} - -.overlayArea { transition-property: opacity; transition-duration: .2s; } @@ -55,6 +33,24 @@ h1 { font-size: 3mozmm; } +#menuArea { + /* width: 30em; */ + left: 1%; + top: 1em; +} + +#zoomArea { + right: 1%; + top: 1em; + text-align: center; +} + +#fullscreenArea { + right: 1%; + bottom: 2em; + text-align: center; +} + #zoomLevel { background-color: rgba(255, 255, 255, .8); border-radius: 3px; @@ -105,8 +101,12 @@ h1 { display: none; } +.settingsSubTitle { + margin: .5em 0 0; + font-weight: bold; +} + #copyright { - position: absolute; bottom: 5px; right: .5em; margin: 0;