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