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