Import old talks from 2010 and 2011 (Boston).
[libguestfs-talks.git] / 2010 / style.css
1 body {
2     background: url(redhat.jpg) no-repeat;
3     background-position: 98% 0;
4     font-size: 28pt;
5     font-family: liberation;
6 }
7
8 /* Red Hat red is rgb(204,0,0). */
9
10 h1 {
11     color: rgb(204,0,0);
12     font-size: 48px;
13     top: 8;
14     left: 0;
15     border-bottom: 2px solid rgb(204,0,0);
16 }
17
18 .center {
19     text-align: center;
20     margin-left: 3em;
21     margin-right: 3em;
22 }
23
24 b, big {
25     color: rgb(204,0,0);
26 }
27
28 author {
29     display: block;
30     font-size: 80%;
31 }
32
33 a {
34     color: black;
35 }
36
37 a.nounderline {
38     text-decoration: none;
39 }
40
41 /* This is used on the title page only to center the main text
42  * vertically within the page.
43  */
44 div.vcentercontainer {
45     top: 0; left: 0;
46     width: 100%; height: 100%;
47     position: fixed;
48     display: table;
49 }
50
51 div.vcentercontainer div.vcenter {
52     display: table-cell;
53     vertical-align: middle;
54 }
55
56 /* Used on 0200-libguestfs.html for the "bubbles". */
57 p.bubble {
58     font-weight: bold;
59     color: white;
60     width: 6em;
61     text-align: center;
62     background-color: rgb(204,0,0);
63     -moz-border-radius: 0.2em;
64 }