1 |
james |
55 |
body { background-color: #eec; color: #000; |
2 |
|
|
font-family: sans-serif; } |
3 |
|
|
h1 { border-bottom: solid thick #31b531; font-size: 2em; } |
4 |
james |
57 |
form { border: solid thin black; |
5 |
james |
55 |
background-color: white; |
6 |
|
|
padding: 0.5em; display: table; } |
7 |
|
|
form p { margin: 0; padding: 0.2em; } |
8 |
|
|
input[type="text"] { width: 20em; margin-right: 0.4em; } |
9 |
james |
57 |
code { background-color: #fff; } |
10 |
|
|
.warning { font-weight: bold; color: #f70; } |
11 |
|
|
.error { font-weight: bold; color: #f00; } |
12 |
|
|
.ok { color: #31b531; } |
13 |
|
|
ul ul { margin-bottom: 1em; } |
14 |
|
|
.cc { color: #888; font-size: small; } |