Update title slide style.
[libguestfs-talks.git] / 2019-fosdem / style.css
1 /* Red Hat red is rgb(204,0,0). */
2
3 body {
4     background: url(redhat.png) no-repeat;
5     background-position: 98% 0;
6     /* font-size: 28pt; */ /* For max */
7     font-size: 20pt; /* For 1024x768 */
8     /* font-family: liberation, helvetica; */
9     font-family: helvetica;
10 }
11
12 body td, body th { /* why?? */
13     font-size: 24pt;
14     padding-bottom: 8px;
15 }
16
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);
24     /* Only while using Bluejeans, remove for the real talk: */
25     text-align: right;
26 }
27
28 h2 {
29     color: rgb(204,0,0);
30     font-size: 32px;
31     font-style: italic;
32     border-bottom: 2px solid rgb(204,0,0);
33     /* Only while using Bluejeans, remove for the real talk: */
34     text-align: right;
35 }
36
37 b {
38     color: rgb(204,0,0);
39 }
40
41 /* Title page. */
42 div#titlepage {
43     margin-top: 100px;
44     width: 80%;
45     margin-left: 10%;
46 }
47
48 div#titlepage p.title {
49     color: rgb(204,0,0);
50     font-weight: bold;
51     font-size: 48px;
52     text-align: left;
53 }
54
55 div#titlepage p.author {
56     font-size: 36px;
57     text-align: left;
58 }
59
60 div#titlepage p.abstract {
61     font-size: 28px;
62     text-align: left;
63 }
64
65 /* Code */
66 pre.code {
67     margin-left: 1em;
68     background: #eee;
69 }
70
71 code {
72     color: rgb(204,0,0);
73 }
74
75 /* Bullet points */
76 li {
77     padding-bottom: 16px;
78 }