-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathradio.css
56 lines (49 loc) · 1.38 KB
/
radio.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
@font-face {
font-family: 'radio';
src: url('font/radio.eot');
src: url('font/radio.eot') format('embedded-opentype'),
url('font/radio.woff2') format('woff2'),
url('font/radio.woff') format('woff'),
url('font/radio.ttf') format('truetype'),
url('font/radio.svg') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "radio";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
}
body{
font-family:sans-serif;
font-size:1.2em;
line-height:1.7em;
color:#000;
background:#ffc;
margin:0;
padding:0;
text-align:center;
}
#radio{margin:2em auto 2em auto;width:400px;}
.icon-play-circled2:before { content: '\e800'; }
.icon-music:before { content: '\e801'; }
.icon-clock:before { content: '\e802'; }
.icon-user:before { content: '\e803'; }
.icon-book:before { content: '\e804'; }
.icon-megaphone:before { content: '\e805'; }
.icon-pause-circle-o:before { content: '\f28c'; }
#cont{width:300px;height:300px;position:relative;}
#info{text-align:left;}
#info li{list-style:none;}
#ppbutton{font-size: 5em;line-height:150px;vertical-align:middle;}
#cover{width:150px;height:150px;float:left;}