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