]> git.donarmstrong.com Git - laureldon.git/blob - local.css
move pagebody where it belongs
[laureldon.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     padding-top: 40px;
23     padding-bottom: 40px;
24     margin-top: auto;
25     margin-bottom: auto;
26 }
27
28 .pageheader .actions ul {
29         border-bottom: 0;
30 }
31
32 #pageinfo {
33         margin: 1em 0;
34         border-top: 0;
35 }
36
37