static/style.css
author Tero Marttila <terom@fixme.fi>
Tue, 26 Jan 2010 20:49:05 +0200
changeset 117 2da34e3aa885
parent 47 201257cbd887
permissions -rw-r--r--
setup.py: fallback to .c if we don't have Cython
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%;
}