summaryrefslogtreecommitdiff
path: root/tests/src/valid.css
blob: 340fa9a87c2e6eb48a83d5e5d25c9ddfa2162c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/** Master style definitions **/

body, p, div, h1, h2, h3, textarea {
  font-family: "Lucida Grande", Helvetica, sans-serif;
  font-size: 8.8pt;
  color: #333;
}

body {
  background-color: white;
  margin: 0;
}

h1 {
  color: #1F519A;
  font-size: 1.7em;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1em;
}

.noscript {
  display: none;
}

.hint, .username {
  color: #999;
}