forked from 72lions/PlayingChunkedMP3MediaSourceAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
52 lines (45 loc) · 735 Bytes
/
Copy pathstyle.css
File metadata and controls
52 lines (45 loc) · 735 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
44
45
46
47
48
49
50
51
52
html, body {
margin :0;
padding: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#container {
position: relative;
margin: 0 auto;
text-align: center;
width: 800px;
}
#container audio {
position: absolute;
top: 0%;
left: 32%;
margin: 100px 0 0 -150px;
}
h1 {
font-weight: 200;
font-size: 36px;
color: #ee0000;
}
#container p {
text-align: left;
font-size: 17px;
line-height: 26px;
margin-top: 36px;
color: #000;
font-weight: 300;
}
a:link, a:hover, a:visited {
color: #ee0000;
}
#logger {
position: absolute;
width: 280px;
top: 0;
right: 0;
height: 255px;
text-align: left;
color: #666;
overflow: scroll;
text-shadow: 1px 1px 1px #fff;
margin: 0;
}