summaryrefslogtreecommitdiff
path: root/source/birthday-hill/style.css
blob: 4903d2faeb1412e20a2a8b0c26199e951bc85dfc (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
a {
  text-decoration: none;
  color: #81a2be;
}

body {
  font-family: 'DejaVu Sans Mono', monospace;
  margin: 40px auto;
  min-width: 80ch;
  max-width: 80ch;
  line-height: 1.5;
  font-size: 16px;
  background-color: #1d1f21;
  color: #c5c8c6;
  padding: 0 10px;
  text-align: left;
  overflow-y: scroll;
}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

table, th, td {
  border: 1px solid #969896;
  border-collapse: collapse;
}

th, td {
  padding: 5px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

figure {
  width: 100%;
  margin: 0px auto;
  margin-bottom: 1em;
}

audio {
  width: 100%;
}

img {
  width: 100%;
}