flamegraphs: Improve the title page
[libguestfs-talks.git] / 2012-fosdem / 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 /* In-page controls. */
45 p#pagecontrols {
46     font-size: small;
47     position: absolute;
48     right: 340px;
49     top: 1em;
50 }
51
52 p#pagecontrols a {
53     background: #fee;
54     text-decoration: none;
55     padding-left: 1.5em;
56     padding-right: 1.5em;
57     padding-top: 1em;
58     padding-bottom: 1em;
59 }
60
61 p#pagecontrols a:hover {
62     background: #f33;
63 }
64
65 /* Bubble around names of virt-tools. */
66 p.bubble {
67     font-weight: bold;
68     color: white;
69     width: 6em;
70     text-align: center;
71     background-color: rgb(204,0,0);
72     -moz-border-radius: 0.2em;
73     border-radius: 0.2em;
74 }
75
76 p.bubbleinverse {
77     font-weight: bold;
78     color: rgb(204,0,0);
79     text-align: center;
80     background-color: white;
81 }
82
83 table.tools td {
84     font-size: 18pt;
85     padding-bottom: 0.5em;
86     padding-right: 0.5em;
87 }