]> git.donarmstrong.com Git - laureldon.git/blob - local.css
usewebfonts and /fonts
[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 }
13
14 .pagedate {
15     visibility: hidden;
16 }
17
18
19 #pagebody {
20     background-color: rgba(255,255,255,0.8);
21     margin-left: auto;
22     margin-right: auto;
23     width: 80ex;
24     margin-top: auto;
25     margin-bottom: auto;
26     padding: 5px;
27 }
28
29 #pagebody h1 {
30     text-align: center;
31 }
32
33 .pageheader .actions ul {
34         border-bottom: 0;
35 }
36
37 #pageinfo {
38         margin: 1em 0;
39         border-top: 0;
40 }
41
42 .pageheader {
43     position: absolute;
44     bottom: 0;
45     background-color: rgba(255,255,255,0.5);
46 }
47