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