commit | author | age | ||
63d4b1 | 1 | /** Master style definitions **/ |
T | 2 | |
3 | body, p, div, h1, h2, h3, textarea { | |
4 | font-family: "Lucida Grande", Helvetica, sans-serif; | |
5 | font-size: 8.8pt; | |
6 | color: #333; | |
7 | } | |
8 | ||
9 | body { | |
10 | background-color: white; | |
11 | margin: 0; | |
12 | } | |
13 | ||
14 | h1 { | |
15 | color: #1F519A; | |
16 | font-size: 1.7em; | |
17 | font-weight: normal; | |
18 | margin-top: 0; | |
19 | margin-bottom: 1em; | |
20 | } | |
21 | ||
22 | .noscript { | |
23 | display: none; | |
24 | } | |
25 | ||
26 | .hint, .username { | |
27 | color: #999; | |
28 | } | |
29 | ||
30 |