static/style.css
author Tero Marttila <terom@fixme.fi>
Sat, 10 Apr 2010 22:30:00 +0300
branchunscaled-coordinates
changeset 128 66c95c2d212c
parent 47 201257cbd887
permissions -rw-r--r--
partial implementation of unscaled coordinates in URLs, but broken for url hashes and view images
body {
    margin: 0px;
    padding: 0px;
}

#viewport {
    overflow: hidden;
    position: absolute;
    /* width is specified inline */

    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    cursor: move;

    background-color: #E5E3DF;
}

#viewport img {
    position: absolute;
    border: none;
}

/** XXX: doesn't apply? * /
#substrate {
    position: absolute;
    top: 0px; left: 0px;
} */


.overlay {
    position: absolute;

    padding: 15px;

    z-index: 1000;
}

.link {
    color: #000000;

    padding: 2px;

    background-color: #FFFFFF;
}

.background {
    z-index: 1;

    font-size: xx-large;

    text-align: center;

    margin: 30%;
}