static/style.css
author Tero Marttila <terom@fixme.fi>
Wed, 06 Jan 2010 17:45:29 +0200
changeset 40 5454d2e2f633
parent 39 eeedb6c2f7c0
child 47 201257cbd887
permissions -rw-r--r--
add link-to-image feature
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;
}