view index.css @ 20:1c1f74ba541a

Removed firebug lite fallback b/c it was messing up a lot and spamming modal alerts.
author Atul Varma <varmaa@toolness.com>
date Tue, 31 Mar 2009 09:36:12 -0700
parents fa108b6e9fbd
children
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;
}

.boxed {
    border: 1px solid gray;
    padding: 0.5em;
}

.secret {
    display: none;
}

h1 {
    font-weight: normal;
}

.hints p {
    display: none;
}

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

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

#messages {
    display: none;
}

.challenge {
    display: none;
}

.completed {
    opacity: 0.25;
}

#success {
    position: absolute;
    top: 0px;
    width: 40em;
}

#success h1 {
    font-size: 72pt;
}