view index.css @ 0:30b149f2cdf1

Origination, copied over from http://code.google.com/p/parchment/ revision 32.
author Atul Varma <varmaa@toolness.com>
date Tue, 27 May 2008 23:29:35 -0700
parents
children c0856c392096
line wrap: on
line source

body {
    font-family: palatino, georgia, verdana, arial, sans-serif;
    text-align: center;
    background: white;
}

#content {
    text-align: left;
    margin: 0 auto;
    width: 640px;
}

a {
    color: grey;
    text-decoration: none;
}

a:hover {
    color: black;
}

p a {
    font-style: italic;
    color: black;
}

.story {
    padding: 10px 20px 10px 20px;
}

h1 {
    text-align: center;
    font-weight: normal;
}