open-web-challenges

view index.css @ 28:923fcc0ad519

Changed boxed content of #2 to 'hai2u2'
author Atul Varma <varmaa@toolness.com>
date Tue Mar 31 10:51:03 2009 -0700 (3 years ago)
parents d1f83e9c0791
children
line source
1 body {
2 font-family: palatino,georgia,verdana,serif;
3 font-size: 14pt;
4 color: black;
5 background-color: white;
6 text-align: center;
7 }
9 a {
10 text-decoration: none;
11 border-bottom: 1px dotted;
12 color: black;
13 }
15 .boxed {
16 border: 1px solid gray;
17 padding: 0.5em;
18 }
20 .secret {
21 display: none;
22 }
24 h1 {
25 font-weight: normal;
26 }
28 .hints p {
29 display: none;
30 }
32 .hint-button {
33 font-style: italic;
34 padding: 2em;
35 }
37 #current-challenge {
38 display: none;
39 width: 40em;
40 margin: 0 auto;
41 }
43 #messages {
44 display: none;
45 }
47 .challenge {
48 display: none;
49 }
51 .completed {
52 opacity: 0.25;
53 }
55 #success {
56 position: absolute;
57 top: 0px;
58 width: 40em;
59 }
61 #success h1 {
62 font-size: 72pt;
63 }