view assets/style.css @ 87:a4be115b5463

Livemap: Update layout, show accuracy
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 07 Dec 2020 18:18:48 +0100
parents d2ff3a9d066d
children 1983da548b88
line wrap: on
line source

body {
    text-size: 120%;
}
.field {
    width: 15em;
}
#mapid {
    height: 95%;
    width: 95%;
    margin: 5px;
}
#livemapTitle {
    color: blue;
    font-weight: bold;
    margin-right: 3em;
}
#infoFields {
    border-style: solid;
    border-color: green;
    padding: 5px;
}

@keyframes blinkonupdate {
    from {background-color: greenyellow;}
    to {background-color: white;}
}
.timeChanged {
    animation-name: blinkonupdate;
    animation-duration: 2s;
    animation-iteration-count: 1;
}