view index.css @ 4:24152e820405

Added a title header.
author Atul Varma <varmaa@toolness.com>
date Mon, 30 Mar 2009 16:58:54 -0700
parents 9b9d095c5d2c
children 5a5d167e54ce
line wrap: on
line source

body {
    font-family: palatino,georgia,verdana,serif;
    font-size: 14pt;
    color: black;
    background-color: white;
    text-align: center;
}

a {
    text-decoration: none;
    border-bottom: 1px dotted;
    color: black;
}

h1 {
    font-weight: normal;
}

.hint-button {
    font-style: italic;
    padding: 2em;
}

#current-challenge {
    display: none;
    width: 40em;
    margin: 0 auto;
}

#messages {
    display: none;
}

.challenge {
    display: none;
}