]> git.donarmstrong.com Git - laureldon.git/blob - local.css
fix capitalization
[laureldon.git] / local.css
1 /* -*- mode: css -*- */
2
3 @import url("/fonts/liberationserif/stylesheet.css");
4
5 body {
6     background: #bbb;
7     background-image: url("http://laureldon.us/pictures/.cache/1600x1200-laurel_and_don_at_disneyland.jpg");
8     background-repeat: no-repeat;
9     background-size: cover;
10     background-attachment: fixed;
11     font-family: "Liberation serif","liberation_serif","liberation_serifregular","Times",serif;
12     font-size: 120%;
13 }
14
15 .pagedate {
16     visibility: hidden;
17 }
18
19
20 #pagebody {
21     background-color: rgba(255,255,255,0.8);
22     margin-left: auto;
23     margin-right: auto;
24     width: 80ex;
25     margin-top: auto;
26     margin-bottom: auto;
27     padding: 5px;
28 }
29
30 #pagebody h1 {
31     text-align: center;
32 }
33
34 .pageheader .actions ul {
35         border-bottom: 0;
36 }
37
38 #pageinfo {
39         margin: 1em 0;
40         border-top: 0;
41 }
42
43 .pageheader {
44     position: absolute;
45     bottom: 0;
46     background-color: rgba(255,255,255,0.5);
47 }
48