summaryrefslogtreecommitdiff
path: root/css/main.css
blob: 0089f27a8e975ebfe996ae9b5af637cc5f1ce850 (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
59
60
body, h1, h2, h3, h4, h5, h6, p, li, ol, ul, blockquote, code, pre {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-family: "Gentium Book Basic", Georgia, serif;
  -webkit-font-smoothing: antialiased; }

body {
  background: #47111e url("images/bg.png"); }

h1 {
  margin: 51px 0 51px -160px;
  text-align: center;
  font: italic 2em normal "Baskerville", "PT Serif", Georgia, serif; }

p, li {
  line-height: 18px; }

h2 {
  line-height: 18px;
  margin-top: 18px; }

p + p {
  text-indent: 1.4em; }

p, ul, ol, pre {
  margin-top: 1em;
}

blockquote {
  margin: 18px; }

pre, code {
  font-family: Monaco, Menlo, DejaVu Sans Mono, monospace;
  font-size: 93%;
}

aside {
  margin-left: -170px;
  float: left;
  width: 150px;
  text-align: right; }
  aside p, aside li {
    font-size: 12px;
    margin-top: 3px;
    line-height: 15px; }

#bucket {
  background: white;
  width: 420px;
  margin: 50px auto;
  padding: 75px 75px 75px 225px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75); }

#logo {
  background: url("images/logo.jpg") no-repeat center;
  height: 54px;
  margin: 20px 0 0 -160px;
  text-indent: -9999px; }