aboutsummaryrefslogtreecommitdiff
path: root/public/face.css
blob: 8ef6e85ade25412c42452886187b0277731c69a9 (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
31
32
33
34
35
36
body {
  background: black;
  color: #ddd;
  font-family: arial, verdana, helvetica, sans-serif;
}

#help-toggle {
  color: #ddd;
}

#text {
  width: 50%;
  margin: 20px auto 20px auto;
}

#text h1 {
  text-align: center;
}

#rate {
  width: 6em;
}

.controls {
  zoom: 200%;
}

#face {
  background-image: url(face.png);
  margin: 10px auto 10px auto;
  zoom: 800%;
}

.hidden {
  display: none;
}