virt-v2v 2024: Replace pull quote images
[libguestfs-talks.git] / 2013-kvm-forum / style.css
blobf11ec9ab75101e64a831c545b05b907edf48ffcb
1 /* Red Hat red is rgb(204,0,0). */
3 body {
4 background: url(redhat.png) 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 font-family: helvetica;
12 body td { /* why?? */
13 /*font-size: 28pt;*/
14 font-size: 20pt;
17 h1 {
18 color: rgb(204,0,0);
19 /*font-size: 48px;*/
20 font-size: 40px;
21 top: 8;
22 left: 0;
23 border-bottom: 2px solid rgb(204,0,0);
26 b {
27 color: rgb(204,0,0);
30 div#titlepage {
31 margin-top: 100px;
32 text-align: center;
35 div#titlepage p.title {
36 color: rgb(204,0,0);
37 font-weight: bold;
38 font-size: 48px;
41 div#titlepage author {
42 font-size: 36px;
45 /* Code */
46 pre.code {
47 margin-left: 1em;
48 background: #eee;
51 code {
52 color: rgb(204,0,0);
55 /* Bullet points */
56 li {
57 padding-bottom: 16px;
60 /* Logo */
61 img#fish {
62 position: absolute;
63 top: 128px;
64 right: 32px;
65 width: 200px;
66 /*height: 256px;*/