/* Mandy Wu Memorial Website.
 * Author: imacat@mail.imacat.idv.tw (imacat), 2024/3/30
 */

/** The stylesheet. */

body {
    background: url("/images/marble.jpg") repeat;
}
.left-strip {
    position: fixed;
    left: 0;
    top: 0;
    width: 1in;
    height: 100%;
    background: url("/images/autumn-leaves.png") repeat-y;
    z-index: -10000;
}
.nav {
    margin: 1rem calc(1in + 1rem) 0;
}
.nav img {
    width: 32px;
    height: 32px;
}
.content {
    margin: 1rem calc(1in + 1rem);
}
.content p {
    text-indent: 2rem;
}
.mandy-wu-photo {
    float: left;
    margin: 1rem 2rem 1rem 0;
}
.poem-quote {
    font-style: italic;
}
