flamegraphs: Improve the title page
[libguestfs-talks.git] / 2013-centos-dojo / 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: 24pt; /* For max */
7     /* font-size: 20pt; */ /* For 1024x768 */
8     /* font-family: liberation, helvetica; */
9     font-family: helvetica;
10 }
11
12 body td { /* why?? */
13     /*font-size: 28pt;*/
14     font-size: 20pt;
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 }
25
26 b {
27     color: rgb(204,0,0);
28 }
29
30 /* Title page */
31 div#titlepage {
32     margin-top: 100px;
33     text-align: center;
34 }
35
36 div#titlepage p.title {
37     color: rgb(204,0,0);
38     font-weight: bold;
39     font-size: 48px;
40 }
41
42 div#titlepage p.subtitle {
43     color: black;
44     font-weight: bold;
45     font-size: 36px;
46 }
47
48 div#titlepage p.subtitle b {
49     color: rgb(204,0,0);
50     font-weight: bold;
51     font-size: 36px;
52 }
53
54 div#titlepage author {
55     font-size: 36px;
56 }
57
58 /* CentOS logo on title page. */
59 img#centoslogo {
60   position: absolute;
61   bottom: 25px;
62   left: 76px;
63   background-image: url('centos-bg.png');
64   padding-left: 20px;
65   padding-right: 100px;
66 }
67
68 /* Multi-column */
69 div#twocolumns {
70   -moz-column-count: 2;
71   -webkit-column-count: 2;
72   column-count: 2;
73 }
74
75 /* Code */
76 pre.code {
77     margin-left: 1em;
78     background: #eee;
79 }
80
81 code {
82     color: rgb(204,0,0);
83 }
84
85 /* Bullet points */
86 li {
87     padding-bottom: 16px;
88 }
89
90 /* Logo */
91 img#fish {
92     position: absolute;
93     top: 128px;
94     right: 32px;
95     width: 200px;
96     /*height: 256px;*/
97 }