flamegraphs: Move demo of flamegraph earlier
[libguestfs-talks.git] / 2013-centos-dojo / style.css
blob19f6aa99f1a32a75e23892bb88274d3c69e7864d
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 /* Title page */
31 div#titlepage {
32 margin-top: 100px;
33 text-align: center;
36 div#titlepage p.title {
37 color: rgb(204,0,0);
38 font-weight: bold;
39 font-size: 48px;
42 div#titlepage p.subtitle {
43 color: black;
44 font-weight: bold;
45 font-size: 36px;
48 div#titlepage p.subtitle b {
49 color: rgb(204,0,0);
50 font-weight: bold;
51 font-size: 36px;
54 div#titlepage author {
55 font-size: 36px;
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;
68 /* Multi-column */
69 div#twocolumns {
70 -moz-column-count: 2;
71 -webkit-column-count: 2;
72 column-count: 2;
75 /* Code */
76 pre.code {
77 margin-left: 1em;
78 background: #eee;
81 code {
82 color: rgb(204,0,0);
85 /* Bullet points */
86 li {
87 padding-bottom: 16px;
90 /* Logo */
91 img#fish {
92 position: absolute;
93 top: 128px;
94 right: 32px;
95 width: 200px;
96 /*height: 256px;*/