summaryrefslogtreecommitdiffstats
path: root/static/css/main.css
blob: 2531ef2c7e31880814c5fe88991f4e195955fc70 (plain) (blame)
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
body {
  font-family: 'Arial', 'Helvetica', sans-serif;
  background-color: #fcfcf9;
}

header {
  text-align: center;
}
header img#logo {
  height: 10rem;
}

header img#logofloat {
  float: right;
  height: 5rem;
}

main {
  max-width: 50rem;
  padding: 1.5rem;
  margin: auto;
}

span.single-date {
  color: grey;
}

pre {
  background: #eeebee;
  padding: 1rem;
  overflow: scroll;
}
pre code {
  color: inherit;
  background-color: inherit;
}
code {
  color: #911;
  background-color: #eee;
  }


/**/

article.list-item {
  margin: 1rem;
}
span.list-item-date {
  text-align: right;
  float: right;
  color: grey;
}

footer {
  margin: 2rem 0 1rem;
  text-align: center;
}