-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.css
More file actions
43 lines (37 loc) · 698 Bytes
/
Copy pathindex.css
File metadata and controls
43 lines (37 loc) · 698 Bytes
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
@font-face {
font-family: stdCeefaxFont;
src: url('assets/fonts/ceefax.ttf') format("truetype");
}
@font-face {
font-family: stdTeletextFont;
src: url('assets/fonts/teletext.otf') format("opentype");
}
body {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
background: url('assets/images/outlets.png') repeat;
}
canvas {
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
#title {
margin-top: 50px;
font-size: 4em;
font-family: stdTeletextFont;
color: #FFF;
}
#subtitle {
margin-bottom: 50px;
font-size: 1.2em;
font-family: stdTeletextFont;
color: #FFF;
}
.text {
font-size: 1.0em;
font-family: stdTeletextFont;
color: #FFF;
}