Import old talks from 2010 and 2011 (Boston).
[libguestfs-talks.git] / 2011-boston / talk / style.css
1 /* Red Hat red is rgb(204,0,0). */
2
3 body {
4     background: url(redhat.jpg) no-repeat;
5     background-position: 98% 0;
6     font-size: 24pt;
7     font-family: liberation, helvetica;
8 }
9
10 body td { /* why?? */
11     font-size: 28pt;
12 }
13
14 h1 {
15     color: rgb(204,0,0);
16     font-size: 48px;
17     top: 8;
18     left: 0;
19     border-bottom: 2px solid rgb(204,0,0);
20 }
21
22 b {
23     color: rgb(204,0,0);
24 }
25
26 div#titlepage {
27     margin-top: 100px;
28     text-align: center;
29 }
30
31 div#titlepage p.title {
32     color: rgb(204,0,0);
33     font-weight: bold;
34     font-size: 48px;
35 }
36
37 div#titlepage author {
38     font-size: 36px;
39 }
40
41 /* In-page controls. */
42 p#pagecontrols {
43     font-size: small;
44     position: absolute;
45     right: 340px;
46     top: 1em;
47 }
48
49 p#pagecontrols a {
50     background: #fee;
51     text-decoration: none;
52     padding-left: 1.5em;
53     padding-right: 1.5em;
54     padding-top: 1em;
55     padding-bottom: 1em;
56 }
57
58 p#pagecontrols a:hover {
59     background: #f33;
60 }
61
62 /* Bubble around names of virt-tools. */
63 p.bubble {
64     font-weight: bold;
65     color: white;
66     width: 6em;
67     text-align: center;
68     background-color: rgb(204,0,0);
69     -moz-border-radius: 0.2em;
70 }