summaryrefslogtreecommitdiff
path: root/lfpe.css
blob: 91b8c3a20493a2b97be273f293512c5db822cca8 (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
textarea {
  font-size: 20px
}

p#translating_status {
  display: none;
  margin-left: 4.2em;
  margin-top: -5.5em
}

button {
  margin: 1em;
  padding: .25em;
  background: #fff;
  font-weight: bold
}

p#fi {
  display: none;
}

div#wrapper {
  margin: 4em;
  padding: 1em;
  border: 1px dashed #000
}

p#desc {
  font-size:0.8em;
  color: #ccc;
  position: fixed
}