summaryrefslogtreecommitdiffstats
path: root/style.css
blob: 75bea143862d0cdc567de9554415ac51aad6ae41 (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
61
62

h1 {
    color:red;
    margin: 1em 0;
    text-align: center;
}
body {
    background-color: black;
    color: #eee;
}

.permalink {
    float:right;
    color: #eee;
    padding-right: 1em;
}

a[visited]{ color: #aaa;}

.index {
    margin: 0 10px;
}
nav {
    text-align: center;
}

.pics li {
  display: inline;
  list-style: none;
}

.pics img {
  border: 1px solid white;
  margin: 2px;
  height: 100px;
}

.pics img.large{
  border: 1px solid white;
  margin: 2px;
  height: 500px;
}

footer {
  border-top: 1px solid grey;
  color: #eee;
}

.copyright {
    color: #999;
    float:right;
}


.debug { position: absolute; top:0; left:0}

.nextprev ul li {
    display:inline;
}
.nextprev ul li img {
    padding-right: 5px;
}