Mercurial > open-web-challenges
view index.css @ 9:0caf4ac71ba8
Made success message easier to read.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 30 Mar 2009 23:30:36 -0700 |
parents | fd9bfd93c4da |
children | c7034528674d |
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; margin: 0.5em; } 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; } .completed { opacity: 0.25; } #success { position: absolute; top: 0px; width: 40em; } #success h1 { font-size: 72pt; }