Mercurial > open-web-challenges
view index.css @ 27:74f52b4966d7
Rewording of my last commit.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Tue, 31 Mar 2009 10:36:41 -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; }