medor.maquette
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

gui.css
text/css

Download raw (268 bytes)

#viewport {
    position: fixed;
    top: 0;
    bottom: 2em;
    left: 0;
    right: 0;
}

#toolbar {
    position: fixed;
    height: 2em;
    bottom: 0em;
    left: 0;
    right: 0;

    background-color: lightgrey;
}

iframe {
    width: 100%;
    height: 100%;
}