Add RAID viewer.
[libguestfs-talks.git] / 2012-dublin / 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; /* For max */
7     /* font-size: 20pt; */ /* For 1024x768 */
8     font-family: liberation, helvetica;
9 }
10
11 body td { /* why?? */
12     /*font-size: 28pt;*/
13     font-size: 20pt;
14 }
15
16 h1 {
17     color: rgb(204,0,0);
18     /*font-size: 48px;*/
19     font-size: 40px;
20     top: 8;
21     left: 0;
22     border-bottom: 2px solid rgb(204,0,0);
23 }
24
25 b {
26     color: rgb(204,0,0);
27 }
28
29 div#titlepage {
30     margin-top: 100px;
31     text-align: center;
32 }
33
34 div#titlepage p.title {
35     color: rgb(204,0,0);
36     font-weight: bold;
37     font-size: 48px;
38 }
39
40 div#titlepage author {
41     font-size: 36px;
42 }
43
44 /* Bubble around names of virt-tools. */
45 p.bubble {
46     font-weight: bold;
47     color: white;
48     width: 6em;
49     text-align: center;
50     background-color: rgb(204,0,0);
51     -moz-border-radius: 0.2em;
52     border-radius: 0.2em;
53 }
54
55 p.bubbleinverse {
56     font-weight: bold;
57     color: rgb(204,0,0);
58     text-align: center;
59     background-color: white;
60 }
61
62 table.tools td {
63     font-size: 18pt;
64     padding-bottom: 0.5em;
65     padding-right: 0.5em;
66 }
67
68 /* Code */
69 pre.code {
70     margin-left: 1em;
71     background: #eee;
72 }
73
74 /* Steps */
75 p#steps {
76     margin-bottom: -16px;
77     text-align: right;
78     font-size: 16pt;
79 }
80
81 p#steps b {
82     background-color: rgb(204,0,0);
83     color: white;
84     padding-left: 8px;
85     padding-right: 8px;
86     border-radius: 0.2em;
87 }
88
89 /* sVirt slide */
90 span.svirt {
91     color: rgb(204,0,0);
92 }
93
94 /* Bullet points */
95 li {
96     padding-bottom: 16px;
97 }
98
99 /* Logo */
100 img#fish {
101     position: absolute;
102     top: 128px;
103     right: 64px;
104     width: 200px;
105     /*height: 256px;*/
106 }