]> git.donarmstrong.com Git - laureldodgen.git/blob - local.css
add doctoral defense to part #2
[laureldodgen.git] / local.css
1 @import url("/fonts/latinmodernroman_10regular/stylesheet.css");
2
3 body {
4     background: #bbb;
5     background-image: url("/background.jpg");
6     background-repeat: no-repeat;
7     background-size: cover;
8     background-attachment: fixed;
9     font-family: latin_modern_roman10_regular, sans-serif;
10     font-size: 120%;
11 }
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: fixed;
44     bottom: 0;
45     right: 0; */
46     background-color: rgba(255,255,255,0.5);
47 }
48