Add webxr.io
[slides.git] / introslide2017 / intro.css
1 /**************************
2  * styles for intro slide *
3  *    by Robert Kaiser    *
4  *    <kairo@kairo.at>    *
5  *   (version of 2017)    *
6  **************************/
7
8 html {
9   background-color: #EEEEEE;
10   height: 100%;
11 }
12
13 body {
14   margin: 0;
15   padding: 0;
16   border: 0;
17   font-family: "Liberation Mono", monospace;
18   font-size: 2.5rem;
19   color: #000000;
20   background-image: url("Mozilla_open_vcbg2.jpg");
21   background-position: bottom right;
22   background-repeat: no-repeat;
23   background-size: 100% 100%;
24   height: 100%;
25 }
26
27 h1 {
28   padding-top: 5rem;
29   font-size: 5rem;
30 }
31
32 h2 {
33   font-size: 2.5rem;
34 }
35
36 h1, h2, p {
37   margin-top: 0;
38   margin-left: 5rem;
39   margin-bottom: 2rem;
40 }
41
42 .highlighttext {
43   background-color: #FABA00;
44 }
45
46 a:link, a:visited,
47 a:hover, a:active {
48   color: #000000;
49   text-decoration: none;
50 }
51
52 #tslogo {
53   position: absolute;
54   height: 20%;
55   top: 5rem;
56   right: 4%;
57 }
58
59 #repslogo {
60   position: absolute;
61   height: 25%;
62   top: 35%;
63   right: 4%;
64 }
65
66 #bottomline {
67   position: absolute;
68   margin-bottom: 0;
69   bottom: 7%;
70   left: 0;
71 }
72
73 #mozlogo {
74   position: absolute;
75   height: 25%;
76   bottom: 7%;
77   right: 4%;
78 }